|
--- |
|
language: |
|
- ur |
|
size_categories: |
|
- 100K<n<1M |
|
task_categories: |
|
- text-generation |
|
- summarization |
|
pretty_name: Urdu Instruct News Headline Generation |
|
dataset_info: |
|
features: |
|
- name: inputs |
|
dtype: string |
|
- name: targets |
|
dtype: string |
|
- name: template_class |
|
dtype: int64 |
|
- name: template_lang |
|
sequence: string |
|
splits: |
|
- name: train |
|
num_bytes: 254902046 |
|
num_examples: 100674 |
|
- name: test |
|
num_bytes: 28273512 |
|
num_examples: 11187 |
|
download_size: 121546451 |
|
dataset_size: 283175558 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
- split: test |
|
path: data/test-* |
|
--- |
|
# Dataset Card for "Urdu-Instruct-News-Headline-Generation" |
|
|
|
This Dataset is converted from the [original dataset](https://data.mendeley.com/datasets/834vsxnb99/3) by Khalid Hussain, Nimra Mughal, Irfan Ali, Saif Hassan, Sher Muhammad Daudpota. |
|
|
|
## Task: |
|
Generate the News Headline from the given News. |
|
|
|
## Split Size: |
|
- train: 100674 |
|
- test: 11187 |
|
|
|
## Prompt Template (In Urdu): |
|
Random.choice b.w these 2 |
|
``` |
|
["اس اردو پیراگراف (خبروں) کا عنوان تجویز کریں |
|
پیراگراف: {}", |
|
"دیے گے خبروں کا عنوان تجویز کریں. |
|
جملے: {}" |
|
] |
|
``` |
|
<b>Translation</b>: |
|
``` |
|
1. Write a title for the following news article: |
|
paragraph: {} |
|
2. Suggest the title of the given the sentences |
|
sentences: {} |
|
``` |
|
## Completion Template (In Urdu) |
|
``` |
|
جی ضرور، یہ رہا آپ کے پیراگراف کا عنوان: |
|
{} |
|
``` |
|
<b>Translation</b>: |
|
``` |
|
Sure, here is the title of the given article |
|
{} |
|
``` |