Add benchmark wireframes and extended evaluation flow - #138
Draft
nicooxxx wants to merge 2 commits into
Draft
Conversation
Collaborator
Collaborator
Author
|
Yes, that's true. I will review the first PR for the merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds wireframes for the Benchmark module and extends the UI concepts from #118.
The goal is to visualize the broader benchmark workflow before implementing further UI changes.
The wireframes are based on:
Flow covered
The wireframes currently cover the following flow:
Upload & map → Evaluation → Results → Annotation
This includes:
Upload and mapping
The Upload & map screen combines dataset preparation, alignment and mapping review.
The user can:
Evaluation
The Evaluation screen provides a clearer distinction between Ranking and Classification and briefly explains what both modes evaluate.
The current Ranking flow also shows benchmark coverage before the evaluation starts.
For example, the user can see:
Results and comparison
The Results screen shows the metrics of a completed evaluation and allows saved evaluation runs to be compared.
The current wireframe includes:
Annotation
The Annotation screen explores a question-level annotation workflow.
The user can:
Constraints considered
The wireframes are informed by the current benchmark constraints, including:
Not all of these constraints are represented one-to-one in the current screens yet and they should guide further iterations.