Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ In our recent research on [Instruction-Pretrain](https://huggingface.co/instruct
|
|
70 |
### Pre-templatized Testing Splits
|
71 |
To easily reproduce our prompting results, we have uploaded the filled-in zero/few-shot input instructions and output completions of the test each domain-specific task: [biomedicine-tasks](https://huggingface.co/datasets/AdaptLLM/medicine-tasks), [finance-tasks](https://huggingface.co/datasets/AdaptLLM/finance-tasks), and [law-tasks](https://huggingface.co/datasets/AdaptLLM/law-tasks).
|
72 |
|
73 |
-
|
74 |
|
75 |
### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
|
76 |
You can use the following scripts to reproduce our results and evaluate any other Huggingface models on the testing splits:
|
@@ -110,7 +110,10 @@ You can use the following scripts to reproduce our results and evaluate any othe
|
|
110 |
```
|
111 |
|
112 |
### Raw Datasets
|
113 |
-
We have also uploaded the
|
|
|
|
|
|
|
114 |
|
115 |
## Citation
|
116 |
If you find our work helpful, please cite us:
|
|
|
70 |
### Pre-templatized Testing Splits
|
71 |
To easily reproduce our prompting results, we have uploaded the filled-in zero/few-shot input instructions and output completions of the test each domain-specific task: [biomedicine-tasks](https://huggingface.co/datasets/AdaptLLM/medicine-tasks), [finance-tasks](https://huggingface.co/datasets/AdaptLLM/finance-tasks), and [law-tasks](https://huggingface.co/datasets/AdaptLLM/law-tasks).
|
72 |
|
73 |
+
Note: those filled-in instructions are specifically tailored for models before alignment and do NOT fit for the specific data format required for chat models.
|
74 |
|
75 |
### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
|
76 |
You can use the following scripts to reproduce our results and evaluate any other Huggingface models on the testing splits:
|
|
|
110 |
```
|
111 |
|
112 |
### Raw Datasets
|
113 |
+
We have also uploaded the raw training and testing splits, for facilitating fine-tuning or other usages: [ChemProt](https://huggingface.co/datasets/AdaptLLM/ChemProt), [RCT](https://huggingface.co/datasets/AdaptLLM/RCT), [ConvFinQA](https://huggingface.co/datasets/AdaptLLM/ConvFinQA), [FiQA_SA](https://huggingface.co/datasets/AdaptLLM/FiQA_SA), [Headline](https://huggingface.co/datasets/AdaptLLM/Headline), [NER](https://huggingface.co/datasets/AdaptLLM/NER), [FPB](https://huggingface.co/datasets/AdaptLLM/FPB)
|
114 |
+
|
115 |
+
### Domain Knowledge Probing
|
116 |
+
Our pre-processed knowledge probing datasets are available at: [med_knowledge_prob](https://huggingface.co/datasets/AdaptLLM/med_knowledge_prob) and [law_knowledge_prob](https://huggingface.co/datasets/AdaptLLM/law_knowledge_prob)
|
117 |
|
118 |
## Citation
|
119 |
If you find our work helpful, please cite us:
|