Pheromone-based Learning of Optimal Reasoning Paths
Anirudh Chari, Aditya Tiwari, Richard Lian, Suraj Reddy, Brian Zhou

TL;DR
This paper introduces ACO-ToT, a biologically inspired algorithm combining ant colony optimization with large language models to efficiently discover optimal reasoning paths for complex problems, outperforming existing methods.
Contribution
It presents a novel ACO-guided Tree of Thought algorithm that enhances reasoning in LLMs by using pheromone trails and collective search inspired by neurological systems.
Findings
ACO-ToT outperforms existing chain-of-thought methods on challenging reasoning tasks.
The method effectively reinforces productive reasoning paths through pheromone updates.
Incorporating collective search mechanisms significantly improves LLM reasoning capabilities.
Abstract
Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities through chain-of-thought prompting, yet discovering effective reasoning methods for complex problems remains challenging due to the vast space of possible intermediate steps. We introduce Ant Colony Optimization-guided Tree of Thought (ACO-ToT), a novel algorithm that combines ACO with LLMs to discover optimal reasoning paths for complex problems efficiently. Drawing inspiration from Hebbian learning in neurological systems, our method employs a collection of distinctly fine-tuned LLM "ants" to traverse and lay pheromone trails through a centralized tree of thought, with each ant's movement governed by a weighted combination of existing pheromone trails and its own specialized expertise. The algorithm evaluates complete reasoning paths using a mixture-of-experts-based scoring function, with pheromones…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Text Analysis Techniques
