Multi-Task Learning of Query Intent and Named Entities using Transfer Learning
Shalin Shah, Ryan Siskind

TL;DR
This paper explores multi-task learning with transfer learning to jointly identify query intent and label task-specific named entities, improving accuracy in ambiguous scenarios like store location recognition in search queries.
Contribution
It introduces a multi-task BERT-based approach that jointly learns query intent and named entities using multiple loss functions, addressing ambiguity in task-specific NER.
Findings
Joint learning improves entity disambiguation accuracy.
Transfer learning enhances performance in task-specific NER.
Multi-task approach outperforms single-task models.
Abstract
Named entity recognition (NER) has been studied extensively and the earlier algorithms were based on sequence labeling like Hidden Markov Models (HMM) and conditional random fields (CRF). These were followed by neural network based deep learning models. Recently, BERT has shown new state of the art accuracy in sequence labeling tasks like NER. In this short article, we study various approaches to task specific NER. Task specific NER has two components - identifying the intent of a piece of text (like search queries), and then labeling the query with task specific named entities. For example, we consider the task of labeling Target store locations in a search query (which could be entered in a search box or spoken in a device like Alexa or Google Home). Store locations are highly ambiguous and sometimes it is difficult to differentiate between say a location and a non-location. For…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Domain Adaptation and Few-Shot Learning · Natural Language Processing Techniques
MethodsMulti-Head Attention · Linear Layer · Refunds@Expedia|||How do I get a full refund from Expedia? · Softmax · Layer Normalization · Linear Warmup With Linear Decay · Attention Is All You Need · WordPiece · Dense Connections · Adam
