You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Dataset Card for tw-celebrity-chat

本資料集是以臺灣公眾人物(藝人、團體、運動員、創作者等)相關之維基百科條目為種子(seed),由 LLM 合成的繁體中文「思考+回答」對話集,可用於訓練具備 reasoning 能力的繁中對話模型,特別是針對臺灣演藝/流行文化領域。

Dataset Details

Dataset Description

資料集為 reference-based 合成對話:先以維基百科上臺灣公眾人物相關段落作為 seed,再透過 LLM 生成單輪 QA,並在回答前加上 <think>...</think> 思考段落。每筆樣本同時保留:

  • conversations:human/gpt 兩輪結構(gpt 回答中含思考段落);
  • input / output / think:把上述拆解出來的單獨欄位,方便不同訓練框架使用;
  • seed:用來提示 LLM 的原始參考文本。

主題涵蓋臺灣男女歌手、團體(如 183Club、5566、SHE 等)、戲劇演員、棒球與 SBL 球員、YouTuber 等。

  • Curated by: Huang Liang Hsun
  • Language(s) (NLP): Traditional Chinese
  • License: cc-by-nc-sa-4.0

Dataset Sources

Uses

Direct Use

  • 訓練具 reasoning 風格的繁體中文對話模型,使之能在回答之前先「思考」(chain-of-thought)。
  • 補強模型對臺灣演藝/流行文化人物的知識覆蓋。
  • 作為 SFT / DPO 階段的小型補強資料。

Out-of-Scope Use

  • 不適用於對藝人進行人格、私生活之評斷;資料僅涵蓋公開資訊。
  • 不適用作為媒體報導之事實依據;合成回答仍可能存在幻覺。

Dataset Structure

{
  "conversations": [
    {"from": "human", "value": "為什麼183Club的團名是這樣命名的?"},
    {"from": "gpt", "value": "<think>183 Club 是台灣的男子音樂團體...</think>\n\n183 Club 的團名由來與成員的身高有直接關聯,因為當時團體的五位成員平均身高接近 183 公分..."}
  ],
  "input": "為什麼183Club的團名是這樣命名的?",
  "output": "183 Club 的團名由來與成員的身高有直接關聯...",
  "think": "183 Club 是台灣的男子音樂團體...",
  "seed": "183Club,簡稱183,喬傑立娛樂旗下的臺灣藝人團體..."
}

Dataset Creation

Curation Rationale

通用對話模型對於臺灣演藝/流行文化人物的覆蓋常常不足,且即使知道也未必能用繁體中文與台灣語境給出合適回答。本資料集以維基百科條目為 seed,引導 LLM 產生「先思考、再回答」的對話樣本,補強模型在這個語境下的能力。

Source Data

Data Collection and Processing

  1. 從中文維基百科抓取臺灣藝人、團體、運動員等條目段落作為 seed。
  2. 以 LLM 為每段 seed 生成單輪 QA,並要求模型在回答前以 <think>...</think> 包覆推理過程。
  3. 拆分結構化欄位(input / output / think)以利不同訓練框架直接讀取。

Who are the source data producers?

  • Seed 資料:中文維基百科社群。
  • 對話與思考內容:由 LLM 自動合成。

Annotations

Annotation process

無人工標註;thinkoutput 均由 LLM 自行生成。

Who are the annotators?

無人工標註者。

Personal and Sensitive Information

資料涉及之姓名均為公眾人物,內容皆來自公開維基條目;如發現非公開或敏感資訊,請於 discussion 區提出。

Bias, Risks, and Limitations

  • 合成 QA 與思考段落可能含有幻覺、誤植日期、混淆同名者等錯誤。
  • 內容反映 seed 維基條目當時的立場與描述,可能與最新狀況不一致。
  • 對於私生活、感情狀態、爭議事件等敏感主題,模型回答未必平衡。

Recommendations

建議在訓練後對涉及人物事實的問題加上額外檢索(RAG)以降低幻覺風險。

Citation

@misc{tw_celebrity_chat,
  title        = {tw-celebrity-chat: Reasoning-style Chat Dataset on Taiwanese Celebrities},
  author       = {Huang, Liang Hsun},
  year         = {2025},
  howpublished = {\url{https://huggingface.co/datasets/lianghsun/tw-celebrity-chat}}
}

Dataset Card Authors

Huang Liang Hsun

Dataset Card Contact

Huang Liang Hsun

Downloads last month
12