paper-with-me

홈 › Papers

CABINET: Content Relevance based Noise Reduction for Table Question Answering

2024-02-02 · Sohan Patnaik, Heril Changwal, Milan Aggarwal, Sumit Bhatia, Yaman Kumar, Balaji Krishnamurthy

Table understanding capability of Large Language Models (LLMs) has been extensively studied through the task of question-answering (QA) over tables. Typically, only a small part of the whole table is relevant to derive the answer for a given question. The irrelevant parts act as noise and are distracting information, resulting in sub-optimal performance due to the vulnerability of LLMs to noise. To mitigate this, we propose CABINET (Content RelevAnce-Based NoIse ReductioN for TablE QuesTion-Answering) - a framework to enable LLMs to focus on relevant tabular data by suppressing extraneous information. CABINET comprises an Unsupervised Relevance Scorer (URS), trained differentially with the QA LLM, that weighs the table content based on its relevance to the input question before feeding it to the question-answering LLM (QA LLM). To further aid the relevance scorer, CABINET employs a weakly supervised module that generates a parsing statement describing the criteria of rows and columns relevant to the question and highlights the content of corresponding table cells. CABINET significantly outperforms various tabular LLM baselines, as well as GPT3-based in-context learning methods, is more robust to noise, maintains outperformance on tables of varying sizes, and establishes new SoTA performance on WikiTQ, FeTaQA, and WikiSQL datasets. We release our code and datasets at https://github.com/Sohanpatnaik106/CABINET_QA.

📄 PDF Abstract BibTeX arXiv:2402.01155

Code (1)

sohanpatnaik106/cabinet_qa 공식 구현 pytorch

Tasks

In-Context LearningQuestion AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

Focus 설명 없음
CABiNet With the increasing demand of autonomous systems, pixelwise semantic segmentation for visual scene understanding needs to be not only accurate but also efficient for potential…

Similar Papers 제목 키워드 기반

Customizing Pareto Simulated Annealing for Multi-objective Optimization of Control Cabinet Layout

2019-06-04 · Sabri Pllana, Suejb Memeti, Joanna Kolodziej

Determining the optimal location of control cabinet components requires the exploration of a large configuration space. For real-world control cabinets it is impractical to evaluate all possible cabinet configurations. T…

Position

Feature overwriting as a finite mixture process: Evidence from comprehension data

2017-03-12 · Shravan Vasishth, Lena A. Jäger, Bruno Nicenboim

The ungrammatical sentence "The key to the cabinets are on the table" is known to lead to an illusion of grammaticality. As discussed in the meta-analysis by Jaeger et al., 2017, faster reading times are observed at the …

RetrievalSentence

CabiNet: Scaling Neural Collision Detection for Object Rearrangement with Procedural Scene Generation

2023-04-18 · Adithyavairavan Murali, Arsalan Mousavian, Clemens Eppner, Adam Fishman 외

We address the important problem of generalizing robotic rearrangement to clutter without any explicit object models. We first generate over 650K cluttered scenes - orders of magnitude more than prior work - in diverse e…

NavigateObjectObject RearrangementScene Generation

R3A: Reinforced Reasoning for Relevance Assessment for RAG in User-Generated Content Platforms

2025-08-04 · Xiaowei Yuan, Lei Jin, Haoxin Zhang, Ziyang Huang 외 arxiv

Retrieval-augmented generation (RAG) plays a critical role in user-generated content (UGC) platforms, but its effectiveness critically depends on accurate query-document relevance assessment. Despite recent advances in a…

NoiseRank: Unsupervised Label Noise Reduction with Dependence Models

2020-03-15 · ECCV 2020 8 · Karishma Sharma, Pinar Donmez, Enming Luo, Yan Liu 외

Label noise is increasingly prevalent in datasets acquired from noisy channels. Existing approaches that detect and remove label noise generally rely on some form of supervision, which is not scalable and error-prone. In…

Image Classification