AutoScientist Part 2 source dataset
Browse files- README.md +7 -6
- market_eval.jsonl +0 -0
- market_train.jsonl +0 -0
- profile.json +7 -6
README.md
CHANGED
|
@@ -23,9 +23,9 @@ Built for the [Adaption Labs AutoScientist Challenge](https://adaptionlabs.ai/bl
|
|
| 23 |
|
| 24 |
| | |
|
| 25 |
|---|---|
|
| 26 |
-
| Rows | **3,
|
| 27 |
-
| Task families | **
|
| 28 |
-
| Companies covered | **2,
|
| 29 |
| Response length | median **57** words (p95 91, max 96) |
|
| 30 |
| Duplicate instructions | **0** |
|
| 31 |
| Source | SEC EDGAR XBRL company facts |
|
|
@@ -41,6 +41,7 @@ Built for the [Adaption Labs AutoScientist Challenge](https://adaptionlabs.ai/bl
|
|
| 41 |
| `peer_comparison` | 350 |
|
| 42 |
| `risk_flag` | 350 |
|
| 43 |
| `earnings_headline` | 350 |
|
|
|
|
| 44 |
| `filing_navigation` | 54 |
|
| 45 |
| `metric_definition` | 36 |
|
| 46 |
| `data_caveat` | 24 |
|
|
@@ -53,18 +54,18 @@ challenge trained on ~780-word CoT and *lost* to its own base model on judged
|
|
| 53 |
win-rate — twice. Length is not quality, and on this metric it is actively
|
| 54 |
harmful.
|
| 55 |
|
| 56 |
-
**Split by company, not by row.** The
|
| 57 |
507 companies that appear **nowhere** in training
|
| 58 |
(verified: 0 overlapping companies). A row-level split would let the
|
| 59 |
same company appear on both sides and report memorisation as generalisation.
|
| 60 |
|
| 61 |
-
**Breadth over depth.**
|
| 62 |
The target is competence across the domain, including tasks phrased in ways this
|
| 63 |
dataset does not contain.
|
| 64 |
|
| 65 |
## Verification
|
| 66 |
|
| 67 |
-
**1,
|
| 68 |
|
| 69 |
The verifier (`verify.py`, included in this repo) does not import the generator's
|
| 70 |
arithmetic. It parses
|
|
|
|
| 23 |
|
| 24 |
| | |
|
| 25 |
|---|---|
|
| 26 |
+
| Rows | **3,318** (2,939 train / 379 eval) |
|
| 27 |
+
| Task families | **13** |
|
| 28 |
+
| Companies covered | **2,159** of 4,230 available |
|
| 29 |
| Response length | median **57** words (p95 91, max 96) |
|
| 30 |
| Duplicate instructions | **0** |
|
| 31 |
| Source | SEC EDGAR XBRL company facts |
|
|
|
|
| 41 |
| `peer_comparison` | 350 |
|
| 42 |
| `risk_flag` | 350 |
|
| 43 |
| `earnings_headline` | 350 |
|
| 44 |
+
| `premise_check` | 54 |
|
| 45 |
| `filing_navigation` | 54 |
|
| 46 |
| `metric_definition` | 36 |
|
| 47 |
| `data_caveat` | 24 |
|
|
|
|
| 54 |
win-rate — twice. Length is not quality, and on this metric it is actively
|
| 55 |
harmful.
|
| 56 |
|
| 57 |
+
**Split by company, not by row.** The 379 evaluation rows come from
|
| 58 |
507 companies that appear **nowhere** in training
|
| 59 |
(verified: 0 overlapping companies). A row-level split would let the
|
| 60 |
same company appear on both sides and report memorisation as generalisation.
|
| 61 |
|
| 62 |
+
**Breadth over depth.** 13 task families rather than one schema repeated.
|
| 63 |
The target is competence across the domain, including tasks phrased in ways this
|
| 64 |
dataset does not contain.
|
| 65 |
|
| 66 |
## Verification
|
| 67 |
|
| 68 |
+
**1,660 numeric claims across both datasets were independently re-derived from source and every one matches the figure stated in the response.**
|
| 69 |
|
| 70 |
The verifier (`verify.py`, included in this repo) does not import the generator's
|
| 71 |
arithmetic. It parses
|
market_eval.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
market_train.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
profile.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"total_rows":
|
| 3 |
-
"train_rows":
|
| 4 |
-
"eval_rows":
|
| 5 |
-
"task_families":
|
| 6 |
"by_family": {
|
|
|
|
| 7 |
"fundamental_lookup": 350,
|
| 8 |
"yoy_growth": 350,
|
| 9 |
"margin_analysis": 350,
|
|
@@ -17,7 +18,7 @@
|
|
| 17 |
"filing_navigation": 54,
|
| 18 |
"data_caveat": 24
|
| 19 |
},
|
| 20 |
-
"companies_covered":
|
| 21 |
"companies_available": 4230,
|
| 22 |
"held_out_companies": 507,
|
| 23 |
"response_words": {
|
|
@@ -25,7 +26,7 @@
|
|
| 25 |
"p50": 57,
|
| 26 |
"p95": 91,
|
| 27 |
"max": 96,
|
| 28 |
-
"mean": 57.
|
| 29 |
},
|
| 30 |
"duplicate_instructions": 0,
|
| 31 |
"split_leakage_ciks": 0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"total_rows": 3318,
|
| 3 |
+
"train_rows": 2939,
|
| 4 |
+
"eval_rows": 379,
|
| 5 |
+
"task_families": 13,
|
| 6 |
"by_family": {
|
| 7 |
+
"premise_check": 54,
|
| 8 |
"fundamental_lookup": 350,
|
| 9 |
"yoy_growth": 350,
|
| 10 |
"margin_analysis": 350,
|
|
|
|
| 18 |
"filing_navigation": 54,
|
| 19 |
"data_caveat": 24
|
| 20 |
},
|
| 21 |
+
"companies_covered": 2159,
|
| 22 |
"companies_available": 4230,
|
| 23 |
"held_out_companies": 507,
|
| 24 |
"response_words": {
|
|
|
|
| 26 |
"p50": 57,
|
| 27 |
"p95": 91,
|
| 28 |
"max": 96,
|
| 29 |
+
"mean": 57.7
|
| 30 |
},
|
| 31 |
"duplicate_instructions": 0,
|
| 32 |
"split_leakage_ciks": 0,
|