中文
相关论文

相关论文: Techniques to Improve Neural Math Word Problem Sol…

200 篇论文

The art of mathematical reasoning stands as a fundamental pillar of intellectual progress and is a central catalyst in cultivating human ingenuity. Researchers have recently published a plethora of works centered around the task of solving…

计算与语言 · 计算机科学 2023-06-27 Syed Rifat Raiyan , Md. Nafis Faiyaz , Shah Md. Jawad Kabir , Mohsinul Kabir , Hasan Mahmud , Md Kamrul Hasan

Solving mathematical word problems (MWPs) automatically is challenging, primarily due to the semantic gap between human-readable words and machine-understandable logics. Despite the long history dated back to the1960s, MWPs have regained…

计算与语言 · 计算机科学 2019-04-30 Dongxiang Zhang , Lei Wang , Luming Zhang , Bing Tian Dai , Heng Tao Shen

Mathematical reasoning would be one of the next frontiers for artificial intelligence to make significant progress. The ongoing surge to solve math word problems (MWPs) and hence achieve better mathematical reasoning ability would continue…

计算与语言 · 计算机科学 2021-11-11 Keyur Faldu , Amit Sheth , Prashant Kikani , Manas Gaur , Aditi Avasthi

Math word problem (MWP) solving is an important task in question answering which requires human-like reasoning ability. Analogical reasoning has long been used in mathematical education, as it enables students to apply common relational…

计算与语言 · 计算机科学 2022-12-05 Zhenwen Liang , Jipeng Zhang , Xiangliang Zhang

Math Word Problems (MWP) is an important task that requires the ability of understanding and reasoning over mathematical text. Existing approaches mostly formalize it as a generation task by adopting Seq2Seq or Seq2Tree models to encode an…

计算与语言 · 计算机科学 2022-05-18 Ailisi Li , Xueyao Jiang , Bang Liu , Jiaqing Liang , Yanghua Xiao

We study the problem of generating arithmetic math word problems (MWPs) given a math equation that specifies the mathematical computation and a context that specifies the problem scenario. Existing approaches are prone to generating MWPs…

计算与语言 · 计算机科学 2021-09-13 Zichao Wang , Andrew S. Lan , Richard G. Baraniuk

Large Language Models (LLMs) excel at various tasks, including problem-solving and question-answering. However, LLMs often find Math Word Problems (MWPs) challenging because solving them requires a range of reasoning and mathematical…

人工智能 · 计算机科学 2025-09-24 Mitchell Piehl , Dillon Wilson , Ananya Kalita , Jugal Kalita

A math word problem (MWP) is a coherent narrative which reflects the underlying logic of math equations. Successful MWP generation can automate the writing of mathematics questions. Previous methods mainly generate MWP text based on…

人工智能 · 计算机科学 2022-04-12 Tianyang Cao , Shuang Zeng , Xiaodan Xu , Mairgup Mansur , Baobao Chang

Developing automatic Math Word Problem (MWP) solvers has been an interest of NLP researchers since the 1960s. Over the last few years, there are a growing number of datasets and deep learning-based methods proposed for effectively solving…

计算与语言 · 计算机科学 2021-09-21 Yihuai Lan , Lei Wang , Qiyuan Zhang , Yunshi Lan , Bing Tian Dai , Yan Wang , Dongxiang Zhang , Ee-Peng Lim

From the latter half of the last decade, there has been a growing interest in developing algorithms for automatically solving mathematical word problems (MWP). It is a challenging and unique task that demands blending surface level text…

计算与语言 · 计算机科学 2022-06-01 Sowmya S Sundaram , Sairam Gurajada , Marco Fisichella , Deepak P , Savitha Sam Abraham

Math Word Problems (MWPs) in online assessments help test the ability of the learner to make critical inferences by interpreting the linguistic information in them. To test the mathematical reasoning capabilities of the learners, sometimes…

信息检索 · 计算机科学 2023-07-06 Mayank Goel , Venktesh V , Vikram Goyal

Solving math word problem (MWP) with AI techniques has recently made great progress with the success of deep neural networks (DNN), but it is far from being solved. We argue that the ability of learning by analogy is essential for an MWP…

计算与语言 · 计算机科学 2023-06-16 Zihao Zhou , Maizhen Ning , Qiufeng Wang , Jie Yao , Wei Wang , Xiaowei Huang , Kaizhu Huang

Math word problems (MWPs) require analyzing text descriptions and generating mathematical equations to derive solutions. Existing works focus on solving MWPs with two types of solvers: tree-based solver and large language model (LLM)…

计算与语言 · 计算机科学 2023-08-29 Jie Yao , Zihao Zhou , Qiufeng Wang

Math word problem (MWP) solving aims to understand the descriptive math problem and calculate the result, for which previous efforts are mostly devoted to upgrade different technical modules. This paper brings a different perspective of…

计算与语言 · 计算机科学 2023-11-21 Yi Bin , Wenhao Shi , Yujuan Ding , Yang Yang , See-Kiong Ng

The problem of designing NLP solvers for math word problems (MWP) has seen sustained research activity and steady gains in the test accuracy. Since existing solvers achieve high performance on the benchmark datasets for elementary level…

计算与语言 · 计算机科学 2021-04-16 Arkil Patel , Satwik Bhattamishra , Navin Goyal

Solving math word problems is a challenging task that requires accurate natural language understanding to bridge natural language texts and math expressions. Motivated by the intuition about how human generates the equations given the…

计算与语言 · 计算机科学 2019-06-11 Ting-Rui Chiang , Yun-Nung Chen

Standard accuracy metrics have shown that Math Word Problem (MWP) solvers have achieved high performance on benchmark datasets. However, the extent to which existing MWP solvers truly understand language and its relation with numbers is…

计算与语言 · 计算机科学 2021-09-14 Vivek Kumar , Rishabh Maheshwary , Vikram Pudi

Math word problem (MWP) is a challenging and critical task in natural language processing. Many recent studies formalize MWP as a generation task and have adopted sequence-to-sequence models to transform problem descriptions to mathematical…

计算与语言 · 计算机科学 2021-09-08 Jianhao Shen , Yichun Yin , Lin Li , Lifeng Shang , Xin Jiang , Ming Zhang , Qun Liu

Math word problem (MWP) serves as a fundamental research topic in artificial intelligence (AI) dating back to 1960s. This research aims to advance the reasoning abilities of AI by mirroring the human-like cognitive intelligence. The…

人工智能 · 计算机科学 2025-10-28 Zhenya Huang , Jiayu Liu , Xin Lin , Zhiyuan Ma , Shangzi Xue , Tong Xiao , Qi Liu , Yee Whye Teh , Enhong Chen

In this paper, we revisit math word problems~(MWPs) from the cross-lingual and multilingual perspective. We construct our MWP solvers over pretrained multilingual language models using sequence-to-sequence model with copy mechanism. We…

计算与语言 · 计算机科学 2022-11-15 Minghuan Tan , Lei Wang , Lingxiao Jiang , Jing Jiang
‹ 上一页 1 2 3 10 下一页 ›