paper-with-me

Papers

Distantly Supervised Transformers For E-Commerce Product QA

2021-04-07 · NAACL 2021 4 · Happy Mittal, Aniket Chakrabarti, Belhassen Bayar, Animesh Anant Sharma, Nikhil Rasiwasia

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.

📄 PDF Abstract BibTeX arXiv:2104.02947

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Distantly Supervised Aspect Clustering And Naming For E-Commerce Reviews

2022-07-01 · NAACL (ACL) 2022 7 · Prateek Sircar, Aniket Chakrabarti, Deepak Gupta, Anirban Majumdar

Product aspect extraction from reviews is a critical task for e-commerce services to understand customer preferences and pain points. While aspect phrases extraction and sentiment analysis have received a lot of attentio…

Aspect ExtractionClusteringSentenceSentence Embeddings+1

OA-Mine: Open-World Attribute Mining for E-Commerce Products with Weak Supervision

2022-04-29 · Xinyang Zhang, Chenwei Zhang, Xian Li, Xin Luna Dong 외

Automatic extraction of product attributes from their textual descriptions is essential for online shopper experience. One inherent challenge of this task is the emerging nature of e-commerce products -- we see new types…

AttributeAttribute MiningAttribute Value ExtractionLanguage Modeling+1

Semantic Product Search for Matching Structured Product Catalogs in E-Commerce

2020-08-18 · Jason Ingyu Choi, Surya Kallumadi, Bhaskar Mitra, Eugene Agichtein 외

Retrieving all semantically relevant products from the product catalog is an important problem in E-commerce. Compared to web documents, product catalogs are more structured and sparse due to multi-instance fields that e…

Improving Distantly-Supervised Relation Extraction through BERT-based Label & Instance Embeddings

2020-06-01 · Anonymous

Distantly-supervised relation extraction (RE) is an effective method to scale RE to large corpora but suffers from noisy labels. Existing approaches try to alleviate noise through multi-instance learning and by providing…

RelationRelation Extraction

Improving Distantly-Supervised Relation Extraction through BERT-based Label & Instance Embeddings

2021-02-01 · Despina Christou, Grigorios Tsoumakas

Distantly-supervised relation extraction (RE) is an effective method to scale RE to large corpora but suffers from noisy labels. Existing approaches try to alleviate noise through multi-instance learning and by providing…

RelationRelation ExtractionRelationship Extraction (Distant Supervised)