Anhui Telecom Q&A Dataset contains 156,000 Anhui Telecom questions and answers in Chinese.
The dataset is sourced from the Chinese collaborative platform Baidu Knows, and is suitable for building question-answering systems in the telecommunication domain.
该数据集包含 15.6 万条安徽电信问答数据,包括用户提问、网友回答、最佳回答,数据集来源为百度知道,适用于 FAQ 问答系统。
Dataset({
features: ['title', 'question', 'reply', 'is_best'],
num_rows: 156686
})