GitBag commited on
Commit
97ee74a
1 Parent(s): 435cb0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -9,4 +9,23 @@ metrics:
9
  - rouge
10
  - bertscore
11
  pipeline_tag: text-generation
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - rouge
10
  - bertscore
11
  pipeline_tag: text-generation
12
+ ---
13
+
14
+ # Review Generation Model for [Reviewer2](https://arxiv.org/abs/2402.10886)
15
+
16
+ This is the review generation model ($M_r$) for our Reviewer2 pipeline. A demo of the model is provided in this [repo](https://github.com/ZhaolinGao/Reviewer2/tree/main).
17
+
18
+ ## Citation
19
+
20
+ If you find this model useful in your research, please cite the following paper:
21
+
22
+ ```
23
+ @misc{gao2024reviewer2,
24
+ title={Reviewer2: Optimizing Review Generation Through Prompt Generation},
25
+ author={Zhaolin Gao and Kianté Brantley and Thorsten Joachims},
26
+ year={2024},
27
+ eprint={2402.10886},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CL}
30
+ }
31
+ ```