When Trivia Is Not Trivial: Everyday Knowledge Failures in Multilingual LLMs
Summary
TriviaRoomQA is a new multilingual benchmark designed to evaluate large language models' (LLMs) everyday, culturally grounded, and long-tail knowledge, addressing gaps in existing academic benchmarks. It comprises 3,300 parallel multiple-choice questions in six European languages (English, French, Italian, Spanish, German, Dutch) and an additional 5,340 French-only questions, spanning 288 topics. The benchmark categorizes questions by difficulty, time period, and geographic region. Evaluating 30 open-weight LLMs, ranging from 7B to 70B parameters, revealed that models excel in knowledge-intensive areas like history and mathematics but struggle significantly with popular culture topics such as celebrities, music, and news. Furthermore, model performance on identical questions varies across languages, and accuracy ranges from 0.35-0.64 for smaller models (<20B) and 0.41-0.72 for larger ones. LLMs also perform better on older time periods and exhibit a distinct performance drop-off on difficult topics compared to humans.
Key takeaway
For Machine Learning Engineers evaluating LLM capabilities, recognize that current models, even large ones, exhibit significant weaknesses in everyday popular culture and long-tail knowledge, especially across languages. You should integrate benchmarks like TriviaRoomQA into your evaluation pipeline to identify these specific cultural and temporal knowledge gaps. Prioritize fine-tuning or retrieval augmentation with contemporary, culturally-grounded data to improve real-world applicability and consistent multilingual performance.
Key insights
LLMs struggle with everyday, culturally-grounded, and multilingual popular culture knowledge, unlike academic facts.
Principles
- LLM knowledge is not uniformly distributed across topics.
- Multilingual LLM knowledge is not language-independent.
- LLMs struggle with contemporary popular culture.
Method
The paper introduces TriviaRoomQA, a benchmark of 8,640 quiz-style multiple-choice questions (3,300 parallel in 6 languages, 5,340 French-only). It evaluates 30 LLMs (7-70B parameters) using log-likelihood-based scoring. Questions are annotated by topic, difficulty, time, and region.
In practice
- Test LLMs on popular culture and long-tail facts.
- Evaluate multilingual models for language-specific knowledge.
- Focus training on contemporary cultural data.
Topics
- Multilingual LLMs
- Knowledge Benchmarks
- Popular Culture Knowledge
- Long-tail Knowledge
- Cross-lingual Evaluation
- TriviaRoomQA
Best for: Research Scientist, AI Engineer, AI Product Manager, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.