GitBag commited on
Commit
9eed3b7
1 Parent(s): 7460eea

Create README.md

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