Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,31 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
+
license: cc-by-4.0
|
| 24 |
+
task_categories:
|
| 25 |
+
- question-answering
|
| 26 |
+
language:
|
| 27 |
+
- zh
|
| 28 |
+
size_categories:
|
| 29 |
+
- 100K<n<1M
|
| 30 |
---
|
| 31 |
+
|
| 32 |
+
# Anhui Telecom Q&A Dataset -- 安徽电信知道问答数据集
|
| 33 |
+
|
| 34 |
+
Anhui Telecom Q&A Dataset contains 156,000 Anhui Telecom questions and answers in Chinese.
|
| 35 |
+
The dataset is extracted from Baidu Knows and is suitable for building question-answering systems in the telecommunication domain.
|
| 36 |
+
|
| 37 |
+
该数据集包含 15.6 万条安徽电信问答数据,包括用户提问、网友回答、最佳回答,数据集来源为百度知道,适用于 FAQ 问答系统。
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
```
|
| 41 |
+
Dataset({
|
| 42 |
+
features: ['title', 'question', 'reply', 'is_best'],
|
| 43 |
+
num_rows: 156686
|
| 44 |
+
})
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
|