Update app.py
Browse files
app.py
CHANGED
@@ -156,9 +156,8 @@ with gr.Blocks() as leaderboard:
|
|
156 |
# Dipromats 2024 Task 2 Leaderboard
|
157 |
# Automatic Detection of Narratives from Diplomats of Major Powers
|
158 |
These are the leaderboards for DIPROMATS 2024 Task 2 described in <a href=https://nlp.uned.es/dipromats2024>nlp.uned.es/dipromats2024</a>.
|
159 |
-
The Gold Standard is not publicly available so LLMs cannot be contamined with them.
|
160 |
-
|
161 |
-
Then you will have the choice to submit your results to the leaderboard.
|
162 |
|
163 |
""")
|
164 |
with gr.Tabs() as tabs:
|
|
|
156 |
# Dipromats 2024 Task 2 Leaderboard
|
157 |
# Automatic Detection of Narratives from Diplomats of Major Powers
|
158 |
These are the leaderboards for DIPROMATS 2024 Task 2 described in <a href=https://nlp.uned.es/dipromats2024>nlp.uned.es/dipromats2024</a>.
|
159 |
+
The Gold Standard is not publicly available so LLMs cannot be contamined with them. However, the datasets are available at https://nlp.uned.es/hamison-project/results.html
|
160 |
+
You can submit your results here and get your system automatically evaluated. Then you will have the choice to submit your results to the leaderboard.
|
|
|
161 |
|
162 |
""")
|
163 |
with gr.Tabs() as tabs:
|