Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,42 @@ configs:
|
|
28 |
- split: pan
|
29 |
path: data/pan.parquet
|
30 |
|
31 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
- split: pan
|
29 |
path: data/pan.parquet
|
30 |
|
31 |
+
---
|
32 |
+
|
33 |
+
### Description
|
34 |
+
|
35 |
+
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.
|
36 |
+
This was created as part of [Aya Open Science Initiative](https://sites.google.com/cohere.com/aya-en/home) from Cohere For AI.
|
37 |
+
|
38 |
+
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.
|
39 |
+
|
40 |
+
|
41 |
+
### Template
|
42 |
+
|
43 |
+
The following templates where used for converting the original dataset:
|
44 |
+
```
|
45 |
+
#Template 1
|
46 |
+
prompt:
|
47 |
+
Write the following sentence using different words: "{original_sentence}"
|
48 |
+
|
49 |
+
completion:
|
50 |
+
{paraphrased_sentence}
|
51 |
+
```
|
52 |
+
```
|
53 |
+
#Template 2
|
54 |
+
prompt:
|
55 |
+
Rewrite the following sentence in different way: "{original_sentence}"
|
56 |
+
|
57 |
+
completion:
|
58 |
+
{paraphrased_sentence}
|
59 |
+
```
|
60 |
+
```
|
61 |
+
#Template 3
|
62 |
+
prompt:
|
63 |
+
Paraphrase the following sentence:: "{original_sentence}"
|
64 |
+
|
65 |
+
completion:
|
66 |
+
{paraphrased_sentence}
|
67 |
+
```
|
68 |
+
|
69 |
+
|