metadata
license: cc-by-4.0
language:
- tr
pretty_name: umuter
task_categories:
- text-classification
- text-generation
- summarization
- question-answering
tags:
- medical
size_categories:
- 10K<n<100K
🩺 Doktorsitesi.com Turkish Medical Articles
This dataset contains Turkish medical articles scraped from doktorsitesi.com, a public health information portal featuring content written by licensed healthcare professionals in Turkey.
The dataset is intended for use in natural language processing (NLP), language model training, and health-related AI research involving the Turkish language.
🧾 Number of articles: ~43K
🗂️ Format:.parquet
📁 File size: ~110 MB
👤 Curated by: umutertugrul
🔓 License: CC BY 4.0
📁 Files
| Filename | Description |
|---|---|
doktorsitesi_articles.parquet |
Full set of Turkish medical articles |
sample.parquet |
First 1000 entries (for preview use) |
🔤 Schema
Each row in the .parquet file contains:
url: Original URL of the article on doktorsitesi.comtitle: The title of the medical articletext: The full body content of the articlename: Author or medical professional who wrote the articlebranch: The medical specialty or department of the author (e.g., dermatology, dentistry)publish_date: The date the article was originally publishedscrape_date: The date the article was scraped from the website
🚀 How to Use
from datasets import load_dataset
dataset = load_dataset("umutertugrul/turkish-medical-articles")