paper-with-me

홈 › Papers

TAT-QA: A Question Answering Benchmark on a Hybrid of Tabular and Textual Content in Finance

2021-05-17 · ACL 2021 5 · Fengbin Zhu, Wenqiang Lei, Youcheng Huang, Chao Wang, Shuo Zhang, Jiancheng Lv, Fuli Feng, Tat-Seng Chua

Hybrid data combining both tabular and textual content (e.g., financial reports) are quite pervasive in the real world. However, Question Answering (QA) over such hybrid data is largely neglected in existing research. In this work, we extract samples from real financial reports to build a new large-scale QA dataset containing both Tabular And Textual data, named TAT-QA, where numerical reasoning is usually required to infer the answer, such as addition, subtraction, multiplication, division, counting, comparison/sorting, and the compositions. We further propose a novel QA model termed TAGOP, which is capable of reasoning over both tables and text. It adopts sequence tagging to extract relevant cells from the table along with relevant spans from the text to infer their semantics, and then applies symbolic reasoning over them with a set of aggregation operators to arrive at the final answer. TAGOPachieves 58.0% inF1, which is an 11.1% absolute increase over the previous best baseline model, according to our experiments on TAT-QA. But this result still lags far behind performance of expert human, i.e.90.8% in F1. It is demonstrated that our TAT-QA is very challenging and can serve as a benchmark for training and testing powerful QA models that address hybrid form data.

📄 PDF Abstract BibTeX arXiv:2105.07624

Code (1)

NExTplusplus/TAT-QA 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

HybridQA: A Dataset of Multi-Hop Question Answering over Tabular and Textual Data

2020-04-15 · Findings of the Association for Computational Linguistics 2020 · Wenhu Chen, Hanwen Zha, Zhiyu Chen, Wenhan Xiong 외

Existing question answering datasets focus on dealing with homogeneous information, based either only on text or KB/Table information alone. However, as human knowledge is distributed over heterogeneous forms, using homo…

Multi-hop Question AnsweringQuestion Answering

How Robust are the Tabular QA Models for Scientific Tables? A Study using Customized Dataset

2024-03-30 · Akash Ghosh, B Venkata Sahith, Niloy Ganguly, Pawan Goyal 외

Question-answering (QA) on hybrid scientific tabular and textual data deals with scientific information, and relies on complex numerical reasoning. In recent years, while tabular QA has seen rapid progress, understanding…

Question Answering

Multi-View Graph Representation Learning for Answering Hybrid Numerical Reasoning Question

2023-05-05 · Yifan Wei, Fangyu Lei, Yuanzhe Zhang, Jun Zhao 외

Hybrid question answering (HybridQA) over the financial report contains both textual and tabular data, and requires the model to select the appropriate evidence for the numerical reasoning task. Existing methods based on…

DecoderGraph Representation LearningMachine Reading ComprehensionQuestion Answering+2

Dual Reader-Parser on Hybrid Textual and Tabular Evidence for Open Domain Question Answering

2021-08-05 · ACL 2021 5 · Alexander Hanbo Li, Patrick Ng, Peng Xu, Henghui Zhu 외

The current state-of-the-art generative models for open-domain question answering (ODQA) have focused on generating direct answers from unstructured textual information. However, a large amount of world's knowledge is st…

Open-Domain Question AnsweringQuestion Answering

Reasoning over Hybrid Chain for Table-and-Text Open Domain Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Tabular and textual question answering requires systems to perform reasoning over heterogeneous information, considering table structure, and the connections among table and text. In this paper, we propose a ChAin-centri…

Open-Domain Question AnsweringQuestion Answering