# Technical Document Extraction: Resolved Cases Analysis
## Chart Overview
The image is a **stacked bar chart** comparing resolved cases across four models: **Base**, **MT**, **SFT**, and **RL**. Each bar is segmented into two components: **Bugfixer cutoff** (solid color) and **Reflection** (striped pattern). The chart emphasizes quantitative trends in resolved cases, with numerical annotations for precision.
---
### **Key Labels and Axis Titles**
- **X-Axis**: Labeled **"Models"**, with categories:
`Base`, `MT`, `SFT`, `RL`.
- **Y-Axis**: Labeled **"Number of Resolved Cases"**, scaled from 0 to 800 in increments of 100.
- **Legend**: Located in the **top-left corner**, with two entries:
- **Bugfixer cutoff**: Solid blue (`#0000FF`).
- **Reflection**: Diagonally striped blue (`#0000FF` with black diagonal lines).
---
### **Data Points and Numerical Annotations**
Each bar is annotated with absolute values and incremental changes (in parentheses).
| Model | Bugfixer Cutoff | Reflection | Total Resolved Cases |
|-------|------------------|------------|-----------------------|
| Base | 484 | 94 | 578 (+94) |
| MT | 542 | 100 | 642 (+100) |
| SFT | 584 | 109 | 693 (+109) |
| RL | 605 | 113 | 718 (+113) |
**Observations**:
1. **Bugfixer cutoff** values increase monotonically across models:
`484 → 542 → 584 → 605`.
2. **Reflection** values also increase:
`94 → 100 → 109 → 113`.
3. **Total resolved cases** rise consistently:
`578 → 642 → 693 → 718`.
---
### **Color and Pattern Verification**
- **Legend Colors**:
- **Bugfixer cutoff**: Solid blue (matches all solid segments).
- **Reflection**: Striped blue (matches all striped segments).
- **Model-Specific Bar Colors**:
- Base: Blue (`#0000FF`).
- MT: Purple (`#800080`).
- SFT: Orange (`#FFA500`).
- RL: Red (`#FF0000`).
---
### **Trend Analysis**
1. **Bugfixer Cutoff**:
- Slopes upward across all models, indicating increasing resolved cases.
- Largest jump: **MT → SFT** (+42 cases).
2. **Reflection**:
- Gradual upward trend, with smaller increments compared to Bugfixer.
- Largest jump: **SFT → RL** (+4 cases).
3. **Total Resolved Cases**:
- Linear growth, with incremental increases tied to both components.
---
### **Spatial Grounding**
- **Legend Position**: Top-left corner (coordinates: `[x=0, y=0]` relative to chart bounds).
- **Bar Segmentation**:
- Each bar is divided into two horizontal segments:
- Lower segment: **Bugfixer cutoff** (solid color).
- Upper segment: **Reflection** (striped pattern).
---
### **Conclusion**
The chart demonstrates that **Bugfixer cutoff** consistently resolves more cases than **Reflection** across all models. Both components show upward trends, with **RL** achieving the highest total resolved cases (718). The segmentation and color coding enable clear differentiation between the two resolution strategies.