kernel-14 commited on
Commit
0523260
·
verified ·
1 Parent(s): 6d73ca5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -42
README.md CHANGED
@@ -11,7 +11,6 @@ tags:
11
  - factuality
12
  - structured-extraction
13
  - paper-understanding
14
- - claim-extraction
15
  - paper-to-code
16
  task_categories:
17
  - question-answering
@@ -26,11 +25,12 @@ language_creators:
26
 
27
  # SemanticAlign-Bench
28
 
29
- A benchmark dataset for evaluating AI agents' ability to extract **structured claims** from top-tier machine learning conference papers. The dataset tests whether agents can accurately capture four dimensions of paper content — numerical facts, method formulas, experimental protocols, and procedural pipelines without hallucination, omission, or misordering.
30
 
31
  ## Dataset Description
32
 
33
  - **Papers**: 30 papers from **ICLR 2025**, **ICML 2025**, and **NeurIPS 2025**, spanning 5 domains (6 papers each):
 
34
  | Domain | Count |
35
  |---|---|
36
  | Probabilistic Inference / Generative Models | 6 |
@@ -38,7 +38,8 @@ A benchmark dataset for evaluating AI agents' ability to extract **structured cl
38
  | Computer Vision | 6 |
39
  | NLP / LLM | 6 |
40
  | Numerical Methods / Scientific Computing | 6 |
41
- - **Total SAU Claims**: **1,426** (Semantic Alignment Unit — the atomic unit of paper understanding)
 
42
  - **Size**: ~519 MB
43
 
44
  ### The Four SAU Dimensions
@@ -47,14 +48,14 @@ Each paper is decomposed into claims across four diagnostic dimensions, ordered
47
 
48
  | Dimension | Name | Count | Definition |
49
  |-----------|------|-------|------------|
50
- | **D1** | Numerical Precision | 497 | Hyperparameters, configuration values, thresholds, scaling factors |
51
- | **D2** | Formulas / Algorithms | 476 | Mathematical formulas, algorithm steps, architectural mechanisms |
52
- | **D3** | Experiment Protocols | 291 | Datasets, baselines, evaluation metrics, experimental scope |
53
- | **D4** | Pipelines / Procedures | 162 | Multi-step execution order: phase ordering, algorithm step sequencing |
54
 
55
- ### Paper Venue Distribution
56
 
57
- All 30 papers are from top-tier 2025 ML conferences:
58
 
59
  | Venue | Count |
60
  |-------|-------|
@@ -73,7 +74,7 @@ All 30 papers are from top-tier 2025 ML conferences:
73
  paper.pdf # Original PDF
74
  sau.json # SAU claims — the core annotation file
75
  images/ # Paper figures extracted from PDF
76
- blacklist.txt # Tokens excluded from extraction (e.g., author names)
77
  ```
78
 
79
  ### SAU Claim Format (`sau.json`)
@@ -96,13 +97,13 @@ All 30 papers are from top-tier 2025 ML conferences:
96
  ```
97
 
98
  Each claim includes:
99
- - `id`: Unique identifier for cross-referencing (`{paper}-{dimension}-{number}`)
100
- - `claim`: The extracted claim text (natural language, self-contained statement)
101
  - `source`: Paper section where the claim originates
102
 
103
  ### Annotation Quality
104
 
105
- All 1,426 claims have undergone **multi-version human review** with systematic error checks:
106
  - Verification against source paper for factual accuracy
107
  - Format normalization and consistency validation
108
  - Cross-reference integrity checks between dimensions
@@ -110,9 +111,7 @@ All 1,426 claims have undergone **multi-version human review** with systematic e
110
 
111
  ## Supported Tasks
112
 
113
- The benchmark supports the following evaluation scenarios:
114
-
115
- 1. **Claim-Level Factuality**: Given a paper, can the agent accurately extract or recall a specific numerical value, formula, experimental detail, or procedural step?
116
  2. **Dimension-Level Completeness**: Can the agent achieve full recall across all four SAU dimensions for a given paper?
117
  3. **Cross-Dimensional Consistency**: Are claims in D4 (pipelines) consistent with D2 (formulas) and D3 (experiments)?
118
  4. **Hallucination Detection**: Can the agent distinguish paper-supported claims from plausible but fabricated ones?
@@ -121,61 +120,48 @@ The benchmark supports the following evaluation scenarios:
121
 
122
  ### Source Data
123
 
124
- The 30 papers were selected from top ML venues (ICLR, ICML, NeurIPS 2025) to cover:
125
- - **Domain diversity**: 5 domains with equal representation
126
- - **Task diversity**: Classification, generation, reinforcement learning, theory, scientific computing
127
- - **Quality diversity**: Papers span both regular and spotlight-level acceptances across three top-tier venues
128
-
129
- ### Annotation Process
130
 
