Rajveer-code commited on
Commit
716228c
·
verified ·
1 Parent(s): adcc31e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +221 -79
README.md CHANGED
@@ -55,55 +55,138 @@ size_categories:
55
 
56
  # IndiaFinBench
57
 
58
- **An Evaluation Benchmark for Large Language Model Performance on Indian Financial Regulatory Text**
59
 
60
- > Rajveer Singh Pall Gyan Ganga Institute of Technology and Sciences, Jabalpur, India
61
 
62
- [![GitHub](https://img.shields.io/badge/GitHub-IndiaFinBench-blue)](https://github.com/rajveerpall/IndiaFinBench)
63
- [![Paper](https://img.shields.io/badge/arXiv-IndiaFinBench-red)](arxiv.org/abs/2604.19298)
64
  [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
 
65
 
66
  ---
67
 
68
- ## Dataset Summary
 
 
69
 
70
- IndiaFinBench is, to our knowledge, the first publicly available evaluation benchmark for assessing large language model (LLM) performance on **Indian financial regulatory text**. Existing financial NLP benchmarks draw exclusively from Western corpora — SEC filings, US earnings reports, and English-language financial news — leaving a significant gap in coverage of non-Western regulatory frameworks.
 
 
 
 
 
 
71
 
72
- IndiaFinBench addresses this gap with **406 expert-annotated question-answer pairs** drawn from **192 regulatory documents** sourced directly from the Securities and Exchange Board of India (SEBI) and the Reserve Bank of India (RBI), spanning documents from 1992 to 2026.
 
 
 
 
 
 
73
 
74
- The benchmark covers four task types that probe distinct reasoning capabilities required for Indian regulatory text:
75
 
76
- | Task Type | Code | Items | Description |
77
- |-----------|------|-------|-------------|
78
- | Regulatory Interpretation | REG | 174 | Identify correct rules, thresholds, or scope from regulatory passages |
79
- | Numerical Reasoning | NUM | 92 | Perform arithmetic over figures embedded in regulatory text |
80
- | Contradiction Detection | CON | 62 | Determine whether two regulatory passages contradict each other |
81
- | Temporal Reasoning | TMP | 78 | Order regulatory events, identify which circular was operative at a given time |
82
  | **Total** | | **406** | |
83
 
84
  ---
85
 
86
- ## Key Results
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
- Twelve models evaluated under zero-shot conditions on the full 406-item benchmark:
89
 
90
- | Model | REG | NUM | CON | TMP | Overall |
91
- |-------|-----|-----|-----|-----|---------|
92
- | Gemini 2.5 Flash | 93.1% | 84.8% | 88.7% | 88.5% | **89.7%** |
93
- | Qwen3-32B | 85.1% | 77.2% | 90.3% | 92.3% | 85.5% |
94
- | LLaMA-3.3-70B | 86.2% | 75.0% | 95.2% | 79.5% | 83.7% |
95
- | Llama 4 Scout 17B | 86.2% | 66.3% | 98.4% | 84.6% | 83.3% |
96
- | Kimi K2 | 89.1% | 65.2% | 91.9% | 75.6% | 81.5% |
97
- | LLaMA-3-8B | 79.9% | 64.1% | 93.5% | 78.2% | 78.1% |
98
- | GPT-OSS 120B | 79.9% | 59.8% | 95.2% | 76.9% | 77.1% |
99
- | GPT-OSS 20B | 79.9% | 58.7% | 95.2% | 76.9% | 76.8% |
100
- | Gemini 2.5 Pro | 89.7% | 48.9% | 93.5% | 64.1% | 76.1% |
101
- | Mistral-7B | 79.9% | 66.3% | 80.6% | 74.4% | 75.9% |
102
- | DeepSeek R1 70B | 72.4% | 69.6% | 96.8% | 70.5% | 75.1% |
103
- | Gemma 4 E4B | 83.9% | 50.0% | 72.6% | 62.8% | 70.4% |
104
- | **Human Baseline (non-specialist)** | 55.6% | 44.4% | 83.3% | 66.7% | **60.0%** |
105
 
106
- All models substantially outperform the non-specialist human baseline. Numerical reasoning is the most discriminative task (35.9 percentage-point spread across models).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
  ---
109
 
@@ -111,29 +194,27 @@ All models substantially outperform the non-specialist human baseline. Numerical
111
 
112
  ### Source Documents
113
 
114
- | Source | Documents | Types |
115
- |--------|-----------|-------|
116
  | SEBI (sebi.gov.in) | 92 | Circulars, master circulars, regulations, orders |
117
  | RBI (rbi.org.in) | 100 | Circulars, monetary policy statements, master directions |
118
- | **Total** | **192** | |
119
 
120
  ### Difficulty Distribution
121
 
122
- | Difficulty | Items | Description |
123
- |------------|-------|-------------|
124
- | Easy | 160 (39.4%) | Single-step extraction from context |
125
- | Medium | 182 (44.8%) | Multi-clause reasoning or calculation |
126
- | Hard | 64 (15.8%) | Multi-instrument tracking or complex arithmetic |
127
 
128
  ### Splits
129
 
130
- The dataset is split into **test** (324 items, 79.8%) and **dev** (82 items, 20.2%).
131
-
132
- | Split | Items |
133
- |-------|-------|
134
- | test | 324 |
135
- | dev | 82 |
136
- | **Total** | **406** |
137
 
138
  ---
139
 
@@ -141,12 +222,12 @@ The dataset is split into **test** (324 items, 79.8%) and **dev** (82 items, 20.
141
 
142
  | Field | Type | Description |
143
  |-------|------|-------------|
144
- | `id` | string | Unique item identifier (e.g., `REG_001`, `NUM_042`) |
145
- | `task_type` | string | One of: `regulatory_interpretation`, `numerical_reasoning`, `contradiction_detection`, `temporal_reasoning` |
146
- | `difficulty` | string | One of: `easy`, `medium`, `hard` |
147
- | `source` | string | Regulatory body: `SEBI` or `RBI` |
148
- | `context` | string | Regulatory passage(s) provided to the model (80–500 words). For contradiction detection items, contains Passage A and Passage B separated by a delimiter |
149
- | `question` | string | The question to be answered from the context |
150
  | `reference_answer` | string | Gold-standard reference answer |
151
  | `source_document` | string | Filename of the source regulatory document |
152
 
@@ -154,51 +235,111 @@ The dataset is split into **test** (324 items, 79.8%) and **dev** (82 items, 20.
154
 
155
  ## Annotation and Validation
156
 
157
- All 406 QA pairs were authored by a domain expert in Indian financial regulation. Every item was individually reviewed to ensure:
158
- - The answer is unambiguously derivable from the provided context
159
- - The question has exactly one correct answer
160
- - The context is sufficient without external knowledge
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
 
162
- **Model-based secondary validation** (LLaMA-3.3-70B, 150-item subset): 90.7% agreement, κ = 0.918 on contradiction detection.
163
 
164
- **Human inter-annotator agreement** (second human annotator, 60-item sample): 76.7% overall agreement, κ = 0.611 for contradiction detection (substantial agreement per Landis & Koch 1977).
165
 
166
  ---
167
 
168
  ## Evaluation Protocol
169
 
170
- Models are evaluated under **zero-shot, context-only** conditions. The scoring pipeline applies four stages in sequence:
171
 
172
- 1. **Exact match** after case-normalisation and punctuation stripping
173
- 2. **Fuzzy token match** using RapidFuzz `token_set_ratio ≥ 0.72`
174
- 3. **Numerical extraction match** for items where extracted number sets agree
175
- 4. **Yes/No match** for contradiction detection (leading word comparison)
176
 
177
- Full evaluation code and all model predictions are available at: [https://github.com/rajveerpall/IndiaFinBench](https://github.com/rajveerpall/IndiaFinBench)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
 
179
  ---
180
 
181
  ## Limitations
182
 
183
- - All evaluation is zero-shot; few-shot or chain-of-thought prompting may improve performance
 
 
 
 
184
  - The benchmark does not currently cover Hindi–English code-switched regulatory text
185
- - Coverage is limited to SEBI and RBI; extension to IRDAI, PFRDA, and commodity regulation is planned
186
- - The benchmark evaluates short extractive responses, not longer-form regulatory reasoning or document summarisation
187
- - The dataset is a snapshot of documents as of early 2026; regulatory frameworks evolve continuously
188
 
189
  ---
190
 
191
  ## Citation
192
 
193
- If you use IndiaFinBench in your research, please cite:
194
-
195
  ```bibtex
196
- @article{pall2025indiafinbench,
197
- title={IndiaFinBench: An Evaluation Benchmark for Large Language Model Performance on Indian Financial Regulatory Text},
198
- author={Pall, Rajveer Singh},
199
- journal={arXiv preprint},
200
- year={2025},
201
- url={https://github.com/rajveerpall/IndiaFinBench}
 
202
  }
203
  ```
204
 
@@ -206,11 +347,12 @@ If you use IndiaFinBench in your research, please cite:
206
 
207
  ## License
208
 
209
- This dataset is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). All source documents are publicly available from sebi.gov.in and rbi.org.in and carry no copyright restrictions on research use.
210
 
211
  ---
212
 
213
  ## Contact
214
 
215
- Rajveer Singh Pall — rajveer.singhpall.cb23@ggits.net
 
216
  Gyan Ganga Institute of Technology and Sciences, Jabalpur, India
 
55
 
56
  # IndiaFinBench
57
 
58
+ ### An Evaluation Benchmark for Large Language Model Performance on Indian Financial Regulatory Text
59
 
60
+ **Rajveer Singh Pall** · Gyan Ganga Institute of Technology and Sciences, Jabalpur, India
61
 
62
+ [![arXiv](https://img.shields.io/badge/arXiv-2604.19298-b31b1b.svg)](https://arxiv.org/abs/2604.19298)
63
+ [![GitHub](https://img.shields.io/badge/GitHub-IndiaFinBench-181717?logo=github)](https://github.com/rajveerpall/IndiaFinBench)
64
  [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
65
+ [![Dataset](https://img.shields.io/badge/HuggingFace-Dataset-yellow?logo=huggingface)](https://huggingface.co/datasets/Rajveer-code/IndiaFinBench)
66
 
67
  ---
68
 
69
+ | 406 QA Pairs | 192 Source Documents | 4 Task Types | 12 Models Evaluated |
70
+ |:---:|:---:|:---:|:---:|
71
+ | Expert-annotated | SEBI · RBI · 1992–2026 | REG · NUM · CON · TMP | Zero-shot, full benchmark |
72
 
73
+ ---
74
+
75
+ ## Overview
76
+
77
+ IndiaFinBench is, to our knowledge, the **first publicly available evaluation benchmark** for assessing large language model performance on Indian financial regulatory text. Existing financial NLP benchmarks — FinQA, ConvFinQA, FinanceBench, FLUE — draw exclusively from Western corpora (SEC filings, US earnings reports, English-language financial news), leaving regulatory reasoning outside the Western context unmeasured.
78
+
79
+ IndiaFinBench fills this gap with **406 expert-annotated question-answer pairs** drawn from **192 primary source documents** from the Securities and Exchange Board of India (SEBI) and the Reserve Bank of India (RBI), spanning 1992 to 2026. The benchmark is designed to make the specific reasoning challenges of Indian regulatory text directly measurable:
80
 
81
+ - **Dense numerical thresholds** embedded in regulatory prose (capital adequacy ratios, margin requirements, dividend payout limits)
82
+ - **Amendment chains** where later circulars supersede earlier ones, requiring temporal reasoning to untangle
83
+ - **Jurisdiction-specific terminology** (LODR, PMLA, SFB, AIF, FEMA) that models trained predominantly on Western corpora may not reliably interpret
84
+
85
+ Overall accuracy across twelve evaluated models ranges from **70.4% to 89.7%**. All models outperform the non-specialist human baseline of **69.0%** (n = 100; 95% Wilson CI: [59.4%, 77.2%]). Crucially, performance is **not predicted by model size or general-domain capability rank**: a 17B model statistically matches a 70B model; a 120B model offers no measurable gain over 20B; and a reasoning-specialist architecture ranks second-to-last.
86
+
87
+ ---
88
 
89
+ ## Task Types
90
 
91
+ | Task | Code | Items | What It Tests |
92
+ |------|:----:|:-----:|---------------|
93
+ | Regulatory Interpretation | REG | 174 | Extract correct rules, compliance thresholds, or scope from a regulatory passage |
94
+ | Numerical Reasoning | NUM | 92 | Perform multi-step arithmetic over numerical figures embedded in regulatory text |
95
+ | Contradiction Detection | CON | 62 | Determine whether two passages from different regulatory instruments contradict each other |
96
+ | Temporal Reasoning | TMP | 78 | Establish chronological order of regulatory events; identify which version of a rule was operative at a given date |
97
  | **Total** | | **406** | |
98
 
99
  ---
100
 
101
+ ## Leaderboard
102
+
103
+ Twelve models evaluated under identical **zero-shot, context-only** conditions on the full 406-item benchmark. Scores are accuracy (%). 95% Wilson score confidence intervals are shown for overall accuracy. Primary scores use the conservative automated pipeline; see [Scoring Pipeline](#evaluation-protocol) for corrected figures.
104
+
105
+ | Model | REG | NUM | CON | TMP | **Overall** | 95% CI |
106
+ |-------|:---:|:---:|:---:|:---:|:-----------:|:------:|
107
+ | Gemini 2.5 Flash | 93.1 | 84.8 | 88.7 | 88.5 | **89.7** | [86.3, 92.3] |
108
+ | Qwen3-32B | 85.1 | 77.2 | 90.3 | 92.3 | **85.5** | [81.7, 88.6] |
109
+ | LLaMA-3.3-70B | 86.2 | 75.0 | 95.2 | 79.5 | **83.7** | [79.8, 87.0] |
110
+ | Llama 4 Scout 17B | 86.2 | 66.3 | 98.4 | 84.6 | **83.3** | [79.3, 86.6] |
111
+ | Kimi K2 | 89.1 | 65.2 | 91.9 | 75.6 | **81.5** | [77.5, 85.0] |
112
+ | LLaMA-3-8B | 79.9 | 64.1 | 93.5 | 78.2 | **78.1** | [73.8, 81.8] |
113
+ | GPT-OSS 120B | 79.9 | 59.8 | 95.2 | 76.9 | **77.1** | [72.8, 80.9] |
114
+ | GPT-OSS 20B | 79.9 | 58.7 | 95.2 | 76.9 | **76.8** | [72.5, 80.7] |
115
+ | Gemini 2.5 Pro † | 89.7 | 48.9 | 93.5 | 64.1 | **76.1** | [71.7, 80.0] |
116
+ | Mistral-7B | 79.9 | 66.3 | 80.6 | 74.4 | **75.9** | [71.5, 79.8] |
117
+ | DeepSeek R1 70B | 72.4 | 69.6 | 96.8 | 70.5 | **75.1** | [70.7, 79.1] |
118
+ | Gemma 4 E4B | 83.9 | 50.0 | 72.6 | 62.8 | **70.4** | [65.8, 74.7] |
119
+ | **Human Baseline** (non-specialist, n = 100) | — | — | — | — | **69.0** | [59.4, 77.2] |
120
+
121
+ > **† Gemini 2.5 Pro:** The low NUM (48.9%) and TMP (64.1%) scores are a **scoring artifact** of its verbose output style under string-matching evaluation — not a true capability deficit. A secondary LLM-as-judge validation raises its corrected overall accuracy to **84.5%**, placing it between Tier 1 and Tier 2. See Appendix D of the paper.
122
+
123
+ > **CON majority-class note:** The contradiction detection label distribution is 85.5% "No", making the trivial majority-class baseline **85.5%** — not 50%. Gemma 4 E4B (72.6%) and Mistral-7B (80.6%) fall *below* this baseline. See Appendix C of the paper for per-model balanced accuracy.
124
+
125
+ > **Primary scores are conservative lower bounds.** Judge-corrected CSVs are in `evaluation/results_judged/` in the repository. Tier rankings are unchanged under corrected scoring.
126
+
127
+ ---
128
+
129
+ ## Performance Tiers
130
+
131
+ Paired bootstrap significance testing (10,000 resamples) across all 66 model pairs identifies three statistically distinct performance tiers. All tier boundaries remain significant after Bonferroni correction (α = 0.05 / 66 ≈ 0.00076).
132
+
133
+ | Tier | Models | Overall Accuracy Range |
134
+ |:----:|--------|:---------------------:|
135
+ | **Tier 1** — Strong | Gemini 2.5 Flash · Qwen3-32B · LLaMA-3.3-70B · Llama 4 Scout 17B · Kimi K2 | 81.5% – 89.7% |
136
+ | **Tier 2** — Mid | LLaMA-3-8B · GPT-OSS 120B · GPT-OSS 20B · Gemini 2.5 Pro† · Mistral-7B · DeepSeek R1 70B | 75.1% – 78.1% |
137
+ | **Tier 3** — Weakest | Gemma 4 E4B | 70.4% |
138
+
139
+ ---
140
+
141
+ ## Key Findings
142
+
143
+ > **Efficiency paradox.** Llama 4 Scout 17B (Tier 1, 83.3%) is statistically indistinguishable from LLaMA-3.3-70B (83.7%, p = 0.790) — matching a 70B model with one-quarter the parameters. Instruction-tuning alignment, not raw parameter count, determines performance in the 17B–70B range on this benchmark.
144
+
145
+ > **Scaling provides no benefit on this domain.** GPT-OSS 120B (77.1%) and GPT-OSS 20B (76.8%) differ by just 0.3 pp (p = 0.910). Model capacity is not the binding constraint.
146
+
147
+ > **The reasoning-specialist paradox.** DeepSeek R1 70B ranks 11th of 12 despite its chain-of-thought architecture. Its error profile reveals why: 49% of its failures are Temporal Reasoning Failures — the highest of any model. Explicit reasoning chains do not reliably assist in tracking regulatory amendment timelines across multiple dated documents.
148
+
149
+ > **Task difficulty hierarchy.** Numerical reasoning is the most discriminative task (35.9 pp spread). Temporal reasoning failure is the dominant error mode for top-tier models; smaller models fail primarily at the domain-knowledge level.
150
+
151
+ > **All models exceed the human baseline.** The non-specialist human baseline (69.0%, n = 100) is surpassed by all twelve models. All Tier 1 models are significantly above the human upper confidence bound of 77.2% (p < 0.01).
152
+
153
+ ---
154
+
155
+ ## Few-Shot Results (3-shot, Top 4 Models)
156
 
157
+ Zero-shot evaluation is a **conservative lower bound**. 3-shot prompting with fixed in-context examples improves numerical reasoning by 2.1–16.3 pp across all tested models. The overall tier ordering is preserved, confirming that the observed tier structure reflects genuine capability differences rather than prompting strategy sensitivity.
158
 
159
+ | Model | Δ REG | Δ NUM | Δ CON | Δ TMP | Δ Overall |
160
+ |-------|------:|------:|------:|------:|----------:|
161
+ | Gemini 2.5 Flash | −1.1 | +2.2 | +3.2 | +0.0 | +0.4 |
162
+ | Qwen3-32B | +1.7 | +2.1 | 0.0 | 0.0 | +1.2 |
163
+ | LLaMA-3.3-70B | +1.2 | +2.2 | +3.2 | +7.7 | +3.0 |
164
+ | Llama 4 Scout 17B | +4.0 | +16.3 | −12.9 | −7.7 | +1.9 |
 
 
 
 
 
 
 
 
 
165
 
166
+ Full 3-shot prediction files are available in `evaluation/results_fewshot/` in the repository.
167
+
168
+ ---
169
+
170
+ ## Models Evaluated
171
+
172
+ | Model | Provider / Access | Parameters |
173
+ |-------|-------------------|:----------:|
174
+ | Gemini 2.5 Flash | Google AI Studio API | — |
175
+ | Gemini 2.5 Pro | Google Cloud Vertex AI | — |
176
+ | Qwen3-32B | Alibaba / Groq API | 32B |
177
+ | LLaMA-3.3-70B | Meta / Groq API | 70B |
178
+ | Llama 4 Scout 17B | Meta / Groq API | 17B |
179
+ | Kimi K2 | Moonshot AI / Groq API | 1T total · 32B active (MoE) |
180
+ | LLaMA-3-8B | Meta / Ollama (local) | 8B |
181
+ | GPT-OSS 120B ‡ | OpenAI / Groq API | 120B |
182
+ | GPT-OSS 20B ‡ | OpenAI / Groq API | 20B |
183
+ | Mistral-7B | Mistral AI / Ollama (local) | 7B |
184
+ | DeepSeek R1 70B | DeepSeek / Groq API | 70B |
185
+ | Gemma 4 E4B | Google / Ollama (local) | 4B |
186
+
187
+ Local models (LLaMA-3-8B, Mistral-7B, Gemma 4 E4B) were run on an Intel i7-13650HX + NVIDIA RTX 4060 (8 GB VRAM) workstation via Ollama. All models evaluated at temperature = 0.0 with no fine-tuning or prompt adaptation.
188
+
189
+ > **‡ GPT-OSS note:** Exact checkpoint identifiers (model strings) are documented in the evaluation code at the GitHub repository.
190
 
191
  ---
192
 
 
194
 
195
  ### Source Documents
196
 
197
+ | Source | Documents | Document Types |
198
+ |--------|:---------:|----------------|
199
  | SEBI (sebi.gov.in) | 92 | Circulars, master circulars, regulations, orders |
200
  | RBI (rbi.org.in) | 100 | Circulars, monetary policy statements, master directions |
201
+ | **Total** | **192** | Spanning 1992 – 2026 |
202
 
203
  ### Difficulty Distribution
204
 
205
+ | Difficulty | Items | Share | Description |
206
+ |------------|:-----:|:-----:|-------------|
207
+ | Easy | 160 | 39.4% | Single-step extraction from context |
208
+ | Medium | 182 | 44.8% | Multi-clause reasoning or calculation |
209
+ | Hard | 64 | 15.8% | Multi-instrument tracking or complex arithmetic |
210
 
211
  ### Splits
212
 
213
+ | Split | Items | Share |
214
+ |-------|:-----:|:-----:|
215
+ | test | 324 | 79.8% |
216
+ | dev | 82 | 20.2% |
217
+ | **Total** | **406** | |
 
 
218
 
219
  ---
220
 
 
222
 
223
  | Field | Type | Description |
224
  |-------|------|-------------|
225
+ | `id` | string | Unique item identifier, e.g. `REG_001`, `NUM_042` |
226
+ | `task_type` | string | `regulatory_interpretation` · `numerical_reasoning` · `contradiction_detection` · `temporal_reasoning` |
227
+ | `difficulty` | string | `easy` · `medium` · `hard` |
228
+ | `source` | string | `SEBI` or `RBI` |
229
+ | `context` | string | Regulatory passage(s) provided to the model (80–500 words). For CON items, contains Passage A and Passage B separated by a delimiter |
230
+ | `question` | string | The question to be answered from the provided context |
231
  | `reference_answer` | string | Gold-standard reference answer |
232
  | `source_document` | string | Filename of the source regulatory document |
233
 
 
235
 
236
  ## Annotation and Validation
237
 
238
+ All 406 QA pairs were authored by the primary annotator, who has prior experience with Indian financial regulatory documents. Every item was individually reviewed to ensure: (1) the answer is unambiguously derivable from the provided context; (2) the question has exactly one correct answer; and (3) the context is sufficient without external knowledge.
239
+
240
+ ### Model-Based Secondary Validation
241
+
242
+ A secondary validation pass over 150 items using LLaMA-3.3-70B-Versatile as a context-only quality-checker confirmed item tractability (90.7% overall agreement). This follows benchmark construction practice established in FinanceBench (Islam et al., 2023) and CUAD (Hendrycks et al., 2021).
243
+
244
+ | Task Type | Items | Agreement | Cohen's κ |
245
+ |-----------|:-----:|:---------:|:---------:|
246
+ | Regulatory Interpretation | 53 | 100.0% | ~1.00 |
247
+ | Numerical Reasoning | 32 | 84.4% | — |
248
+ | Contradiction Detection | 30 | 96.7% | 0.918 |
249
+ | Temporal Reasoning | 35 | 77.1% | — |
250
+ | **Overall** | **150** | **90.7%** | — |
251
+
252
+ *κ is reported only for the binary CON task; dashes indicate κ is not defined for extractive tasks under string-matching agreement.*
253
+
254
+ ### Human Inter-Annotator Agreement
255
+
256
+ A second human annotator independently answered 120 randomly selected items across all four task types. Agreement was computed using the same four-stage scoring procedure applied to model predictions.
257
+
258
+ | Task Type | Agreement | Cohen's κ |
259
+ |-----------|:---------:|:---------:|
260
+ | Regulatory Interpretation | 100.0% | — |
261
+ | Temporal Reasoning | 87.5% | — |
262
+ | Contradiction Detection | 82.4% | **0.611** |
263
+ | Numerical Reasoning | 43.8% * | — |
264
+ | **Overall (initial 60-item sample)** | **76.7%** | — |
265
+ | **Stability confirmed across full 120-item sample** | stable | **κ = 0.611** |
266
 
267
+ κ = 0.611 corresponds to *substantial agreement* (Landis & Koch, 1977), comparable to human agreement rates for binary contradiction detection in legal NLP.
268
 
269
+ > **\* Numerical reasoning (43.8%):** This figure reflects formatting convention differences between annotators (intermediate steps vs. final value only; currency symbol style; comma placement) not substantive disagreement about the computed answer. Post-hoc review confirmed that the underlying computed values were equivalent in every discordant numerical item.
270
 
271
  ---
272
 
273
  ## Evaluation Protocol
274
 
275
+ Models are evaluated under **zero-shot, context-only** conditions. The system prompt establishes the context-only constraint. Task-specific user prompts provide formatting instructions appropriate to each task type. All models were evaluated at temperature = 0.0.
276
 
277
+ The scoring pipeline applies four stages in sequence, stopping at the first match:
 
 
 
278
 
279
+ 1. **Exact match** after case-normalisation and punctuation stripping
280
+ 2. **Fuzzy token match** — RapidFuzz `token_set_ratio ≥ 0.72` (threshold calibrated by manual inspection of 20 borderline cases; validated at adjacent thresholds 0.65 and 0.80)
281
+ 3. **Numerical extraction match** — correct when extracted number sets from reference and prediction agree (handling currency symbols, comma separators, and units)
282
+ 4. **Yes/No match** — for CON items, leading-word comparison only
283
+
284
+ ### Scoring Pipeline Validation (LLM-as-Judge)
285
+
286
+ The automated pipeline systematically penalises semantically correct predictions that differ from the reference in format or verbosity. To quantify this false-negative rate (FNR), Gemini 2.5 Flash was applied as a semantic judge over all 874 items marked incorrect on NUM, REG, and TMP tasks across the twelve models. CON items use exact Yes/No matching and were not judged.
287
+
288
+ Judge reliability was confirmed on a stratified 28-item manual audit: **89.3% accuracy**. The three judge errors all involved multi-step numerical problems where the model showed correct intermediate reasoning but an incorrect final value.
289
+
290
+ | Task | Items Reviewed | Reclassified Correct | FNR (corrected) |
291
+ |------|:--------------:|:--------------------:|:---------------:|
292
+ | REG | 327 | 261 (79.8%) | 0.52 |
293
+ | NUM | 348 | 272 (78.2%) | 0.56 |
294
+ | TMP | 199 | 152 (76.4%) | 0.32 |
295
+ | CON | — | exact match; not evaluated | 0.00 |
296
+ | **Overall** | **874** | **685 (78.4%)** | — |
297
+
298
+ Three root causes account for the majority of false negatives: (1) numeric format differences ('50%' vs. 'fifty per cent'); (2) verbose answers that prefix the correct response with calculation steps; (3) abbreviated-but-correct answers (e.g., ref: 'Six months after completion of the open offer'; pred: 'Six months').
299
+
300
+ Primary leaderboard scores are **conservative lower bounds** on true model accuracy. Judge-corrected scores are released at `evaluation/results_judged/` in the repository. Model tier rankings are unchanged under corrected scoring.
301
+
302
+ ---
303
+
304
+ ## Error Taxonomy
305
+
306
+ Model failures are classified into four interpretable categories:
307
+
308
+ | Code | Error Type | Description |
309
+ |:----:|------------|-------------|
310
+ | DKF | Domain Knowledge Failure | Incorrect answer due to unfamiliarity with Indian regulatory concepts, terminology, or thresholds |
311
+ | NRF | Numerical Reasoning Failure | Arithmetic error, wrong unit conversion, or misapplied formula |
312
+ | TRF | Temporal Reasoning Failure | Incorrect ordering of regulatory events, wrong operative circular, or miscalculated elapsed time |
313
+ | CGF | Context Grounding Failure | Use of external knowledge instead of the provided passage; failure to locate the correct span |
314
+
315
+ **Key pattern:** Temporal Reasoning Failure dominates for top-tier models (Gemini 2.5 Flash: 40%; LLaMA-3.3-70B: 41%; DeepSeek R1 70B: **49%**). Domain Knowledge Failure is the primary failure mode for smaller models (Gemma 4 E4B: 43%). Context Grounding Failure is rare across all models (1–3%).
316
 
317
  ---
318
 
319
  ## Limitations
320
 
321
+ - The automated scoring pipeline penalises semantically correct responses with format differences; leaderboard figures are conservative lower bounds — judge-corrected scores are available in the repository
322
+ - All primary evaluation is zero-shot; 3-shot results for four top models (Appendix E of the paper) confirm this is a lower bound, particularly on NUM and TMP
323
+ - The context-injection setup provides the relevant passage directly — this tests reading comprehension over a provided excerpt, not full-document retrieval or information search
324
+ - Primary annotation was conducted by a single annotator; multi-annotator IAA covers 120 of 406 items (29.6% coverage, meeting standard reporting thresholds)
325
+ - All questions and gold answers are in English; Hindi-language versions of the same circulars are not included
326
  - The benchmark does not currently cover Hindi–English code-switched regulatory text
327
+ - Coverage is limited to SEBI and RBI; extension to IRDAI, PFRDA, and commodity-segment regulation is planned
328
+ - The benchmark evaluates short extractive responses, not longer-form generation (regulatory summaries, compliance gap analysis, or legally coherent reasoning chains)
329
+ - The dataset is a snapshot of documents as of early 2026; regulatory frameworks evolve continuously and the dataset will require periodic refresh
330
 
331
  ---
332
 
333
  ## Citation
334
 
 
 
335
  ```bibtex
336
+ @article{pall2026indiafinbench,
337
+ title = {IndiaFinBench: An Evaluation Benchmark for Large Language Model
338
+ Performance on Indian Financial Regulatory Text},
339
+ author = {Pall, Rajveer Singh},
340
+ journal = {arXiv preprint arXiv:2604.19298},
341
+ year = {2026},
342
+ url = {https://arxiv.org/abs/2604.19298}
343
  }
344
  ```
345
 
 
347
 
348
  ## License
349
 
350
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). All source documents are publicly available from sebi.gov.in and rbi.org.in and carry no copyright restrictions on research use. No personally identifiable information is present in any source document or derived annotation.
351
 
352
  ---
353
 
354
  ## Contact
355
 
356
+ **Rajveer Singh Pall**
357
+ rajveer.singhpall.cb23@ggits.net
358
  Gyan Ganga Institute of Technology and Sciences, Jabalpur, India