Arjhine Ty commited on
Commit
0a4a2f8
·
verified ·
1 Parent(s): bb295d8

Correct card against committed artifacts (OpenGrad claim audit, 2026-09-13)

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -16,7 +16,15 @@ configs:
16
 
17
  ## What this release is
18
 
19
- OpenGrad ToolPolicy Canonical v1 is a provenance-preserving, model-independent normalization of several public tool-use and function-calling datasets. It is released as a pre-training candidate corpus for controlled research into tool-use policy in small open-weight language models. See [OpenGrad](https://github.com/arrogance231/OpenGrad) for the production methodology and reproducibility artifacts.
 
 
 
 
 
 
 
 
20
 
21
  ## xLAM / APIGen provenance
22
 
@@ -24,7 +32,7 @@ This release includes 59,370 normalized records derived from `Salesforce/xlam-fu
24
 
25
  ## What this release is not
26
 
27
- It is not a final recommended training mixture, a Qwen3.5 training dataset, M0, M1, M2, or a post-training result. No claim is made that training on all records or their natural proportions is optimal. The exact Qwen3.5-2B training mixture will be frozen separately after baseline evaluation and experiment selection.
28
 
29
  ## Configurations
30
 
@@ -61,7 +69,7 @@ The release manifest records the OpenGrad commit, source manifest hashes, source
61
 
62
  ## Evaluation boundary
63
 
64
- The frozen 3,952-record When2Call evaluation namespace is not included. It remains separate in the OpenGrad GitHub repository. No B0 baseline has run and no model scores are reported.
65
 
66
  ## Licensing and citations
67
 
 
16
 
17
  ## What this release is
18
 
19
+ OpenGrad ToolPolicy Canonical v1 is a provenance-preserving, model-independent normalization of several public tool-use and function-calling datasets. It is released as a pre-training candidate corpus for controlled research into tool-use policy in small open-weight language models. See [OpenGrad](https://github.com/arjhinety/OpenGrad) for the production methodology and reproducibility artifacts.
20
+
21
+ ## Known defect: 9 tool-call targets at the training boundary
22
+
23
+ **Do not use v1 as a tool-calling SFT corpus as-is.** Rendered for Qwen3.5-2B under OpenGrad's trajectory contract, only 55,719 of the 213,951 records are trainable, and only **9** of those (0.016%) have a tool call in the supervised target. Training the M0 SFT recipe on it reproduced a tool-call collapse: call recall 0.0031 at step 800 and 0.0000 from step 1200 onward, on the 3,650-example held-out set.
24
+
25
+ The main cause is the v1 Glaive adapter (`glaive_function_calling_v2_v1`), which left the source's unterminated `<functioncall>` blocks unparsed. 50,851 of the 99,794 Glaive records carry their call as plain assistant text with an empty `tool_calls` list, so their function-response turns are orphaned tool results that fail the trajectory contract, and the Glaive records that remain contain no calls. xLAM's 59,370 records all end on a call that no tool result answers, which that contract also rejects, and most ToolACE, LoopTool and BUTTON records fail the schema layer.
26
+
27
+ [Canonical-v2](https://huggingface.co/datasets/arrochi112/OpenGrad-ToolPolicy-Canonical-v2) addresses both: its Glaive adapter parses the calls, and its `CALL_PREDICTION` contract admits call-only records such as xLAM's. If you use v1's Glaive records in another pipeline, their calls are unparsed text, not structured `tool_calls`.
28
 
29
  ## xLAM / APIGen provenance
30
 
 
32
 
33
  ## What this release is not
34
 
35
+ It is not a final recommended training mixture, a Qwen3.5 training dataset, M0, M1, M2, or a post-training result. No claim is made that training on all records or their natural proportions is optimal. Baseline evaluation and post-training have since run: the early M0 SFT runs trained on this release and collapsed (see above), and the definitive M0 trained on Canonical-v2.
36
 
37
  ## Configurations
38
 
 
69
 
70
  ## Evaluation boundary
71
 
72
+ The frozen 3,952-record When2Call evaluation namespace is not included. It remains separate in the OpenGrad GitHub repository. This is a model-independent training corpus; the B0 baseline and post-training results now exist and are recorded in the OpenGrad repository, not in this release.
73
 
74
  ## Licensing and citations
75