dice-group / dice-group/gerbil
[QA/normal] More insights into results
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 231
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
Description
GERBIL should be able to provide for each experiment the results from each individual document/question in a tabular form to allow deeper analytics.
A result row would include: TP FP FN goldanswer systemanswer
Can be done after #260 is included.
Solution
- Pull data only to frontend on demand from database, thus create a separate REST Controller
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review issue #260 first, then inspect the existing REST controllers and the frontend flow for experiment results. Determine how individual document/question results and TP, FP, FN, goldanswer, and systemanswer are stored and requested on demand. Done means each experiment can expose these rows in a tabular frontend view for deeper analytics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend-api-design, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100