paper-with-me

홈 › Papers

EnSToM: Enhancing Dialogue Systems with Entropy-Scaled Steering Vectors for Topic Maintenance

2025-05-22 · Heejae Suh, Yejin Jeon, Deokhyung Kang, Taehee Park, Yejin Min, Gary Geunbae Lee

Small large language models (sLLMs) offer the advantage of being lightweight and efficient, which makes them suitable for resource-constrained environments. However, sLLMs often struggle to maintain topic consistency in task-oriented dialogue systems, which is critical for scenarios such as service chatbots. Specifically, it is important to ensure that the model denies off-topic or malicious inputs and adheres to its intended functionality so as to prevent potential misuse and uphold reliability. Towards this, existing activation engineering approaches have been proposed to manipulate internal activations during inference. While these methods are effective in certain scenarios, our preliminary experiments reveal their limitations in ensuring topic adherence. Therefore, to address this, we propose a novel approach termed Entropy-scaled Steering vectors for Topic Maintenance (EnSToM). EnSToM dynamically adjusts the steering intensity based on input uncertainty, which allows the model to handle off-topic distractors effectively while preserving on-topic accuracy. Our experiments demonstrate that EnSToM achieves significant performance gain with a relatively small data size compared to fine-tuning approaches. By improving topic adherence without compromising efficiency, our approach provides a robust solution for enhancing sLLM-based dialogue systems.

📄 PDF Abstract BibTeX arXiv:2505.16526

Code (1)

linkyouhj/enstom 공식 구현

Tasks

Task-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Uphold 설명 없음

Similar Papers 제목 키워드 기반

Semantically Conditioned LSTM-based Natural Language Generation for Spoken Dialogue Systems

2015-08-07 · EMNLP 2015 9 · Tsung-Hsien Wen, Milica Gasic, Nikola Mrksic, Pei-Hao Su 외

Natural language generation (NLG) is a critical component of spoken dialogue and it has a significant impact both on usability and perceived quality. Most NLG systems in common use employ rules and heuristics and tend to…

InformativenessSentenceSpoken Dialogue SystemsText Generation

Information Entropy Invariance: Enhancing Length Extrapolation in Attention Mechanisms

2025-01-15 · Kewei Li, Yanwen Kong, Yiping Xu, Jianlin Su 외

Since the emergence of research on improving the length extrapolation capabilities of large language models in 2021, some studies have made modifications to the scaling factor in the scaled dot-product attention mechanis…

Cross-domain Dialogue Policy Transfer via Simultaneous Speech-act and Slot Alignment

2018-04-20 · Kaixiang Mo, Yu Zhang, Qiang Yang, Pascale Fung

Dialogue policy transfer enables us to build dialogue policies in a target domain with little data by leveraging knowledge from a source domain with plenty of data. Dialogue sentences are usually represented by speech-ac…

Cut your Losses with Squentropy

2023-02-08 · Like Hui, Mikhail Belkin, Stephen Wright

Nearly all practical neural models for classification are trained using cross-entropy loss. Yet this ubiquitous choice is supported by little theoretical or empirical evidence. Recent work (Hui & Belkin, 2020) suggests t…

ClassificationMulti-class Classification

Modeling shopper interest broadness with entropy-driven dialogue policy in the context of arbitrarily large product catalogs

2025-09-07 · Firas Jarboui, Issa Memari arxiv

Conversational recommender systems promise rich interactions for e-commerce, but balancing exploration (clarifying user needs) and exploitation (making recommendations) remains challenging, especially when deploying larg…