AdaptLLM commited on
Commit
0617d79
1 Parent(s): 7feed76

Update README.md

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