# Technical Document Extraction: Line Chart Analysis
## 1. Labels and Axis Titles
- **Y-Axis**: "Accuracy (%)" with tick markers at 60, 62, 64, 66, 68, 70.
- **X-Axis**: "# Solutions per Problem" with tick markers at 1, 4, 6, 8.
## 2. Legend
- **Location**: Upper right corner of the chart.
- **Entries**:
- **Blue Line**: Labeled "GM-PRM".
- **Orange Line**: Labeled "Self-Consistency".
## 3. Data Points
### GM-PRM (Blue Line)
- **Trend**: Steep upward slope from x=1 to x=4, followed by a gradual increase.
- **Points**:
- [1, 60.5]
- [4, 66.0]
- [6, 67.8]
- [8, 68.8]
### Self-Consistency (Orange Line)
- **Trend**: Gradual upward slope with slight acceleration between x=4 and x=6.
- **Points**:
- [1, 60.5]
- [4, 64.2]
- [6, 65.6]
- [8, 66.4]
## 4. Visual Trends
- **GM-PRM**:
- Starts at 60.5% accuracy for 1 solution.
- Sharp increase to 66.0% at 4 solutions.
- Continues rising to 68.8% at 8 solutions.
- **Self-Consistency**:
- Starts at 60.5% accuracy for 1 solution.
- Slower rise to 64.2% at 4 solutions.
- Accelerates slightly to 66.4% at 8 solutions.
## 5. Spatial Grounding
- **Legend Position**: Upper right corner.
- **Line Colors**:
- Blue (GM-PRM) matches legend entry.
- Orange (Self-Consistency) matches legend entry.
## 6. Component Isolation
- **Main Chart**: Line plot with grid lines for reference.
- **No Header/Footer**: Chart focuses solely on data visualization.
## 7. Key Observations
- Both methods start with identical accuracy (60.5%) at 1 solution.
- GM-PRM outperforms Self-Consistency across all solution counts.
- GM-PRM achieves a 8.3% accuracy gain (60.5% → 68.8%) from 1 to 8 solutions.
- Self-Consistency gains 5.9% accuracy (60.5% → 66.4%) over the same range.
## 8. Data Table Reconstruction
| # Solutions | GM-PRM Accuracy (%) | Self-Consistency Accuracy (%) |
|-------------|----------------------|-------------------------------|
| 1 | 60.5 | 60.5 |
| 4 | 66.0 | 64.2 |
| 6 | 67.8 | 65.6 |
| 8 | 68.8 | 66.4 |
## 9. Conclusion
The chart demonstrates that GM-PRM consistently achieves higher accuracy than Self-Consistency as the number of solutions per problem increases. The performance gap widens significantly between 1 and 4 solutions, then narrows slightly at higher solution counts.