AdaptLLM commited on
Commit
5b53276
·
1 Parent(s): d1fcab4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -14,7 +14,7 @@ configs:
14
  path: "unfair_tos/test.json"
15
  ---
16
 
17
- # Adapting 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,10 +36,11 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
36
 
37
  ## Citation:
38
  ```bibtex
39
- @inproceedings{AdaptLLM,
40
- title={Adapting Large Language Models via Reading Comprehension},
41
- author={Daixuan Cheng and Shaohan Huang and Furu Wei},
42
- url={https://arxiv.org/abs/2309.09530},
43
- year={2023},
 
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
  ```