What is Focused ReAct and how does it improve reasoning?
mainFocused ReAct is an enhanced version of the ReAct (Reason+Act) paradigm designed to improve performance in Question Answering (QA) tasks. It addresses two primary failure modes of the standard ReAct framework:
- Context Loss: In long reasoning chains, the model often loses track of the original user query as the context window fills with reasoning steps and observations.
- Action Loops: The model can become stuck in repetitive cycles, performing the same action multiple times without progressing toward a solution.
Focused ReAct introduces two mechanisms to mitigate these issues: Reiterate and Early Stop.