The Mighty ToRR: A Benchmark for Table Reasoning and Robustness in LLMs
Summary
The ToRR (Table Reasoning and Robustness) benchmark addresses the underexplored performance of large language models on tabular data, which often leads to uncertainty in model selection and prompt configuration. ToRR comprises 10 datasets spanning diverse table reasoning capabilities and domains, designed to assess both model performance and robustness across various common table representation formats. Analysis of leading models on ToRR reveals a striking pattern of brittle behavior, indicating that even strong models struggle with tabular data tasks. The benchmark also demonstrates that no single table format consistently yields superior performance, emphasizing the necessity of evaluating models across multiple formats for reliable assessment. Furthermore, testing multiple prompts can provide a reliability boost equivalent to adding more test examples, highlighting that reasoning over table tasks remains a significant challenge. The leaderboard, data, and code are publicly available.
Key takeaway
For Machine Learning Engineers deploying LLMs for tabular data tasks, recognize that current models exhibit brittle behavior. You should prioritize evaluating your chosen models across multiple table representation formats, as no single format consistently outperforms others. Additionally, incorporate testing with diverse prompt configurations; this can significantly enhance the reliability of your model assessments, akin to expanding your test dataset.
Key insights
LLMs exhibit brittle behavior on tabular data, requiring multi-format and multi-prompt evaluation for robust assessment.
Principles
- Model robustness on tabular data is critical.
- No single table format is universally superior.
- Multiple formats and prompts improve evaluation reliability.
Method
ToRR measures LLM performance and robustness on tabular data using 10 datasets, evaluating across varied table representation formats and prompt configurations.
In practice
- Evaluate LLMs on tabular data using ToRR.
- Test models with diverse table formats.
- Employ multiple prompts for robust assessment.
Topics
- LLM Benchmarking
- Table Reasoning
- Model Robustness
- Tabular Data
- Prompt Engineering
- Data Representation Formats
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.