ImranzamanML commited on
Commit
160383c
·
verified ·
1 Parent(s): 8835d0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Arabic Sentiment Analysis Dataset
2
+ 1. Dataset Description
3
+ This dataset contains Arabic text snippets, each labeled with a sentiment polarity (positive or negative). The data appears to be intended for tasks like sentiment analysis or text classification. It is divided into separate training and testing files (train.tsv and test.tsv).  
4
+
5
+ 2. Source Files
6
+
7
+ train.tsv  
8
+ test.tsv  
9
+ 3. Language
10
+
11
+ Arabic  
12
+ 4. Data Format
13
+
14
+ Tab-Separated Values (.tsv)  
15
+ Each line consists of two fields separated by a tab:
16
+ Field 1: Sentiment Label  
17
+ Field 2: Arabic Text  
18
+ 5. Features
19
+
20
+ Sentiment Label: Categorical label indicating the polarity of the text. The observed labels are 'pos' (positive) and 'neg' (negative).  
21
+ Text: A string containing the Arabic text snippet.  
22
+ 6. Instances (Estimated)
23
+
24
+ The exact number of instances could not be determined as the full file contents were not available.
25
+ Based on the source identifiers seen in the snippets:
26
+ train.tsv contains approximately 1853 instances (highest source ID seen is 1853).  
27
+ test.tsv contains approximately 3142 instances (highest source ID seen is 3142).  
28
+ 7. Potential Use Cases
29
+
30
+ Training and evaluating sentiment analysis models for Arabic text.
31
+ Text classification tasks.
32
+ Natural Language Processing research on Arabic dialects or language variations present in the text.