yashm commited on
Commit
094a16c
·
verified ·
1 Parent(s): 5be6f35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -17
README.md CHANGED
@@ -11,34 +11,54 @@ license: mit
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)},
 
11
  short_description: bioinformatics-qa-quiz
12
  ---
13
 
14
+ # Bioinformatics QA Teaching Studio
15
 
16
+ A production-style teaching demo built on a public bioinformatics question-answer dataset.
17
 
18
+ ## Live Purpose
 
19
 
20
+ This Space is designed as a final teaching product with:
21
+ - Polished user experience
22
+ - Fast and flexible data exploration
23
+ - Teaching-mode multiple-choice quiz flow
24
+ - Score tracking for classroom or self-study sessions
25
 
26
+ ## Core Features
27
+
28
+ - Explore tab
29
+ - Topic and split filters
30
+ - Global keyword search across topic, question, and answer
31
+ - Answer-length range controls
32
+ - Sorting and paging
33
+ - Row-level detail view
34
+ - Export filtered results to CSV
35
+
36
+ - Quiz tab
37
+ - Topic filter and difficulty modes
38
+ - 4-option MCQ generation
39
+ - Same-topic distractors for stronger pedagogy
40
+ - Teaching support panel with related questions
41
+ - Auto next-question flow after each submission
42
+ - Session scoring:
43
+ - correct and total
44
  - accuracy
45
  - streak
46
  - best streak
47
 
48
+ - About tab
49
+ - Usage and scope statement
50
+ - Caution notice for responsible use
51
+
52
+ ## Dataset
53
+
54
+ - Hugging Face Dataset: https://huggingface.co/datasets/yashm/bioinformatics-qa-dataset
55
+ - DOI: 10.57967/hf/8544
56
+
57
+ ## Citation
58
 
59
  If you use this dataset, please cite:
60
 
61
+ ~~~bibtex
62
  @misc{yash_munnalal_gupta_2026,
63
  author = {Yash Munnalal Gupta},
64
  title = {bioinformatics-qa-dataset (Revision 654049c)},