What are the five core reasoning actions in AirRAG?

Question

Answers ( 1 )

    0
    2025-03-28T02:29:25+00:00

    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.

Leave an answer