初始化项目,由ModelHub XC社区提供模型

Model: GitBag/Reviewer2_Mp
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 11:06:34 +08:00
commit 00fdcdf22f
11 changed files with 474 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
---
license: apache-2.0
datasets:
- GitBag/Reviewer2_PGE_cleaned
language:
- en
metrics:
- bleu
- rouge
- bertscore
---
# Prompt Generation Model for [Reviewer2](https://arxiv.org/abs/2402.10886)
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).
## 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}
}
```