paper-with-me

Papers

RoT: Enhancing Large Language Models with Reflection on Search Trees

2024-04-08 · Wenyang Hui, Kewei Tu

Large language models (LLMs) have demonstrated impressive capability in reasoning and planning when integrated with tree-search-based prompting methods. However, since these methods ignore the previous search experiences, they often make the same mistakes in the search process. To address this issue, we introduce Reflection on search Trees (RoT), an LLM reflection framework designed to improve the performance of tree-search-based prompting methods. It uses a strong LLM to summarize guidelines from previous tree search experiences to enhance the ability of a weak LLM. The guidelines are instructions about solving this task through tree search which can prevent the weak LLMs from making similar mistakes in the past search process. In addition, we proposed a novel state selection method, which identifies the critical information from historical search processes to help RoT generate more specific and meaningful guidelines. In our extensive experiments, we find that RoT significantly improves the performance of LLMs in reasoning or planning tasks with various tree-search-based prompting methods (e.g., BFS and MCTS). Non-tree-search-based prompting methods such as Chain-of-Thought (CoT) can also benefit from RoT guidelines since RoT can provide task-specific knowledge collected from the search experience.

📄 PDF Abstract BibTeX arXiv:2404.05449

Code (1)

huiwy/reflection-on-trees 공식 구현

Similar Papers 제목 키워드 기반

Instruct-of-Reflection: Enhancing Large Language Models Iterative Reflection Capabilities via Dynamic-Meta Instruction

2025-03-02 · LiPing Liu, Chunhong Zhang, Likang Wu, Chuang Zhao 외

Self-reflection for Large Language Models (LLMs) has gained significant attention. Existing approaches involve models iterating and improving their previous responses based on LLMs' internal reflection ability or externa…

Unveiling the Latent Directions of Reflection in Large Language Models

2025-08-23 · Fu-Chieh Chang, Yu-Ting Lee, Pei-Yuan Wu arxiv

Reflection, the ability of large language models (LLMs) to evaluate and revise their own reasoning, has been widely used to improve performance on complex reasoning tasks. Yet, most prior works emphasizes designing refle…

Reinforcement Learning

DUAL-REFLECT: Enhancing Large Language Models for Reflective Translation through Dual Learning Feedback Mechanisms

2024-06-11 · Andong Chen, Lianzhang Lou, Kehai Chen, Xuefeng Bai 외

Recently, large language models (LLMs) enhanced by self-reflection have achieved promising performance on machine translation. The key idea is guiding LLMs to generate translation with human-like feedback. However, exist…

Machine TranslationTranslation

SRVAU-R1: Enhancing Video Anomaly Understanding via Reflection-Aware Learning

2026-02-01 · Zihao Zhao, Shengting Cao, Muchao Ye arxiv

Multi-modal large language models (MLLMs) have demonstrated significant progress in reasoning capabilities and shown promising effectiveness in video anomaly understanding (VAU) tasks. However, existing MLLM-based approa…

The UD-NewsCrawl Treebank: Reflections and Challenges from a Large-scale Tagalog Syntactic Annotation Project

2025-05-26 · Angelina A. Aquino, Lester James V. Miranda, Elsie Marie T. Or

This paper presents UD-NewsCrawl, the largest Tagalog treebank to date, containing 15.6k trees manually annotated according to the Universal Dependencies framework. We detail our treebank development process, including d…