--- license: pddl --- Last Updated: 2024/06/13 # RTHK News Dataset This dataset contains news articles from the RTHK (Radio Television Hong Kong) Telegram channels. The dataset includes articles in both English and Traditional Chinese, split into two subsets: `en` for English and `tc` for Traditional Chinese. ## Dataset Structure The dataset is stored in JSON Lines format (`.jsonl`), with each line representing a single news article. Each article has the following fields: - `id`: The unique identifier of the article. - `title`: The title of the article. - `body`: The body content of the article. - `published_at`: The publication timestamp of the article. - `language`: The language of the article (`en` for English, `tc` for Traditional Chinese). ## Source of Data The data is sourced from the following RTHK Telegram channels: - [RTHK News English](https://t.me/rthk_new_e) - [RTHK News Chinese](https://t.me/rthk_new_c)