ManifoldRG / Manifold-KB

This repository serves as a knowledge base with key insights, details from other research and implementations to serve as references and one place to document various possible paths to achieve something.
GNU General Public License v3.0
4 stars 0 forks source link

AF Survey - [Paper overview] ReAct: Reasoning and Acting with Large Language Models #12

Open PranayPasula opened 11 months ago

PranayPasula commented 11 months ago

πŸ” Deep Dive: "ReAct: Reasoning and Acting with Large Language Models"

πŸ“ Summary:
The authors introduce "ReAct", a method that synergizes reasoning and acting in large language models (LLMs). By leveraging the inherent capabilities of LLMs, ReAct prompts the model to generate a sequence of reasoning steps, followed by an action. This approach is showcased across a variety of tasks, including multi-hop question-answering, fact-checking, and interactive decision-making. The method aims to produce more interpretable, diagnosable, and controllable task-solving trajectories than previous methods.

🎯 Motivation:

πŸ“Š Results:

⚠️ Limitations:

🌐 Significance:

❓ Questions:

  1. How does ReAct ensure the safety and reliability of its decision-making process, especially when interacting with external environments?
  2. Given the increasing emphasis on AI explainability, how does ReAct contribute to making LLMs more transparent in their reasoning and decision-making?
  3. What are the ethical considerations when deploying ReAct in real-world applications, especially concerning privacy and potential misuse?
  4. How might ReAct be adapted or extended to handle more complex interactive environments beyond the ones tested in the paper?
  5. With the growing discussions around AI regulations, how does ReAct position itself in ensuring compliance and responsible AI practices?

πŸ”œ Future Work:

πŸ“š Related Work:

πŸ”— Paper link: ReAct: Reasoning and Acting with Large Language Models

PranayPasula commented 11 months ago

Please provide any questions, insights, corrections here!

bhavul commented 10 months ago

Great summary @PranayPasula ! Thanks for contributing this. Now that we're expanding on this effort and making this a community effort, it would be useful to keep things structured.

Could you please follow the community guidelines and submit this as a PR instead?

Thanks!