geralto commited on
Commit
4b58642
·
verified ·
1 Parent(s): fea465d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -28,3 +28,19 @@ It fine-tunes the `Salesforce/codet5-base` model for classifying student queries
28
 
29
  - **Developed by:** Brigita Bruškytė, Artiom Hovhannisyan, Eglė Orinaitė
30
  Faculty of Mathematics and Informatics, Vilnius University
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  - **Developed by:** Brigita Bruškytė, Artiom Hovhannisyan, Eglė Orinaitė
30
  Faculty of Mathematics and Informatics, Vilnius University
31
+
32
+ ## Dataset
33
+ - **Size**: 6,776 student queries from a real C programming course.
34
+ - **Structure**: JSON entries with `user_id`, `time`, `feature type`, `feature version`, `input question`, `input code`, `input intention`, `input task description`.
35
+ - **Note**: Dataset does not include AI responses — only the student queries.
36
+
37
+
38
+ ### Per-Category F1 Scores
39
+
40
+ | Category | Codet-classy |
41
+ |----------------------|------------|
42
+ | Explain Code | 0.90 |
43
+ | General Question | 0.97 |
44
+ | Help Fix Code | 0.85 |
45
+ | Help Write Code | 0.63 |
46
+ | Question from Code | 0.89 |