paper-with-me

Papers

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, Mustafa Canim, Michael Glass, Alfio Gliozzo, Feifei Pan, Jaydeep Sen, Karthik Sankaranarayanan, Soumen Chakrabarti

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 frequently pre-trained on open-domain content such as Wikipedia, where they effectively encode questions and corresponding tables from Wikipedia as seen in Table QA dataset. However, web tables in Wikipedia are notably flat in their layout, with the first row as the sole column header. The layout lends to a relational view of tables where each row is a tuple. Whereas, tables in domain-specific business or scientific documents often have a much more complex layout, including hierarchical row and column headers, in addition to having specialized vocabulary terms from that domain. To address this problem, we introduce the domain-specific Table QA dataset AIT-QA (Airline Industry Table QA). The dataset consists of 515 questions authored by human annotators on 116 tables extracted from public U.S. SEC filings (publicly available at: https://www.sec.gov/edgar.shtml) of major airline companies for the fiscal years 2017-2019. We also provide annotations pertaining to the nature of questions, marking those that require hierarchical headers, domain-specific terminology, and paraphrased forms. Our zero-shot baseline evaluation of three transformer-based SOTA Table QA methods - TaPAS (end-to-end), TaBERT (semantic parsing-based), and RCI (row-column encoding-based) - clearly exposes the limitation of these methods in this practical setting, with the best accuracy at just 51.8\% (RCI). We also present pragmatic table preprocessing steps used to pivot and project these complex tables into a layout suitable for the SOTA Table QA models.

📄 PDF Abstract BibTeX arXiv:2106.12944

Code (1)

IBM/AITQA 공식 구현

Tasks

Question AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

TaBERT TaBERT is a pretrained language model (LM) that jointly learns representations for natural language sentences and (semi-)structured tables. TaBERT is trained on a large corpus…

Similar Papers 제목 키워드 기반

SCITAT: A Question Answering Benchmark for Scientific Tables and Text Covering Diverse Reasoning Types

2024-12-16 · Xuanliang Zhang, Dingzirui Wang, Baoxin Wang, Longxu Dou 외

Scientific question answering (SQA) is an important task aimed at answering questions based on papers. However, current SQA datasets have limited reasoning types and neglect the relevance between tables and text, creatin…

Question Answering

Korean-Specific Dataset for Table Question Answering

2022-01-17 · LREC 2022 6 · Changwook Jun, Jooyoung Choi, Myoseop Sim, Hyun Kim 외

Existing question answering systems mainly focus on dealing with text data. However, much of the data produced daily is stored in the form of tables that can be found in documents and relational databases, or on the web.…

Language ModelingLanguage ModellingQuestion AnsweringUnsupervised Pre-training

MultiModalQA: Complex Question Answering over Text, Tables and Images

2021-04-13 · ICLR 2021 1 · Alon Talmor, Ori Yoran, Amnon Catav, Dan Lahav 외

When answering complex questions, people can seamlessly combine information from visual, textual and tabular sources. While interest in models that reason over multiple pieces of evidence has surged in recent years, ther…

Question Answering

MultiTabQA: Generating Tabular Answers for Multi-Table Question Answering

2023-05-22 · Vaishali Pal, Andrew Yates, Evangelos Kanoulas, Maarten de Rijke

Recent advances in tabular question answering (QA) with large language models are constrained in their coverage and only answer questions over a single table. However, real-world queries are complex in nature, often over…

Question Answering

Compositional Semantic Parsing on Semi-Structured Tables

2015-08-03 · IJCNLP 2015 7 · Panupong Pasupat, Percy Liang

Two important aspects of semantic parsing for question answering are the breadth of the knowledge source and the depth of logical compositionality. While existing work trades off one aspect for another, this paper simult…

Question AnsweringSemantic Parsing