AdaptLLM commited on
Commit
5e72704
1 Parent(s): f54752b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -12,4 +12,14 @@ configs:
12
  data_files:
13
  - split: test
14
  path: "unfair_tos/test.json"
15
- ---
 
 
 
 
 
 
 
 
 
 
 
12
  data_files:
13
  - split: test
14
  path: "unfair_tos/test.json"
15
+ ---
16
+
17
+ Citation:
18
+ ```bibtex
19
+ @inproceedings{AdaptLLM,
20
+ title={Adapting Large Language Models via Reading Comprehension},
21
+ author={Daixuan Cheng and Shaohan Huang and Furu Wei},
22
+ url={https://arxiv.org/abs/2309.09530},
23
+ year={2023},
24
+ }
25
+ ```