AdaptLLM commited on
Commit
ea16f7c
1 Parent(s): 88dbf60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -22,7 +22,7 @@ configs:
22
  path: "NER/test.json"
23
  ---
24
 
25
- # Adapting Large Language Models to Domains
26
 
27
  This repo contains the evaluation datasets for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
28
 
@@ -44,10 +44,11 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
44
 
45
  ## Citation:
46
  ```bibtex
47
- @inproceedings{AdaptLLM,
48
- title={Adapting Large Language Models via Reading Comprehension},
49
- author={Daixuan Cheng and Shaohan Huang and Furu Wei},
50
- url={https://arxiv.org/abs/2309.09530},
51
- year={2023},
 
52
  }
53
  ```
 
22
  path: "NER/test.json"
23
  ---
24
 
25
+ # Adapt Large Language Models to Domains
26
 
27
  This repo contains the evaluation datasets for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
28
 
 
44
 
45
  ## Citation:
46
  ```bibtex
47
+ @article{adaptllm,
48
+ author = {Daixuan Cheng and Shaohan Huang and Furu Wei},
49
+ title = {Adapting Large Language Models via Reading Comprehension},
50
+ journal = {CoRR},
51
+ volume = {abs/2309.09530},
52
+ year = {2023}
53
  }
54
  ```