Datasets:
Commit ·
8e4ea7e
1
Parent(s): 1c7898e
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,19 @@ tags:
|
|
| 11 |
pretty_name: Markt-Pilot Dataset for Product Matching
|
| 12 |
size_categories:
|
| 13 |
- 100K<n<1M
|
| 14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
pretty_name: Markt-Pilot Dataset for Product Matching
|
| 12 |
size_categories:
|
| 13 |
- 100K<n<1M
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
This dataset has an accompanying paper "Introducing a novel dataset for product matching: A new challenge for matching systems" that is accepted at The 3rd International Conference on Computers and Automation (CompAuto 2023) and will be published in IEEE Xplore.
|
| 17 |
+
|
| 18 |
+
The structure of the dataset is as follows: Each data point consists of a pair products and a binary label that indicates if these two product refer to the same real-world entity.
|
| 19 |
+
|
| 20 |
+
It consists of four subsets that differ in size and class distribution:
|
| 21 |
+
|
| 22 |
+
| Dataset |Data points | Negative | Positive | Imbalance Ratio |
|
| 23 |
+
|---|---:|---:|---:|---:|
|
| 24 |
+
| Full | 960,532| 665,831 | 294,701 | 2.3 |
|
| 25 |
+
| L | 243,954| 199,749 | 44,205 | 4.5 |
|
| 26 |
+
| M |66,556 | 59,925 | 6,631 | 9.0 |
|
| 27 |
+
| S | 18,973 |17,978 | 995 | 18.1 |
|
| 28 |
+
|
| 29 |
+
The test set consists of 5,000 manually checked data points and is shared across all four subsets.
|