nielsr HF Staff commited on
Commit
0ea6bd9
·
verified ·
1 Parent(s): 333ca0e

Add dataset card and link to paper

Browse files

Hi, I'm Niels from the Hugging Face community science team. I noticed this dataset repository is missing a descriptive dataset card. This PR adds metadata (task categories, language, and tags) and a summary of the dataset based on the paper "CV-18 NER: Augmented Common Voice for Named Entity Recognition from Arabic Speech", including a link to the paper.

Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - automatic-speech-recognition
5
+ language:
6
+ - ar
7
+ tags:
8
+ - named-entity-recognition
9
+ - speech-ner
10
+ ---
11
+
12
+ # CV-18 NER
13
+
14
+ CV-18 NER is the first publicly available dataset for Named Entity Recognition (NER) from Arabic speech. It was created by augmenting the Arabic Common Voice 18 corpus with manual NER annotations following the fine-grained Wojood schema, which covers 21 entity types.
15
+
16
+ The dataset provides a benchmark for evaluating both pipeline systems (ASR + text NER) and end-to-end speech NER models. It is particularly valuable for research in low-resource settings and morphologically complex languages like Arabic.
17
+
18
+ More information can be found in the paper: [CV-18 NER: Augmented Common Voice for Named Entity Recognition from Arabic Speech](https://huggingface.co/papers/2604.02209).