ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend
Evaluation UI: UX Inconsistency
関連するプルリクエストがすでにマージされています。
- #118 @Ayush8923 による — マージ済み
- 主要言語
- TypeScript
- スター
- 1
- フォーク
- 0
- 平均マージ
- 10時間 40分
- マージ済み PR(30日)
- 4
説明
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.
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.
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).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、CSVアップロードフローと評価結果UIを追跡して、列名がどこで定義されているかを確認します。リンクされた pull request を確認し、どの命名方法が実装されたかを確認してください。完了とは、アップロードスキーマと結果表示で、質問、Ground Truth、生成された回答に対して明確で一貫した名前が使われている状態です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100