Dataset Viewer
query
stringlengths 2
106
| label
stringclasses 2
values |
---|---|
W-SPORT | semantic |
spor kanalları | semantic |
TEVE2 | semantic |
NICK JR | semantic |
çocuk kanalları | semantic |
TLC | semantic |
SİNEMA KOMEDİ | semantic |
sinema kanalları | semantic |
TRT SPOR | semantic |
TİVİBU SPOR 2 | semantic |
TİVİBU SPOR 1 | semantic |
SHOW TV | semantic |
TİVİBU TANITIM | semantic |
BLUTV PLAY 1 | semantic |
TARİH TV | semantic |
belgesel kanalları | semantic |
TRT DİYANET ÇOCUK | semantic |
A2 | semantic |
TV 5 | semantic |
AS TV | semantic |
TİVİ 6 | semantic |
CARTOON NETWORK | semantic |
KON TV | semantic |
BLUTV PLAY 2 | semantic |
CARTOONITO | semantic |
Love Nature | semantic |
TVNET | semantic |
haber kanalları | semantic |
TRT AVAZ | semantic |
HABERTÜRK | semantic |
TELE 1 | semantic |
HALK TV | semantic |
TRT 1 | semantic |
TİVİBU SPOR 4 | semantic |
TRT HABER | semantic |
TV 100 | semantic |
HABER GLOBAL | semantic |
A PARA | semantic |
TGRT HABER | semantic |
CNBC-e | semantic |
KANAL D | semantic |
SİNEMA AİLE | semantic |
DISNEY JUNIOR | semantic |
AL SUNNAH | semantic |
yabancı kanalları | semantic |
ARABESK | semantic |
müzik kanalları | semantic |
SAUDI QURAN | semantic |
DİNİ MUSİKİ | semantic |
BLUES | semantic |
S SPORT | semantic |
S SPORT 2 | semantic |
FRANCE 24 | semantic |
TAŞ PLAK | semantic |
AL JAZEERA ARABIC | semantic |
TÜRK SANAT MÜZİĞİ | semantic |
FİLM MÜZİKLERİ | semantic |
TRT EL ARABIA | semantic |
YABANCI ROCK | semantic |
TÜRKÇE SLOW | semantic |
EUROSPORT 2 | semantic |
DEUTSCHE WELLE | semantic |
YABANCI POP | semantic |
TÜRKÇE POP | semantic |
EUROSPORT 1 | semantic |
CNN INTERNATIONAL | semantic |
TRT 3 SPOR | semantic |
SEMERKAND TV | semantic |
CHANNEL ONE RUSSIA | semantic |
NBA TV | semantic |
ATV | semantic |
STAR TV | semantic |
NOW | semantic |
GZT TV | semantic |
DMAX | semantic |
ULUSAL 1 | semantic |
TV 8,5 | semantic |
A SPOR | semantic |
AL JAZEERA INTERNATIONAL | semantic |
BLOOMBERG HT | semantic |
ID | semantic |
DREAM TÜRK TV | semantic |
NICKTOONS | semantic |
NHK WORLD-JAPAN | semantic |
CNN TÜRK | semantic |
TRT MÜZİK | semantic |
FB TV | semantic |
RT ARABIC | semantic |
BABYTV | semantic |
VAV TV | semantic |
DISCOVERY CHANNEL | semantic |
FIGHT NETWORK | semantic |
HABİTAT TV | semantic |
BLOOMBERG | semantic |
FX | semantic |
MİNİKA ÇOCUK | semantic |
OLDIES | semantic |
24 | semantic |
ÇALIŞIRKEN | semantic |
MUTLU | semantic |
End of preview. Expand
in Data Studio
🧠 Turkish Query Classification Dataset
Bu veri kümesi, Türkçe sorguları iki farklı sınıfa ayırmak amacıyla oluşturulmuştur:
keyword
: Kısa, doğrudan anahtar kelime içeren sorgular (örnek: “Gece Gelen”, “Ozan Kılıç”)semantic
: Kavramsal ya da tür belirten sorgular (örnek: “2020 yapımı dram filmleri”, “Bilimkurgu”)
Veri kümesi, metin sınıflandırma, öneri sistemleri ve doğal dil anlama projelerinde kullanılabilir.
This dataset was created to categorize Turkish queries into two different classes:
keyword
: Short, direct queries containing keywords (example: “Gece Gelen”, “Ozan Kılıç”)semantic
: Conceptual or genre-specific queries (e.g. “2020 drama films”, “Science Fiction”)
The dataset can be used in text classification, recommendation systems and natural language understanding projects.
📁 Dataset Özeti (Dataset Summary)
Özellik (Feature) | Değer (Value) |
---|---|
Örnek sayısı (Example count) | 3188 |
Sınıflar (Classes) | keyword , semantic |
Format | CSV / 🤗 Dataset (via load_dataset ) |
Alanlar (Fields) | query , label |
Dil (Language) | Türkçe (Turkish) |
🔍 Sütunlar (Columns)
query
: Kullanıcının arama sorgusu (user search query)label
: İlgili sorgu tipi (Related query type) (keyword
veya/orsemantic
)
🧪 Kullanım Örneği (Usage)
from datasets import load_dataset
dataset = load_dataset("melique/query-classifier-dataset")
print(dataset["train"][0])
# {'query': 'Gece Gelen', 'label': 'keyword'}
Lisans (License)
Bu veri kümesi, araştırma ve eğitim amaçlı olarak paylaşılmıştır. Ticari kullanımlar için veri sahibi ile iletişime geçiniz.
This dataset is shared for research and educational purposes. For commercial uses, please contact the data owner.
📚 Contributors
- melique (main uploader)
- kaantiftikci
- Downloads last month
- 104