Closed RowitZou closed 1 year ago
Currently, the old version and the new version is incompatible.
The newly released data has been automatically generated using the latest version of ChatGPT (gpt-3.5-turbo-16k), which comes with upgraded function call capabilities. Due to the changes in the API calling process of this upgraded ChatGPT, we have made adjustments to the data format to ensure the API calling process of ToolLLaMA is compatible with the upgraded ChatGPT.
Moreover, for answer annotation, we have chosen to use the DFSDT method instead of the CoT/ReACT method, resulting in a distinct reasoning trace compared to the previous data.
In fact, the old version data could be transformed into the new format by data post processing. We will try to merge the old version data into the new version in future.
Thanks for your helpful reply!
Formats:
Old versions:
New versions:
Categories:
Old versions: 9 concrete single-tool scenarios and 3 multi-tool scenarios.
New versions: 3 high-level categories: single-tool, intra-category multi-tool, intra-collection multi-tool.