paper-with-me

Papers

ConCET: Entity-Aware Topic Classification for Open-Domain Conversational Agents

2020-05-28 · Ali Ahmadvand, Harshita Sahijwani, Jason Ingyu Choi, Eugene Agichtein

Identifying the topic (domain) of each user's utterance in open-domain conversational systems is a crucial step for all subsequent language understanding and response tasks. In particular, for complex domains, an utterance is often routed to a single component responsible for that domain. Thus, correctly mapping a user utterance to the right domain is critical. To address this problem, we introduce ConCET: a Concurrent Entity-aware conversational Topic classifier, which incorporates entity-type information together with the utterance content features. Specifically, ConCET utilizes entity information to enrich the utterance representation, combining character, word, and entity-type embeddings into a single representation. However, for rich domains with millions of available entities, unrealistic amounts of labeled training data would be required. To complement our model, we propose a simple and effective method for generating synthetic training data, to augment the typically limited amounts of labeled training data, using commonly available knowledge bases to generate additional labeled utterances. We extensively evaluate ConCET and our proposed training method first on an openly available human-human conversational dataset called Self-Dialogue, to calibrate our approach against previous state-of-the-art methods; second, we evaluate ConCET on a large dataset of human-machine conversations with real users, collected as part of the Amazon Alexa Prize. Our results show that ConCET significantly improves topic classification performance on both datasets, including 8-10% improvements over state-of-the-art deep learning methods. We complement our quantitative results with detailed analysis of system performance, which could be used for further improvements of conversational agents.

📄 PDF Abstract BibTeX arXiv:2005.13798

Code (1)

emory-irlab/ConCET 공식 구현 tf

Tasks

ClassificationGeneral ClassificationTopic Classification

Similar Papers 제목 키워드 기반

KEPLET: Knowledge-Enhanced Pretrained Language Model with Topic Entity Awareness

2023-05-02 · Yichuan Li, Jialong Han, Kyumin Lee, Chengyuan Ma 외

In recent years, Pre-trained Language Models (PLMs) have shown their superiority by pre-training on unstructured text corpus and then fine-tuning on downstream tasks. On entity-rich textual resources like Wikipedia, Know…

Entity LinkingLanguage ModelingLanguage ModellingRelation+2

Entity Labels Are Not Entity Signals: A Framework for Observable Relevance in Document Re-Ranking

2026-06-14 · Utshab Kumar Ghosh, Shubham Chatterjee arxiv

Entity-aware document retrieval uses query-associated entities as ranking signals, assuming that semantically relevant entities are also useful retrieval signals. We show this assumption is insufficient- and explain why.…

A topic-aware graph neural network model for knowledge base updating

2022-08-31 · JiaJun Tong, Zhixiao Wang, Xiaobin Rui

The open domain knowledge base is very important. It is usually extracted from encyclopedia websites and is widely used in knowledge retrieval systems, question answering systems, or recommendation systems. In practice, …

AttributeGraph Neural NetworkQuestion AnsweringRecommendation Systems+1

Hybrid Multi-stage Decoding for Few-shot NER with Entity-aware Contrastive Learning

2024-04-10 · Peipei Liu, Gaosheng Wang, Ying Tong, Jian Liang 외

Few-shot named entity recognition can identify new types of named entities based on a few labeled examples. Previous methods employing token-level or span-level metric learning suffer from the computational burden and a …

ClassificationContrastive Learningfew-shot-nerFew-shot NER+5

Research Entity Extraction and Topic Detection from UKRI Grant Proposals

2026-06-29 · Xingran Ruan, Angelo Salatino, Rosa Filgueira, Kara Moraw 외 arxiv

This paper presents preliminary findings from a UKRI-funded Metascience project comparing three LLM-based approaches, GPT-4o, Mistral, and a bespoke algorithm, DSIT-Taxonomies, for extracting and classifying research ent…