forked from ShishirPatil/gorilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BFCL] Multi Turn Dataset and Possible Answer Fix (Base Category) (Sh…
…ishirPatil#719) This PR addresses a few issues with the base multi turn entries: 1. Some initial config values are in the wrong format, and would result in execution error even when running the ground truth function calls in order. 2. Some entries in the initial config are not used by the `_load_scenario` method. 3. Some ground truth function calls have wrong parameter values, and would result in `{"error": "xxx"}` when executed. 4. Some functions are unreasonable in a real-life setting with its parameter or its functionality. After this PR, all info in the initial config are used, and the ground truth function calls will not results in any error when executed in order. This is part of the effort to thoroughly bug fix the multi turn categories. We will have more PR coming in the next few days. --------- Co-authored-by: Charlie Cheng-Jie Ji <[email protected]> Co-authored-by: Fanjia-Yan <[email protected]> Co-authored-by: VishnuSuresh27 <[email protected]>
- Loading branch information
1 parent
1ed7d87
commit e7e0fdd
Showing
10 changed files
with
552 additions
and
400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.