What are the five core reasoning actions in AirRAG?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
The five core reasoning actions in AirRAG are:
1. **System Analysis (SAY)**: Analyzes the problem structure, decomposes or plans, reflecting systematic and holistic thinking.
2. **Direct Answer (DA)**: Uses the LLM's parametric knowledge to provide an answer without external information.
3. **Retrieval Answer (RA)**: Retrieves information from an external knowledge base to support reasoning.
4. **Query Transformation (QT)**: Transforms the query (e.g., rewriting, back-prompting, follow-up questions, multi-query) to optimize retrieval.
5. **Summary Answer (SA)**: Combines intermediate steps, answers, and the initial question to generate a final answer.