ssocean commited on
Commit
66a05f8
·
verified ·
1 Parent(s): 7a6488d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ with gr.Blocks() as iface:
290
  - This demo is an early exploration of using LLMs for paper quality estimation and is not optimized against prompt injection attacks.
291
  - The **predicted value** is a probability generated by the model and **does NOT reflect the paper's true quality or novelty**.
292
  - For **NAIPv1**, a normalized score greater than **0.60** is considered to indicate a potentially impactful paper.
293
- - For **NAIPv2**, normalized scores above **0.46**, **0.61**, and **0.79** correspond to the statistical means of NeurIPS rejected, Poster, and Oral papers, respectively.
294
  """)
295
 
296
  title_input.change(
 
290
  - This demo is an early exploration of using LLMs for paper quality estimation and is not optimized against prompt injection attacks.
291
  - The **predicted value** is a probability generated by the model and **does NOT reflect the paper's true quality or novelty**.
292
  - For **NAIPv1**, a normalized score greater than **0.60** is considered to indicate a potentially impactful paper.
293
+ - For **NAIPv2**, a normalized score above **0.60** corresponds to the statistical mean of NeurIPS accepted papers (Poster).
294
  """)
295
 
296
  title_input.change(