yashm commited on
Commit
0c46cfb
·
verified ·
1 Parent(s): 09cbb8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -11,4 +11,39 @@ license: mit
11
  short_description: bioinformatics-qa-quiz
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  short_description: bioinformatics-qa-quiz
12
  ---
13
 
14
+ # Bioinformatics QA Demo
15
+
16
+ Interactive Hugging Face Space built on:
17
+
18
+ - Dataset: yashm/bioinformatics-qa-dataset
19
+ - Task: Explore dataset + multiple-choice quiz
20
+
21
+ ## Features
22
+
23
+ - Explore Dataset tab
24
+ - Topic filter and keyword search
25
+ - Random example viewer
26
+ - Quiz Yourself tab (MCQ format)
27
+ - 4 options per question
28
+ - 1 correct answer from dataset
29
+ - 3 distractors sampled from same topic when possible
30
+ - Automatic next question after submit
31
+ - Score tracking:
32
+ - correct/total
33
+ - accuracy
34
+ - streak
35
+ - best streak
36
+
37
+ ## Data and Citation
38
+
39
+ If you use this dataset, please cite:
40
+
41
+ ```bibtex
42
+ @misc{yash_munnalal_gupta_2026,
43
+ author = {Yash Munnalal Gupta},
44
+ title = {bioinformatics-qa-dataset (Revision 654049c)},
45
+ year = 2026,
46
+ url = {https://huggingface.co/datasets/yashm/bioinformatics-qa-dataset},
47
+ doi = {10.57967/hf/8544},
48
+ publisher = {Hugging Face}
49
+ }