Query Brand Entity Linking in E-Commerce Search
Dong Liu, Sreyashi Nag
TL;DR
This work tackles brand entity linking in e-commerce search by presenting a two-stage approach (NER-based detection plus lexical or semantic matching with product-type filtering) and an end-to-end extreme multi-class framework (Q2E-PECOS) that directly predicts brand entities from queries. It introduces MetaTS-NER, Q2PT, and PECOS as core preliminaries, and demonstrates that fusing end-to-end and two-stage predictions yields higher coverage and recall while maintaining precision. Extensive offline benchmarks and online A/B tests show the PECOS-based fusion achieves favorable trade-offs, improving brand recall and key engagement metrics in real-world settings. The study highlights practical deployment considerations, including NIL handling for non-branded queries and multilingual data, with concrete gains in both user experience and business outcomes.
Abstract
In this work, we address the brand entity linking problem for e-commerce search queries. The entity linking task is done by either i)a two-stage process consisting of entity mention detection followed by entity disambiguation or ii) an end-to-end linking approaches that directly fetch the target entity given the input text. The task presents unique challenges: queries are extremely short (averaging 2.4 words), lack natural language structure, and must handle a massive space of unique brands. We present a two-stage approach combining named-entity recognition with matching, and a novel end-to-end solution using extreme multi-class classification. We validate our solutions by both offline benchmarks and the impact of online A/B test.
