← Back to research
Live Benchmark · Under Review, Anonymous NLP Venue

IndiaFinBench

A reproducible benchmark for LLM performance on Indian financial regulatory text — SEBI circulars and RBI master directions.

Rajveer Singh Pall · 2026

ProblemNo benchmark existed to test whether LLMs can be trusted on Indian financial regulation — dense, cross-referenced text where a confident wrong answer is costly.
ApproachBuild 406 expert-annotated questions from real SEBI and RBI documents, then score 12 leading LLMs against a human-expert baseline.
ResultEvery model beat the human baseline; the best, Gemini 2.5 Flash, reached 89.7% versus 69% for human experts.
SignificanceThe first evidence that today's LLMs can outperform expert humans on this specific, high-stakes regulatory domain.

The Discovery in One Figure

Gemini 2.5 Flash (top model)89.7%
Human-expert baseline · 69%

All 12 models scored above the human-expert line — Gemini cleared it by 20.7 points

The Paper in Five Minutes

Large language models are increasingly asked legal and financial questions, but nearly all of their testing uses American and European text. This benchmark tests twelve leading models on India's actual financial rulebook — SEBI and RBI regulations spanning 1992 to 2026 — with 406 questions written and verified by hand. The questions require exactly what real compliance work requires: interpreting rules, calculating with legal thresholds, spotting contradictions, and tracking rules that changed over time. The clearest finding: numbers are the hardest. On numerical reasoning alone, model scores spread by 36 points.

The Research Question

No public benchmark existed for how LLMs handle Indian financial regulatory text — a domain dense with numerical thresholds, cross-references, and temporal amendments where a confident wrong answer is costly.

How It Works

From 192 SEBI/RBI documents I built 406 expert-annotated QA items across four task types — regulatory interpretation, numerical reasoning, contradiction detection, and temporal reasoning — with three-round inter-annotator agreement. Twelve LLMs are scored closed-book with bootstrap significance and Wilson confidence intervals, plus a hybrid BM25+dense RAG demo.

01
Curate the corpus192 SEBI/RBI regulatory documents, 1992–2026
02
Write expert QA406 items: interpretation · numerical · contradiction · temporal
03
Validate annotationsmodel-based and human cross-checks, agreement reported
04
Evaluate 12 LLMsstrict scoring plus judge-corrected audit (format vs reasoning)
05
Ship it openpublic dataset, leaderboard, and live retrieval-augmented demo

The Results

406Expert QA items
12LLMs evaluated
89.7%Top model (Gemini 2.5)
69%Human-expert baseline

Every model clears the 69% human-expert baseline; Gemini 2.5 Flash leads at 89.7%, with statistically distinct performance tiers. Numerical reasoning is the most discriminative axis — it alone spreads the twelve models by 35.9 points. Hybrid RRF retrieval lifts Recall@5 to 0.785 (+9.7 pp over dense-only). The benchmark and leaderboard are live on HuggingFace for reproducible evaluation.

What the benchmark asks (items per task type)

Regulatory interpretation174
Numerical reasoning92
Temporal reasoning78
Contradiction detection62

Strict accuracy, selected models (%)

Gemini 2.5 Flash89.7
Qwen3-32B85.5
LLaMA-3.3-70B83.7
Llama 4 Scout 17B83.3
Gemma 4 E4B70.4

Numerical reasoning alone spreads models by 35.9 points.

Accuracy by item difficulty
Accuracy by item difficulty: where models separate as questions get harder.
Model by task-type error landscape
The model × task-type error landscape across regulatory interpretation, numerical, contradiction, and temporal reasoning.
Inter-task correlations
Inter-task correlations: strength on one regulatory skill does not guarantee another.

What This Changes

It extends deployment-aware evaluation to LLMs and an underrepresented jurisdiction — with the dataset, leaderboard, and live retrieval demo all public, so every claim can be re-run.

↗ Live demo on HuggingFace ↗ Dataset ↗ Full research page

Citation

Rajveer Singh Pall. "IndiaFinBench: An Evaluation Benchmark for Large Language Model Performance on Indian Financial Regulatory Text." Under review (anonymous NLP venue), 2026.

Related Research