참고자료:
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:casino')
- 설명 :
We provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness.
- 라이센스 : 프로젝트는 CC-BY-4.0에 따라 라이센스가 부여됩니다.
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 1030 |
- 특징 :
{
"chat_logs": [
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"task_data": {
"data": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"issue2youget": {
"Firewood": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Water": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Food": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"issue2theyget": {
"Firewood": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Water": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Food": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
],
"participant_info": {
"mturk_agent_1": {
"value2issue": {
"Low": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Medium": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"High": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"value2reason": {
"Low": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Medium": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"High": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"outcomes": {
"points_scored": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"satisfaction": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"opponent_likeness": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"demographics": {
"age": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"gender": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"ethnicity": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"education": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"personality": {
"svo": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"big-five": {
"extraversion": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"agreeableness": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"conscientiousness": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"emotional-stability": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"openness-to-experiences": {
"dtype": "float32",
"id": null,
"_type": "Value"
}
}
}
},
"mturk_agent_2": {
"value2issue": {
"Low": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Medium": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"High": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"value2reason": {
"Low": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Medium": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"High": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"outcomes": {
"points_scored": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"satisfaction": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"opponent_likeness": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"demographics": {
"age": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"gender": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"ethnicity": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"education": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"personality": {
"svo": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"big-five": {
"extraversion": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"agreeableness": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"conscientiousness": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"emotional-stability": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"openness-to-experiences": {
"dtype": "float32",
"id": null,
"_type": "Value"
}
}
}
}
},
"annotations": [
[
{
"dtype": "string",
"id": null,
"_type": "Value"
}
]
]
}