Self-guided Knowledgeable Network of Thoughts: Amplifying Reasoning with Large Language Models
Chao-Chi Chen, Chin-Yuan Yeh, Hsi-Wen Chen, De-Nian Yang, Ming-Syan, Chen

TL;DR
The paper introduces Knowledgeable Network of Thoughts (kNoT), a novel prompt scheme that enhances large language model reasoning by enabling executable, network-structured plans, outperforming existing methods with less prompt engineering.
Contribution
It proposes the LLM Workflow Template (LWT), allowing for flexible, reliable, network-based reasoning plans that improve performance and reduce prompt engineering compared to prior paradigms.
Findings
kNoT achieves 92% accuracy in sorting 32 numbers.
Reduces task-specific prompts by up to 87%.
Outperforms state-of-the-art methods on six use cases.
Abstract
We introduce Knowledgeable Network of Thoughts (kNoT): a prompt scheme that advances the capabilities of large language models (LLMs) beyond existing paradigms like Chain-of-Thought (CoT), Tree of Thoughts (ToT), and Graph of Thoughts (GoT). The key innovation of kNoT is the LLM Workflow Template (LWT), which allows for an executable plan to be specified by LLMs for LLMs. LWT allows these plans to be arbitrary networks, where single-step LLM operations are nodes, and edges correspond to message passing between these steps. Furthermore, LWT supports selection of individual elements through indexing, facilitating kNoT to produce intricate plans where each LLM operation can be limited to elementary operations, greatly enhancing reliability over extended task sequences. We demonstrate that kNoT significantly outperforms the state of the art on six use cases, while reducing the need for…
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
TopicsTopic Modeling
