LGApr 7, 2021

Distantly Supervised Transformers For E-Commerce Product QA

arXiv:2104.02947v1728 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of scalable and accurate instant QA for e-commerce users, though it is incremental as it builds on existing transformer and distant supervision methods.

The paper tackles the problem of learning relevance between user queries and community question-answer pairs in e-commerce product QA, where language differences make matching difficult, and achieves significant performance gains over baselines in offline and online evaluations.

We propose a practical instant question answering (QA) system on product pages of ecommerce services, where for each user query, relevant community question answer (CQA) pairs are retrieved. User queries and CQA pairs differ significantly in language characteristics making relevance learning difficult. Our proposed transformer-based model learns a robust relevance function by jointly learning unified syntactic and semantic representations without the need for human labeled data. This is achieved by distantly supervising our model by distilling from predictions of a syntactic matching system on user queries and simultaneously training with CQA pairs. Training with CQA pairs helps our model learning semantic QA relevance and distant supervision enables learning of syntactic features as well as the nuances of user querying language. Additionally, our model encodes queries and candidate responses independently allowing offline candidate embedding generation thereby minimizing the need for real-time transformer model execution. Consequently, our framework is able to scale to large e-commerce QA traffic. Extensive evaluation on user queries shows that our framework significantly outperforms both syntactic and semantic baselines in offline as well as large scale online A/B setups of a popular e-commerce service.

Foundations

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

Your Notes