suriyabalu commited on
Commit
a83ae9e
1 Parent(s): ccb4725

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - as
4
+ - bn
5
+ - hi
6
+ - kn
7
+ - mr
8
+ - ml
9
+ - or
10
+ - ta
11
+ - te
12
+ - ur
13
+ ---
14
+ ## Indic Sentiment Analysis
15
+
16
+ ## Description
17
+ The Indic Sentiment Analysis dataset contains reviews from various categories and sub-categories in multiple Indic languages. Each review is labeled with sentiment polarity (positive, negative, or neutral).
18
+
19
+ ### Dataset Structure
20
+
21
+ ## Data Fields
22
+
23
+ - CATEGORY: The broad category to which the review belongs.
24
+ - SUB-CATEGORY: The sub-category within the main category.
25
+ - PRODUCT: The specific product or service being reviewed.
26
+ - BRAND: The brand associated with the product or service.
27
+ - ASPECTS: Different aspects or features of the product or service being reviewed.
28
+ - ASPECT COMBO: Combinations of aspects that are discussed in the review.
29
+ - ENGLISH REVIEW: The review text in English.
30
+ - LABEL: The sentiment label assigned to the review (positive, negative, or neutral).
31
+ - INDIC REVIEW: The review text translated into various Indic languages.
32
+
33
+ ## Languages
34
+
35
+ - `Assamese (as)`
36
+ - `Bengali (bn)`
37
+ - `Kannada (kn)`
38
+ - `Hindi (hi)`
39
+ - `Marathi (mr)`
40
+ - `Malayalam (ml)`
41
+ - `Oriya (or)`
42
+ - `Punjabi (pa)`
43
+ - `Tamil (ta)`
44
+ - `Telugu (te)`
45
+ - `Urdu (ur)`