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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -17
README.md CHANGED
@@ -3,30 +3,33 @@
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.
 
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
+ - train.tsv  
7
+ - test.tsv
8
 
 
 
9
  3. Language
10
+ - Arabic
11
+
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
+  
19
  5. Features
20
 
21
+ - Sentiment Label: Categorical label indicating the polarity of the text. The observed labels are 'pos' (positive) and 'neg' (negative).  
22
+ - Text: A string containing the Arabic text snippet.
23
+ -
24
  6. Instances (Estimated)
25
 
26
+ - The exact number of instances could not be determined as the full file contents were not available.
27
+ - Based on the source identifiers seen in the snippets:
28
+ - train.tsv contains approximately 1853 instances (highest source ID seen is 1853).  
29
+ - test.tsv contains approximately 3142 instances (highest source ID seen is 3142).
30
+ -
31
  7. Potential Use Cases
32
 
33
+ - Training and evaluating sentiment analysis models for Arabic text.
34
+ - Text classification tasks.
35
+ - Natural Language Processing research on Arabic dialects or language variations present in the text.