Datasets:
Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +64 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "cs8-fixed",
|
| 3 |
+
"condition": "fixed",
|
| 4 |
+
"description": "CS8 fixed-mapping condition. Each table always maps to the same alias. Enables semantic shortcut learning (Mechanism A).",
|
| 5 |
+
"alias_groups": {
|
| 6 |
+
"T1": [
|
| 7 |
+
"emp",
|
| 8 |
+
"inv",
|
| 9 |
+
"txn",
|
| 10 |
+
"mgr",
|
| 11 |
+
"ord",
|
| 12 |
+
"prod",
|
| 13 |
+
"cust",
|
| 14 |
+
"dept",
|
| 15 |
+
"acct",
|
| 16 |
+
"sale"
|
| 17 |
+
],
|
| 18 |
+
"T2": [
|
| 19 |
+
"shp",
|
| 20 |
+
"whs",
|
| 21 |
+
"rgn",
|
| 22 |
+
"lne",
|
| 23 |
+
"empl",
|
| 24 |
+
"ordr",
|
| 25 |
+
"catg",
|
| 26 |
+
"budg",
|
| 27 |
+
"schd",
|
| 28 |
+
"srvc"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
"table_alias_map": {
|
| 32 |
+
"employees": "emp",
|
| 33 |
+
"invoices": "inv",
|
| 34 |
+
"transactions": "txn",
|
| 35 |
+
"managers": "mgr",
|
| 36 |
+
"orders": "ord",
|
| 37 |
+
"products": "prod",
|
| 38 |
+
"customers": "cust",
|
| 39 |
+
"departments": "dept",
|
| 40 |
+
"accounts": "acct",
|
| 41 |
+
"sales": "sale",
|
| 42 |
+
"shipments": "shp",
|
| 43 |
+
"warehouses": "whs",
|
| 44 |
+
"regions": "rgn",
|
| 45 |
+
"items": "lne",
|
| 46 |
+
"staff": "empl",
|
| 47 |
+
"requests": "ordr",
|
| 48 |
+
"categories": "catg",
|
| 49 |
+
"budgets": "budg",
|
| 50 |
+
"schedules": "schd",
|
| 51 |
+
"services": "srvc"
|
| 52 |
+
},
|
| 53 |
+
"generation": {
|
| 54 |
+
"seed": 42,
|
| 55 |
+
"examples_per_alias_per_split": 600,
|
| 56 |
+
"n_aliases": 20,
|
| 57 |
+
"n_total": 24000
|
| 58 |
+
},
|
| 59 |
+
"splits": {
|
| 60 |
+
"train": 12000,
|
| 61 |
+
"val": 12000
|
| 62 |
+
},
|
| 63 |
+
"generated_at": "2026-06-01T19:47:30.798591+00:00"
|
| 64 |
+
}
|