AdaptLLM commited on
Commit
7d1f7c1
1 Parent(s): cc31e2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Adapting 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,11 +20,11 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
20
 
21
  ## Citation:
22
  ```bibtex
23
- @inproceedings{AdaptLLM,
24
- title={Adapting Large Language Models via Reading Comprehension},
25
- author={Daixuan Cheng and Shaohan Huang and Furu Wei},
26
- url={https://arxiv.org/abs/2309.09530},
27
- year={2023},
 
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
+ ```