paper-with-me

홈 › Papers

Unleashing the Creative Mind: Language Model As Hierarchical Policy For Improved Exploration on Challenging Problem Solving

2023-11-01 · Zhan Ling, Yunhao Fang, Xuanlin Li, Tongzhou Mu, Mingu Lee, Reza Pourreza, Roland Memisevic, Hao Su

Large Language Models (LLMs) have achieved tremendous progress, yet they still often struggle with challenging reasoning problems. Current approaches address this challenge by sampling or searching detailed and low-level reasoning chains. However, these methods are still limited in their exploration capabilities, making it challenging for correct solutions to stand out in the huge solution space. In this work, we unleash LLMs' creative potential for exploring multiple diverse problem solving strategies by framing an LLM as a hierarchical policy via in-context learning. This policy comprises of a visionary leader that proposes multiple diverse high-level problem-solving tactics as hints, accompanied by a follower that executes detailed problem-solving processes following each of the high-level instruction. The follower uses each of the leader's directives as a guide and samples multiple reasoning chains to tackle the problem, generating a solution group for each leader proposal. Additionally, we propose an effective and efficient tournament-based approach to select among these explored solution groups to reach the final answer. Our approach produces meaningful and inspiring hints, enhances problem-solving strategy exploration, and improves the final answer accuracy on challenging problems in the MATH dataset. Code will be released at https://github.com/lz1oceani/LLM-As-Hierarchical-Policy.

📄 PDF Abstract BibTeX arXiv:2311.00694

Code (1)

lz1oceani/llm-as-hierarchical-policy 공식 구현

Tasks

In-Context LearningLanguage ModelingLanguage ModellingMath

Similar Papers 제목 키워드 기반

MindOmni: Unleashing Reasoning Generation in Vision Language Models with RGPO

2025-05-19 · Yicheng Xiao, Lin Song, Yukang Chen, Yingmin Luo 외

Recent text-to-image systems face limitations in handling multimodal inputs and complex reasoning tasks. We introduce MindOmni, a unified multimodal large language model that addresses these challenges by incorporating r…

DecoderImage GenerationLanguage ModelingLanguage Modelling+4

Supermind Ideator: Exploring generative AI to support creative problem-solving

2023-11-03 · Steven R. Rick, Gianni Giacomelli, Haoran Wen, Robert J. Laubacher 외

Previous efforts to support creative problem-solving have included (a) techniques (such as brainstorming and design thinking) to stimulate creative ideas, and (b) software tools to record and share these ideas. Now, gene…

Language ModelingLanguage ModellingLarge Language Model

Unleashing the Emergent Cognitive Synergy in Large Language Models: A Task-Solving Agent through Multi-Persona Self-Collaboration

2023-07-11 · Zhenhailong Wang, Shaoguang Mao, Wenshan Wu, Tao Ge 외

Human intelligence thrives on cognitive synergy, where collaboration among different minds yield superior outcomes compared to isolated individuals. In this work, we propose Solo Performance Prompting (SPP), which transf…

HallucinationLogic Grid Puzzle

LLM-Powered Hierarchical Language Agent for Real-time Human-AI Coordination

2023-12-23 · Jijia Liu, Chao Yu, Jiaxuan Gao, Yuqing Xie 외

AI agents powered by Large Language Models (LLMs) have made significant advances, enabling them to assist humans in diverse complex tasks and leading to a revolution in human-AI coordination. LLM-powered agents typically…

Code Generation

HoLLMwood: Unleashing the Creativity of Large Language Models in Screenwriting via Role Playing

2024-06-17 · Jing Chen, Xinyu Zhu, Cheng Yang, Chufan Shi 외

Generative AI has demonstrated unprecedented creativity in the field of computer vision, yet such phenomena have not been observed in natural language processing. In particular, large language models (LLMs) can hardly pr…