Skip to content

Score results truncated at 60 items breaking evaluation metrics #76

@dereknorrbom

Description

@dereknorrbom

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:

  1. Evaluation completed with 100/100 items processed
  2. Score results section shows only 60 items with truncated data
  3. 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.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions