mdd

참고자료:

task1_qa

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:mdd/task1_qa')
  • 설명 :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • 라이센스 : 크리에이티브 커먼즈 저작자표시 3.0 라이센스
  • 버전 : 1.1.0
  • 분할 :
나뉘다
'test' 9952
'train' 96185
'validation' 9968
  • 특징 :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

task2_recs

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:mdd/task2_recs')
  • 설명 :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • 라이센스 : 크리에이티브 커먼즈 저작자표시 3.0 라이센스
  • 버전 : 1.1.0
  • 분할 :
나뉘다
'test' 10000
'train' 1000000
'validation' 10000
  • 특징 :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

task3_qarecs

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:mdd/task3_qarecs')
  • 설명 :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • 라이센스 : 크리에이티브 커먼즈 저작자표시 3.0 라이센스
  • 버전 : 1.1.0
  • 분할 :
나뉘다
'test' 4915
'train' 952125
'validation' 5052
  • 특징 :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

task4_reddit

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:mdd/task4_reddit')
  • 설명 :
The Movie Dialog dataset (MDD) is designed to measure how well
models can perform at goal and non-goal orientated dialog
centered around the topic of movies (question answering,
recommendation and discussion).
  • 라이센스 : 크리에이티브 커먼즈 저작자표시 3.0 라이센스
  • 버전 : 1.1.0
  • 분할 :
나뉘다
'cand_test' 10000
'cand_valid' 10000
'test' 10000
'train' 945198
'validation' 10000
  • 특징 :
{
    "dialogue_turns": {
        "feature": {
            "speaker": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "utterance": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}