อ้างอิง:
บทสนทนา
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:
ds = tfds.load('huggingface:deal_or_no_dialog/dialogues')
- คำอธิบาย :
A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach anagreement (o a deal) via natural language dialogue.
- ใบอนุญาต : โครงการได้รับใบอนุญาตภายใต้ CC-by-NC
- เวอร์ชั่น : 1.1.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 1,052 |
'train' | 10095 |
'validation' | 1087 |
- คุณสมบัติ :
{
"input": {
"feature": {
"count": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"value": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"dialogue": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"output": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"partner_input": {
"feature": {
"count": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"value": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
เล่นเอง
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:
ds = tfds.load('huggingface:deal_or_no_dialog/self_play')
- คำอธิบาย :
A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach anagreement (o a deal) via natural language dialogue.
- ใบอนุญาต : โครงการได้รับใบอนุญาตภายใต้ CC-by-NC
- เวอร์ชั่น : 1.1.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'train' | 8172 |
- คุณสมบัติ :
{
"input": {
"feature": {
"count": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"value": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}