English

T$^2$-RAGBench: Text-and-Table Benchmark for Evaluating Retrieval-Augmented Generation

Information Retrieval 2026-01-19 v2

Abstract

Since many real-world documents combine textual and tabular data, robust Retrieval Augmented Generation (RAG) systems are essential for effectively accessing and analyzing such content to support complex reasoning tasks. Therefore, this paper introduces \textbf{T^2-RAGBench}, a benchmark comprising 23,088\textbf{23,088} question-context-answer triples, designed to evaluate RAG methods on real-world text-and-table data. Unlike typical QA datasets that operate under Oracle Context\textit{Oracle Context} settings, \textbf{T^2-RAGBench} challenges models to first retrieve the correct context before conducting numerical reasoning. Existing QA datasets containing text-and-table data typically contain context-dependent questions, which may yield multiple correct answers depending on the provided context. To address this, we transform SOTA datasets into a context-independent format, validated by experts as 91.3% context-independent questions, enabling reliable RAG evaluation. Our comprehensive evaluation identifies Hybrid BM25\textit{Hybrid BM25} , a technique that combines dense and sparse vectors, as the most effective approach for text-and-table data. However, results demonstrate that \textbf{T^2-RAGBench} remains challenging even for SOTA LLMs and RAG methods. Further ablation studies examine the impact of embedding models and corpus size on retrieval performance. \textbf{T^2-RAGBench} provides a realistic and rigorous benchmark for existing RAG methods on text-and-table data. Code and dataset are available online: https://github.com/uhh-hcds/g4kmu-paper

Keywords

Cite

@article{arxiv.2506.12071,
  title  = {T$^2$-RAGBench: Text-and-Table Benchmark for Evaluating Retrieval-Augmented Generation},
  author = {Jan Strich and Enes Kutay Isgorur and Maximilian Trescher and Chris Biemann and Martin Semmann},
  journal= {arXiv preprint arXiv:2506.12071},
  year   = {2026}
}

Comments

Accepted to EACL 2026

R2 v1 2026-07-01T03:16:42.630Z