agent_language / sample_conversation.json
ShinnosukeU's picture
Upload folder using huggingface_hub
8114240 verified
raw
history blame contribute delete
903 Bytes
{
"correct": false,
"errors": [
"Agent said NO_VALID_TIME but valid meetings exist"
],
"num_overlaps": 1,
"valid_meetings": [
{
"day": "Th",
"location": "NYC",
"start": 11.0,
"end": 15.0
}
],
"schedules": {
"T": "Monday in SF, 10-16; Thursday in NYC, 11-15",
"J": "Monday in NYC, 16-18; Tuesday in SF, 10-16; Wednesday in SF, 12-17; Thursday in NYC, 10-18; Friday in SF, 16-18"
},
"combined_completion_tokens": 34,
"combined_chars": 132,
"total_turns": 1,
"agents": {
"T": {
"turns": 1,
"completion_tokens": 34
},
"J": {
"turns": 0,
"completion_tokens": 0
}
},
"meeting": null,
"conversation": [
{
"agent": "T",
"content": "Please provide the details (M?, T:, J:) for the meeting request so I can evaluate the slots. Otherwise:\n\nNO_VALID_TIME\nTASK_COMPLETE"
}
]
}