Create split BFCL v4 dataset
Browse files- .gitattributes +1 -0
- README.md +50 -0
- eval.jsonl +0 -0
- train.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
pretty_name: BFCL V4 Parallel Multi-Turn
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# BFCL V4 Parallel Multi-Turn
|
| 11 |
+
|
| 12 |
+
Flattened current-turn rows from BFCL v4 multi-turn trajectories for decentralized multi-agent function-calling experiments.
|
| 13 |
+
|
| 14 |
+
Source data comes from the official Berkeley Function Calling Leaderboard v4 data and possible-answer files.
|
| 15 |
+
|
| 16 |
+
## Fields
|
| 17 |
+
|
| 18 |
+
- `id`
|
| 19 |
+
- `official_category`
|
| 20 |
+
- `task_type`
|
| 21 |
+
- `user_prompt`
|
| 22 |
+
- `function`
|
| 23 |
+
- `ground_truth`
|
| 24 |
+
- `turn_index`
|
| 25 |
+
|
| 26 |
+
## Categories
|
| 27 |
+
|
| 28 |
+
- `multi_turn_base_step`
|
| 29 |
+
- `multi_turn_long_context_step`
|
| 30 |
+
- `multi_turn_miss_func_step`
|
| 31 |
+
- `multi_turn_miss_param_step`
|
| 32 |
+
|
| 33 |
+
## Counts
|
| 34 |
+
|
| 35 |
+
- `train`: 820 rows
|
| 36 |
+
- `eval`: 204 rows
|
| 37 |
+
- total: 1024 rows
|
| 38 |
+
|
| 39 |
+
By category:
|
| 40 |
+
|
| 41 |
+
- `multi_turn_base_step`: 257
|
| 42 |
+
- `multi_turn_long_context_step`: 257
|
| 43 |
+
- `multi_turn_miss_func_step`: 255
|
| 44 |
+
- `multi_turn_miss_param_step`: 255
|
| 45 |
+
|
| 46 |
+
## Notes
|
| 47 |
+
|
| 48 |
+
- `turn_index` is zero-based in the original BFCL multi-turn trajectory.
|
| 49 |
+
- `user_prompt` contains the needed history/context; `ground_truth` contains only the current turn's tool calls.
|
| 50 |
+
- The rows are flattened training items, not full stateful multi-turn episodes.
|
eval.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:714382e36a2fe5aed9132c3d90dbd31441ddc5b1a55ad138b210af2fc1fbf49d
|
| 3 |
+
size 19320175
|