paper-with-me

홈 › Papers

Integrating User History into Heterogeneous Graph for Dialogue Act Recognition

2020-12-01 · COLING 2020 8 · Dong Wang, Ziran Li, Haitao Zheng, Ying Shen

Dialogue Act Recognition (DAR) is a challenging problem in Natural Language Understanding, which aims to attach Dialogue Act (DA) labels to each utterance in a conversation. However, previous studies cannot fully recognize the specific expressions given by users due to the informality and diversity of natural language expressions. To solve this problem, we propose a Heterogeneous User History (HUH) graph convolution network, which utilizes the user{'}s historical answers grouped by DA labels as additional clues to recognize the DA label of utterances. To handle the noise caused by introducing the user{'}s historical answers, we design sets of denoising mechanisms, including a History Selection process, a Similarity Re-weighting process, and an Edge Re-weighting process. We evaluate the proposed method on two benchmark datasets MSDialog and MRDA. The experimental results verify the effectiveness of integrating user{'}s historical answers, and show that our proposed model outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Act ClassificationDiversity

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Personalized Graph-Based Retrieval for Large Language Models

2025-01-04 · Steven Au, Cameron J. Dimacali, Ojasmitha Pedirappagari, Namyong Park 외

As large language models (LLMs) evolve, their ability to deliver personalized and context-aware responses offers transformative potential for improving user experiences. Existing personalization approaches, however, ofte…

Knowledge GraphsRetrievalRetrieval-augmented GenerationText Generation

Adaptive Multi-Modalities Fusion in Sequential Recommendation Systems

2023-08-30 · Hengchang Hu, Wei Guo, Yong liu, Min-Yen Kan

In sequential recommendation, multi-modal information (e.g., text or image) can provide a more comprehensive view of an item's profile. The optimal stage (early or late) to fuse modality features into item representation…

Recommendation SystemsSequential Recommendation

RankGraph: Unified Heterogeneous Graph Learning for Cross-Domain Recommendation

2025-09-03 · Renzhi Wu, Junjie Yang, Li Chen, Hong Li 외 arxiv

Cross-domain recommendation systems face the challenge of integrating fine-grained user and item relationships across various product domains. To address this, we introduce RankGraph, a scalable graph learning framework …

Recommendation SystemsGraph Neural NetworkContrastive LearningGraph Learning

Heterogeneous Subgraph Network with Prompt Learning for Interpretable Depression Detection on Social Media

2024-07-12 · Chen Chen, MingWei Li, Fenghuan Li, Haopeng Chen 외

Massive social media data can reflect people's authentic thoughts, emotions, communication, etc., and therefore can be analyzed for early detection of mental health problems such as depression. Existing works about early…

Contrastive LearningDepression DetectionPrompt Learning

Graph Neural News Recommendation with Long-term and Short-term Interest Modeling

2019-10-30 · Linmei Hu, Chen Li, Chuan Shi, Cheng Yang 외

With the information explosion of news articles, personalized news recommendation has become important for users to quickly find news that they are interested in. Existing methods on news recommendation mainly include co…

ArticlesCollaborative FilteringNews RecommendationRecommendation Systems