1 code implementation • 4 Mar 2024 • Alexander Brinkmann, Nick Baumann, Christian Bizer
In order to enable features such as faceted product search or to generate product comparison tables, it is necessary to extract structured attribute-value pairs from the unstructured product titles and descriptions and to normalize the extracted values to a single, unified scale for each attribute.
Ranked #1 on Attribute Value Extraction on WDC-PAVE
1 code implementation • 19 Oct 2023 • Alexander Brinkmann, Roee Shraga, Christian Bizer
Vendors often times provide unstructured product descriptions consisting only of an offer title and a textual description.
Ranked #1 on Attribute Value Extraction on AE-110k (F1-score metric)
1 code implementation • 23 Jun 2023 • Alexander Brinkmann, Roee Shraga, Reng Chiz Der, Christian Bizer
Hence, extracting attribute/value pairs from textual product descriptions is an essential enabler for e-commerce applications.
1 code implementation • 6 Mar 2023 • Alexander Brinkmann, Roee Shraga, Christian Bizer
To reduce these runtimes, entity resolution pipelines are constructed of two parts: a blocker that applies a computationally cheap method to select candidate record pairs, and a matcher that afterwards identifies matching pairs from this set using more expensive methods.
Ranked #1 on Blocking on Amazon-Google