Skip to content

Commit

Permalink
[BFCL Blog] Fix Wrong Link and Add Reference to Other Blogs (#823)
Browse files Browse the repository at this point in the history
- Fix a wrong url in the v3 blog
- Add reference to the v3 blog in v1 and v2 blog.
  • Loading branch information
HuanzhiMao authored Dec 10, 2024
1 parent 2dcccc1 commit fbd1e64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions blogs/12_bfcl_v2_live.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ <h3 id="intro">Introduction</h3>
demand for making parallel function calls in a single turn (parallel functions). Further, this
dataset helps us pin-point contamination in different models!
</p>
<P>
On Sept 19th, we released the BFCL V3 dataset, featuring multi-turn & multi-step function calling evaluation.
Checkout the <a href="https://gorilla.cs.berkeley.edu/blogs/13_bfcl_v3_multi_turn.html">BFCL V3 Blog Post</a> for more details!
</P>
<p>
Quick Links:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion blogs/13_bfcl_v3_multi_turn.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h3 id="intro">Introduction</h3>
file, and list the directory again... You will ask LLM to make a social media post.
LLM will force you to spell your username and password to login despite the fact that you are already
browsing other people's posts! This is only possible with <strong>multi-turn</strong>,
and <strong>multi-step</strong> function calling (tool usage). <i>Note that BFCL V3 contains the Expert Curated (Non-live) dataset introduced in <a href="https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html">BFCL V1</a> and User Contributed (Live) dataset introduced in <a href="https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html">BFCL V2</a> and the multi-turn, and multi-step category introduced in BFCL V3.</i>
and <strong>multi-step</strong> function calling (tool usage). <i>Note that BFCL V3 contains the Expert Curated (Non-live) dataset introduced in <a href="https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html">BFCL V1</a> and User Contributed (Live) dataset introduced in <a href="https://gorilla.cs.berkeley.edu/blogs/12_bfcl_v2_live.html">BFCL V2</a> and the multi-turn, and multi-step category introduced in BFCL V3.</i>
</p>
<p>
Understanding these more advanced interactions builds on the foundation of single-turn single-step function calling, where models takes an user input prompt and selects one or more functions with appropriately filled parameters from a set of provided function options, without further interaction. If you're unfamiliar with single-turn single-step function calling and the evaluation metrics we used, check out our <a href="https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html">earlier blog</a> on single-turn single-step function calling for a deeper dive.
Expand Down
3 changes: 3 additions & 0 deletions blogs/8_berkeley_function_calling_leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ <h4 class="text-center" style="margin: 0px;">
On Aug 19th, 2024, we released the BFCL V2 dataset, featuring enterprise-contributed data,
tackling issues like bias and data contamination, and focuses on dynamic, real-world scenarios.
Check out the <i>BFCL V2 · Live </i><a href="https://gorilla.cs.berkeley.edu/blogs/12_bfcl_v2_live.html">Blog Post</a> for more details.
<br>
On Sept 19th, we released the BFCL V3 dataset, featuring multi-turn & multi-step function calling evaluation.
Checkout the <a href="https://gorilla.cs.berkeley.edu/blogs/13_bfcl_v3_multi_turn.html">BFCL V3 Blog Post</a> for more details!
</p>
<p>
Quick Links:
Expand Down

0 comments on commit fbd1e64

Please sign in to comment.