qgyd2021's picture
[update]add main
2d11779
|
raw
history blame
562 Bytes
metadata
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 中包含收集商品信息的爬虫代码.

python==3.8.10

requirements.txt

beautifulsoup4==4.12.2
requests==2.31.0
tqdm==4.65.0
datasets==2.14.4