File size: 1,877 Bytes
a02deae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7349e09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a02deae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
license: cc
task_categories:
- conversational
language:
- bn
- gu
- hi
- kn
- ml
- mr
- pa
- ta
- te
- ur
pretty_name: Aya-Indicsentiment
size_categories:
- 1K<n<10K
configs:
  - config_name: default
    data_files:
      - split: bn
        path: data/bn.parquet
      - split: guj
        path: data/guj.parquet
      - split: hn
        path: data/hn.parquet
      - split: kn
        path: data/kn.parquet
      - split: ml
        path: data/ml.parquet
      - split: mr
        path: data/mr.parquet
      - split: pa
        path: data/pa.parquet
      - split: ta
        path: data/ta.parquet
      - split: te
        path: data/te.parquet
      - split: ur
        path: data/ur.parquet       
---

### Description

This dataset is derived from the already existing dataset made by AI4Bharat. We have used the [IndicSentiment](https://huggingface.co/datasets/ai4bharat/IndicSentiment) dataset of AI4Bharat to create an instruction style dataset. 

IndicSentiment is a multilingual parallel dataset for sentiment analysis. It encompasses product reviews, translations into Indic languages, sentiment labels, and more. 
The original dataset(IndicSentiment) was made available under the cc-0 license. 

This dataset contains 10 split with 1150+ rows each.Each split corresponds to a language.

### Template

The following template was used for converting the original dataset:

```
#Template 1
prompt:
Translate from English to {target_language}:
{ENGLISH_REVIW}

completion:
{INDIC_REVIEW}
```
```
#Template 2
prompt:
Translate this sentence to {target_language}:
{ENGLISH_REVIW}

completion:
{INDIC_REVIEW}
```
```
#Template 3
prompt:
What's the {target_language} translation of this language:
{ENGLISH_REVIW}

completion:
{INDIC_REVIEW}
```
```
#Template 4
prompt:
Can you translate this text to {target_language}:
{ENGLISH_REVIW}

completion:
{INDIC_REVIEW}
```