File size: 1,212 Bytes
4646a7d f646585 6d07d1e 086f3c7 |
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 |
---
task_categories:
- text-generation
- conversational
- text2text-generation
language:
- fa
size_categories:
- 100M<n<1B
---
# Degarbayan-SC: A Colloquial Paraphrase Farsi using pre-trained mT5
This is the Dataset of [Degarbayan-SC paper](https://ieeexplore.ieee.org/abstract/document/9959983).
You can Finetune with this dataset on the transformers models using [Github](https://https://github.com/m0javad/Degarbayan-SC).
```python
from datasets import load_dataset
dataset = load_dataset("m0javad/Degarbayan-SC-dataset")
```
### Statistic
![Lenght of sentences](https://i.ibb.co/C1RJhTZ/lenght.jpg")
our sentence length distribution is between 3 and 19 words and sentences are an average of 8 words. This makes sense because in the movie subtitles, sentences are shown in a range of time and we matched them with timespans. Humans can say a certain number of words in a certain period of time. Our collected sentences have 128,699 unique words.
as you see in the table above, our dataset contains a large number of paraphrasing sentences in various forms such syntactic, semantic and conceptual paraphrases.
### contact
contact me for contribution and future possible works at: mjaghajani.ai@gmail.com |