paper-with-me

홈 › Papers

Look Before You Leap: Problem Elaboration Prompting Improves Mathematical Reasoning in Large Language Models

2024-02-24 · Haoran Liao, Jidong Tian, Shaohua Hu, Hao He, Yaohui Jin

Large language models (LLMs) still grapple with complex tasks like mathematical reasoning. Despite significant efforts invested in improving prefix prompts or reasoning process, the crucial role of problem context might have been neglected. Accurate recognition of inputs is fundamental for solving mathematical tasks, as ill-formed problems could potentially mislead LLM's reasoning. In this study, we propose a new approach named Problem Elaboration Prompting (PEP) to enhance the mathematical capacities of LLMs. Specifically, PEP decomposes and elucidates the problem context before reasoning, therefore enhancing the context modeling and parsing efficiency. Experiments across datasets and models demonstrate promising performances: (1) PEP demonstrates an overall enhancement in various mathematical tasks. For instance, with the GPT-3.5 model, PEP exhibits improvements of 9.93% and 8.80% on GSM8k through greedy decoding and self-consistency, respectively. (2) PEP can be easily implemented and integrated with other prompting methods. (3) PEP shows particular strength in handling distraction problems.

📄 PDF Abstract BibTeX arXiv:2402.15764

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8KMathematical Reasoning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Look Before You Leap: Learning Landmark Features for One-Stage Visual Grounding

2021-04-09 · CVPR 2021 1 · Binbin Huang, Dongze Lian, Weixin Luo, Shenghua Gao

An LBYL (`Look Before You Leap') Network is proposed for end-to-end trainable one-stage visual grounding. The idea behind LBYL-Net is intuitive and straightforward: we follow a language's description to localize the targ…

DescriptiveObjectVisual Grounding

Look Before You Leap: Improving Text-based Person Retrieval by Learning A Consistent Cross-modal Common Manifold

2022-09-13 · Zijie Wang, Aichun Zhu, Jingyi Xue, Xili Wan 외

The core problem of text-based person retrieval is how to bridge the heterogeneous gap between multi-modal data. Many previous approaches contrive to learning a latent common manifold mapping paradigm following a \textbf…

Person RetrievalRetrievalText based Person RetrievalText-based Person Retrieval

In-Context Principle Learning from Mistakes

2024-02-08 · Tianjun Zhang, Aman Madaan, Luyu Gao, Steven Zheng 외

In-context learning (ICL, also known as few-shot prompting) has been the standard method of adapting LLMs to downstream tasks, by learning from a few input-output examples. Nonetheless, all ICL-based approaches only lear…

GSM8KIn-Context LearningMathMulti-hop Question Answering+1

Can a Small Model Learn to Look Before It Leaps? Dynamic Learning and Proactive Correction for Hallucination Detection

2025-11-08 · Zepeng Bao, Shen Zhou, Qiankun Pi, Jianhao Chen 외 arxiv

Hallucination in large language models (LLMs) remains a critical barrier to their safe deployment. For hallucination detection to be practical in real-world scenarios, the use of efficient small models is essential to en…

Look Before You Leap: Towards Decision-Aware and Generalizable Tool-Usage for Large Language Models

2024-02-26 · Anchun Gui, Jian Li, Yong Dai, Nan Du 외

Tool-augmented large language models (LLMs) are attracting widespread attention when accessing up-to-date knowledge and alleviating hallucination issues. Nowadays, advanced closed-source LLMs (e.g., ChatGPT) have demonst…

Decision MakingHallucinationIn-Context Learning