This dataset contains raw data of news articles in Khmer about health in Cambodia, collected from sources like various khmer news websites by filtering health related keywords. Each article includes:
id: Unique identifier
title: Article title
content: Article body
datetime: Publication date (ISO 8601)
domain: Source domain
url: Article URL
Usage
from datasets import load_dataset
dataset = load_dataset("Cheaming/KHEED")