E-BERT: A Phrase and Product Knowledge Enhanced Language Model for E-commerce
Denghui Zhang, Zixuan Yuan, Yanchi Liu, Fuzhen Zhuang, Haifeng Chen,, Hui Xiong

TL;DR
E-BERT is a specialized language model for E-commerce that incorporates phrase-level and product-level knowledge through adaptive masking and neighbor product reconstruction, improving performance on key E-commerce NLP tasks.
Contribution
The paper introduces E-BERT, a unified pre-training framework that effectively integrates domain-specific phrase and product knowledge into language modeling for E-commerce.
Findings
Improves performance on review-based question answering
Enhances aspect extraction accuracy
Boosts product classification results
Abstract
Pre-trained language models such as BERT have achieved great success in a broad range of natural language processing tasks. However, BERT cannot well support E-commerce related tasks due to the lack of two levels of domain knowledge, i.e., phrase-level and product-level. On one hand, many E-commerce tasks require an accurate understanding of domain phrases, whereas such fine-grained phrase-level knowledge is not explicitly modeled by BERT's training objective. On the other hand, product-level knowledge like product associations can enhance the language modeling of E-commerce, but they are not factual knowledge thus using them indiscriminately may introduce noise. To tackle the problem, we propose a unified pre-training framework, namely, E-BERT. Specifically, to preserve phrase-level knowledge, we introduce Adaptive Hybrid Masking, which allows the model to adaptively switch from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Sentiment Analysis and Opinion Mining · Natural Language Processing Techniques
MethodsLinear Layer · Layer Normalization · Weight Decay · Dropout · Linear Warmup With Linear Decay · Dense Connections · Attention Dropout · Attention Is All You Need · WordPiece · Multi-Head Attention
