# Technical Document Extraction: Line Chart Analysis
## Chart Components
### Axis Labels
- **X-axis**: "Expected response length"
Categories:
1. "1 sentence"
2. "1-3 sentences"
3. "1 paragraph"
4. "2 paragraphs"
- **Y-axis**: "Win rate (%)"
### Legend
- **Location**: Top-right corner
- **Entries**:
1. `M₀` (Purple circle)
2. `M₁` (Pink triangle)
3. `M₂` (Red square)
4. `M₃` (Orange diamond)
## Data Points & Trends
### M₀ (Purple Circle)
- **Trend**: Sharp decline from 1 sentence to 1 paragraph, slight recovery at 2 paragraphs.
- **Values**:
- 1 sentence: 15.5%
- 1-3 sentences: 8.0%
- 1 paragraph: 5.5%
- 2 paragraphs: 6.5%
### M₁ (Pink Triangle)
- **Trend**: Steep drop from 1 sentence to 1 paragraph, moderate rise at 2 paragraphs.
- **Values**:
- 1 sentence: 20.5%
- 1-3 sentences: 8.5%
- 1 paragraph: 5.5%
- 2 paragraphs: 9.5%
### M₂ (Red Square)
- **Trend**: Gradual decline from 1 sentence to 1 paragraph, slight increase at 2 paragraphs.
- **Values**:
- 1 sentence: 27.0%
- 1-3 sentences: 14.5%
- 1 paragraph: 10.5%
- 2 paragraphs: 13.0%
### M₃ (Orange Diamond)
- **Trend**: Steady decline from 1 sentence to 1 paragraph, minor uptick at 2 paragraphs.
- **Values**:
- 1 sentence: 25.5%
- 1-3 sentences: 21.5%
- 1 paragraph: 15.5%
- 2 paragraphs: 16.0%
## Spatial Grounding
- **Legend Position**: Top-right quadrant (outside plot area).
- **Data Point Alignment**:
- M₀ (Purple) consistently matches purple circles.
- M₁ (Pink) aligns with pink triangles.
- M₂ (Red) corresponds to red squares.
- M₃ (Orange) matches orange diamonds.
## Validation Checks
1. **Color Consistency**: All data points match legend colors.
2. **Trend Verification**:
- M₀’s sharp decline aligns with values (15.5% → 5.5%).
- M₃’s gradual decline (25.5% → 15.5%) matches visual slope.
3. **Axis Marker Accuracy**: X-axis categories and Y-axis percentage scale are explicitly labeled.
## Summary
The chart compares win rates (%) of four models (`M₀`–`M₃`) across four response length categories. All models show declining performance as response length increases, with `M₂` and `M₃` maintaining higher win rates than `M₀` and `M₁`. The legend is spatially isolated, ensuring clear model identification.