Skip to content

Why Does Function Calling Lower Model Accuracy on Berkeley Leaderboard? #606

Answered by ShishirPatil
JoeyWu-tech asked this question in Q&A
Discussion options

You must be logged in to vote

Great question! One way to understand is this to look at the breakdown by selecting the "Expand/Collapse Table" feature. Different models have very limited capability when it comes to function-calling. For example, some models might not even support multiple or parallel function calling. On the other hand, with Prompting they can support this based on the instructions.

So, it's quite likely that the FC models perform quite well when it comes to FC on simple tasks, but might not have support for more advanced features where prompting models score non-0. Net, for some models, prompting is better in expectation!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ShishirPatil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants