Add the new paper
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ st.write(
|
|
24 |
"The Multi-label Arabic Dialect Identification (MLADI) leaderboard serves as a public interface for benchmarking ADI "
|
25 |
"models using an 'extended version' of the NADI 2024 test set, "
|
26 |
"the first multi-label country-level ADI dataset.\n\n"
|
27 |
-
"🔜 More information
|
28 |
)
|
29 |
|
30 |
SHARED_TASK_TEAMS = {
|
@@ -158,6 +158,18 @@ with tab1:
|
|
158 |
"""
|
159 |
Please cite the following paper in which we introduced the NADI 2024 evaluation sets:
|
160 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
@inproceedings{abdul-mageed-etal-2024-nadi,
|
162 |
title = "{NADI} 2024: The Fifth Nuanced {A}rabic Dialect Identification Shared Task",
|
163 |
author = "Abdul-Mageed, Muhammad and
|
|
|
24 |
"The Multi-label Arabic Dialect Identification (MLADI) leaderboard serves as a public interface for benchmarking ADI "
|
25 |
"models using an 'extended version' of the NADI 2024 test set, "
|
26 |
"the first multi-label country-level ADI dataset.\n\n"
|
27 |
+
"🔜 More information can be found through the following paper: [Revisiting Common Assumptions about Arabic Dialects in NLP](https://arxiv.org/abs/2505.21816)\n\n"
|
28 |
)
|
29 |
|
30 |
SHARED_TASK_TEAMS = {
|
|
|
158 |
"""
|
159 |
Please cite the following paper in which we introduced the NADI 2024 evaluation sets:
|
160 |
```
|
161 |
+
@inproceedings{keleg-etal-2025-revisiting,
|
162 |
+
title = "Revisiting Common Assumptions about Arabic Dialects in NLP",
|
163 |
+
author = "Keleg, Amr and
|
164 |
+
Goldwater, Sharon and
|
165 |
+
Magdy, Walid",
|
166 |
+
booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics",
|
167 |
+
month = july,
|
168 |
+
year = "2025",
|
169 |
+
address = "Vienna, Austria",
|
170 |
+
publisher = "Association for Computational Linguistics",
|
171 |
+
}
|
172 |
+
|
173 |
@inproceedings{abdul-mageed-etal-2024-nadi,
|
174 |
title = "{NADI} 2024: The Fifth Nuanced {A}rabic Dialect Identification Shared Task",
|
175 |
author = "Abdul-Mageed, Muhammad and
|