File size: 525 Bytes
899e380
 
 
 
 
 
 
 
 
 
ead407c
 
 
60d8240
 
 
 
 
 
 
 
 
 
 
 
 
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
---
task_categories:
- text-retrieval
- question-answering
language:
- en
tags:
- e-commerce
size_categories:
- 1M<n<10M
---
## 电商客户服务数据集

是从 (lightinthebox)[https://www.lightinthebox.com/] 网站收集的电商数据. 此数据可用于电商客服机器人的研究.

数据内容:
faq.json: 包含通用问题的问答对.
product.jsonl: 包含一些商品信息.

examples 中包含收集商品信息的爬虫代码.
requirements.txt
```text
beautifulsoup4==4.12.2
requests==2.31.0
tqdm==4.65.0
```