MaXoN654 commited on
Commit
6cd4a5f
·
verified ·
1 Parent(s): f3c61c6

model card: full-split eval (RU 58.4%, n=2729)

Browse files
Files changed (1) hide show
  1. README.md +28 -13
README.md CHANGED
@@ -30,27 +30,42 @@ questions** over a database schema with step-by-step reasoning that ends in a fi
30
  ## Performance Evaluation
31
 
32
  Execution accuracy (predicted SQL executed against SQLite, result-set comparison)
33
- on a 500-example subset of the held-out Russian eval split:
34
 
35
- | Model | Questions | EX accuracy |
36
- |---|---|---|
37
- | Base (zero-shot) | EN | 16.0% |
38
- | Base (zero-shot) | RU | 15.4% |
39
- | **RUSQL (this model)** | **RU** | **73.2%** |
40
 
41
- Fine-tuning lifts execution accuracy **from 15.4% to 73.2%** — nearly 5× the base
42
  model, and well above its English-question ceiling (16.0%).
43
 
44
- Breakdown by SQL complexity:
45
 
46
  | Complexity | n | EX accuracy |
47
  |---|---|---|
48
- | Simple | 57 | 73.7% |
49
- | Moderate | 132 | 81.1% |
50
- | Complex | 214 | 78.5% |
51
- | Highly Complex | 97 | 50.5% |
 
 
52
 
53
- *Preliminary numbers (n=500, greedy decoding); full-split evaluation will follow.*
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  ## Dataset Overview
56
 
 
30
  ## Performance Evaluation
31
 
32
  Execution accuracy (predicted SQL executed against SQLite, result-set comparison)
33
+ on the **full held-out eval split** (greedy decoding):
34
 
35
+ | Model | Questions | n | EX accuracy |
36
+ |---|---|---|---|
37
+ | Base (zero-shot) | EN | 3,032 | 16.0% |
38
+ | Base (zero-shot) | RU | 2,729 | 13.9% |
39
+ | **RUSQL (this model)** | **RU** | **2,729** | **58.4%** |
40
 
41
+ Fine-tuning lifts execution accuracy **from 13.9% to 58.4%** — about 4.2× the base
42
  model, and well above its English-question ceiling (16.0%).
43
 
44
+ Breakdown by SQL complexity (RUSQL, RU questions):
45
 
46
  | Complexity | n | EX accuracy |
47
  |---|---|---|
48
+ | Simple | 259 | 75.7% |
49
+ | Moderate | 858 | 70.3% |
50
+ | Complex | 973 | 55.1% |
51
+ | Highly Complex | 639 | 40.5% |
52
+
53
+ Breakdown by question style (RUSQL, RU questions):
54
 
55
+ | Style | n | EX accuracy |
56
+ |---|---|---|
57
+ | Formal | 310 | 62.9% |
58
+ | Interrogative | 310 | 62.6% |
59
+ | Multi-turn Dialogue | 270 | 59.6% |
60
+ | Colloquial | 336 | 59.5% |
61
+ | Imperative | 324 | 58.6% |
62
+ | Descriptive | 312 | 58.3% |
63
+ | Concise | 273 | 57.1% |
64
+ | Vague | 310 | 55.5% |
65
+ | Metaphorical | 284 | 50.7% |
66
+
67
+ *Full-split evaluation (RU n=2,729 / EN n=3,032), greedy decoding, only 13 of 2,729
68
+ RUSQL generations failed to emit a SQL block.*
69
 
70
  ## Dataset Overview
71