hsila commited on
Commit
1840e8a
1 Parent(s): f39c1d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -27,7 +27,7 @@ dataset_info:
27
  num_bytes: 8786.2599
28
  num_examples: 187
29
  - name: dev
30
- num_bytes: 376.0
31
  num_examples: 8
32
  - name: test
33
  num_bytes: 845.3120864280892
@@ -63,4 +63,19 @@ configs:
63
  data_files:
64
  - split: queries
65
  path: queries/queries-*
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ---
 
 
 
27
  num_bytes: 8786.2599
28
  num_examples: 187
29
  - name: dev
30
+ num_bytes: 376
31
  num_examples: 8
32
  - name: test
33
  num_bytes: 845.3120864280892
 
63
  data_files:
64
  - split: queries
65
  path: queries/queries-*
66
+ task_categories:
67
+ - question-answering
68
+ language:
69
+ - en
70
+ tags:
71
+ - chemistry
72
+ - wikipedia
73
+ - hotpotqa
74
+ - chemteb
75
+ pretty_name: Chemical HotpotQA
76
+ license: cc-by-nc-sa-4.0
77
+ size_categories:
78
+ - 10K<n<100K
79
  ---
80
+ # Chemical HotpotQA
81
+ This dataset is created from the [mteb/hotpotqa](https://huggingface.co/datasets/mteb/hotpotqa) dataset on Hugging Face. [HotpotQA](https://hotpotqa.github.io/) is a multi-hop question answering dataset collected from the English Wikipedia. For this chemistry-specific subset, we filtered queries related to chemistry by starting from the chemistry category in Wikipedia and traversing up to three levels deep in linked articles. This method allowed us to focus on chemistry-related questions, creating a specialized subset of the original dataset for domain-specific tasks.