paper-with-me

Papers

Seeking Patterns, Not just Memorizing Procedures: Contrastive Learning for Solving Math Word Problems

2021-10-16 · Findings (ACL) 2022 5 · Zhongli Li, Wenxuan Zhang, Chao Yan, Qingyu Zhou, Chao Li, Hongzhi Liu, Yunbo Cao

Math Word Problem (MWP) solving needs to discover the quantitative relationships over natural language narratives. Recent work shows that existing models memorize procedures from context and rely on shallow heuristics to solve MWPs. In this paper, we look at this issue and argue that the cause is a lack of overall understanding of MWP patterns. We first investigate how a neural network understands patterns only from semantics, and observe that, if the prototype equations are the same, most problems get closer representations and those representations apart from them or close to other prototypes tend to produce wrong solutions. Inspired by it, we propose a contrastive learning approach, where the neural network perceives the divergence of patterns. We collect contrastive examples by converting the prototype equation into a tree and seeking similar tree structures. The solving model is trained with an auxiliary objective on the collected examples, resulting in the representations of problems with similar prototypes being pulled closer. We conduct experiments on the Chinese dataset Math23k and the English dataset MathQA. Our method greatly improves the performance in monolingual and multilingual settings.

📄 PDF Abstract BibTeX arXiv:2110.08464

Code (1)

zwx980624/mwp-cl 공식 구현 pytorch

Tasks

Contrastive LearningMath

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Binarized Mode Seeking for Scalable Visual Pattern Discovery

2017-07-01 · CVPR 2017 7 · Wei Zhang, Xiaochun Cao, Rui Wang, Yuanfang Guo 외

This paper studies visual pattern discovery in large-scale image collections via binarized mode seeking, where images can only be represented as binary codes for efficient storage and computation. We address this problem…

PopAlign: Diversifying Contrasting Patterns for a More Comprehensive Alignment

2024-10-17 · Zekun Moore Wang, Shawn Wang, Kang Zhu, Jiaheng Liu 외

Alignment of large language models (LLMs) involves training models on preference-contrastive output pairs to adjust their responses according to human preferences. To obtain such contrastive pairs, traditional methods li…

Minimal Perceptrons for Memorizing Complex Patterns

2015-12-12 · Marissa Pastor, Juyong Song, Danh-Tai Hoang, Junghyo Jo

Feedforward neural networks have been investigated to understand learning and memory, as well as applied to numerous practical problems in pattern classification. It is a rule of thumb that more complex tasks require lar…

General Classification

PSSAT: A Perturbed Semantic Structure Awareness Transferring Method for Perturbation-Robust Slot Filling

2022-08-24 · COLING 2022 10 · Guanting Dong, Daichi Guo, LiWen Wang, Xuefeng Li 외

Most existing slot filling models tend to memorize inherent patterns of entities and corresponding contexts from training data. However, these models can lead to system failure or undesirable outputs when being exposed t…

slot-fillingSlot Filling

On Avoiding Power-Seeking by Artificial Intelligence

2022-06-23 · Alexander Matt Turner

We do not know how to align a very intelligent AI agent's behavior with human interests. I investigate whether -- absent a full solution to this AI alignment problem -- we can build smart AI agents which have limited imp…

Decision Making