Update index.html
Browse files- index.html +1 -19
index.html
CHANGED
|
@@ -146,24 +146,6 @@
|
|
| 146 |
</ul>
|
| 147 |
|
| 148 |
|
| 149 |
-
<h2>🔊 Task Description</h2>
|
| 150 |
-
<p>
|
| 151 |
-
The Iqra'Eval task focuses on <strong>automatic pronunciation assessment</strong> in Qur’anic context.
|
| 152 |
-
Given a spoken audio clip of a verse and its fully vowelized reference text, your system should predict
|
| 153 |
-
the <strong>correct phoneme sequence</strong> actually spoken by the reciter.
|
| 154 |
-
</p>
|
| 155 |
-
<p>
|
| 156 |
-
By comparing this predicted sequence to the reference text and the gold phoneme sequence annotation, we can automatically detect pronunciation issues, such as:
|
| 157 |
-
</p>
|
| 158 |
-
<ul>
|
| 159 |
-
<li><strong>Substitutions</strong>: e.g., saying /k/ instead of /q/</li>
|
| 160 |
-
<li><strong>Insertions</strong>: adding a sound not present in the reference</li>
|
| 161 |
-
<li><strong>Deletions</strong>: skipping a required phoneme</li>
|
| 162 |
-
</ul>
|
| 163 |
-
<p>
|
| 164 |
-
This task helps diagnose and localize pronunciation errors, enabling educational feedback in applications like Qur’anic tutoring or speech evaluation tools.
|
| 165 |
-
</p>
|
| 166 |
-
|
| 167 |
<h2>Dataset Description</h2>
|
| 168 |
<p>
|
| 169 |
All data are hosted on Hugging Face. Two main splits are provided:
|
|
@@ -278,7 +260,7 @@ ID,Labels
|
|
| 278 |
<ul>
|
| 279 |
<li>Use UTF-8 encoding.</li>
|
| 280 |
<li>Do not include extra spaces at the start or end of each line.</li>
|
| 281 |
-
<li>Submit a single CSV file (no archives). Filename must be <code>
|
| 282 |
</ul>
|
| 283 |
</p>
|
| 284 |
|
|
|
|
| 146 |
</ul>
|
| 147 |
|
| 148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
<h2>Dataset Description</h2>
|
| 150 |
<p>
|
| 151 |
All data are hosted on Hugging Face. Two main splits are provided:
|
|
|
|
| 260 |
<ul>
|
| 261 |
<li>Use UTF-8 encoding.</li>
|
| 262 |
<li>Do not include extra spaces at the start or end of each line.</li>
|
| 263 |
+
<li>Submit a single CSV file (no archives). Filename must be <code>teamID_submission.csv</code>.</li>
|
| 264 |
</ul>
|
| 265 |
</p>
|
| 266 |
|