Joint Intent Detection and Entity Linking on Spatial Domain Queries (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Spatial domain queries have unique properties making them more challenging for language understanding than common conversational queries. |
| Approach: | They propose a language understanding framework for spatial domain queries that jointly learns the intent detection and entity linking tasks on a voice assistant service. |
| Outcome: | The proposed framework outperforms baseline methods with a significant margin. |
Similar Papers
Joint Learning of Named Entity Recognition and Entity Linking (P19-2)
Copied to clipboard
| Challenge: | Named entity recognition and entity linking are two fundamentally related tasks . most approaches focus on the mention detection part, assuming the correct mentions have been detected . |
| Approach: | They perform joint learning of named entity recognition and entity linking to leverage their relatedness. |
| Outcome: | The proposed model achieves competitive results with the state-of-the-art in both NER and EL tasks. |
Distant Learning for Entity Linking with Automatic Noise Detection (P19-1)
Copied to clipboard
| Challenge: | Accurate entity linkers have been produced for domains and languages where no or very limited amounts of labeled data are available. |
| Approach: | They propose to use annotated text to learn to link entities without labeling . they frame the task as a multi-instance learning problem and rely on surface matching to create initial noisy labels. |
| Outcome: | The proposed method outperforms the baseline surface matching model for a subset of entities. |
A Pointer Network-based Approach for Joint Extraction and Detection of Multi-Label Multi-Class Intents (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Existing research focuses on simple queries with a single intent, lacking effective systems for handling complex queries with multiple intents. |
| Approach: | They propose a multi-label multi-class intent detection dataset curated from existing benchmarks and a pointer network-based architecture to extract intent spans and detect multiple intents with coarse and fine-grained labels in the form of sextuplets. |
| Outcome: | The proposed system outperforms baseline approaches in terms of accuracy and F1-score. |
CoXQL: A Dataset for Parsing Explanation Requests in Conversational XAI Systems (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Existing systems based on large language models (LLMs) are more precise and reliable in identifying users’ intentions, but the recognition of intents still presents a challenge in the case of ConvXAI, since little training data exist and the domain is highly specific. |
| Approach: | They propose to use a dataset in the NLP domain for user intent recognition in ConvXAI to improve parsing performance. |
| Outcome: | The proposed system outperforms existing methods and improves on existing ones. |
ChatEL: Entity Linking with Chatbots (2024.lrec-main)
Copied to clipboard
| Challenge: | Entity Linking (EL) is a challenging task in natural language processing . existing approaches focus on creating elaborate contextual models that are unwieldy and difficult to train . |
| Approach: | They propose a framework to prompt LLMs to return accurate results for Entity Linking . they use a three-step framework to generate a set of EL models that can be open-source . |
| Outcome: | The proposed framework improves the average F1 performance across 10 datasets by more than 2%. |
Representation, Learning and Reasoning on Spatial Language for Downstream NLP Tasks (2020.emnlp-tutorials)
Copied to clipboard
| Challenge: | In this tutorial, we discuss the cutting-edge research results and existing challenges related to spatial language understanding including semantic annotations, existing corpora, symbolic and sub-symbolic representations, qualitative spatial reasoning, spatial common sense, deep and structured learning models. |
| Approach: | This tutorial presents cutting-edge research results and current challenges related to spatial language understanding including semantic annotations, existing corpora, symbolic and sub-symbolic representations, qualitative spatial reasoning, spatial common sense, deep and structured learning models. |
| Outcome: | This paper reviews the cutting-edge research results and current challenges related to spatial language understanding including semantic annotations, existing corpora, symbolic and sub-symbolic representations, qualitative spatial reasoning, spatial common sense, deep and structured learning models. |
Multi-lingual Entity Discovery and Linking (P18-5)
Copied to clipboard
| Challenge: | This tutorial reviews the framework of cross-lingual EL and motivates it as a broad paradigm for the Information Extraction task. |
| Approach: | This tutorial will review the framework of cross-lingual EL and motivate it as a broad paradigm for the Information Extraction task. |
| Outcome: | The aim of this tutorial is to review the framework of cross-lingual EL and motivate it as a broad paradigm for the Information Extraction task. |
GER-LLM: Efficient and Effective Geospatial Entity Resolution with Large Language Model (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for integrating spatial data from diverse sources are limited by their reliance on large amounts of training data and their inability to incorporate commonsense knowledge. |
| Approach: | They propose a framework that integrates large language models into the GER pipeline. |
| Outcome: | The proposed framework improves on real-world geospatial datasets and shows that it is more efficient than state-of-the-art methods. |
Noise Robust Named Entity Understanding for Voice Assistants (2021.naacl-industry)
Copied to clipboard
Deepak Muralidharan, Joel Ruben Antony Moniz, Sida Gao, Xiao Yang, Justine Kao, Stephen Pulman, Atish Kothari, Ray Shen, Yinying Pan, Vivek Kaul, Mubarak Seyed Ibrahim, Gang Xiang, Nan Dun, Yidan Zhou, Andy O, Yuan Zhang, Pooja Chitkara, Xuan Wang, Alkesh Patel, Kushal Tayal, Roger Zheng, Peter Grasch, Jason D Williams, Lin Li
| Challenge: | Named Entity Recognition and Entity Linking are challenging for voice assistants . utterances are relatively short, so there is not much context to help disambiguate . |
| Approach: | They propose a Named Entity Understanding system that combines NER and EL in a joint reranking module. |
| Outcome: | The proposed framework improves NER accuracy by up to 3.13% and EL accuracy by 3.6% in F1 score . it also leads to better accuracies in other natural language understanding tasks . |
JX4MEI: Multimodal Semantically-Enhanced LLM for Joint Multimodal Emotion-Intent Explanation and Classification (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing multimodal emotion and intent recognition tasks focus on classification, not rationale and intrinsic connections between these states. |
| Approach: | They propose a task that requires models to jointly predict emotion and intent while generating natural language explanations for why they co-occur. |
| Outcome: | The proposed model outperforms baseline models in prediction and explanation generation. |