File size: 2,273 Bytes
0ea9246
58ca16d
 
 
 
 
 
 
 
 
0ea9246
 
 
 
 
 
64e9be2
58ca16d
 
 
0ea9246
 
64e9be2
0ea9246
 
64e9be2
0ea9246
64e9be2
 
58ca16d
 
 
 
 
 
 
0ea9246
 
 
9a335c8
 
 
 
 
 
 
 
 
 
ca9866f
9a335c8
43c70cb
 
 
 
 
 
 
9a335c8
 
43c70cb
 
 
 
 
 
 
9a335c8
 
 
 
43c70cb
 
 
 
 
 
 
 
 
 
 
 
 
9a335c8
 
 
43c70cb
9a335c8
 
 
43c70cb
9a335c8
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
---
language:
- ur
size_categories:
- 100K<n<1M
task_categories:
- text-classification
- text-generation
- text2text-generation
pretty_name: Instruct News Category Classification Urdu
dataset_info:
  features:
  - name: inputs
    dtype: string
  - name: targets
    dtype: string
  - name: template_id
    dtype: int64
  - name: template_lang
    sequence: string
  splits:
  - name: train
    num_bytes: 261557910
    num_examples: 100674
  - name: test
    num_bytes: 29048190
    num_examples: 11187
  download_size: 116629288
  dataset_size: 290606100
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---
# Dataset Card for "Urdu-Instruct-News-Category-Classification"

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 Paragraph, and classify the news category from it.

## Split Size:
- train: 100674
- test: 11187

## Prompt Template (In Urdu):
Random.choice b.w these 2. The first template is **template_id** 1 in the dataset, second template is **template_id** 2 in the dataset.
```
["""اس  پیراگراف (خبروں) کو مندرجہ ذیل درجوں (کیٹگریز) میں سے ایک کیٹگری میں ڈالیں.
درجے:
- کھیل
- تفریح،
- کاروبار و معیشت،
- سائنس اور ٹیکنالوجی

پیراگراف: {}""",

"""دیے گی خبروں کو ایک لفظ یا درجہ (کیٹگری) میں بیان کریں.
درجے:
- کھیل
- تفریح،
- کاروبار و معیشت،
- سائنس اور ٹیکنالوجی

جملے: {}"""]
```
<b>Translation</b>:
```
[Classify the given paragraph (news article) into one of the following categories: 
1. Sports
2. Entertainment
3. Business & Economics
4. Science & Technology
paragraph: {},

Classify the given news paragraph into one of the following categories:
1. Sports
2. Entertainment
3. Business & Economics
4. Science & Technology
sentences: {}]
```
## Completion Template (In Urdu)
```
یہ دی گی خبریں {} سے تعلق رکھتی ہیں
```
<b>Translation</b>:
```
The given news belong to the {category}
```