File size: 2,053 Bytes
facae17 | 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | {
"name": "cs11_fixed_v1",
"version": "1.0",
"seed": 42,
"n_inner_aliases": 18,
"n_t1": 7,
"n_t2": 11,
"n_inner_tables": 18,
"n_outer_aliases": 8,
"train_total": 84240,
"val_total": 9720,
"examples_per_alias_train": 4680,
"examples_per_alias_val": 540,
"sql_variants": [
"v1_IN",
"v2_EXISTS",
"v3_aggregate"
],
"key_design_change": "All inner table names are lexically disjoint from their concept words. This prevents induction-head copying of the table name as a shortcut to produce the concept intermediate at L21. If Phase 1 (concept word at L21) still appears in the trained model, it reflects genuine weight-level semantic routing, not in-context copying.",
"non_lexicality_verified": true,
"concept_word_map": {
"emp": [
"employ",
"staff",
"worker"
],
"cst": [
"customer",
"client",
"buyer"
],
"inv": [
"invoice",
"bill",
"charge"
],
"spl": [
"supplier",
"vendor",
"provider"
],
"shp": [
"shipment",
"delivery",
"parcel"
],
"txn": [
"transaction",
"transfer",
"payment"
],
"act": [
"account",
"ledger",
"balance"
],
"ord": [
"order",
"purchase",
"fulfillment"
],
"prd": [
"product",
"item",
"good"
],
"brc": [
"branch",
"location",
"site"
],
"prj": [
"project",
"initiative",
"program"
],
"rgn": [
"region",
"territory",
"zone"
],
"tsk": [
"task",
"workitem",
"action"
],
"dpt": [
"department",
"division",
"unit"
],
"ctg": [
"category",
"taxonomy",
"class"
],
"whs": [
"warehouse",
"depot",
"storage"
],
"empl": [
"employ",
"staff",
"worker",
"personnel"
],
"ordr": [
"order",
"booking",
"reservation",
"request"
]
}
} |