MarkTechPost@AI 2024年09月06日
Guided Reasoning: A New Approach to Improving Multi-Agent System Intelligence
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

本文介绍了引导式推理,这是一种提升多智能体系统智能的方法。包括其定义、应用场景、实施步骤及相关构建器的作用等内容。

🎯引导式推理是指在多智能体系统中,一个被称为引导者的智能体主要与其他智能体合作,以改善它们的推理能力。通过标准、示例、规则等描述推理方法,如教练帮助企业做SWOT分析等。

📋引导式推理的实施步骤包括用户发送查询启动方法、客户端向引导者提出问题、引导者组织思考步骤、向客户端提问并获取答案、进一步处理和审查答案等。

🛠️该方法涉及多个构建器,如IssueBuilder将粗略的思考推理痕迹描述为文本的主要问题,ProsConsBuilder构建包含多个根的利弊列表,RelevanceNetworkBuilder确定理由陈述之间的相关性,FuzzyArgmapBuilder创建模糊论证图。

Gregor Betz from Logikon AI, KIT introduces Guided Reasoning. A system with more than one agent is a Guided Reasoning system if one agent, called the guide, mostly works with the other agents to improve their Reasoning. A multi-agent system with a guide agent and at least one client agent is called a Guided Reasoning system if the guide works with the clients in a planned and main way to get them to reason in a way that follows a certain method M. One way to describe the reasoning method M is with standards and criteria, clear examples, or detailed rules and directions. Guided Reasoning methods include a coach helping a business unit do a SWOT analysis, a child helping their grandmother solve a crossword problem, and a Socratic dialogue.

At first glance, the case for AI-AI Guided Reasoning is based on these assumptions:

    AI should give the right answers and explain them. AI systems can only honestly explain their answers if they are based on clear thinking. Bad Reasoning makes it harder for AI systems to give the right replies.Strong experts in a field don’t always know how to use advanced thinking techniques.

The cognitive specialization principle says that to make AI systems that can be explained and are accurate; more AI experts should be added for reasoning methods (meta-reasoning specialists) who can work with experts in other domains. Guided Reasoning is a good design technique for advanced GenAI apps because it makes it easy to divide the cognitive work.

Logikon’s standard way of using Guided Reasoning mentions that when client agents are faced with a decision problem, they are told to look into and carefully weigh both the pros and cons reasons.

The guide sets the rules for the thinking process and manages the flow of work, either statically or dynamically. The guide rewrites the problem differently after getting the problem statement (in step 2). Steps 3 and 4 let the client answer the different problem statements without relying on each other. This is called the “chain of thought.”  The guide compares the possible answers to determine if the client understands the problem and what they should say in response. The client is given a properly written explanation and a summary of the thinking process (protocol). If the AI hasn’t developed consistent lines of Reasoning and answers to similar problem formulations, the client may respond to the first user question.

After receiving the problem statement, the guide tells the client to think of different ways to solve the problem and list the pros and cons of each possible solution. The guide uses the thinking trace made in this way as a starting point for further analysis. In particular, through a series of steps outlined below, it creates an informal argument map that makes the different arguments put forward during brainstorming clear and shows how they are connected to the competing answer choices directly or indirectly. 

The above figure shows users’ steps to put together a controversial argument as a loose (fuzzy) argument map. This is how Logikon normally does direct Reasoning by weighing the pros and cons. Each step in the Logikon Python program is matched with a different analyst class. The analyst classes mostly use internal LLM processes to make the needed logical artifacts. 


Check out the Paper and GitHub. All credit for this research goes to the researchers of this project. Also, don’t forget to follow us on Twitter and LinkedIn. Join our Telegram Channel. If you like our work, you will love our newsletter..

Don’t Forget to join our 50k+ ML SubReddit

The post Guided Reasoning: A New Approach to Improving Multi-Agent System Intelligence appeared first on MarkTechPost.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

引导式推理 多智能体系统 智能提升
相关文章