lakritidis commited on
Commit
6d728a6
·
verified ·
1 Parent(s): e7d002c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - n<1K
9
+ ---
10
+ ### Dataset Description
11
+
12
+ This repository includes two datasets that offer an ideal ground for evaluating product matching algorithms and clustering/classification models.
13
+ All datasets contain 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 real product comparison platforms. It has been collected by a special focused Web crawler which has been developed for
17
+ this purpose. The first dataset was collected from PriceRunner, a popular product comparison platform. It includes 35,311 products from 10 categories,
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
23
+ - **License:** GPL 2.0
24
+
25
+ ## Uses
26
+
27
+ Product matching, classification, clustering
28
+
29
+ ### Direct Use
30
+
31
+ Electronic stores, Product comparison platforms, Price comparison applications, e-Commerce systems
32
+
33
+ ## Dataset Structure
34
+
35
+ Each file comprises 7 columns:
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.
39
+ 3. Vendor ID: The e-shop/vendor that sells this product.
40
+ 4. Cluster ID: All products having identical cluster IDs correspond to the same product entity. For example, the first 23 records correspond to the same product. Also useful for clustering algorithms.
41
+ 5. Cluster Label: The product title as it was provided by the product comparison platform (PRocerunner or Skroutz).
42
+ 6. Category ID: Useful for classification models. It represents the class (category) of a product.
43
+ 7. Category Label: The class label.
44
+
45
+
46
+ ## Citations
47
+
48
+ Researchers are kindly requested to include the following articles in their paper/s:
49
+
50
+ 1. L. Akritidis, A. Fevgas, P. Bozanis, C. Makris, "A Self-Verifying Clustering Approach to Unsupervised Matching of Product Titles", Artificial Intelligence Review (Springer), pp. 1-44, 2020.
51
+ 2. L. Akritidis, P. Bozanis, "Effective Unsupervised Matching of Product Titles with k-Combinations and Permutations", In Proceedings of the 14th IEEE International Conference on Innovations in Intelligent Systems and Applications (INISTA), pp. 1-10, 2018.
52
+ 3. L. Akritidis, A. Fevgas, P. Bozanis, "Effective Product Categorization with Importance Scores and Morphological Analysis of the Titles", In Proceedings of the 30th IEEE International Conference on Tools with Artificial Intelligence (ICTAI), pp. 213-220, 2018.
53
+
54
+ ## Contact
55
+
56
+ Leonidas Akritidis, [email protected]