-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Title: Questions on Dataset Structure, Trace Discrepancy, and Request for Agent Interaction Traces
Hello, thank you for creating and sharing the TaskCraft dataset. It's a fantastic resource for the community. I have studied it carefully and have a few questions about this datasets.
Question1:
Relationship between the three core files: Could you please clarify the intended relationship between pure_qa.json, multihop_subtask_trace.json, and atomic_trace.json?
I noticed that the number of multi-hop questions with decomposition in multihop_subtask_trace.json is less than the number of multi-hop questions traces in pure_qa.json. Could you explain the reason behind this? Why are decomposition traces not provided for some questions that are present in the trace file?
Question2:
Request for Agent-Environment Interaction Traces
Is it possible to provide the trajectories of the Agent's real interactions with the environment on the TaskCraft dataset? Similar to the T-A-O (Thought-Action-Observation) format of interaction trajectories used in ReACT. (Mentioned in Section 4.4)
Thank you for your time and consideration.