paper-with-me

홈 › Papers

LLM should think and action as a human

2025-02-19 · Haun Leung, Zinan Wang

It is popular lately to train large language models to be used as chat assistants, but in the conversation between the user and the chat assistant, there are prompts, require multi-turns between the chat assistant and the user. However, there are a number of issues with the multi-turns conversation: The response of the chat assistant is prone to errors and cannot help users achieve their goals; It is difficult for chat assistant to generate responses with different processes based on actual needs for the same command or request; Chat assistant require the use of tools, but the current approach is not elegant and efficient, and the number of tool calls that can be supported is limited. The main reason for these issues is that large language models do not have the thinking ability as a human, lack the reasoning ability and planning ability, and lack the ability to execute plans. To solve these issues, we propose a thinking method based on a built-in chain of thought: In the multi-turns conversation, for each user prompt, the large language model thinks based on elements such as chat history, thinking context, action calls, memory and knowledge, makes detailed reasoning and planning, and actions according to the plan. We also explored how the large language model enhances thinking ability through this thinking method: Collect training datasets according to the thinking method and fine tune the large language model through supervised learning; Train a consistency reward model and use it as a reward function to fine tune the large language model using reinforcement learning, and the reinforced large language model outputs according to this way of thinking. Our experimental results show that the reasoning ability and planning ability of the large language model are enhanced, and the issues in the multi-turns conversation are solved.

📄 PDF Abstract BibTeX arXiv:2502.13475

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

The Efficiency of Human Cognition Reflects Planned Information Processing

2020-02-13 · Mark K. Ho, David Abel, Jonathan D. Cohen, Michael L. Littman 외

Planning is useful. It lets people take actions that have desirable long-term consequences. But, planning is hard. It requires thinking about consequences, which consumes limited computational and cognitive resources. Th…

Rethinking AI Cultural Alignment

2025-01-13 · Michal Bravansky, Filip Trhlik, Fazl Barez

As general-purpose artificial intelligence (AI) systems become increasingly integrated with diverse human communities, cultural alignment has emerged as a crucial element in their deployment. Most existing approaches tre…

Multiple-choice

Meaningful human control: actionable properties for AI system development

2021-11-25 · Luciano Cavalcante Siebert, Maria Luce Lupetti, Evgeni Aizenberg, Niek Beckers 외

How can humans remain in control of artificial intelligence (AI)-based systems designed to perform tasks autonomously? Such systems are increasingly ubiquitous, creating benefits - but also undesirable situations where m…

Language-Conditioned Robotic Manipulation with Fast and Slow Thinking

2024-01-08 · Minjie Zhu, Yichen Zhu, Jinming Li, Junjie Wen 외

The language-conditioned robotic manipulation aims to transfer natural language instructions into executable actions, from simple pick-and-place to tasks requiring intent recognition and visual reasoning. Inspired by the…

Decision MakingIntent RecognitionLanguage ModellingVisual Reasoning

Rex-Thinker: Grounded Object Referring via Chain-of-Thought Reasoning

2025-06-04 · Qing Jiang, Xingyu Chen, Zhaoyang Zeng, Junzhi Yu 외

Object referring aims to detect all objects in an image that match a given natural language description. We argue that a robust object referring model should be grounded, meaning its predictions should be both explainabl…

ObjectReferring Expression