File size: 780 Bytes
7499d8d
 
435cb0f
 
 
 
 
 
 
 
 
97ee74a
 
 
 
0c9200f
97ee74a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: apache-2.0
datasets:
- GitBag/Reviewer2_PGE_cleaned
language:
- en
metrics:
- bleu
- rouge
- bertscore
pipeline_tag: text-generation
---

# Review Generation Model for [Reviewer2](https://arxiv.org/abs/2402.10886)

This is the review generation model (Mr) for our Reviewer2 pipeline. A demo of the model is provided in this [repo](https://github.com/ZhaolinGao/Reviewer2/tree/main).

## Citation

If you find this model useful in your research, please cite the following paper:

```
@misc{gao2024reviewer2,
      title={Reviewer2: Optimizing Review Generation Through Prompt Generation}, 
      author={Zhaolin Gao and Kianté Brantley and Thorsten Joachims},
      year={2024},
      eprint={2402.10886},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```