paper-with-me

홈 › Papers

Evidence-Guided Schema Normalization for Temporal Tabular Reasoning

2025-11-29 · Ashish Thanga, Vibhu Dixit, Abhilash Shankarampeta, Vivek Gupta arxiv

Temporal reasoning over evolving semi-structured tables poses a challenge to current QA systems. We propose a SQL-based approach that involves (1) generating a 3NF schema from Wikipedia infoboxes, (2) generating SQL queries, and (3) query execution. Our central finding challenges model scaling assumptions: the quality of schema design has a greater impact on QA precision than model capacity. We establish three evidence-based principles: normalization that preserves context, semantic naming that reduces ambiguity, and consistent temporal anchoring. Our best configuration (Gemini 2.5 Flash schema + Gemini-2.0-Flash queries) achieves 80.39 EM, a 16.8\% improvement over the baseline (68.89 EM).

📄 PDF Abstract BibTeX arXiv:2512.00329

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TASER: Table Agents for Schema-guided Extraction and Recommendation

2025-08-18 · Nicole Cho, Kirsty Fielding, William Watson, Sumitra Ganesh 외 arxiv

Real-world financial filings report critical information about an entity's investment holdings, essential for assessing that entity's risk, profitability, and relationship profile. Yet, these details are often buried in …

Table Detection

EviLink: Multi-Path Schema Linking with Uncertainty-Guided Evidence Acquisition for Large-Scale Text-to-SQL

2026-05-28 · Huawei Zheng, Sen Yang, Zhaorui Yang, Yuhui Zhang 외 arxiv

Schema linking is a difficult and important step in large-scale Text-to-SQL, where systems must identify a compact yet sufficient schema context from large and ambiguous databases. Existing methods often treat schema lin…

CogniRoute: Learning to Route Social Evidence in Omni-Modal Models

2026-06-18 · Yifan Shen, Pei Tian, Xinzhuo Li, Bowen Fang 외 arxiv

Omni-modal models can ingest video, audio, and text, but unified access to multiple modalities does not guarantee that a model uses the right evidence. This gap is especially pronounced in social video question answering…

Video Question AnsweringReinforcement Learning

Robust Detection of Synthetic Tabular Data under Schema Variability

2025-08-27 · G. Charbel N. Kindji, Elisa Fromont, Lina Maria Rojas-Barahona, Tanguy Urvoy arxiv

The rise of powerful generative models has sparked concerns over data authenticity. While detection methods have been extensively developed for images and text, the case of tabular data, despite its ubiquity, has been la…

Enhancing Temporal Understanding in LLMs for Semi-structured Tables

2024-07-22 · Irwin Deng, Kushagra Dixit, Vivek Gupta, Dan Roth

Temporal reasoning over tabular data presents substantial challenges for large language models (LLMs), as evidenced by recent research. In this study, we conduct a comprehensive analysis of temporal datasets to pinpoint …

Question Answering