Overview
The benchmark is novel and well-documented (high evidence). Results show clear gaps to human performance, but dataset covers printed books only and uses LLMs in annotation and judging, which introduces bias. Not production-ready for high-stakes deployment without further validation.
Citations0
Evidence Strength0.80
Confidence0.80
Risk Signals10
Trust Signals
Findings with numeric evidence: 6/6
Findings with evidence refs: 6/6
Results with explicit delta: 5/5
Reproducibility
Status: Code + data available
Open source: Partial
At A Glance
Cost impact: 40%
Production readiness: 30%
Novelty: 70%
Why It Matters For Business
If you build Bangla NLP products that must reason with cultural metaphors or resolve wordplay, off-the-shelf LLMs are not yet reliable. Superficial word overlap can mask incorrect reasoning. Use targeted benchmarks like BANGLARIDDLEEVAL to validate models before deployment.
Who Should Care
Summary TLDR
The authors release BANGLARIDDLEEVAL, a 1,244‑riddle benchmark (4 tasks, 4,976 artifacts) to test LLM reasoning on Bangla riddles. Strong models match words (high BERTScore) but often give wrong answers: best generative correctness ~29% and MCQ tops at ~56% vs 83% human. Ambiguity resolution and explanations show mixed results. Dataset, code, and scripts are on GitHub.
Problem Statement
Current LLMs are rarely tested on figurative, culturally grounded, low-resource languages. Bangla riddles use metaphors, wordplay, and local cultural cues that standard benchmarks miss. The paper builds a focused, multi-task benchmark to measure how well models actually reason in Bangla riddles rather than match surface patterns.
Main Contribution
Created BANGLARIDDLEEVAL: 1,244 unique Bangla riddles, instantiated across four tasks (generative QA, reasoning/explanation, MCQ, semantic ambiguity), totalling 4,976 artifacts.
Built an LLM-driven pipeline to generate step-by-step explanations (Chain-of-Thought), semantically plausible distractors, and fine-grained ambiguity options with quality checks.
Key Findings
Dataset size and structure
MCQ performance lags humans
Results
| Metric | Value | Baseline | Delta | Split / Dataset | Evidence | Evidence Ref |
|---|---|---|---|---|---|---|
| Accuracy | 56.33% | 25% random | +31.33 pts vs random; -26.67 pts vs human (83%) | BANGLARIDDLEEVAL MCQ (CoT, Gemini) | Table 4: Gemini-2.5-Flash CoT 56.33% (Human 83%) | Table 4 |
| Generative QA semantic overlap (BERTScore F1 best) | 0.814 | — | High lexical overlap but low judged correctness | BANGLARIDDLEEVAL Generative QA (few-shot, Gemini) | Table 3: Gemini BERTScore F1 up to 0.814 | Table 3 |
What To Try In 7 Days
Run your model(s) on a sampled subset of BANGLARIDDLEEVAL to spot surface-match failures quickly.
Compare BERTScore vs human/LLM-judge labels to find cases where lexical similarity hides wrong answers.
Test zero-shot, few-shot, and CoT prompts per model—measure each task separately (MCQ vs ambiguity vs explanation).
Agent Features
Tool Use
Architectures
Reproducibility
Risks & Boundaries
Limitations
Riddles sourced from a limited set of printed books; may under-represent dialects and regional variants.
A large portion of annotations (explanations, distractors, ambiguity labels) and the judge rely on proprietary LLMs (e.g., GPT-4o, Gemini), which can introduce bias.
When Not To Use
Do not use BANGLARIDDLEEVAL as the sole test for dialectal or regional Bangla coverage.
Avoid using benchmark results as the only signal for high-stakes decisions (legal, medical) without human verification.
Failure Modes
Surface-match bias: high BERTScore with incorrect semantic answer.
Distractor vulnerability: plausible wrong options often fool models.