131
- 1. **Initial Extraction**: AI agent extracts SAU claims from `paper.md` via a multi-agent extraction pipeline (3 specialized extraction agents targeting D1/D2/D3, with per-section parallel sub-agent spawning to avoid attention degradation)
132
- 2. **Human Audit**: Expert reviewer verifies each claim against the source paper, correcting hallucinations, omissions, and misorderings
133
- 3. **Iterative Refinement**: Claims undergo 4–5 review cycles (versions v1→v5) until all systematic errors are resolved
134
- 4. **Cross-Paper Validation**: Consistency checks across papers in the same domain
135
 
136
- ### Annotations
137
 
138
- - **Creators**: Expert-generated (AI extraction human verification pipeline)
139
- - **Review Depth**: Multi-pass each paper received 4–5 review iterations
140
- - **Quality Metrics**: Fairness audit scores (all 30 papers grade A)
 
 
141
 
142
  ## Considerations for Using the Data
143
 
144
- ### Biases and Limitations
145
 
146
- - **Venue Bias**: All papers are from 2025 top-tier conferences; older, lower-tier, or non-English venues are not represented
147
- - **Domain Coverage**: 5 domains with 6 papers each — useful for balanced evaluation but not comprehensive
148
- - **Single Annotator**: Claims were verified by one expert reviewer; inter-annotator agreement is not available
149
- - **Derived Work**: SAU claims are interpretation-laden; different readers may reasonably disagree on claim boundaries
150
 
151
  ### Intended Use
152
 
153
- This dataset is designed for **evaluation**, not training. Use cases:
154
  - Benchmarking LLM factuality on scientific content
155
  - Measuring agent understanding of structured paper content
156
  - Stress-testing retrieval-augmented generation (RAG) over academic papers
157
 
158
  ### Out-of-Scope Uses
159
 
160
- - Training data for production LLMs (limited size, single annotator, venue bias)
161
- - Legal or regulatory compliance evaluation
162
  - Automated paper review or acceptance prediction
163
 
164
  ## Additional Information
165
 
166
  ### License
167
 
168
- The SAU annotations in this dataset are licensed under **CC-BY-4.0**. The underlying papers are subject to their original copyright terms as posted on arXiv and the respective conference proceedings.
169
 
170
  ### Citation
171
 
172
- If you use SemanticAlign-Bench in your research, please cite:
173
-
174
  ```bibtex
175
  @inproceedings{semanticalign_bench,
176
  title = {SemanticAlign-Bench: Evaluating Semantic Alignment in LLM-Based Paper Reproduction},
177
  author = {Anonymous Author(s)},
178
- year = {2026},
179
  note = {Benchmark dataset at \url{https://anonymous-hf.up.railway.app/a/rrgn430zpfui/}}
180
  }
181
  ```
 
11
  - factuality
12
  - structured-extraction
13
  - paper-understanding
 
14
  - paper-to-code
15
  task_categories:
16
  - question-answering
 
25
 
26
  # SemanticAlign-Bench
27
 
28
+ A benchmark for evaluating AI agents on **structured claim extraction** from top-tier ML conference papers. Each paper is decomposed into Semantic Alignment Units (SAU) atomic, self-contained implementation propositions across four diagnostic dimensions spanning numerical precision to pipeline-level workflow. Agents are evaluated on whether they can reproduce these claims without hallucination, omission, or misordering.
29
 
30
  ## Dataset Description
31
 
32
  - **Papers**: 30 papers from **ICLR 2025**, **ICML 2025**, and **NeurIPS 2025**, spanning 5 domains (6 papers each):
33
+
34
  | Domain | Count |
35
  |---|---|
36
  | Probabilistic Inference / Generative Models | 6 |
 
38
  | Computer Vision | 6 |
39
  | NLP / LLM | 6 |
40
  | Numerical Methods / Scientific Computing | 6 |
41
+
42
+ - **Total SAU Claims**: **1,491**
43
  - **Size**: ~519 MB
44
 
45
  ### The Four SAU Dimensions
 
48
 
49
  | Dimension | Name | Count | Definition |
50
  |-----------|------|-------|------------|
51
+ | **D1** | Numerical Precision | 523 | Hyperparameters, configuration values, thresholds, scaling factors |
52
+ | **D2** | Formulas / Algorithms | 503 | Mathematical formulas, algorithm steps, architectural mechanisms |
53
+ | **D3** | Experiment Protocols | 300 | Datasets, baselines, evaluation metrics, experimental scope |
54
+ | **D4** | Pipelines / Procedures | 165 | Multi-step execution order: phase ordering, algorithm step sequencing |
55
 
