-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BFCL] Dataset Question Fix for Executable Parallel Category #568
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing this out @XuHwang
…Patil#568) This PR fixes ShishirPatil#541. Thanks to @XuHwang for pointing this out. Some prompts in the `executable_parallel_function` category are misleading. They are formatted as: ``` First let's start by xxxx. Once we have that xxxx, then xxxx. One at a time? ``` This would suggest the model generates one function calling at once, resulting in multi-turn functional calling. So we rephrased the prompts to make it clear. The possible answers are unchanged. We will update the leaderboard shortly, in a different PR.
This PR fixes #541.
Thanks to @XuHwang for pointing this out. Some prompts in the
executable_parallel_function
category are misleading. They are formatted as:This would suggest the model generates one function calling at once, resulting in multi-turn functional calling. So we rephrased the prompts to make it clear.
The possible answers are unchanged.
We will update the leaderboard shortly, in a different PR.