Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,20 @@ tags:
|
|
18 |
- manuscript
|
19 |
- openreview
|
20 |
---
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
# Model Overview
|
24 |
|
@@ -166,8 +179,23 @@ The model was trained with the following user prompt:
|
|
166 |
The paper text must be formatted in markdown. We recommend providing the entire text, including references, and omitting any appendix.
|
167 |
|
168 |
|
169 |
-
## Acknowledgments
|
170 |
-
TBD.
|
171 |
-
|
172 |
## Citation
|
173 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
- manuscript
|
19 |
- openreview
|
20 |
---
|
21 |
+
|
22 |
+
# OpenReviewer
|
23 |
+
|
24 |
+
### A Specialized Large Language Model for Generating Critical Scientific Paper Reviews
|
25 |
+
|
26 |
+
|
27 |
+
[](https://aclanthology.org/2025.naacl-demo.44)
|
28 |
+
[](http://arxiv.org/pdf/2412.11948)
|
29 |
+
[](https://huggingface.co/spaces/maxidl/openreviewer)
|
30 |
+
[](https://huggingface.co/maxidl/Llama-OpenReviewer-8B)
|
31 |
+
[](https://github.com/maxidl/openreviewer)
|
32 |
+
|
33 |
+
**OpenReviewer** is an open-source system for generating high-quality peer reviews of machine learning and AI conference papers. At its core is **Llama-OpenReviewer-8B**, an 8B parameter language model specifically fine-tuned on 79,000 expert reviews from top conferences like ICLR and NeurIPS.
|
34 |
+
|
35 |
|
36 |
# Model Overview
|
37 |
|
|
|
179 |
The paper text must be formatted in markdown. We recommend providing the entire text, including references, and omitting any appendix.
|
180 |
|
181 |
|
|
|
|
|
|
|
182 |
## Citation
|
183 |
+
```
|
184 |
+
@inproceedings{idahl-ahmadi-2025-openreviewer,
|
185 |
+
title = "{O}pen{R}eviewer: A Specialized Large Language Model for Generating Critical Scientific Paper Reviews",
|
186 |
+
author = "Idahl, Maximilian and
|
187 |
+
Ahmadi, Zahra",
|
188 |
+
editor = "Dziri, Nouha and
|
189 |
+
Ren, Sean (Xiang) and
|
190 |
+
Diao, Shizhe",
|
191 |
+
booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (System Demonstrations)",
|
192 |
+
month = apr,
|
193 |
+
year = "2025",
|
194 |
+
address = "Albuquerque, New Mexico",
|
195 |
+
publisher = "Association for Computational Linguistics",
|
196 |
+
url = "https://aclanthology.org/2025.naacl-demo.44/",
|
197 |
+
doi = "10.18653/v1/2025.naacl-demo.44",
|
198 |
+
pages = "550--562",
|
199 |
+
ISBN = "979-8-89176-191-9"
|
200 |
+
}
|
201 |
+
```
|