AdaptLLM commited on
Commit
2943ff0
1 Parent(s): 8f93c0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -185,17 +185,8 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
185
 
186
  **Note:** those filled-in instructions are specifically tailored for models before alignment and do NOT fit for the specific data format required for chat models.
187
 
188
- ## Citation
189
- If you find our work helpful, please cite us:
190
- ```bibtex
191
- @article{adaptllm,
192
- title={Adapting large language models via reading comprehension},
193
- author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
194
- journal={arXiv preprint arXiv:2309.09530},
195
- year={2023}
196
- }
197
- ```
198
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
199
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_AdaptLLM__medicine-chat)
200
 
201
  | Metric |Value|
@@ -208,3 +199,15 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
208
  |Winogrande (5-shot) |75.69|
209
  |GSM8k (5-shot) |18.95|
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
  **Note:** those filled-in instructions are specifically tailored for models before alignment and do NOT fit for the specific data format required for chat models.
187
 
188
+
189
+ ## [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
 
 
 
 
 
 
 
 
 
190
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_AdaptLLM__medicine-chat)
191
 
192
  | Metric |Value|
 
199
  |Winogrande (5-shot) |75.69|
200
  |GSM8k (5-shot) |18.95|
201
 
202
+ ## Citation
203
+ If you find our work helpful, please cite us:
204
+ ```bibtex
205
+ @inproceedings{
206
+ cheng2024adapting,
207
+ title={Adapting Large Language Models via Reading Comprehension},
208
+ author={Daixuan Cheng and Shaohan Huang and Furu Wei},
209
+ booktitle={The Twelfth International Conference on Learning Representations},
210
+ year={2024},
211
+ url={https://openreview.net/forum?id=y886UXPEZ0}
212
+ }
213
+ ```