Tài liệu tham khảo:
nhiệm vụ1_qa
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:mdd/task1_qa')
- Sự miêu tả :
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).
- Giấy phép : Giấy phép Creative Commons Ghi công 3.0
- Phiên bản : 1.1.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 9952 |
'train' | 96185 |
'validation' | 9968 |
- Đặc trưng :
{
"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
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:mdd/task2_recs')
- Sự miêu tả :
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).
- Giấy phép : Giấy phép Creative Commons Ghi công 3.0
- Phiên bản : 1.1.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 10000 |
'train' | 1000000 |
'validation' | 10000 |
- Đặc trưng :
{
"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
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:mdd/task3_qarecs')
- Sự miêu tả :
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).
- Giấy phép : Giấy phép Creative Commons Ghi công 3.0
- Phiên bản : 1.1.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 4915 |
'train' | 952125 |
'validation' | 5052 |
- Đặc trưng :
{
"dialogue_turns": {
"feature": {
"speaker": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"utterance": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
nhiệm vụ4_reddit
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:mdd/task4_reddit')
- Sự miêu tả :
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).
- Giấy phép : Giấy phép Creative Commons Ghi công 3.0
- Phiên bản : 1.1.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'cand_test' | 10000 |
'cand_valid' | 10000 |
'test' | 10000 |
'train' | 945198 |
'validation' | 10000 |
- Đặc trưng :
{
"dialogue_turns": {
"feature": {
"speaker": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"utterance": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}