paper-with-me

Papers

ConvFinQA: Exploring the Chain of Numerical Reasoning in Conversational Finance Question Answering

2022-10-07 · Zhiyu Chen, Shiyang Li, Charese Smiley, Zhiqiang Ma, Sameena Shah, William Yang Wang

With the recent advance in large pre-trained language models, researchers have achieved record performances in NLP tasks that mostly focus on language pattern matching. The community is experiencing the shift of the challenge from how to model language to the imitation of complex reasoning abilities like human beings. In this work, we investigate the application domain of finance that involves real-world, complex numerical reasoning. We propose a new large-scale dataset, ConvFinQA, aiming to study the chain of numerical reasoning in conversational question answering. Our dataset poses great challenge in modeling long-range, complex numerical reasoning paths in real-world conversations. We conduct comprehensive experiments and analyses with both the neural symbolic methods and the prompting-based methods, to provide insights into the reasoning mechanisms of these two divisions. We believe our new dataset should serve as a valuable resource to push forward the exploration of real-world, complex reasoning tasks as the next research focus. Our dataset and code is publicly available at https://github.com/czyssrs/ConvFinQA.

📄 PDF Abstract BibTeX arXiv:2210.03849

Code (1)

czyssrs/convfinqa 공식 구현 pytorch

Tasks

Conversational Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Program of Thoughts for Financial Reasoning: Leveraging Dynamic In-Context Examples and Generative Retrieval

2025-10-15 · Subhendu Khatuya, Shashwat Naidu, Pawan Goyal, Niloy Ganguly arxiv

Despite continuous advancements in the capabilities of large language models (LLMs), numerical reasoning remains a challenging area. Techniques like chain-of-thought prompting, tree-of-thought prompting, and program-of-t…

Program of Thoughts Prompting: Disentangling Computation from Reasoning for Numerical Reasoning Tasks

2022-11-22 · Wenhu Chen, Xueguang Ma, Xinyi Wang, William W. Cohen

Recently, there has been significant progress in teaching language models to perform step-by-step reasoning to solve complex numerical reasoning tasks. Chain-of-thoughts prompting (CoT) is by far the state-of-art method …

Math

Agentic Retrieval-Augmented Generation for Financial Document Question Answering

2026-05-06 · Yang Shu, Yingmin Liu, Zequn Xie arxiv

Financial document question answering (QA) demands complex multi-step numerical reasoning over heterogeneous evidence--structured tables, textual narratives, and footnotes--scattered across corporate filings. Existing re…

Question Answering

APOLLO: An Optimized Training Approach for Long-form Numerical Reasoning

2022-12-14 · Jiashuo Sun, Hang Zhang, Chen Lin, Xiangdong Su 외

Long-form numerical reasoning in financial analysis aims to generate a reasoning program to calculate the correct answer for a given question. Previous work followed a retriever-generator framework, where the retriever s…

Conversational Question AnsweringDiversityFinancial AnalysisForm+1

NAPG: Non-Autoregressive Program Generation for Hybrid Tabular-Textual Question Answering

2022-11-07 · Tengxun Zhang, Hongfei Xu, Josef van Genabith, Deyi Xiong 외

Hybrid tabular-textual question answering (QA) requires reasoning from heterogeneous information, and the types of reasoning are mainly divided into numerical reasoning and span extraction. Current numerical reasoning me…

Question Answering