Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ configs:
|
|
| 14 |
path: "unfair_tos/test.json"
|
| 15 |
---
|
| 16 |
|
| 17 |
-
#
|
| 18 |
|
| 19 |
This repo contains the evaluation datasets for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
|
| 20 |
|
|
@@ -36,10 +36,11 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
|
|
| 36 |
|
| 37 |
## Citation:
|
| 38 |
```bibtex
|
| 39 |
-
@
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
| 44 |
}
|
| 45 |
```
|
|
|
|
| 14 |
path: "unfair_tos/test.json"
|
| 15 |
---
|
| 16 |
|
| 17 |
+
# Adapt Large Language Models to Domains
|
| 18 |
|
| 19 |
This repo contains the evaluation datasets for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
|
| 20 |
|
|
|
|
| 36 |
|
| 37 |
## Citation:
|
| 38 |
```bibtex
|
| 39 |
+
@article{adaptllm,
|
| 40 |
+
author = {Daixuan Cheng and Shaohan Huang and Furu Wei},
|
| 41 |
+
title = {Adapting Large Language Models via Reading Comprehension},
|
| 42 |
+
journal = {CoRR},
|
| 43 |
+
volume = {abs/2309.09530},
|
| 44 |
+
year = {2023}
|
| 45 |
}
|
| 46 |
```
|