paper-with-me

Papers

Product Title Generation for Conversational Systems using BERT

2020-07-23 · Mansi Ranjit Mane, Shashank Kedia, Aditya Mantha, Stephen Guo, Kannan Achan

Through recent advancements in speech technology and introduction of smart devices, such as Amazon Alexa and Google Home, increasing number of users are interacting with applications through voice. E-commerce companies typically display short product titles on their webpages, either human-curated or algorithmically generated, when brevity is required, but these titles are dissimilar from natural spoken language. For example, "Lucky Charms Gluten Free Break-fast Cereal, 20.5 oz a box Lucky Charms Gluten Free" is acceptable to display on a webpage, but "a 20.5 ounce box of lucky charms gluten free cereal" is easier to comprehend over a conversational system. As compared to display devices, where images and detailed product information can be presented to users, short titles for products are necessary when interfacing with voice assistants. We propose a sequence-to-sequence approach using BERT to generate short, natural, spoken language titles from input web titles. Our extensive experiments on a real-world industry dataset and human evaluation of model outputs, demonstrate that BERT summarization outperforms comparable baseline models.

📄 PDF Abstract BibTeX arXiv:2007.11768

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Adam 설명 없음
Multi-Head Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Generating Rich Product Descriptions for Conversational E-commerce Systems

2021-11-30 · Shashank Kedia, Aditya Mantha, Sneha Gupta, Stephen Guo 외

Through recent advancements in speech technologies and introduction of smart assistants, such as Amazon Alexa, Apple Siri and Google Home, increasing number of users are interacting with various applications through voic…

Sentencetext-to-speechText to Speech

Discriminative Pre-training for Low Resource Title Compression in Conversational Grocery

2020-12-13 · Snehasish Mukherjee, Phaniram Sayapaneni, Shankar Subramanya

The ubiquity of smart voice assistants has made conversational shopping commonplace. This is especially true for low consideration segments like grocery. A central problem in conversational grocery is the automatic gener…

Word Embeddings

Deploying a BERT-based Query-Title Relevance Classifier in a Production System: a View from the Trenches

2021-08-23 · Leonard Dahlmann, Tomer Lancewicki

The Bidirectional Encoder Representations from Transformers (BERT) model has been radically improving the performance of many Natural Language Processing (NLP) tasks such as Text Classification and Named Entity Recogniti…

CPUData AugmentationKnowledge Distillationnamed-entity-recognition+5

Continuous Prompt Tuning Based Textual Entailment Model for E-commerce Entity Typing

2022-11-04 · Yibo Wang, Congying Xia, Guan Wang, Philip Yu

The explosion of e-commerce has caused the need for processing and analysis of product titles, like entity typing in product titles. However, the rapid activity in e-commerce has led to the rapid emergence of new entitie…

Entity TypingNatural Language Inference

Reindex-Then-Adapt: Improving Large Language Models for Conversational Recommendation

2024-05-20 · Zhankui He, Zhouhang Xie, Harald Steck, Dawen Liang 외

Large language models (LLMs) are revolutionizing conversational recommender systems by adeptly indexing item content, understanding complex conversational contexts, and generating relevant item titles. However, controlli…

Conversational RecommendationRecommendation Systems