EquivPruner: Boosting Efficiency and Quality in LLM-Based Search via Action Pruning
Jiawei Liu, Qisi Chen, Jianshu Zhang, Quan Liu, Defu Lian

TL;DR
EquivPruner enhances LLM-based search efficiency by pruning semantically equivalent actions, reducing token use by nearly half and often improving reasoning accuracy, especially in mathematical contexts.
Contribution
We introduce EquivPruner, a novel method for identifying and pruning equivalent actions in LLM reasoning, along with the MathEquiv dataset for training an equivalence detector.
Findings
Reduces token consumption by 48.1% on GSM8K.
Improves reasoning accuracy in mathematical tasks.
Demonstrates effectiveness across various models and tasks.
Abstract
Large Language Models (LLMs) excel at complex reasoning through search algorithms, yet current strategies often suffer from massive token consumption due to redundant exploration of semantically equivalent steps. Existing semantic similarity methods struggle to accurately identify such equivalence in domain-specific contexts like mathematical reasoning. To address this, we propose EquivPruner, a simple yet effective approach that identifies and prunes semantically equivalent actions during LLM reasoning search. We also introduce MathEquiv, the first dataset we created for mathematical statement equivalence, which enables the training of a lightweight equivalence detector. Extensive experiments across various models and tasks demonstrate that EquivPruner significantly reduces token consumption, improving searching efficiency and often bolstering reasoning accuracy. For instance, when…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMathematics, Computing, and Information Processing · Topic Modeling · Natural Language Processing Techniques
