Skip to content
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

Leaderboard data bug + suggested fix #435

Open
danieljannai21 opened this issue May 19, 2024 · 1 comment
Open

Leaderboard data bug + suggested fix #435

danieljannai21 opened this issue May 19, 2024 · 1 comment

Comments

@danieljannai21
Copy link

Hi guys,

Added this as a comment to a closed issue, and then thought it would be better as a separate issue, so here goes:

I noticed is that there are cases where the gold answer contains a parameter that doesn't appear in the description of the function (for example, the price parameter doesn't exist in the description of the book_room function in question 46 of execution_multiple_function category. I would suggest running an automatic validation that compares the function's documentation in the tools section, the way it's invoked in the gold answer, and the actual implementation (if exists) and makes sure they're all consistent. Shouldn't be that hard to implement.

Thanks!

@HuanzhiMao
Copy link
Contributor

HuanzhiMao commented May 20, 2024

Hi @danieljannai21,
Nice catch and thanks for pointing this out! This is indeed an oversight on our end. We plan to address this issue in the next release by updating the function docs. You are also welcome to make a PR if you would like to contribute :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants