paper-with-me

Papers

Capturing Row and Column Semantics in Transformer Based Question Answering over Tables

2021-04-16 · NAACL 2021 4 · Michael Glass, Mustafa Canim, Alfio Gliozzo, Saneem Chemmengath, Vishwajeet Kumar, Rishav Chakravarti, Avi Sil, Feifei Pan, Samarth Bharadwaj, Nicolas Rodolfo Fauceglia

Transformer based architectures are recently used for the task of answering questions over tables. In order to improve the accuracy on this task, specialized pre-training techniques have been developed and applied on millions of open-domain web tables. In this paper, we propose two novel approaches demonstrating that one can achieve superior performance on table QA task without even using any of these specialized pre-training techniques. The first model, called RCI interaction, leverages a transformer based architecture that independently classifies rows and columns to identify relevant cells. While this model yields extremely high accuracy at finding cell values on recent benchmarks, a second model we propose, called RCI representation, provides a significant efficiency advantage for online QA systems over tables by materializing embeddings for existing tables. Experiments on recent benchmarks prove that the proposed methods can effectively locate cell values on tables (up to ~98% Hit@1 accuracy on WikiSQL lookup questions). Also, the interaction model outperforms the state-of-the-art transformer based approaches, pre-trained on very large table corpora (TAPAS and TaBERT), achieving ~3.4% and ~18.86% additional precision improvement on the standard WikiSQL benchmark.

📄 PDF Abstract BibTeX arXiv:2104.08303

Code (1)

IBM/row-column-intersection 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Discovering the Real Association: Multimodal Causal Reasoning in Video Question Answering

2023-01-01 · CVPR 2023 1 · Chuanqi Zang, Hanqing Wang, Mingtao Pei, Wei Liang

Video Question Answering (VideoQA) is challenging as it requires capturing accurate correlations between modalities from redundant information. Recent methods focus on the explicit challenges of the task, e.g. multim…

Question AnsweringVideo Question Answering

AIT-QA: Question Answering Dataset over Complex Tables in the Airline Industry

2021-06-24 · NAACL (ACL) 2022 7 · Yannis Katsis, Saneem Chemmengath, Vishwajeet Kumar, Samarth Bharadwaj 외

Recent advances in transformers have enabled Table Question Answering (Table QA) systems to achieve high accuracy and SOTA results on open domain datasets like WikiTableQuestions and WikiSQL. Such transformers are freque…

Question AnsweringSemantic Parsing

Cross-Modal Causal Relational Reasoning for Event-Level Visual Question Answering

2022-07-26 · Yang Liu, Guanbin Li, Liang Lin

Existing visual question answering methods often suffer from cross-modal spurious correlations and oversimplified event-level reasoning processes that fail to capture event temporality, causality, and dynamics spanning o…

Causal InferenceQuestion AnsweringRelational ReasoningVisual Question Answering+1

Temporal Pyramid Transformer with Multimodal Interaction for Video Question Answering

2021-09-10 · Min Peng, Chongyang Wang, Yuan Gao, Yu Shi 외

Video question answering (VideoQA) is challenging given its multimodal combination of visual understanding and natural language understanding. While existing approaches seldom leverage the appearance-motion information i…

multimodal interactionNatural Language UnderstandingQuestion AnsweringVideo Question Answering

Hypergraph Transformer: Weakly-supervised Multi-hop Reasoning for Knowledge-based Visual Question Answering

2022-04-22 · ACL 2022 5 · Yu-Jung Heo, Eun-Sol Kim, Woo Suk Choi, Byoung-Tak Zhang

Knowledge-based visual question answering (QA) aims to answer a question which requires visually-grounded external knowledge beyond image content itself. Answering complex questions that require multi-hop reasoning under…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)