56
+ The D1--D4 hierarchy is universal across all evaluated configurations: D1 > D2 > D4 > D3 in score holds invariant for all 12 generator setups (Claude/DeepSeek/Gemini/GPT-4o × BasicAgent/PaperCoder/OpenHands). D3 (experimental protocol) is the dominant bottleneck, with only 0.7% perfect-score rate — 14× lower than D1. D4 exhibits a distinctive pattern: lowest zero rate (33.7%) but only 5.9% of claims score ≥0.5, meaning agents almost always attempt ordering constraints but rarely get them right.
57
 
58
+ ### Paper Venue Distribution
59
 
60
  | Venue | Count |
61
  |-------|-------|
 
74
  paper.pdf # Original PDF
75
  sau.json # SAU claims — the core annotation file
76
  images/ # Paper figures extracted from PDF
77
+ blacklist.txt # official repo url
78
  ```
79
 
80
  ### SAU Claim Format (`sau.json`)
 
97
  ```
98
 
99
  Each claim includes:
100
+ - `id`: Unique identifier (`{paper}-{dimension}-{number}`)
101
+ - `claim`: Self-contained implementation proposition in natural language
102
  - `source`: Paper section where the claim originates
103
 
104
  ### Annotation Quality
105
 
106
+ All 1,491 claims have undergone **multi-version human review** with systematic error checks:
107
  - Verification against source paper for factual accuracy
108
  - Format normalization and consistency validation
109
  - Cross-reference integrity checks between dimensions
 
111
 
112
  ## Supported Tasks
113
 
114
+ 1. **Claim-Level Factuality**: Given a paper, can the agent accurately extract a specific numerical value, formula, experimental detail, or procedural step?
 
 
115
  2. **Dimension-Level Completeness**: Can the agent achieve full recall across all four SAU dimensions for a given paper?
116
  3. **Cross-Dimensional Consistency**: Are claims in D4 (pipelines) consistent with D2 (formulas) and D3 (experiments)?
117
  4. **Hallucination Detection**: Can the agent distinguish paper-supported claims from plausible but fabricated ones?
 
120
 
121
  ### Source Data
122
 
123
+ 30 papers selected from ICLR 2025, ICML 2025, and NeurIPS 2025, covering 5 domains with equal representation across task types (classification, generation, RL, theory, scientific computing).
 
 
 
 
 
124
 
125
+ ## Evaluation Results
 
 
 
126
 
127
+ In a benchmark study evaluating 360 paper-level runs (12 generators × 30 papers):
128
 
129
+ - **Overall SAS**: mean 0.221, median 0.200. 82.4% of SAU claims score ≤0.25.
130
+ - **Model dominance**: Model choice drives 2.35× more score variation than scaffold choice (1.15×). Top 5 configurations all use Claude or DeepSeek; bottom 3 all use GPT-4o.
131
+ - **Scaffold asymmetry**: PaperCoder (+0.116 for GPT-4o) provides more benefit to weaker models. OpenHands adds near-zero value without minimum planning competence.
132
+ - **Failure pattern**: 81% of zero-scored claims contain partial but incorrect code; only 5.7% are completely absent. Improving scores requires better comprehension, not broader coverage.
133
+ - **Paper difficulty**: Numerical methods/PDE papers dominate the easiest tier; multi-modal systems and complex training pipelines the hardest.
134
 
135
  ## Considerations for Using the Data
136
 
137
+ ### Limitations
138
 
139
+ This is a **static benchmark**: claims test specification fidelity (did the agent encode the right parameters, formulas, and protocols?) rather than runtime correctness. The benchmark does not include execution-based evaluation or dynamic testing.
 
 
 
140
 
141
  ### Intended Use
142
 
 
143
  - Benchmarking LLM factuality on scientific content
144
  - Measuring agent understanding of structured paper content
145
  - Stress-testing retrieval-augmented generation (RAG) over academic papers
146
 
147
  ### Out-of-Scope Uses
148
 
149
+ - Training data for production LLMs (limited size, single annotator)
 
150
  - Automated paper review or acceptance prediction
151
 
152
  ## Additional Information
153
 
154
  ### License
155
 
156
+ SAU annotations are licensed under **CC-BY-4.0**. Underlying papers are subject to their original copyright terms as posted on arXiv and respective conference proceedings.
157
 
158
  ### Citation
159
 
 
 
160
  ```bibtex
161
  @inproceedings{semanticalign_bench,
162
  title = {SemanticAlign-Bench: Evaluating Semantic Alignment in LLM-Based Paper Reproduction},
163
  author = {Anonymous Author(s)},
164
+ year = {2025},
165
  note = {Benchmark dataset at \url{https://anonymous-hf.up.railway.app/a/rrgn430zpfui/}}
166
  }
167
  ```