Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,9 @@ with gr.Blocks() as iface:
|
|
48 |
|
49 |
gr.Markdown("""
|
50 |
**Important Notes**
|
51 |
-
- Predicted impact is a probabilistic value generated by the model and does not reflect paper quality or novelty.
|
52 |
- It is intended as a tool for research and educational purposes only.
|
|
|
|
|
53 |
- The author takes no responsibility for the prediction results.
|
54 |
- To identify potentially impactful papers, this study uses the sigmoid+MSE approach to optimize NDCG values (over sigmoid+BCE), resulting in predicted values concentrated between 0.1 and 0.9 due to the sigmoid gradient effect.
|
55 |
- Generally, we consider a predicted influence score greater than 0.65 to indicate an exceptionally impactful paper.
|
|
|
48 |
|
49 |
gr.Markdown("""
|
50 |
**Important Notes**
|
|
|
51 |
- It is intended as a tool for research and educational purposes only.
|
52 |
+
- The web version is a demo for testing purposes. Due to partial environment discrepancies, predictions may have a deviation of up to <0.05.
|
53 |
+
- Predicted impact is a probabilistic value generated by the model and does not reflect paper quality or novelty.
|
54 |
- The author takes no responsibility for the prediction results.
|
55 |
- To identify potentially impactful papers, this study uses the sigmoid+MSE approach to optimize NDCG values (over sigmoid+BCE), resulting in predicted values concentrated between 0.1 and 0.9 due to the sigmoid gradient effect.
|
56 |
- Generally, we consider a predicted influence score greater than 0.65 to indicate an exceptionally impactful paper.
|