sperfu commited on
Commit
7336799
ยท
verified ยท
1 Parent(s): 0c1407a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -5
README.md CHANGED
@@ -1,17 +1,47 @@
1
- Eye Disease QA Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  This dataset is designed for training and evaluating large language models (LLMs) in the field of ophthalmology. It consists of a structured disease knowledge base and question-answer (QA) pairs derived from that knowledge. The dataset can be used for supervised fine-tuning, testing, and knowledge-enhanced retrieval tasks.
3
- ๐Ÿ“‚ Files Included
 
 
4
  - eye_disease_knowledge_base.json
5
  A curated knowledge base covering common eye diseases such as glaucoma, cataracts, and retinal disorders. Entries are extracted from clinical guidelines, textbooks, and authoritative online sources. This file can serve as the grounding corpus for retrieval-augmented generation (RAG) models.
6
  - eye_QA_train.json
7
  A collection of question-answer pairs constructed based on the knowledge base. Designed for fine-tuning LLMs. Each entry includes a question, a corresponding answer, and optionally the source or evidence.
8
  - eye_QA_test.json
9
  A held-out evaluation set of 500 QA pairs to test the generalization ability of QA models. The format is consistent with the training set.
10
- โœ… Use Cases
 
 
11
  - Fine-tuning instruction-tuned language models for medical QA
12
  - Building retrieval-augmented generation (RAG) systems
13
  - Evaluating knowledge-grounded medical dialogue agents
14
- ๐Ÿ“Œ License
 
 
15
  This dataset is provided for research purposes only. Please verify medical content before any clinical use.
16
- ๐Ÿ“ž Contact
 
 
17
  For questions or collaborations, please contact the dataset maintainer via your Hugging Face profile or email.
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - en
6
+ license: mit
7
+ multilinguality:
8
+ - monolingual
9
+ size_categories:
10
+ - 1K<n<10K
11
+ source_datasets:
12
+ - original
13
+ task_categories:
14
+ - question-answering
15
+ task_ids:
16
+ - domain-specific-qa
17
+ pretty_name: Eye Disease QA Dataset
18
+
19
+ ---
20
+
21
+
22
+ # Eye Disease QA Dataset
23
+
24
  This dataset is designed for training and evaluating large language models (LLMs) in the field of ophthalmology. It consists of a structured disease knowledge base and question-answer (QA) pairs derived from that knowledge. The dataset can be used for supervised fine-tuning, testing, and knowledge-enhanced retrieval tasks.
25
+
26
+ ## ๐Ÿ“‚ Files Included
27
+
28
  - eye_disease_knowledge_base.json
29
  A curated knowledge base covering common eye diseases such as glaucoma, cataracts, and retinal disorders. Entries are extracted from clinical guidelines, textbooks, and authoritative online sources. This file can serve as the grounding corpus for retrieval-augmented generation (RAG) models.
30
  - eye_QA_train.json
31
  A collection of question-answer pairs constructed based on the knowledge base. Designed for fine-tuning LLMs. Each entry includes a question, a corresponding answer, and optionally the source or evidence.
32
  - eye_QA_test.json
33
  A held-out evaluation set of 500 QA pairs to test the generalization ability of QA models. The format is consistent with the training set.
34
+
35
+ ## โœ… Use Cases
36
+
37
  - Fine-tuning instruction-tuned language models for medical QA
38
  - Building retrieval-augmented generation (RAG) systems
39
  - Evaluating knowledge-grounded medical dialogue agents
40
+
41
+ ## ๐Ÿ“Œ License
42
+
43
  This dataset is provided for research purposes only. Please verify medical content before any clinical use.
44
+
45
+ ## ๐Ÿ“ž Contact
46
+
47
  For questions or collaborations, please contact the dataset maintainer via your Hugging Face profile or email.