Update figure captions with minor wording changes
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def boxplot_per_task(dataframe=None, baselines=None, references=None):
|
|
201 |
text=(
|
202 |
"In tasks like TE and SA, models approach the accuracy of supervised <br>"
|
203 |
"models at EVALITA (dashed black line); in NER and REL they remain lower. <br>"
|
204 |
-
"Dashed red lines
|
205 |
),
|
206 |
xref="paper", yref="paper",
|
207 |
x=0.5, y=-0.30,
|
|
|
201 |
text=(
|
202 |
"In tasks like TE and SA, models approach the accuracy of supervised <br>"
|
203 |
"models at EVALITA (dashed black line); in NER and REL they remain lower. <br>"
|
204 |
+
"Dashed red lines show GPT-4o reference results for generative tasks."
|
205 |
),
|
206 |
xref="paper", yref="paper",
|
207 |
x=0.5, y=-0.30,
|