File size: 1,088 Bytes
e0e2f52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dacbf29
 
 
 
 
 
 
e0e2f52
dacbf29
 
 
d947976
f9b9d3e
dacbf29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
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
})
```