EMNLP 2023long findings0 citations

Self-Polish: Enhance Reasoning in Large Language Models via Problem Refinement

Zhiheng Xi, Senjie Jin, Yuhao Zhou, Rui Zheng, Songyang Gao, Jia Liu, Tao Gui, Qi Zhang

Abstract

To enhance the multi-step reasoning capabilities of large language models, researchers have extensively explored prompting methods, notably the Chain-of-Thought (CoT) method which explicitly elicits human-like rationales. However, they have inadvertently overlooked the potential of enhancing model reasoning performance by formulating higher-quality problems \footnote{A reasoning problem often consists of two parts: the context and the final question \cite{DBLP:journals/corr/abs-2205-09712}.}. In this work, we start from the problem side and propose Self-Polish (SP), a novel method that facilitates the model's reasoning by guiding it to progressively refine the given problems to be more comprehensible and solvable. We also explore several automatic prompting varients and propose the Self-Polish prompt bank for the community. SP is orthogonal to all other prompting methods of answer/reasoning side like CoT, allowing for seamless integration with state-of-the-art techniques for further improvement. Thorough experiments show that the proposed method attains notable and consistent effectiveness on five reasoning benchmarks across different models. Furthermore, our method also showcases impressive performance on robustness evaluation. Codes and prompts are available at https://github.com/WooooDyy/Self-Polish.

ReasoningLarge Language ModelsMathematical Problems
BibTeX
@inproceedings{
xi2023selfpolish,
title={Self-Polish: Enhance Reasoning in Large Language Models via Problem Refinement},
author={Zhiheng Xi and Senjie Jin and Yuhao Zhou and Rui Zheng and Songyang Gao and Jia Liu and Tao Gui and Qi Zhang and Xuanjing Huang},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=IdSrFSqhHl}
}