AdaptLLM commited on
Commit
ba9e3d1
·
verified ·
1 Parent(s): b06f810

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -101,14 +101,18 @@ We have also uploaded the raw training and testing splits, for facilitating fine
101
  - [FiQA_SA](https://huggingface.co/datasets/AdaptLLM/FiQA_SA)
102
  - [Headline](https://huggingface.co/datasets/AdaptLLM/Headline)
103
  - [NER](https://huggingface.co/datasets/AdaptLLM/NER)
 
104
 
105
- The other datasets used in our paper have already been available in huggingface, so you can directly load them with the following code
106
  ```python
107
  from datasets import load_dataset
 
108
  # MQP:
109
  dataset = load_dataset('medical_questions_pairs')
110
  # PubmedQA:
111
  dataset = load_dataset('bigbio/pubmed_qa')
 
 
112
  # SCOTUS
113
  dataset = load_dataset("lex_glue", 'scotus')
114
  # CaseHOLD
 
101
  - [FiQA_SA](https://huggingface.co/datasets/AdaptLLM/FiQA_SA)
102
  - [Headline](https://huggingface.co/datasets/AdaptLLM/Headline)
103
  - [NER](https://huggingface.co/datasets/AdaptLLM/NER)
104
+ - [FPB](https://huggingface.co/datasets/AdaptLLM/FPB)
105
 
106
+ The other datasets used in our paper have already been available in huggingface, and you can directly load them with the following code:
107
  ```python
108
  from datasets import load_dataset
109
+
110
  # MQP:
111
  dataset = load_dataset('medical_questions_pairs')
112
  # PubmedQA:
113
  dataset = load_dataset('bigbio/pubmed_qa')
114
+ # USMLE:
115
+ dataset=load_dataset('GBaker/MedQA-USMLE-4-options')
116
  # SCOTUS
117
  dataset = load_dataset("lex_glue", 'scotus')
118
  # CaseHOLD