## Diagram: Model Ablation Study
### Overview
The image presents a diagram illustrating an ablation study of a "Full Model" by systematically removing components and analyzing the impact on consistency (Cons) and accuracy (Acc). The diagram shows the original model and three ablated versions, each with a specific component removed. The performance metrics (consistency and accuracy) are provided for each model configuration.
### Components/Axes
* **Header:** "Full Model", "Remove Multi-Path Reasoning", "Remove External Retrieval Input", "Remove Cooperative Optimization"
* **Nodes:**
* "Self-Play" (top, connected to Retrieval Sergent Agent)
* "Retrieval Sergent Agent"
* "Retrieval Augmentation"
* "Reward Model"
* "View Generation Agent"
* "Single Agent"
* **Metrics:**
* "Cons" (Consistency) - Represented by blue circles in the legend.
* "Acc" (Accuracy) - Represented by red circles in the legend.
* **Legend:** Located at the bottom of the image.
* Blue circle: "Consistency (Cons)"
* Red circle: "Accuracy (Acc)"
### Detailed Analysis
**1. Full Model (Leftmost)**
* **Components:** "Self-Play", "Retrieval Sergent Agent", "Retrieval Augmentation", "Reward Model"
* **Metrics:**
* Cons: 87.3%
* Acc: 87.3%
* Cons (after ablation): 79.1%
* Acc (after ablation): 70.2%
* **Flow:** The diagram shows a flow from "Retrieval Sergent Agent" to "Retrieval Augmentation" and "Reward Model". "Retrieval Augmentation" and "Reward Model" are interconnected. "Self-Play" connects to "Retrieval Sergent Agent".
**2. Remove Multi-Path Reasoning**
* **Components Removed:** "Self-Play" (indicated by a red "X")
* **Components Present:** "View Generation Agent"
* **Metrics:**
* Self-Play: -8.9%
* Cons: 75.1%
* Acc: 75.1% -12.2%
* **Flow:** The flow is from "View Generation Agent" to the next stage.
**3. Remove External Retrieval Input**
* **Components Present:** "Reward Model", "View Generation Agent"
* **Metrics:**
* Cons: 75.1%
* Acc: 75.1% -12.2%
* **Flow:** The flow is from "View Generation Agent" to the next stage.
**4. Remove Cooperative Optimization (Rightmost)**
* **Components:** "Single Agent", "View Generation Agent"
* **Metrics:**
* Cons: 84.7%, 64.7%
* Acc: 79.1%, 61.3%
* **Text:** "Single-Path Reasoning, No Verification"
* **Flow:** The diagram ends with "View Generation Agent".
### Key Observations
* The "Full Model" has the highest consistency and accuracy.
* Removing "Self-Play" in the "Remove Multi-Path Reasoning" stage results in a decrease in performance.
* Removing "External Retrieval Input" also leads to a decrease in performance.
* Removing "Cooperative Optimization" results in the lowest consistency and accuracy.
### Interpretation
The diagram illustrates the impact of different components on the overall performance of the "Full Model". Removing "Cooperative Optimization" has the most significant negative impact, suggesting that this component is crucial for achieving high consistency and accuracy. The ablation study demonstrates the importance of each component in the model's architecture and provides insights into their individual contributions to the overall performance. The removal of "Self-Play" also has a negative impact, indicating its importance in the model's reasoning process. The diagram highlights the effectiveness of the full model by showing how removing components degrades performance.