Skip to content

Evaluation UI: UX Inconsistency #19

@AkhileshNegi

Description

@AkhileshNegi

Is your feature request related to a problem?

When uploading a new dataset, users provide a CSV with question and answer columns. These become the golden dataset's question and
ground truth.

Image

However, in evaluation results, we display columns: question, answer, and ground_truth — where answer is now the
generated response while question and ground_truth are from the original upload. This naming inconsistency creates confusion from a UX
perspective.

Image

Describe the solution you'd like

  • Rename the CSV upload columns to question and ground_truth (instead of question and answer)
  • This aligns the upload schema with the evaluation results display
  • Consistent naming: question = input, ground_truth = expected answer, answer = generated response

Alternative

Keep upload columns as-is but rename ground_truth column in evaluation results UI to expected_answer to differentiate it more clearly
from answer (generated response).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions