duconv

class DuConv(lazy=None, name=None, **config)[source]

Bases: paddlenlp.datasets.dataset.DatasetBuilder

Duconv is an dialogue dataset based on knowledge map released by Baidu. Duconv contains two test sets, test_1 and test_2. And the test_1 contains the response of the conversation but test_2 not. More information please refer to https://arxiv.org/abs/1503.02364.

class META_INFO(file, md5)

Bases: tuple

property file

Alias for field number 0

property md5

Alias for field number 1