paper-with-me

Papers

Pre-training Tasks for User Intent Detection and Embedding Retrieval in E-commerce Search

2022-08-12 · Yiming Qiu, Chenyu Zhao, Han Zhang, Jingwei Zhuo, TianHao Li, Xiaowei Zhang, Songlin Wang, Sulong Xu, Bo Long, Wen-Yun Yang

BERT-style models pre-trained on the general corpus (e.g., Wikipedia) and fine-tuned on specific task corpus, have recently emerged as breakthrough techniques in many NLP tasks: question answering, text classification, sequence labeling and so on. However, this technique may not always work, especially for two scenarios: a corpus that contains very different text from the general corpus Wikipedia, or a task that learns embedding spacial distribution for a specific purpose (e.g., approximate nearest neighbor search). In this paper, to tackle the above two scenarios that we have encountered in an industrial e-commerce search system, we propose customized and novel pre-training tasks for two critical modules: user intent detection and semantic embedding retrieval. The customized pre-trained models after fine-tuning, being less than 10% of BERT-base's size in order to be feasible for cost-efficient CPU serving, significantly improve the other baseline models: 1) no pre-training model and 2) fine-tuned model from the official pre-trained BERT using general corpus, on both offline datasets and online system. We have open sourced our datasets for the sake of reproducibility and future works.

📄 PDF Abstract BibTeX arXiv:2208.06150

Code (1)

jdcomsearch/jdsearch-22 공식 구현

Tasks

CPUIntent DetectionQuestion AnsweringRetrievaltext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…

Similar Papers 제목 키워드 기반

G-STO: Sequential Main Shopping Intention Detection via Graph-Regularized Stochastic Transformer

2023-06-25 · Yuchen Zhuang, Xin Shen, Yan Zhao, Chaosheng Dong 외

Sequential recommendation requires understanding the dynamic patterns of users' behaviors, contexts, and preferences from their historical interactions. Most existing works focus on modeling user-item interactions only f…

Sequential Recommendation

Unknown Intent Detection Using Gaussian Mixture Model with an Application to Zero-shot Intent Classification

2020-07-01 · ACL 2020 6 · Guangfeng Yan, Lu Fan, Qimai Li, Han Liu 외

User intent classification plays a vital role in dialogue systems. Since user intent may frequently change over time in many realistic scenarios, unknown (new) intent detection has become an essential problem, where the …

ClassificationGeneral Classificationintent-classificationIntent Classification+3

AutoIntent: AutoML for Text Classification

2025-09-25 · Ilya Alekseev, Roman Solomatin, Darina Rustamova, Denis Kuznetsov arxiv

AutoIntent is an automated machine learning tool for text classification tasks. Unlike existing solutions, AutoIntent offers end-to-end automation with embedding model selection, classifier optimization, and decision thr…

Multi-Label ClassificationIntent ClassificationText Classification

Bridging the Gap Between Object Detection and User Intent via Query-Modulation

2021-06-18 · Marco Fornoni, Chaochao Yan, Liangchen Luo, Kimberly Wilber 외

When interacting with objects through cameras, or pictures, users often have a specific intent. For example, they may want to perform a visual search. With most object detection models relying on image pixels as their so…

Objectobject-detectionObject DetectionReferring Expression

A new approach for fine-tuning sentence transformers for intent classification and out-of-scope detection tasks

2024-10-17 · Tianyi Zhang, Atta Norouzian, Aanchan Mohan, Frederick Ducatelle

In virtual assistant (VA) systems it is important to reject or redirect user queries that fall outside the scope of the system. One of the most accurate approaches for out-of-scope (OOS) rejection is to combine it with t…

Classificationintent-classificationIntent ClassificationSentence+2