From 5c3957dfadae7c877f7ae2ba2708595b3657f676 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 8 May 2025 14:18:46 +0200 Subject: [PATCH] added some elements to the TODO --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 3f91a78..9e2a7e8 100644 --- a/TODO.md +++ b/TODO.md @@ -9,6 +9,10 @@ ## [x] As a user I want to be able to submit my predictions for the given downloaded dataset +## [ ] As a user I want to be able to see the results of the code refinment, whether the compiled and tested successfully + +## [ ] Add a download button to the page that gives the user a slightly more detailed version of the result, showing the bleu score for each paraphrase and the number of tests passed for code refinement (?) + ## [ ] As a user I want to be able to see the performance of my predictions against the benchmark (comment generation: bleu score, code refinement: # tests passed) # Work flow