Datasets:
candidate_count int64 40 40 | collection_id stringclasses 1
value | data_source stringclasses 3
values | icl_samples listlengths 40 40 | inferred_tools listlengths 0 113 | model stringclasses 1
value | model_revision stringclasses 1
value | no_icl_samples listlengths 0 0 | run_fingerprint stringclasses 1
value | schema_version stringclasses 1
value | source stringclasses 7
values | task_id stringlengths 5 84 | task_text stringlengths 19 3.87k | tier stringclasses 3
values | tool_docs stringlengths 60 6.16k | tools listlengths 1 7 | verl_split stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [
{
"candidate_index": 0,
"frac": 0,
"gen_label": "qwen35_2b/unprivileged",
"model": "Qwen/Qwen3.5-2B",
"model_revision": "15852e8c16360a2fea060d615a32b45270f8a8fc",
"privileged": false,
"response": "[step 1] call: SELECT (s.Free Meal Count (K-12) * 1.0 / s.Enrollment (K-12)) AS EligibleFr... | [
"frpm",
"satscores",
"schools"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:0 | What is the highest eligible free rate for K-12 students in the schools in Alameda County?
[External knowledge] Eligible free rate for K-12 = `Free Meal Count (K-12)` / `Enrollment (K-12)` | train | # Database: california_schools
Table frpm ( CDSCode TEXT PRIMARY KEY, Academic Year TEXT, County Code TEXT, District Code INTEGER, School Code TEXT, County Name TEXT, District Name TEXT, School Name TEXT, District Type TEXT, School Type TEXT, Educational Option Type TEXT, NSLP Provision Status TEXT, Charter School (Y/N... | [
"california_schools"
] | train |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric_heldout_difficulty | [
{
"candidate_index": 0,
"frac": 0,
"gen_label": "qwen35_2b/unprivileged",
"model": "Qwen/Qwen3.5-2B",
"model_revision": "15852e8c16360a2fea060d615a32b45270f8a8fc",
"privileged": false,
"response": "[step 1] call: SELECT COUNT(DISTINCT account.account_id) FROM account a JOIN trans t ON a.... | [
"account",
"card",
"client",
"disp",
"district",
"loan",
"trans"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:89 | How many accounts who choose issuance after transaction are staying in East Bohemia region?
[External knowledge] A3 contains the data of region; 'POPLATEK PO OBRATU' represents for 'issuance after transaction'. | heldout_difficulty | # Database: financial
Table account ( account_id INTEGER PRIMARY KEY, district_id INTEGER, frequency TEXT, date DATE )
Table card ( card_id INTEGER PRIMARY KEY, disp_id INTEGER, type TEXT, issued DATE )
Table client ( client_id INTEGER PRIMARY KEY, gender TEXT, birth_date DATE, district_id INTEGER )
Table disp ( disp_i... | [
"financial"
] | test_full |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [
{
"candidate_index": 0,
"frac": 1,
"gen_label": "qwen35_2b/unprivileged",
"model": "Qwen/Qwen3.5-2B",
"model_revision": "15852e8c16360a2fea060d615a32b45270f8a8fc",
"privileged": false,
"response": "[step 1] call: SELECT bond_type FROM bond GROUP BY bond_type ORDER BY COUNT(bond_type) DES... | [
"bond"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:195 | What is the most common bond type?
[External knowledge] most common bond type refers MAX(COUNT(bond_type)) | train | # Database: toxicology
Table atom ( atom_id TEXT PRIMARY KEY, molecule_id TEXT, element TEXT )
Table bond ( bond_id TEXT PRIMARY KEY, molecule_id TEXT, bond_type TEXT )
Table connected ( atom_id TEXT PRIMARY KEY, atom_id2 TEXT PRIMARY KEY, bond_id TEXT )
Table molecule ( molecule_id TEXT PRIMARY KEY, label TEXT )
Forei... | [
"toxicology"
] | train |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric_heldout_difficulty | [
{
"candidate_index": 0,
"frac": 1,
"gen_label": "qwen35_2b/unprivileged",
"model": "Qwen/Qwen3.5-2B",
"model_revision": "15852e8c16360a2fea060d615a32b45270f8a8fc",
"privileged": false,
"response": "[step 1] call: SELECT DISTINCT c.id FROM cards c WHERE c.cardKingdomFoilId IS NOT NULL AND... | [
"cards",
"foreign_data",
"legalities"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:340 | Which are the cards that have incredibly powerful foils.
[External knowledge] incredibly poweful foils refers to cardKingdomFoilId is not null AND cardKingdomId is not null | heldout_difficulty | # Database: card_games
Table cards ( id INTEGER PRIMARY KEY, artist TEXT, asciiName TEXT, availability TEXT, borderColor TEXT, cardKingdomFoilId TEXT, cardKingdomId TEXT, colorIdentity TEXT, colorIndicator TEXT, colors TEXT, convertedManaCost REAL, duelDeck TEXT, edhrecRank INTEGER, faceConvertedManaCost REAL, faceName... | [
"card_games"
] | test_full |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [
{
"candidate_index": 0,
"frac": 0,
"gen_label": "qwen35_2b/unprivileged",
"model": "Qwen/Qwen3.5-2B",
"model_revision": "15852e8c16360a2fea060d615a32b45270f8a8fc",
"privileged": false,
"response": "[step 1] call: SELECT MAX(Reputation) AS Reputation FROM users WHERE DisplayName IN ('Harl... | [
"users"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:531 | Which user has a higher reputation, Harlan or Jarrod Dixon?
[External knowledge] "Harlan" and "Jarrod Dixon" are both DisplayName; highest reputation refers to Max(Reputation) | train | # Database: codebase_community
Table badges ( Id INTEGER PRIMARY KEY, UserId INTEGER, Name TEXT, Date DATETIME )
Table comments ( Id INTEGER PRIMARY KEY, PostId INTEGER, Score INTEGER, Text TEXT, CreationDate DATETIME, UserId INTEGER, UserDisplayName TEXT )
Table postHistory ( Id INTEGER PRIMARY KEY, PostHistoryTypeId ... | [
"codebase_community"
] | train |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [{"candidate_index":0,"frac":1.0,"gen_label":"qwen35_2b/unprivileged","model":"Qwen/Qwen3.5-2B","mod(...TRUNCATED) | [
"hero_power",
"superhero",
"superpower"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:717 | "Please list all the superpowers of 3-D Man.\n[External knowledge] 3-D Man refers to superhero_name (...TRUNCATED) | train | "# Database: superhero\nTable alignment ( id INTEGER PRIMARY KEY, alignment TEXT )\nTable attribute (...TRUNCATED) | [
"superhero"
] | train |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [{"candidate_index":0,"frac":0.0,"gen_label":"qwen35_2b/unprivileged","model":"Qwen/Qwen3.5-2B","mod(...TRUNCATED) | ["circuits","constructorresults","constructors","constructorsresults","constructorstandings","driver(...TRUNCATED) | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:846 | "Please list the reference names of the drivers who are eliminated in the first period in race numbe(...TRUNCATED) | train | "# Database: formula_1\nTable circuits ( circuitId INTEGER PRIMARY KEY, circuitRef TEXT, name TEXT, (...TRUNCATED) | [
"formula_1"
] | train |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [{"candidate_index":0,"frac":1.0,"gen_label":"qwen35_2b/unprivileged","model":"Qwen/Qwen3.5-2B","mod(...TRUNCATED) | [
"player",
"player_attributes"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:1020 | "Which player has the highest overall rating? Indicate the player's api id.\n[External knowledge] hi(...TRUNCATED) | train | "# Database: european_football_2\nTable Player_Attributes ( id INTEGER PRIMARY KEY, player_fifa_api_(...TRUNCATED) | [
"european_football_2"
] | train |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [{"candidate_index":0,"frac":0.0,"gen_label":"qwen35_2b/unprivileged","model":"Qwen/Qwen3.5-2B","mod(...TRUNCATED) | [
"examination",
"laboratory",
"patient"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:1149 | "Are there more in-patient or outpatient who were male? What is the deviation in percentage?\n[Exter(...TRUNCATED) | train | "# Database: thrombosis_prediction\nTable Examination ( ID INTEGER, Examination Date DATE, aCL IgG R(...TRUNCATED) | [
"thrombosis_prediction"
] | train |
40 | tool-seven-suite-qwen35-2b-unprivileged-n40-v1 | tool_rubric | [{"candidate_index":0,"frac":1.0,"gen_label":"qwen35_2b/unprivileged","model":"Qwen/Qwen3.5-2B","mod(...TRUNCATED) | [
"major",
"member"
] | Qwen/Qwen3.5-2B | 15852e8c16360a2fea060d615a32b45270f8a8fc | [] | 4aa1be6c1ae3af2e72cc956cf1e5c64cdfe186e69daf452ea5a6c2d03b5554e0 | tool-seven-qwen35-2b-pool-v1 | bird | dev:1312 | "What's Angela Sanders's major?\n[External knowledge] Angela Sanders is the full name; full name ref(...TRUNCATED) | train | "# Database: student_club\nTable event ( event_id TEXT PRIMARY KEY, event_name TEXT, event_date TEXT(...TRUNCATED) | [
"student_club"
] | train |
End of preview. Expand in Data Studio
Qwen3.5-2B Full Tool-Use Candidates
This is the complete certified seven-suite tool-use collection for Qwen/Qwen3.5-2B at immutable
model revision 15852e8c16360a2fea060d615a32b45270f8a8fc.
- 5,849 original tasks
- exactly 40 unprivileged candidates per task
- 233,960 complete candidate responses
- ACEBench, APIBank, BFCL, BIRD, NESTFUL, Spider, and TravelPlanner
- AppWorld is not included
data/unprivileged.jsonl is a byte-for-byte copy of the certified collection. Original task IDs,
prompts, tool documentation, tool lists, splits, tiers, candidate indices, seeds, responses,
response hashes, binary success labels, and fractional scores are retained. Nothing is removed,
renamed, randomized, anonymized, redacted, or obfuscated.
manifest.json pins every uploaded artifact, and certification/unprivileged.audit.json contains
the collection audit. The generated collection is released under Apache License 2.0. Upstream
project attribution is recorded in SOURCE_ATTRIBUTION.md.
- Downloads last month
- 59