Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
|
3 |
This repo contains the model for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
|
4 |
|
@@ -20,11 +20,11 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
|
|
20 |
|
21 |
## Citation:
|
22 |
```bibtex
|
23 |
-
@
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
28 |
}
|
29 |
-
```
|
30 |
-
|
|
|
1 |
+
# Adapt Large Language Models to Domains
|
2 |
|
3 |
This repo contains the model for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
|
4 |
|
|
|
20 |
|
21 |
## Citation:
|
22 |
```bibtex
|
23 |
+
@article{adaptllm,
|
24 |
+
author = {Daixuan Cheng and Shaohan Huang and Furu Wei},
|
25 |
+
title = {Adapting Large Language Models via Reading Comprehension},
|
26 |
+
journal = {CoRR},
|
27 |
+
volume = {abs/2309.09530},
|
28 |
+
year = {2023}
|
29 |
}
|
30 |
+
```
|
|