Text Generation
Transformers
PyTorch
English
llama
legal
Inference Endpoints
text-generation-inference
AdaptLLM commited on
Commit
24c90de
1 Parent(s): 76f2f6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -78,10 +78,12 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
78
  ## Citation
79
  If you find our work helpful, please cite us:
80
  ```bibtex
81
- @article{adaptllm,
82
- title={Adapting large language models via reading comprehension},
83
- author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
84
- journal={arXiv preprint arXiv:2309.09530},
85
- year={2023}
 
 
86
  }
87
  ```
 
78
  ## Citation
79
  If you find our work helpful, please cite us:
80
  ```bibtex
81
+ @inproceedings{
82
+ cheng2024adapting,
83
+ title={Adapting Large Language Models via Reading Comprehension},
84
+ author={Daixuan Cheng and Shaohan Huang and Furu Wei},
85
+ booktitle={The Twelfth International Conference on Learning Representations},
86
+ year={2024},
87
+ url={https://openreview.net/forum?id=y886UXPEZ0}
88
  }
89
  ```