Problem
Score results are being unexpectedly truncated, displaying only 60 out of 100 expected results. This truncation breaks evaluation workflows and renders confusion matrices incomplete.
Impact
- Confusion matrices show partial data, making evaluation analysis difficult
- User experience degraded when expecting full result sets
Expected Behavior
All score results should display without pagination or truncation when viewing evaluation outcomes.
Current Behavior
- Expected: 100 score results displayed
- Actual: Only 60 score results shown
- UI indicates "(60)" instead of expected "(100)"
Evidence
Screenshots show:
- Evaluation completed with 100/100 items processed
- Score results section shows only 60 items with truncated data
- Confusion matrix affected by incomplete dataset
Possible Causes
- Client-side pagination logic limiting result display
- API response pagination not being handled completely
- Frontend result rendering hitting an arbitrary limit
Priority
High - affects core evaluation functionality and data analysis accuracy.

Problem
Score results are being unexpectedly truncated, displaying only 60 out of 100 expected results. This truncation breaks evaluation workflows and renders confusion matrices incomplete.
Impact
Expected Behavior
All score results should display without pagination or truncation when viewing evaluation outcomes.
Current Behavior
Evidence
Screenshots show:
Possible Causes
Priority
High - affects core evaluation functionality and data analysis accuracy.