BDas commited on
Commit
087e938
·
1 Parent(s): 24c59e2

Create new file

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ language:
7
+ - ar
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 100K<n<1M
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text-classification
18
+ task_ids:
19
+ - multi-class-classification
20
+ - multi-label-classification
21
+ pretty_name: 'Arabic NLP Dataset'
22
+ ---
23
+ # Dataset Card for "Arabic-NLP-Dataset"
24
+ ## Table of Contents
25
+ - [Table of Contents](#table-of-contents)
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Dataset Preprocessing](#dataset-preprocessing)
29
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Instances](#data-instances)
33
+ - [Data Fields](#data-fields)
34
+ - [Data Splits](#data-splits)
35
+ - [Dataset Creation](#dataset-creation)
36
+ - [Curation Rationale](#curation-rationale)
37
+ - [Source Data](#source-data)
38
+ - [Annotations](#annotations)
39
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
41
+ - [Social Impact of Dataset](#social-impact-of-dataset)
42
+ - [Discussion of Biases](#discussion-of-biases)
43
+ - [Other Known Limitations](#other-known-limitations)
44
+ - [Additional Information](#additional-information)
45
+ - [Dataset Curators](#dataset-curators)
46
+ - [Licensing Information](#licensing-information)
47
+ - [Citation Information](#citation-information)
48
+ - [Contributions](#contributions)
49
+ ## Dataset Description
50
+ - **Homepage:** [https://github.com/BihterDass/ArabicTextClassificationDataset]
51
+ - **Repository:**[https://github.com/BihterDass/ArabicTextClassificationDataset]
52
+ - **Size of downloaded dataset files:** 23.5 MB
53
+ - **Size of the generated dataset:** 23.5 MB
54
+ ### Dataset Summary
55
+ 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.
56
+ ### Supported Tasks and Leaderboards
57
+ [More Information Needed]
58
+ ### Languages
59
+ [More Information Needed]
60
+ ## Dataset Structure
61
+ ### Data Instances
62
+ [More Information Needed]
63
+ #### turkish-dataset-v1
64
+ - **Size of downloaded dataset files:** 125.5 MB
65
+ - **Size of the generated dataset:** 125.5 MB
66
+ ### Data Fields
67
+ The data fields are the same among all splits.
68
+ #### arabic-dataset-v-v1
69
+ - `text`: a `string` feature.
70
+ - `label`: a classification label, with possible values including `positive` (2), `natural` (1), `negative` (0).
71
+ ### Data Splits
72
+ | |train |validation|test |
73
+ |----|--------:|---------:|---------:|
74
+ |Data| 80000 | 10000 | 10000 |
75
+ ## Dataset Creation
76
+ ### Curation Rationale
77
+ [More Information Needed]
78
+ ### Source Data
79
+ #### Initial Data Collection and Normalization
80
+ [More Information Needed]
81
+ #### Who are the source language producers?
82
+ [More Information Needed]
83
+ ### Annotations
84
+ #### Annotation process
85
+ [More Information Needed]
86
+ #### Who are the annotators?
87
+ [More Information Needed]
88
+ ### Personal and Sensitive Information
89
+ [More Information Needed]
90
+ ## Considerations for Using the Data
91
+ ### Social Impact of Dataset
92
+ [More Information Needed]
93
+ ### Discussion of Biases
94
+ [More Information Needed]
95
+ ### Other Known Limitations
96
+ [More Information Needed]
97
+ ## Additional Information
98
+ ### Dataset Curators
99
+ [More Information Needed]
100
+ ### Licensing Information
101
+ [More Information Needed]
102
+ ### Citation Information
103
+ [More Information Needed]
104
+ ### Contributions
105
+ Thanks to [@PnrSvc](https://github.com/PnrSvc) for adding this dataset.