Basma commited on
Commit
666b66c
·
verified ·
1 Parent(s): 0b0c924

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -20,4 +20,53 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: cc
24
+ task_categories:
25
+ - text2text-generation
26
+ language:
27
+ - ar
28
+ size_categories:
29
+ - 10K<n<100K
30
  ---
31
+ # Arabic Terminologies and Definitions Dataset
32
+
33
+ ## Dataset Details
34
+
35
+ **Name:** FlouBsy/Arabic-Terminologies-and-Definitions
36
+ **Description:**
37
+ This dataset contains Arabic terminologies along with their corresponding definitions and examples. The terminologies can range from full words to single letters. Some entries include diacritics. The data was extracted from an XML file, focusing only on terminologies, definitions, and examples. The dataset initially contained 113,069 rows, but after removing rows without definitions, it now has 106,432 entries.
38
+
39
+ **Columns:**
40
+ - **Sense_ID**: A unique identifier for each sense, stripped of numbers and non-Arabic letters.
41
+ - **Definition**: The meaning of the terminology.
42
+ - **Examples**: One or more example sentences illustrating the terminology, separated by "|" if multiple.
43
+
44
+ ## Source
45
+
46
+ [LMF Contemporary Arabic Dictionary](https://lindat.mff.cuni.cz/repository/rest/handle/11372/LRT-1944/citations/bibtex)
47
+
48
+
49
+ ## Licensing
50
+ Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
51
+
52
+ ## Use Cases
53
+ - Terminology generation tasks
54
+ - Providing contextual examples for NLP applications
55
+ - Arabic lexicography and language modeling research
56
+
57
+ ## Limitations
58
+ - The dataset is relatively small for training large language models.
59
+ - Some terminologies are single letters, but they do carry meaning.
60
+ - The **Definition** column may contain punctuation and numbers.
61
+
62
+ ### Citation
63
+ ```bibtex
64
+ @misc{11372/LRT-1944,
65
+ title = {{LMF} Contemporary Arabic dictionary},
66
+ author = {Namly, Driss},
67
+ url = {http://hdl.handle.net/11372/LRT-1944},
68
+ note = {{LINDAT}/{CLARIAH}-{CZ} digital library at the Institute of Formal and Applied Linguistics ({{'U}FAL}), Faculty of Mathematics and Physics, Charles University},
69
+ copyright = {Creative Commons - Attribution-{NonCommercial} 4.0 International ({CC} {BY}-{NC} 4.0)},
70
+ year = {2015}
71
+ }
72
+ ```