bartoszkobylinski1 commited on
Commit
d7c42a6
·
verified ·
1 Parent(s): 8cb27fc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -13
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
14
  - n<1K
15
  ---
16
 
17
- # PL-Temporal — Track A
18
 
19
  A benchmark of temporal legal reasoning over Polish statutes: which version of the law
20
  was in force on a given date, when did an act enter into force, which Dziennik Ustaw
@@ -42,21 +42,30 @@ https://github.com/bartoszkobylinski/pl-temporal
42
  | A3 | 24 | whether an act was in force on a given date (TAK/NIE) |
43
  | A4 | 24 | whether an act was amended in a given period (TAK/NIE) |
44
 
45
- ## v0.2 results (2026-08-14, N=5 draws where provider quotas allowed, 79 scored)
46
 
47
- | model | N valid | strict (answered) | abstained/draw |
48
- |---|---:|---:|---:|
49
- | claude-opus-5 | 5 | **74.2%** | 11.6 |
50
- | gpt-5.6-sol | 5 | 69.9% | **0** |
51
- | gemini-3.1-pro | 3 | 64.6% | 14.0 |
52
- | gpt-5.6-terra | 5 | 57.2% | **0** |
53
- | gemini-3.5-flash | 2 | 56.8% | 5.0 |
54
- | pllum-12b | 5 | 44.3% | **0** |
55
- | bielik-11b-v3 | 5 | 43.0% | **0** |
56
 
57
- Gold answers for every analyzer-flagged item were independently verified by a human
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  against ISAP commencement clauses (2026-08-14): zero gold edits, one ambiguous item
59
- quarantined. Notable finding: zero-abstention is a property of vendor training
60
  decisions, not of model size — both GPT-5.6 models abstained 0/400, matching the
61
  Polish models, while legacy gpt-5 was the heaviest abstainer in the roster.
62
 
 
14
  - n<1K
15
  ---
16
 
17
+ # PL-Temporal — Track A (Diagnostic Challenge Set v0.2)
18
 
19
  A benchmark of temporal legal reasoning over Polish statutes: which version of the law
20
  was in force on a given date, when did an act enter into force, which Dziennik Ustaw
 
42
  | A3 | 24 | whether an act was in force on a given date (TAK/NIE) |
43
  | A4 | 24 | whether an act was amended in a given period (TAK/NIE) |
44
 
45
+ ## v0.2 results (2026-08-14, 79 scored items; mean over valid draws)
46
 
47
+ Three metrics no single leader without a utility function. Coverage: how often
48
+ the model answers. Selective accuracy: how often it is right when it answers.
49
+ End-to-end: usefulness when every question needs an answer.
 
 
 
 
 
 
50
 
51
+ | model | N valid | coverage | selective acc | end-to-end | abstained/draw |
52
+ |---|---:|---:|---:|---:|---:|
53
+ | gpt-5.6-sol | 5 | **100%** | 69.9% | **69.9%** | **0** |
54
+ | claude-opus-5 | 5 | 85.1% | **74.2%** | 63.0% | 11.6 |
55
+ | gpt-5.6-terra | 5 | 100% | 57.2% | 57.2% | **0** |
56
+ | gemini-3.1-pro | 3 | 82.3% | 64.6% | 53.2% | 14.0 |
57
+ | gemini-3.5-flash | 2 | 93.7% | 56.8% | 53.2% | 5.0 |
58
+ | pllum-12b | 5 | 100% | 44.3% | 44.3% | **0** |
59
+ | bielik-11b-v3 | 5 | 100% | 43.0% | 43.0% | **0** |
60
+
61
+ Majority baselines for the binary families: A3 = 65.2%, A4 = 50.0%. v0.2 is frozen
62
+ as a diagnostic challenge set (no-signal pruning used v0.1 model results); a frozen
63
+ v1.0 with a pre-registered selection procedure is planned. Full findings,
64
+ limitations and incident log: RESULTS-v0.2.md in the canonical repo.
65
+
66
+ Gold answers for every analyzer-flagged item were verified by the dataset owner
67
  against ISAP commencement clauses (2026-08-14): zero gold edits, one ambiguous item
68
+ quarantined; an independent second annotation pass is planned for v1.0. Notable finding: zero-abstention is a property of vendor training
69
  decisions, not of model size — both GPT-5.6 models abstained 0/400, matching the
70
  Polish models, while legacy gpt-5 was the heaviest abstainer in the roster.
71