Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language_creators:
|
@@ -20,8 +22,12 @@ task_ids:
|
|
20 |
- multi-label-classification
|
21 |
pretty_name: 'ArabicNLPDataset'
|
22 |
|
|
|
23 |
---
|
24 |
-
|
|
|
|
|
|
|
25 |
## Table of Contents
|
26 |
- [Table of Contents](#table-of-contents)
|
27 |
- [Dataset Description](#dataset-description)
|
@@ -47,60 +53,87 @@ pretty_name: 'ArabicNLPDataset'
|
|
47 |
- [Licensing Information](#licensing-information)
|
48 |
- [Citation Information](#citation-information)
|
49 |
- [Contributions](#contributions)
|
|
|
50 |
## Dataset Description
|
51 |
- **Homepage:** [https://github.com/BihterDass/ArabicTextClassificationDataset]
|
52 |
-
- **Repository:**[https://github.com/BihterDass/ArabicTextClassificationDataset]
|
53 |
- **Size of downloaded dataset files:** 23.5 MB
|
54 |
- **Size of the generated dataset:** 23.5 MB
|
|
|
55 |
### Dataset Summary
|
56 |
The dataset was compiled from user comments from e-commerce sites. It consists of 10,000 validations, 10,000 tests and 80000 train data. Data were classified into 3 classes (positive(pos), negative(neg) and natural(nor). The data is available to you on github.
|
|
|
57 |
### Supported Tasks and Leaderboards
|
58 |
[More Information Needed]
|
|
|
59 |
### Languages
|
60 |
[More Information Needed]
|
|
|
61 |
## Dataset Structure
|
62 |
### Data Instances
|
63 |
[More Information Needed]
|
|
|
64 |
#### arabic-dataset-v1
|
65 |
- **Size of downloaded dataset files:** 23.5 MB
|
66 |
- **Size of the generated dataset:** 23.5 MB
|
|
|
67 |
### Data Fields
|
68 |
The data fields are the same among all splits.
|
|
|
69 |
#### arabic-dataset-v-v1
|
70 |
- `text`: a `string` feature.
|
71 |
- `label`: a classification label, with possible values including `positive` (2), `natural` (1), `negative` (0).
|
|
|
72 |
### Data Splits
|
73 |
| |train |validation|test |
|
74 |
|----|--------:|---------:|---------:|
|
75 |
|Data| 80000 | 10000 | 10000 |
|
|
|
76 |
## Dataset Creation
|
|
|
77 |
### Curation Rationale
|
78 |
[More Information Needed]
|
|
|
79 |
### Source Data
|
|
|
80 |
#### Initial Data Collection and Normalization
|
81 |
[More Information Needed]
|
|
|
82 |
#### Who are the source language producers?
|
83 |
[More Information Needed]
|
|
|
84 |
### Annotations
|
|
|
85 |
#### Annotation process
|
86 |
[More Information Needed]
|
|
|
87 |
#### Who are the annotators?
|
88 |
[More Information Needed]
|
|
|
89 |
### Personal and Sensitive Information
|
90 |
[More Information Needed]
|
|
|
91 |
## Considerations for Using the Data
|
|
|
92 |
### Social Impact of Dataset
|
93 |
[More Information Needed]
|
|
|
94 |
### Discussion of Biases
|
95 |
[More Information Needed]
|
|
|
96 |
### Other Known Limitations
|
97 |
[More Information Needed]
|
|
|
98 |
## Additional Information
|
|
|
99 |
### Dataset Curators
|
100 |
[More Information Needed]
|
|
|
101 |
### Licensing Information
|
102 |
[More Information Needed]
|
|
|
103 |
### Citation Information
|
104 |
[More Information Needed]
|
|
|
105 |
### Contributions
|
106 |
Thanks to [@PnrSvc](https://github.com/PnrSvc) for adding this dataset.
|
|
|
1 |
---
|
2 |
+
|
3 |
+
|
4 |
annotations_creators:
|
5 |
- expert-generated
|
6 |
language_creators:
|
|
|
22 |
- multi-label-classification
|
23 |
pretty_name: 'ArabicNLPDataset'
|
24 |
|
25 |
+
|
26 |
---
|
27 |
+
|
28 |
+
|
29 |
+
# Dataset Card for "ArabicNLPDataset"
|
30 |
+
|
31 |
## Table of Contents
|
32 |
- [Table of Contents](#table-of-contents)
|
33 |
- [Dataset Description](#dataset-description)
|
|
|
53 |
- [Licensing Information](#licensing-information)
|
54 |
- [Citation Information](#citation-information)
|
55 |
- [Contributions](#contributions)
|
56 |
+
|
57 |
## Dataset Description
|
58 |
- **Homepage:** [https://github.com/BihterDass/ArabicTextClassificationDataset]
|
59 |
+
- **Repository:** [https://github.com/BihterDass/ArabicTextClassificationDataset]
|
60 |
- **Size of downloaded dataset files:** 23.5 MB
|
61 |
- **Size of the generated dataset:** 23.5 MB
|
62 |
+
|
63 |
### Dataset Summary
|
64 |
The dataset was compiled from user comments from e-commerce sites. It consists of 10,000 validations, 10,000 tests and 80000 train data. Data were classified into 3 classes (positive(pos), negative(neg) and natural(nor). The data is available to you on github.
|
65 |
+
|
66 |
### Supported Tasks and Leaderboards
|
67 |
[More Information Needed]
|
68 |
+
|
69 |
### Languages
|
70 |
[More Information Needed]
|
71 |
+
|
72 |
## Dataset Structure
|
73 |
### Data Instances
|
74 |
[More Information Needed]
|
75 |
+
|
76 |
#### arabic-dataset-v1
|
77 |
- **Size of downloaded dataset files:** 23.5 MB
|
78 |
- **Size of the generated dataset:** 23.5 MB
|
79 |
+
|
80 |
### Data Fields
|
81 |
The data fields are the same among all splits.
|
82 |
+
|
83 |
#### arabic-dataset-v-v1
|
84 |
- `text`: a `string` feature.
|
85 |
- `label`: a classification label, with possible values including `positive` (2), `natural` (1), `negative` (0).
|
86 |
+
|
87 |
### Data Splits
|
88 |
| |train |validation|test |
|
89 |
|----|--------:|---------:|---------:|
|
90 |
|Data| 80000 | 10000 | 10000 |
|
91 |
+
|
92 |
## Dataset Creation
|
93 |
+
|
94 |
### Curation Rationale
|
95 |
[More Information Needed]
|
96 |
+
|
97 |
### Source Data
|
98 |
+
|
99 |
#### Initial Data Collection and Normalization
|
100 |
[More Information Needed]
|
101 |
+
|
102 |
#### Who are the source language producers?
|
103 |
[More Information Needed]
|
104 |
+
|
105 |
### Annotations
|
106 |
+
|
107 |
#### Annotation process
|
108 |
[More Information Needed]
|
109 |
+
|
110 |
#### Who are the annotators?
|
111 |
[More Information Needed]
|
112 |
+
|
113 |
### Personal and Sensitive Information
|
114 |
[More Information Needed]
|
115 |
+
|
116 |
## Considerations for Using the Data
|
117 |
+
|
118 |
### Social Impact of Dataset
|
119 |
[More Information Needed]
|
120 |
+
|
121 |
### Discussion of Biases
|
122 |
[More Information Needed]
|
123 |
+
|
124 |
### Other Known Limitations
|
125 |
[More Information Needed]
|
126 |
+
|
127 |
## Additional Information
|
128 |
+
|
129 |
### Dataset Curators
|
130 |
[More Information Needed]
|
131 |
+
|
132 |
### Licensing Information
|
133 |
[More Information Needed]
|
134 |
+
|
135 |
### Citation Information
|
136 |
[More Information Needed]
|
137 |
+
|
138 |
### Contributions
|
139 |
Thanks to [@PnrSvc](https://github.com/PnrSvc) for adding this dataset.
|