LemiSt commited on
Commit
5506b8d
1 Parent(s): 40827b9

added citation

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -43,4 +43,17 @@ This is an attempt to create a multilingual [PairRM](https://huggingface.co/llm-
43
 
44
  I have not yet done any real testing apart from some sanity checks with the provided samples from the original PairRM-Model as well as some quick made-up samples.
45
 
46
- For additional (usage) information information please refer to the [original](https://huggingface.co/llm-blender/PairRM) model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  I have not yet done any real testing apart from some sanity checks with the provided samples from the original PairRM-Model as well as some quick made-up samples.
45
 
46
+ For additional (usage) information information please refer to the [original](https://huggingface.co/llm-blender/PairRM) model.
47
+
48
+
49
+
50
+ ## Citation & Credits
51
+ ```bibtex
52
+ @inproceedings{llm-blender-2023,
53
+ title = "LLM-Blender: Ensembling Large Language Models with Pairwise Comparison and Generative Fusion",
54
+ author = "Jiang, Dongfu and Ren, Xiang and Lin, Bill Yuchen",
55
+ booktitle = "Proceedings of the 61th Annual Meeting of the Association for Computational Linguistics (ACL 2023)",
56
+ year = "2023"
57
+ }
58
+
59
+ ```