paper-with-me

홈 › Papers

Joint Intent Detection and Entity Linking on Spatial Domain Queries

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Lei Zhang, Runze Wang, Jingbo Zhou, Jingsong Yu, ZhenHua Ling, Hui Xiong

Continuous efforts have been devoted to language understanding (LU) for conversational queries with the fast and wide-spread popularity of voice assistants. In this paper, we first study the LU problem in the spatial domain, which is a critical problem for providing location-based services by voice assistants but is without in-depth investigation in existing studies. Spatial domain queries have several unique properties making them be more challenging for language understanding than common conversational queries, including lexical-similar but diverse intents and highly ambiguous words. Thus, a special tailored LU framework for spatial domain queries is necessary. To the end, a dataset was extracted and annotated based on the real-life queries from a voice assistant service. We then proposed a new multi-task framework that jointly learns the intent detection and entity linking tasks on the with invented hierarchical intent detection method and triple-scoring mechanism for entity linking. A specially designed spatial GCN is also utilized to model spatial context information among entities. We have conducted extensive experimental evaluations with state-of-the-art entity linking and intent detection methods, which demonstrated that can outperform all baselines with a significant margin.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingIntent Detection

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Contextualized End-to-End Neural Entity Linking

2019-11-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Haotian Chen, Andrej Zukov-Gregoric, Xi David Li, Sahil Wadhwa

We propose yet another entity linking model (YELM) which links words to entities instead of spans. This overcomes any difficulties associated with the selection of good candidate mention spans and makes the joint trainin…

Entity DisambiguationEntity LinkingWord Embeddings

Investigating Entity Knowledge in BERT with Simple Neural End-To-End Entity Linking

2020-03-11 · CONLL 2019 11 · Samuel Broscheit

A typical architecture for end-to-end entity linking systems consists of three steps: mention detection, candidate generation and entity disambiguation. In this study we investigate the following questions: (a) Can all t…

Entity DisambiguationEntity LinkingMachine TranslationQuestion Answering+3

End-to-End Hierarchical Relation Extraction for Generic Form Understanding

2021-06-02 · Tuan-Anh Nguyen Dang, Duc-Thanh Hoang, Quang-Bach Tran, Chih-Wei Pan 외

Form understanding is a challenging problem which aims to recognize semantic entities from the input document and their hierarchical relations. Previous approaches face significant difficulty dealing with the complexity …

Entity LinkingFormLink PredictionRelation+1

Joint Learning of Named Entity Recognition and Entity Linking

2019-07-18 · ACL 2019 7 · Pedro Henrique Martins, Zita Marinho, André F. T. Martins

Named entity recognition (NER) and entity linking (EL) are two fundamentally related tasks, since in order to perform EL, first the mentions to entities have to be detected. However, most entity linking approaches disreg…

Entity LinkingMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+2

Mixing Context Granularities for Improved Entity Linking on Question Answering Data across Entity Categories

2018-04-23 · SEMEVAL 2018 6 · Daniil Sorokin, Iryna Gurevych

The first stage of every knowledge base question answering approach is to link entities in the input question. We investigate entity linking in the context of a question answering task and present a jointly optimized neu…

Entity DisambiguationEntity LinkingKnowledge Base Question AnsweringQuestion Answering