paper-with-me

Papers

FormulaReasoning: A Dataset for Formula-Based Numerical Reasoning

2024-02-20 · Xiao Li, Bolin Zhu, Kaiwen Shi, Sichen Liu, Yin Zhu, Yiwei Liu, Gong Cheng

The application of formulas (e.g., physics formulas) is a fundamental ability of humans when solving numerical reasoning problems. Existing numerical reasoning datasets seldom explicitly indicate the formulas employed in reasoning, as their questions rely on implicit commonsense mathematical knowledge. In contrast, in this paper, we introduce FormulaReasoning, a new dataset specifically designed for formula-based numerical reasoning. Each of the 4,751 questions in our dataset requires numerical calculation with external physics formulas, making it a more challenging benchmark for evaluating large language models (LLMs). We offer normalized fine-grained annotations for the questions, available in English and Chinese, including formula structures, parameter names, symbols, numerical values, and units, derived from extensive manual effort with LLM assistance for guaranteed quality. We also provide a consolidated formula database to serve as an external knowledge base accompanying the dataset. We employ FormulaReasoning to evaluate LLMs with 7B to over 100B parameters, and explore retrieval-augmented generation with the formula database. Our evaluation also covers supervised methods that break down the reasoning process into formula generation, parameter extraction, and numerical calculation, as well as direct preference optimization methods based on derived preference data.

📄 PDF Abstract BibTeX arXiv:2402.12692

Code (2)

nju-websoft/formulaqa 공식 구현 pytorch
nju-websoft/formulareasoning 공식 구현 pytorch

Tasks

Data AugmentationHigh School PhysicsQuestion AnsweringRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

FORTAP: Using Formulas for Numerical-Reasoning-Aware Table Pretraining

2021-09-15 · ACL 2022 5 · Zhoujun Cheng, Haoyu Dong, Ran Jia, Pengfei Wu 외

Tables store rich numerical data, but numerical reasoning over tables is still a challenge. In this paper, we find that the spreadsheet formula, which performs calculations on numerical values in tables, is naturally a s…

FORTAP: Using Formulas for Numerical-Reasoning-Aware Table Pretraining

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Tables store rich numerical data, but numerical reasoning over tables is still a challenge. In this paper, we find that the spreadsheet formula, a commonly used language to perform computations on numerical values in spr…

PredictionQuestion Answering

FinanceReasoning: Benchmarking Financial Numerical Reasoning More Credible, Comprehensive and Challenging

2025-06-06 · Zichen Tang, Haihong E, Ziyan Ma, Haoyang He 외

We introduce FinanceReasoning, a novel benchmark designed to evaluate the reasoning capabilities of large reasoning models (LRMs) in financial numerical reasoning problems. Compared to existing benchmarks, our work provi…

Benchmarking

FinLLMs: A Framework for Financial Reasoning Dataset Generation with Large Language Models

2024-01-19 · Ziqiang Yuan, Kaiyuan Wang, Shoutai Zhu, Ye Yuan 외

Large Language models (LLMs) usually rely on extensive training datasets. In the financial domain, creating numerical reasoning datasets that include a mix of tables and long text often involves substantial manual annota…

Dataset GenerationQuestion Answering

Enhancing Numerical Reasoning with the Guidance of Reliable Reasoning Processes

2024-02-16 · Dingzirui Wang, Longxu Dou, Xuanliang Zhang, Qingfu Zhu 외

Numerical reasoning is an essential ability for NLP systems to handle numeric information. Recent research indicates that fine-tuning a small-scale model to learn generating reasoning processes alongside answers can sign…