paper-with-me

홈 › Papers

TraceBack: Multi-Agent Decomposition for Fine-Grained Table Attribution

2026-02-13 · Tejas Anvekar, Junha Park, Rajat Jha, Devanshu Gupta, Poojah Ganesan, Puneeth Mathur, Vivek Gupta arxiv

Question answering (QA) over structured tables requires not only accurate answers but also transparency about which cells support them. Existing table QA systems rarely provide fine-grained attribution, so even correct answers often lack verifiable grounding, limiting trust in high-stakes settings. We address this with TraceBack, a modular multi-agent framework for scalable, cell-level attribution in single-table QA. TraceBack prunes tables to relevant rows and columns, decomposes questions into semantically coherent sub-questions, and aligns each answer span with its supporting cells, capturing both explicit and implicit evidence used in intermediate reasoning steps. To enable systematic evaluation, we release CITEBench, a benchmark with phrase-to-cell annotations drawn from ToTTo, FetaQA, and AITQA. We further propose FairScore, a reference-less metric that compares atomic facts derived from predicted cells and answers to estimate attribution precision and recall without human cell labels. Experiments show that TraceBack substantially outperforms strong baselines across datasets and granularities, while FairScore closely tracks human judgments and preserves relative method rankings, supporting interpretable and scalable evaluation of table-based QA.

📄 PDF Abstract BibTeX arXiv:2602.13059

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Toward Expert Investment Teams:A Multi-Agent LLM System with Fine-Grained Trading Tasks

2026-02-26 · Kunihiro Miyazaki, Takanobu Kawahara, Stephen Roberts, Stefan Zohren arxiv

The advancement of large language models (LLMs) has accelerated the development of autonomous financial trading systems. While mainstream approaches deploy multi-agent systems mimicking analyst and manager roles, they of…

Portfolio Optimization

ICSTrace: A Malicious IP Traceback Model for Attacking Data of Industrial Control System

2019-12-30 · Feng Xiao, Qiang Xu

Considering the attacks against industrial control system are mostly organized and premeditated actions, IP traceback is significant for the security of industrial control system. Based on the infrastructure of the Inter…

Clustering

Aligning Dialogue Agents with Global Feedback via Large Language Model Reward Decomposition

2025-05-21 · Dong Won Lee, Hae Won Park, Cynthia Breazeal, Louis-Philippe Morency

We propose a large language model based reward decomposition framework for aligning dialogue agents using only a single session-level feedback signal. We leverage the reasoning capabilities of a frozen, pretrained large …

Dialogue GenerationLanguage ModelingLanguage ModellingLarge Language Model

Reinforcing Language Agents via Policy Optimization with Action Decomposition

2024-05-23 · Muning Wen, Ziyu Wan, Weinan Zhang, Jun Wang 외

Language models as intelligent agents push the boundaries of sequential decision-making agents but struggle with limited knowledge of environmental dynamics and exponentially huge action space. Recent efforts like GLAM a…

Sequential Decision Making

Traceback of Poisoning Attacks to Retrieval-Augmented Generation

2025-04-30 · Baolei Zhang, Haoran Xin, Minghong Fang, Zhuqing Liu 외

Large language models (LLMs) integrated with retrieval-augmented generation (RAG) systems improve accuracy by leveraging external knowledge sources. However, recent research has revealed RAG's susceptibility to poisoning…

RAGRetrievalRetrieval-augmented Generation