English

A Sequence to Sequence Model for Extracting Multiple Product Name Entities from Dialog

Computation and Language 2021-10-29 v1 Machine Learning

Abstract

E-commerce voice ordering systems need to recognize multiple product name entities from ordering utterances. Existing voice ordering systems such as Amazon Alexa can capture only a single product name entity. This restrains users from ordering multiple items with one utterance. In recent years, pre-trained language models, e.g., BERT and GPT-2, have shown promising results on NLP benchmarks like Super-GLUE. However, they can't perfectly generalize to this Multiple Product Name Entity Recognition (MPNER) task due to the ambiguity in voice ordering utterances. To fill this research gap, we propose Entity Transformer (ET) neural network architectures which recognize up to 10 items in an utterance. In our evaluation, the best ET model (conveRT + ngram + ET) has a performance improvement of 12% on our test set compared to the non-neural model, and outperforms BERT with ET as well. This helps customers finalize their shopping cart via voice dialog, which improves shopping efficiency and experience.

Keywords

Cite

@article{arxiv.2110.14843,
  title  = {A Sequence to Sequence Model for Extracting Multiple Product Name Entities from Dialog},
  author = {Praneeth Gubbala and Xuan Zhang},
  journal= {arXiv preprint arXiv:2110.14843},
  year   = {2021}
}

Comments

WeCNLP 2021 camera-ready

R2 v1 2026-06-24T07:15:08.466Z