paper-with-me

Papers

RelationalFactQA: A Benchmark for Evaluating Tabular Fact Retrieval from Large Language Models

2025-05-27 · Dario Satriani, Enzo Veltri, Donatello Santoro, Paolo Papotti

Factuality in Large Language Models (LLMs) is a persistent challenge. Current benchmarks often assess short factual answers, overlooking the critical ability to generate structured, multi-record tabular outputs from parametric knowledge. We demonstrate that this relational fact retrieval is substantially more difficult than isolated point-wise queries, even when individual facts are known to the model, exposing distinct failure modes sensitive to output dimensionality (e.g., number of attributes or records). To systematically evaluate this under-explored capability, we introduce RelationalFactQA, a new benchmark featuring diverse natural language questions (paired with SQL) and gold-standard tabular answers, specifically designed to assess knowledge retrieval in a structured format. RelationalFactQA enables analysis across varying query complexities, output sizes, and data characteristics. Our experiments reveal that even state-of-the-art LLMs struggle significantly, not exceeding 25% factual accuracy in generating relational outputs, with performance notably degrading as output dimensionality increases. These findings underscore critical limitations in current LLMs' ability to synthesize structured factual knowledge and establish RelationalFactQA as a crucial resource for measuring future progress in LLM factuality.

📄 PDF Abstract BibTeX arXiv:2505.21409

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Towards Universal Tabular Embeddings: A Benchmark Across Data Tasks

2026-04-23 · Liane Vogel, Kavitha Srinivas, Niharika D'Souza, Sola Shirai 외 arxiv

Tabular foundation models aim to learn universal representations of tabular data that transfer across tasks and domains, enabling applications such as table retrieval, semantic search and table-based prediction. Despite …

Representation LearningTable Retrieval

RADAR: Benchmarking Language Models on Imperfect Tabular Data

2025-06-09 · Ken Gu, Zhihan Zhang, Kate Lin, Yuwei Zhang 외

Language models (LMs) are increasingly being deployed to perform autonomous data analyses. However, their data awareness -- the ability to recognize, reason over, and appropriately handle data artifacts such as missing v…

BenchmarkingMissing Values

GLEAN: Grounded Lightweight Evaluation Anchors for Contamination-Aware Tabular Reasoning

2026-01-22 · Qizhi Wang arxiv

Tabular reasoning benchmarks mix semantic inference, numerical computation, and brittle table formatting, yet evaluations for small models remain vulnerable to contamination, dataset artifacts, and retrieval failures. We…

Retrieval-aligned Tabular Foundation Models Enable Robust Clinical Risk Prediction in Electronic Health Records Under Real-world Constraints

2026-04-02 · Minh-Khoi Pham, Thang-Long Nguyen Ho, Thao Thi Phuong Dao, Tai Tan Mai 외 arxiv

Clinical prediction from structured electronic health records (EHRs) is challenging due to high dimensionality, heterogeneity, class imbalance, and distribution shift. While tabular in-context learning (TICL) and retriev…

Retrieval Augmented Deep Anomaly Detection for Tabular Data

2024-01-30 · Hugo Thimonier, Fabrice Popineau, Arpad Rimmel, Bich-Liên Doan

Deep learning for tabular data has garnered increasing attention in recent years, yet employing deep models for structured data remains challenging. While these models excel with unstructured data, their efficacy with st…

Anomaly DetectionRetrieval