paper-with-me

Papers

Context Retrieval via Normalized Contextual Latent Interaction for Conversational Agent

2023-12-01 · Junfeng Liu, Zhuocheng Mei, Kewen Peng, Ranga Raju Vatsavai

Conversational agents leveraging AI, particularly deep learning, are emerging in both academic research and real-world applications. However, these applications still face challenges, including disrespecting knowledge and facts, not personalizing to user preferences, and enormous demand for computational resources during training and inference. Recent research efforts have been focused on addressing these challenges from various aspects, including supplementing various types of auxiliary information to the conversational agents. However, existing methods are still not able to effectively and efficiently exploit relevant information from these auxiliary supplements to further unleash the power of the conversational agents and the language models they use. In this paper, we present a novel method, PK-NCLI, that is able to accurately and efficiently identify relevant auxiliary information to improve the quality of conversational responses by learning the relevance among persona, chat history, and knowledge background through low-level normalized contextual latent interaction. Our experimental results indicate that PK-NCLI outperforms the state-of-the-art method, PK-FoCus, by 47.80%/30.61%/24.14% in terms of perplexity, knowledge grounding, and training efficiency, respectively, and maintained the same level of persona grounding performance. We also provide a detailed analysis of how different factors, including language model choices and trade-offs on training weights, would affect the performance of PK-NCLI.

📄 PDF Abstract BibTeX arXiv:2312.00774

Code (1)

jliu-v/pk-ncli 공식 구현 pytorch

Tasks

Language ModellingRetrieval

Similar Papers 제목 키워드 기반

Grounding Agent Memory in Contextual Intent

2026-01-15 · Ruozhen Yang, Yucheng Jiang, Yueqi Jiang, Priyanka Kargupta 외 arxiv

Deploying large language models in long-horizon, goal-oriented interactions remains challenging because similar entities and facts recur under different latent goals and constraints, causing memory systems to retrieve co…

Exploiting Semantic Role Contextualized Video Features for Multi-Instance Text-Video Retrieval EPIC-KITCHENS-100 Multi-Instance Retrieval Challenge 2022

2022-06-29 · Burak Satar, Hongyuan Zhu, Hanwang Zhang, Joo Hwee Lim

In this report, we present our approach for EPIC-KITCHENS-100 Multi-Instance Retrieval Challenge 2022. We first parse sentences into semantic roles corresponding to verbs and nouns; then utilize self-attentions to exploi…

Multi-Instance RetrievalRetrievalSemantic SimilaritySemantic Textual Similarity+2

Enhancing Retrieval-Augmented Generation with Topic-Enriched Embeddings: A Hybrid Approach Integrating Traditional NLP Techniques

2025-12-31 · Rodrigo Kataishi arxiv

Retrieval-augmented generation (RAG) systems rely on accurate document retrieval to ground large language models (LLMs) in external knowledge, yet retrieval quality often degrades in corpora where topics overlap and them…

Dimensionality Reduction

Beyond Actions: Discriminative Models for Contextual Group Activities

2010-12-01 · NeurIPS 2010 12 · Tian Lan, Yang Wang, Weilong Yang, Greg Mori

We propose a discriminative model for recognizing group activities. Our model jointly captures the group activity, the individual person actions, and the interactions among them. Two new types of contextual information, …

Activity Recognition

CoT-MoTE: Exploring ConTextual Masked Auto-Encoder Pre-training with Mixture-of-Textual-Experts for Passage Retrieval

2023-04-20 · Guangyuan Ma, Xing Wu, Peng Wang, Songlin Hu

Passage retrieval aims to retrieve relevant passages from large collections of the open-domain corpus. Contextual Masked Auto-Encoding has been proven effective in representation bottleneck pre-training of a monolithic d…

Passage RetrievalRetrieval