File size: 3,627 Bytes
2dcfff3
 
1c18609
 
 
 
9a6d0cb
 
 
1c18609
 
9a6d0cb
2b07975
 
b5ba377
9a6d0cb
22d953c
9a6d0cb
22d953c
9a6d0cb
22d953c
9a6d0cb
22d953c
2dcfff3
1c18609
 
 
 
 
 
 
 
 
 
 
9a6d0cb
1c18609
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9a6d0cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1c18609
 
2b07975
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
license: cc
task_categories:
- text-generation
language:
- ml
- pa
- mr
- gu
size_categories:
- n<1K
pretty_name: Aya Paraphrase
source_datasets:
- extended|ai4bharat/IndicXParaphrase
configs:
- config_name: marathi
  data_files: mr.csv
- config_name: gujarati
  data_files: gu.csv
- config_name: malayalam
  data_files: ml.csv
- config_name: panjabi
  data_files: pa.csv
---

### Description

This dataset is derived from the already existing dataset made by AI4Bharat. We have used the [IndicXParaphrase](https://huggingface.co/datasets/ai4bharat/IndicXParaphrase) dataset of AI4Bharat to create this instruction style dataset. 
We have used the malayalam split of the above mentioned dataset to create this one. This was created as part of [Aya Open Science Initiative](https://sites.google.com/cohere.com/aya-en/home) from Cohere For AI.

IndicXParaphrase is multilingual, and n-way parallel dataset for paraphrase detection in 10 Indic languages. The original dataset(IndicXParaphrase) was made available under the cc-0 license. 


### Template

The following templates(Malayalam) where used for converting the original dataset:
```
prompt:
ഇനിപ്പറയുന്ന വാചകം വ്യത്യസ്ത വാക്കുകളിൽ എഴുതുക: "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
ഇനിപ്പറയുന്ന വാചകം മറ്റൊരു രീതിയിൽ എഴുതുക: "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
താഴെപ്പറയുന്ന വാചകം പരാവർത്തനം ചെയ്യുക: "{original_sentence}"

completion:
{paraphrased_sentence}
```
The following templates(Gujarati) where used for converting the original dataset:
```
prompt:
નીચેના વાક્યને અલગ શબ્દોનો ઉપયોગ કરીને લખો: "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
નીચેના વાક્યને અલગ રીતે ફરીથી લખો: "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
નીચેના વાક્યનો અર્થ ટૂંકમાં સમજાવો: "{original_sentence}"

completion:
{paraphrased_sentence}
```
The following templates(Punjabi) where used for converting the original dataset:
```
prompt:
ਵੱਖ-ਵੱਖ ਸ਼ਬਦਾਂ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਲਿਖੋ: "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
ਨਿਮਨਲਿਖਤ ਵਾਕ ਨੂੰ ਵੱਖਰੇ ਤਰੀਕੇ ਨਾਲ ਦੁਬਾਰਾ ਲਿਖੋ: "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਸਮਝਾਓ:  "{original_sentence}"

completion:
{paraphrased_sentence}
```
The following templates(Marathi) where used for converting the original dataset:
```
prompt:
खालील वाक्य दुसरे-भिन्न शब्द वापरून लिहा:  "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
खालील वाक्य वेगळ्या प्रकारे पुन्हा लिहा:  "{original_sentence}"

completion:
{paraphrased_sentence}
```
```
prompt:
खालील वाक्य दुसरे शब्द वापरून रूपांतरित-अनुवादित करा: "{original_sentence}"

completion:
{paraphrased_sentence}
```