Paper accepted for DI2KG

The paper “Intermediate Training of BERT for Product Matching” by Ralph Peeters, Christian Bizer and Goran Glavaš has been accepted for the 2nd International Workshop on Challenges and Experiences from Data Integration to Knowledge Graphs (DI2KG) held in conjunction with VLDB 2020.

Paper Abstract

Transformer-based models like BERT have pushed the state-of the-art for a wide range of tasks in natural language processing. General-purpose pre-training on large corpora allows Transformers to yield good performance even with small amounts of training data for task-specific fine-tuning. In this work, we apply BERT to the task of product matching in e-commerce and show that BERT is much more training data efficient than other state-of-the-art methods. Moreover, we show that we can further boost its effectiveness through an intermediate training step, exploiting large collections of product offers. Our intermediate training leads to strong performance (>90% F1) on new, unseen products without any product-specific fine-tuning. Further fine-tuning yields additional gains, resulting in improvements of up to 12% F1 for small training sets. Adding the masked language modeling objective in the intermediate training step in order to further adapt the language model to the application domain leads to an additional increase of up to 3% F1.

Back