paper-with-me

Papers

Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models

2024-06-06 · Ling Yang, Zhaochen Yu, Tianjun Zhang, Shiyi Cao, Minkai Xu, Wentao Zhang, Joseph E. Gonzalez, Bin Cui

We introduce Buffer of Thoughts (BoT), a novel and versatile thought-augmented reasoning approach for enhancing accuracy, efficiency and robustness of large language models (LLMs). Specifically, we propose meta-buffer to store a series of informative high-level thoughts, namely thought-template, distilled from the problem-solving processes across various tasks. Then for each problem, we retrieve a relevant thought-template and adaptively instantiate it with specific reasoning structures to conduct efficient reasoning. To guarantee the scalability and stability, we further propose buffer-manager to dynamically update the meta-buffer, thus enhancing the capacity of meta-buffer as more tasks are solved. We conduct extensive experiments on 10 challenging reasoning-intensive tasks, and achieve significant performance improvements over previous SOTA methods: 11% on Game of 24, 20% on Geometric Shapes and 51% on Checkmate-in-One. Further analysis demonstrate the superior generalization ability and model robustness of our BoT, while requiring only 12% of the cost of multi-query prompting methods (e.g., tree/graph of thoughts) on average. Notably, we find that our Llama3-8B+BoT has the potential to surpass Llama3-70B model. Our project is available at: https://github.com/YangLing0818/buffer-of-thought-llm

📄 PDF Abstract BibTeX arXiv:2406.04271

Code (2)

yangling0818/buffer-of-thought-llm 공식 구현
gen-verse/reasonflux pytorch

Tasks

Arithmetic ReasoningCode GenerationCommon Sense ReasoningMathematical Reasoning

Similar Papers 제목 키워드 기반

RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation

2024-03-08 · ZiHao Wang, Anji Liu, Haowei Lin, Jiaqi Li 외

We explore how iterative revising a chain of thoughts with the help of information retrieval significantly improves large language models' reasoning and generation ability in long-horizon generation tasks, while hugely m…

Code GenerationHallucinationInformation RetrievalMathematical Reasoning+2

Think-in-Memory: Recalling and Post-thinking Enable LLMs with Long-Term Memory

2023-11-15 · Lei Liu, Xiaoyan Yang, Yue Shen, Binbin Hu 외

Memory-augmented Large Language Models (LLMs) have demonstrated remarkable performance in long-term human-machine interactions, which basically relies on iterative recalling and reasoning of history to generate high-qual…

Does "Reasoning" with Large Language Models Improve Recognizing, Generating, and Reframing Unhelpful Thoughts?

2025-03-31 · Yilin Qi, Dong Won Lee, Cynthia Breazeal, Hae Won Park

Cognitive Reframing, a core element of Cognitive Behavioral Therapy (CBT), helps individuals reinterpret negative experiences by finding positive meaning. Recent advances in Large Language Models (LLMs) have demonstrated…

How Well Can Reasoning Models Identify and Recover from Unhelpful Thoughts?

2025-06-12 · Sohee Yang, Sang-Woo Lee, Nora Kassner, Daniela Gottesman 외

Recent reasoning models show the ability to reflect, backtrack, and self-validate their reasoning, which is crucial in spotting mistakes and arriving at accurate solutions. A natural question that arises is how effective…

MeTHanol: Modularized Thinking Language Models with Intermediate Layer Thinking, Decoding and Bootstrapping Reasoning

2024-09-18 · Ningyuan Xi, Xiaoyu Wang, Yetao Wu, Teng Chen 외

Large Language Model can reasonably understand and generate human expressions but may lack of thorough thinking and reasoning mechanisms. Recently there have been several studies which enhance the thinking ability of lan…

Language ModelingLanguage ModellingLarge Language Model