paper-with-me

홈 › Papers

A Numerical Reasoning Question Answering System with Fine-grained Retriever and the Ensemble of Multiple Generators for FinQA

2022-06-17 · Bin Wang, Jiangzhou Ju, Yunlin Mao, Xin-yu Dai, ShuJian Huang, Jiajun Chen

The numerical reasoning in the financial domain -- performing quantitative analysis and summarizing the information from financial reports -- can greatly increase business efficiency and reduce costs of billions of dollars. Here, we propose a numerical reasoning question answering system to answer numerical reasoning questions among financial text and table data sources, consisting of a retriever module, a generator module, and an ensemble module. Specifically, in the retriever module, in addition to retrieving the whole row data, we innovatively design a cell retriever that retrieves the gold cells to avoid bringing unrelated and similar cells in the same row to the inputs of the generator module. In the generator module, we utilize multiple generators to produce programs, which are operation steps to answer the question. Finally, in the ensemble module, we integrate multiple programs to choose the best program as the output of our system. In the final private test set in FinQA Competition, our system obtains 69.79 execution accuracy.

📄 PDF Abstract BibTeX arXiv:2206.08506

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

SPARQL query generation for complex question answering with BERT and BiLSTM-based model

2020-06-17 · Proceedings of the International Conference “Dialogue 2020” 2020 6 · Evseev D. A., Arkhipov M. Yu.

In this paper we describe question answering system for answering of complex questions over Wikidata knowledge base. Unlike simple questions, which require extraction of single fact from the knowledge base, complex quest…

Knowledge Base Question AnsweringQuestion AnsweringSemantic ParsingTriplet

A Pretraining Numerical Reasoning Model for Ordinal Constrained Question Answering on Knowledge Base

2021-11-01 · Findings (EMNLP) 2021 11 · Yu Feng, Jing Zhang, Gaole He, Wayne Xin Zhao 외

Knowledge Base Question Answering (KBQA) is to answer natural language questions posed over knowledge bases (KBs). This paper targets at empowering the IR-based KBQA models with the ability of numerical reasoning for ans…

Knowledge Base Question AnsweringQuestion Answering

Injecting Numerical Reasoning Skills into Knowledge Base Question Answering Models

2021-12-12 · Yu Feng, Jing Zhang, Xiaokang Zhang, Lemao Liu 외

Embedding-based methods are popular for Knowledge Base Question Answering (KBQA), but few current models have numerical reasoning skills and thus struggle to answer ordinal constrained questions. This paper proposes a ne…

Data AugmentationKnowledge Base Question AnsweringQuestion Answering

Answering Numerical Reasoning Questions in Table-Text Hybrid Contents with Graph-based Encoder and Tree-based Decoder

2022-09-16 · COLING 2022 10 · Fangyu Lei, Shizhu He, Xiang Li, Jun Zhao 외

In the real-world question answering scenarios, hybrid form combining both tabular and textual contents has attracted more and more attention, among which numerical reasoning problem is one of the most typical and challe…

DecoderModels AlignmentQuestion Answering

Numerical Reasoning for Financial Reports

2023-12-22 · Abhinav Arun, Ashish Dhiman, Mehul Soni, Yibei Hu

Financial reports offer critical insights into a company's operations, yet their extensive length typically spanning 30 40 pages poses challenges for swift decision making in dynamic markets. To address this, we leverage…

Decision MakingQuestion Answering