metadata
dataset_info:
features:
- name: title
dtype: string
- name: question
dtype: string
- name: reply
dtype: string
- name: is_best
dtype: int64
splits:
- name: train
num_bytes: 62899001
num_examples: 156686
download_size: 25640806
dataset_size: 62899001
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc-by-4.0
task_categories:
- question-answering
language:
- zh
size_categories:
- 100K<n<1M
Anhui Telecom Q&A Dataset -- 安徽电信知道问答数据集
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
})