File size: 1,981 Bytes
2ee3b39
 
 
 
 
 
 
 
 
5c61998
2ee3b39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5c61998
a76aa57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2ee3b39
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
---
task_categories:
- text-classification
- text-generation
language:
- tr
size_categories:
- 10K<n<100K
---
100K TR News Dataset : 
Bu veri seti içinde yer alan bilgiler Türkiye'de internet üzerinde yayın yapakta olan internet sitelerinden alınmıştır. Her bir internet sitesinin rastegele olarak seçilmiş olan haber kategorileri içindeki içerikler alınmıştır. Veri seti içinde haber başlığı, haber özeti, haber linki ve haber içeriği mevcuttur. Veri kazıma işlemi için Google Colab ve Selenium kullanılmıştır.
Kullanılan haber siteleri : 
https://www.trthaber.com/ 
https://shiftdelete.net/ 
https://www.webtekno.com/ 
https://www.ensonhaber.com/
https://www.sondakika.com/
https://www.tgrthaber.com.tr/
https://webrazzi.com/
https://www.cnnturk.com/ 
https://gonullu.pardus.org.tr/

The information in this data set was taken from websites broadcasting on the internet in Turkey. Contents within randomly selected news categories of each website were taken. The data set includes news title, news summary, news link and news content. Google Colab and Selenium were used for data scraping.
News sites used:
https://www.trthaber.com/
https://shiftdelete.net/
https://www.webtekno.com/
https://www.ensonhaber.com/
https://www.sondakika.com/
https://www.tgrthaber.com.tr/
https://webrazzi.com/
https://www.cnnturk.com/
https://gonullu.pardus.org.tr/

---
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: Baslik
    dtype: string
  - name: Ozet
    dtype: string
  - name: Kategori
    dtype: string
  - name: Link
    dtype: string
  - name: Icerik
    dtype: string
  splits:
  - name: train
    num_bytes: 183330207.98111832
    num_examples: 79669
  - name: validation
    num_bytes: 78572719.01888168
    num_examples: 34145
  download_size: 156141339
  dataset_size: 261902927.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---