CLLGOct 8, 2022

Short Text Pre-training with Extended Token Classification for E-commerce Query Understanding

AmazonBerkeley
arXiv:2210.03915v113 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in e-commerce query understanding for improving customer search experiences, but it is incremental as it adapts existing pre-training methods to short text.

The paper tackles the problem of pre-training masked language models on short e-commerce search queries, where masking loses too much context, by proposing Extended Token Classification (ETC), which inserts tokens and identifies them, achieving improved performance in query understanding tasks.

E-commerce query understanding is the process of inferring the shopping intent of customers by extracting semantic meaning from their search queries. The recent progress of pre-trained masked language models (MLM) in natural language processing is extremely attractive for developing effective query understanding models. Specifically, MLM learns contextual text embedding via recovering the masked tokens in the sentences. Such a pre-training process relies on the sufficient contextual information. It is, however, less effective for search queries, which are usually short text. When applying masking to short search queries, most contextual information is lost and the intent of the search queries may be changed. To mitigate the above issues for MLM pre-training on search queries, we propose a novel pre-training task specifically designed for short text, called Extended Token Classification (ETC). Instead of masking the input text, our approach extends the input by inserting tokens via a generator network, and trains a discriminator to identify which tokens are inserted in the extended input. We conduct experiments in an E-commerce store to demonstrate the effectiveness of ETC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes