maxidl commited on
Commit
0992ccb
·
verified ·
1 Parent(s): bc379d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -5
README.md CHANGED
@@ -18,7 +18,20 @@ tags:
18
  - manuscript
19
  - openreview
20
  ---
21
- Try the demo [here](https://huggingface.co/spaces/maxidl/openreviewer).
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- TBD.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - manuscript
19
  - openreview
20
  ---
21
+
22
+ # OpenReviewer
23
+
24
+ ### A Specialized Large Language Model for Generating Critical Scientific Paper Reviews
25
+
26
+
27
+ [![Paper](https://img.shields.io/badge/Paper-NAACL%202025-red)](https://aclanthology.org/2025.naacl-demo.44)
28
+ [![arXiv](https://img.shields.io/badge/arXiv-2412.11948-b31b1b)](http://arxiv.org/pdf/2412.11948)
29
+ [![Demo](https://img.shields.io/badge/🤗-Demo-yellow)](https://huggingface.co/spaces/maxidl/openreviewer)
30
+ [![Model](https://img.shields.io/badge/🤗-Model-blue)](https://huggingface.co/maxidl/Llama-OpenReviewer-8B)
31
+ [![GitHub](https://img.shields.io/badge/GitHub-maxidl%2Fopenreviewer-181717?logo=github)](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
+ ```