From fbd1e6411970cd1307a3ed5a93bc3a8b70ddb186 Mon Sep 17 00:00:00 2001
From: "Huanzhi (Hans) Mao"
Date: Tue, 10 Dec 2024 00:40:16 -0800
Subject: [PATCH] [BFCL Blog] Fix Wrong Link and Add Reference to Other Blogs
(#823)
- Fix a wrong url in the v3 blog
- Add reference to the v3 blog in v1 and v2 blog.
---
blogs/12_bfcl_v2_live.html | 4 ++++
blogs/13_bfcl_v3_multi_turn.html | 2 +-
blogs/8_berkeley_function_calling_leaderboard.html | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/blogs/12_bfcl_v2_live.html b/blogs/12_bfcl_v2_live.html
index e072f870d..e3a23d609 100644
--- a/blogs/12_bfcl_v2_live.html
+++ b/blogs/12_bfcl_v2_live.html
@@ -213,6 +213,10 @@ Introduction
demand for making parallel function calls in a single turn (parallel functions). Further, this
dataset helps us pin-point contamination in different models!
+
+ On Sept 19th, we released the BFCL V3 dataset, featuring multi-turn & multi-step function calling evaluation.
+ Checkout the BFCL V3 Blog Post for more details!
+
Quick Links:
diff --git a/blogs/13_bfcl_v3_multi_turn.html b/blogs/13_bfcl_v3_multi_turn.html
index e1e11f035..2c28526e5 100644
--- a/blogs/13_bfcl_v3_multi_turn.html
+++ b/blogs/13_bfcl_v3_multi_turn.html
@@ -209,7 +209,7 @@ Introduction
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 multi-turn,
- and multi-step function calling (tool usage). Note that BFCL V3 contains the Expert Curated (Non-live) dataset introduced in BFCL V1 and User Contributed (Live) dataset introduced in BFCL V2 and the multi-turn, and multi-step category introduced in BFCL V3.
+ and multi-step function calling (tool usage). Note that BFCL V3 contains the Expert Curated (Non-live) dataset introduced in BFCL V1 and User Contributed (Live) dataset introduced in BFCL V2 and the multi-turn, and multi-step category introduced in BFCL V3.
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 earlier blog on single-turn single-step function calling for a deeper dive.
diff --git a/blogs/8_berkeley_function_calling_leaderboard.html b/blogs/8_berkeley_function_calling_leaderboard.html
index f51a2b934..f99cdecaa 100644
--- a/blogs/8_berkeley_function_calling_leaderboard.html
+++ b/blogs/8_berkeley_function_calling_leaderboard.html
@@ -129,6 +129,9 @@
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 BFCL V2 ยท Live Blog Post for more details.
+
+ On Sept 19th, we released the BFCL V3 dataset, featuring multi-turn & multi-step function calling evaluation.
+ Checkout the BFCL V3 Blog Post for more details!
Quick Links: