Anonymous-researcher commited on
Commit
65cc93c
·
1 Parent(s): 8c51516

update data

Browse files
Files changed (4) hide show
  1. README.md +49 -1
  2. data-00000-of-00001.arrow +3 -0
  3. dataset_info.json +32 -0
  4. state.json +13 -0
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - "en"
4
+
5
+ pretty_name: "rare disease corpus"
6
+
7
+ tags:
8
+ - "rare disease corpus"
9
+ - "rare-disease corpus"
10
+ - "rare-disease database"
11
+
12
+ license: "apache-2.0"
13
  ---
14
+
15
+ # Dataset Card for ReCOP
16
+
17
+ ## What's for?
18
+
19
+ The data for ReCOP is sourced from the [National Organization for Rare Disorders (NORD) database](https://rarediseases.org/), which compiles reports on rare diseases.
20
+ __NORD is committed to the identification, treatment, and cure of rare diseases through education, advocacy, research, and service programs.__
21
+ The primary objective of developing ReCOP using the NORD database is to provide comprehensive expertise on rare diseases for LLMs.
22
+ This expertise can be leveraged to enhance the diagnostic capabilities of LLMs through retrieval-augmented generation.
23
+
24
+ ## Corpus Overview
25
+
26
+ ReCOP divides each rare disease report into chunks: __overview, symptoms, causes, effects, related disorders, diagnosis__, and __standard therapies__. Each property of the disease corresponds to a specific chunk in ReCOP.
27
+ In this manner, ReCOP generates 9268 chunks based on the reports of 1324 rare diseases for the NORD database, with each report producing seven chunks corresponding to the properties of a rare disease.
28
+
29
+ <img width="800" height="290" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/corpus.png">
30
+
31
+ ## Using ReCOP for Retrieval Augmentation Generations
32
+
33
+ Simply follow our benchmark repository [**ReDis-QA-Bench**](https://github.com/guanchuwang/redis-bench) to run the retrieval augmentation generations on the [ReDis-QA](https://huggingface.co/datasets/guan-wang/ReDis-QA) dataset:
34
+ ```bash
35
+ git clone https://github.com/guanchuwang/redis-bench.git
36
+ cd redis-bench
37
+ bash rag-bench/scripts/run_exp.sh
38
+ ```
39
+
40
+
41
+ ## Benchmark Results of Retrieval Augmentation Generations
42
+
43
+ Benchmark results of retrieval augmentation generations based on ReCOP, where the LLMs take [Llama-2-7B-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat), [Mistral-7B-instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), [Phi-3-7B-instruct](https://huggingface.co/microsoft/Phi-3-small-8k-instruct), [Gemmma-1.1-7B-it](https://huggingface.co/google/gemma-1.1-7b-it), and [Qwen-2-7B-Instruct](https://huggingface.co/Qwen/Qwen2-7B-Instruct).
44
+
45
+ <img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Mistral-7B-v0.2.png">&nbsp;<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Gemma-1.1-7B.png">&nbsp;<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Phi-3-7B.png">&nbsp;<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Qwen-2-7B.png">
46
+
47
+ ## Citation Information
48
+
49
+ Coming soon
50
+
51
+
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a76ec275c4026e5b80d5cb37b7e83457c98d3b6730320dd31b2ce652a7dd61
3
+ size 34816168
dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "title": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "content": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "contents": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "nordid": {
22
+ "dtype": "int64",
23
+ "_type": "Value"
24
+ },
25
+ "rare-disease": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5a1d6495e7bb120e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }