User Simulator
Collection
Collection of Papers, Models, and Datasets for my research
•
2 items
•
Updated
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
A rearranged & simplified version of the TEACh-DA dataset (GitHub) for turn-based LLM usage.
Original Data:
This Dataset:
"goal": str,
"file_id": str,
"turns": [{
"timestamp": str,
"turn_action": str,
"COMMANDER": {
"action": str,
"utterance": str,
"das": [str, str, str],
"image": PIL image,
},
"DRIVER": {
"action": str,
"utterance": str,
"das": [str, str, str],
"image": PIL image,
},
"target_object": PIL image,
}, ...]
BibTeX:
Source Data:
@inproceedings{teachda,
title={{Dialog Acts for Task-Driven Embodied Agents}},
author={Gella, Spandana and Padmakumar, Aishwarya and Lange, Patrick and Hakkani-Tur, Dilek},
booktitle={Proceedings of the 23nd Annual Meeting of the Special Interest Group on Discourse and Dialogue (SIGDial)},
year={2022},
pages={111-123}
}
Daniel Philipov