Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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(
|