Datasets:
lakritidis
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,12 @@ size_categories:
|
|
9 |
---
|
10 |
### Dataset Description
|
11 |
|
12 |
-
This repository
|
13 |
-
|
14 |
any problem which involves text/short-text mining.
|
15 |
|
16 |
-
The data originates from
|
17 |
-
|
18 |
-
provided by 306 different vendors. The second dataset was acquired by crawling the products of 12 categories of Skroutz. It includes 238,170 products
|
19 |
-
supplied by 652 electronic stores.
|
20 |
|
21 |
- **Curated by:** Leonidas Akritidis
|
22 |
- **Language(s) (NLP):** English
|
@@ -32,7 +30,7 @@ Electronic stores, Product comparison platforms, Price comparison applications,
|
|
32 |
|
33 |
## Dataset Structure
|
34 |
|
35 |
-
|
36 |
|
37 |
1. Product ID: The ID of the product
|
38 |
2. Product Title: The title of the product, as it was provided by the vendor/e-shop.
|
|
|
9 |
---
|
10 |
### Dataset Description
|
11 |
|
12 |
+
This repository offers an ideal ground for evaluating product matching algorithms and clustering/classification models.
|
13 |
+
The dataset contains e-commerce data; that is, product IDs, their titles, and their corresponding category. However, they can easily be applied to
|
14 |
any problem which involves text/short-text mining.
|
15 |
|
16 |
+
The data originates from PriceRunner, a popular product comparison platform. It includes 35,311 products from 10 categories,
|
17 |
+
provided by 306 different vendors. It has been collected by a special focused Web crawler which has been developed for this purpose.
|
|
|
|
|
18 |
|
19 |
- **Curated by:** Leonidas Akritidis
|
20 |
- **Language(s) (NLP):** English
|
|
|
30 |
|
31 |
## Dataset Structure
|
32 |
|
33 |
+
The CSV file comprises 7 columns:
|
34 |
|
35 |
1. Product ID: The ID of the product
|
36 |
2. Product Title: The title of the product, as it was provided by the vendor/e-shop.
|