paper-with-me

Papers

KEST: Kernel Distance Based Efficient Self-Training for Improving Controllable Text Generation

2023-06-17 · Yuxi Feng, Xiaoyuan Yi, Laks V. S. Lakshmanan, Xing Xie

Self-training (ST) has come to fruition in language understanding tasks by producing pseudo labels, which reduces the labeling bottleneck of language model fine-tuning. Nevertheless, in facilitating semi-supervised controllable language generation, ST faces two key challenges. First, augmented by self-generated pseudo text, generation models tend to over-exploit the previously learned text distribution, suffering from mode collapse and poor generation diversity. Second, generating pseudo text in each iteration is time-consuming, severely decelerating the training process. In this work, we propose KEST, a novel and efficient self-training framework to handle these problems. KEST utilizes a kernel-based loss, rather than standard cross entropy, to learn from the soft pseudo text produced by a shared non-autoregressive generator. We demonstrate both theoretically and empirically that KEST can benefit from more diverse pseudo text in an efficient manner, which allows not only refining and exploiting the previously fitted distribution but also enhanced exploration towards a larger potential text space, providing a guarantee of improved performance. Experiments on three controllable generation tasks demonstrate that KEST significantly improves control accuracy while maintaining comparable text fluency and generation diversity against several strong baselines.

📄 PDF Abstract BibTeX arXiv:2306.10414

Code (1)

peterfengyx/kest 공식 구현 pytorch

Tasks

DiversityLanguage ModelingLanguage ModellingText Generation

Similar Papers 제목 키워드 기반

Kestrel: Grounding Self-Refinement for LVLM Hallucination Mitigation

2026-03-17 · Jiawei Mao, Hardy Chen, Haoqin Tu, Yuhan Wang 외 arxiv

Large vision-language models (LVLMs) have become increasingly strong but remain prone to hallucinations in multimodal tasks, which significantly narrows their deployment. As training these LVLMs to avoid hallucinations b…

Conditional Score Learning for Quickest Change Detection in Markov Transition Kernels

2025-11-06 · Wuxia Chen, Taposh Banerjee, Vahid Tarokh arxiv

We address the problem of quickest change detection in Markov processes with unknown transition kernels. The key idea is to learn the conditional score $\nabla_{\mathbf{y}} \log p(\mathbf{y}|\mathbf{x})$ directly from sa…

Change Detection

Identifying Critical Pathways in Coronary Heart Disease via Fuzzy Subgraph Connectivity

2025-09-19 · Shanookha Ali, Nitha Niralda P C arxiv

Coronary heart disease (CHD) arises from complex interactions among uncontrollable factors, controllable lifestyle factors, and clinical indicators, where relationships are often uncertain. Fuzzy subgraph connectivity (F…

Data-Driven Quickest Change Detection in (Hidden) Markov Models

2022-10-21 · Qi Zhang, Zhongchang Sun, Luis C. Herrera, Shaofeng Zou

The paper investigates the problems of quickest change detection in Markov models and hidden Markov models (HMMs). Sequential observations are taken from a (hidden) Markov model. At some unknown time, an event occurs in …

Change DetectionFault Detection

Kernel distance measures for time series, random fields and other structured data

2021-09-29 · Srinjoy Das, Hrushikesh Mhaskar, Alexander Cloninger

This paper introduces kdiff, a novel kernel-based measure for estimating distances between instances of time series, random fields and other forms of structured data. This measure is based on the idea of matching distrib…

ClusteringTime SeriesTime Series Analysis