hsila commited on
Commit
5d958fb
1 Parent(s): 023e7a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -53,4 +53,21 @@ configs:
53
  data_files:
54
  - split: queries
55
  path: queries/queries-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ---
 
 
 
 
53
  data_files:
54
  - split: queries
55
  path: queries/queries-*
56
+ task_categories:
57
+ - question-answering
58
+ language:
59
+ - en
60
+ tags:
61
+ - chemistry
62
+ - wikipedia
63
+ - nq
64
+ - natural questions
65
+ - chemteb
66
+ pretty_name: Chemical Natural Questions
67
+ size_categories:
68
+ - 10K<n<100K
69
+ license: cc-by-nc-sa-4.0
70
  ---
71
+ # Chemical Natural Questions
72
+
73
+ This dataset is created from the [mteb/nq](https://huggingface.co/datasets/mteb/nq) dataset on Hugging Face, which is part of the [Natural Questions](https://ai.google.com/research/NaturalQuestions/) dataset containing real user questions issued to Google search, with answers sourced from Wikipedia. In 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 approach allowed us to focus on chemistry-related queries, providing a targeted subset of the original dataset for domain-specific retrieval tasks.