← Search

Sidi Lu

9 accepted papers

2026

Sparse Autoencoders for Interpretable Emotion Control in Text-to-Speech

ICML 2026poster

Integrating large language models (LLMs) into text-to-speech (TTS) systems has improved speech expressiveness, yet controllable emotional expression remains challenging. Existing approaches primarily rely on external conditioning or global activation steering, offering limited insight into how emoti…

Cited by 0SourceScholar
2025

Role-Guided Annotation and Prototype-Aligned Representation Learning for Historical Literature Sentiment Classification

EMNLP 2025

Sentiment analysis of historical literature provides valuable insights for humanities research, yet remains challenging due to scarce annotations and limited generalization of models trained on modern texts. Prior work has primarily focused on two directions: using sentiment lexicons or leveraging l

Cited by 0SourcePDFScholar
2024

DiNADO: Norm-Disentangled Neurally-Decomposed Oracles for Controlling Language Models

ICML 2024poster

NeurAlly-Decomposed Oracle (NADO) is a powerful approach for controllable generation with large language models. It is designed to avoid catastrophic forgetting while achieving guaranteed convergence to an entropy-maximized closed-form optimal solution with reasonable modeling capacity. Despite the…

2024

Open-Domain Text Evaluation via Contrastive Distribution Methods

ICML 2024poster

Recent advancements in open-domain text generation, driven by the power of large pre-trained language models (LLMs), have demonstrated remarkable performance. However, assessing these models' generation quality remains a challenge. In this paper, we introduce a novel method for evaluating open-domai…

2022

Controllable Text Generation with Neurally-Decomposed Oracle

NeurIPS 2022accept

We propose a general and efficient framework to control auto-regressive generation models with NeurAlly-Decomposed Oracle (NADO). Given a pre-trained base language model and a sequence-level boolean oracle function, we aim to decompose the oracle function into token-level guidance to steer the base…

2022

InsNet: An Efficient, Flexible, and Performant Insertion-based Text Generation Model

NeurIPS 2022accept

We propose InsNet, an expressive insertion-based text generator with efficient training and flexible decoding (parallel or sequential). Unlike most existing insertion-based text generation works that require re-encoding of the (decoding) context after each insertion operation and thus are inefficien…

Cited by 17SourcePDFScholar
2019

CoT: Cooperative Training for Generative Modeling of Discrete Data

ICML 2019oral

In this paper, we study the generative models of sequential discrete data. To tackle the exposure bias problem inherent in maximum likelihood estimation (MLE), generative adversarial networks (GANs) are introduced to penalize the unrealistic generated samples. To exploit the supervision signal from…