File size: 910 Bytes
13fe055
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: apache-2.0
language:
- en
task_categories:
- text-generation
pretty_name: BFCL V4 Parallel Native
---

# BFCL V4 Parallel Native

Native BFCL v4 single-turn parallel function-calling rows for decentralized multi-agent collaboration.

Source data comes from the official Berkeley Function Calling Leaderboard v4 data and possible-answer files.

## Fields

- `id`
- `official_category`
- `task_type`
- `user_prompt`
- `function`
- `ground_truth`

## Categories

- `live_parallel`
- `live_parallel_multiple`
- `parallel`
- `parallel_multiple`

## Counts

- `train`: 352 rows
- `eval`: 88 rows
- total: 440 rows

By category:

- `live_parallel`: 16
- `live_parallel_multiple`: 24
- `parallel`: 200
- `parallel_multiple`: 200

## Notes

- Rows are native single-turn BFCL parallel or live parallel examples.
- No `turn_index` field is included because these rows are not flattened multi-turn examples.