← Search

Taylor Berg-Kirkpatrick

61 accepted papers

2026

Are VLMs Seeing or Just Saying? Uncovering the Illusion of Visual Re-examination

ICML 2026oral

Vision-Language Models (VLMs) frequently generate self-reflective statements during reasoning, such as ``let me check the figure again.'' Do such statements trigger genuine visual re-examination, or merely represent learned textual patterns? We investigate this question through VisualSwap, an image-…

Cited by 3SourceScholar
2026

Do Text Edits Generalize to Visual Generation? Benchmarking Cross-Modal Knowledge Editing in UMMs

ICML 2026poster

Unified multimodal models (UMMs) emerge as a promising paradigm for general-purpose multimodal intelligence. As they are deployed in real-world applications, effectively updating internal knowledge becomes critical. While knowledge editing methods have matured for text-only models, a fundamental que…

Cited by 0SourceScholar
2026

LOW-RESOURCE GUIDANCE FOR CONTROLLABLE LATENT AUDIO DIFFUSION

ICASSP 2026poster

Generative audio requires fine-grained controllable outputs, yet most existing methods require model retraining on specific controls or inference-time controls (\textit{e.g.}, guidance) that can also be computationally demanding. By examining the bottlenecks of existing guidance-based controls, in p…

Cited by 0SourcePDFScholar
2026

Steering Autoregressive Music Generation with Recursive Feature Machines

ICLR 2026poster

Controllable music generation remains a significant challenge, with existing methods often requiring model retraining or introducing audible artifacts. We introduce MusicRFM, a framework that adapts Recursive Feature Machines (RFMs) to enable fine-grained, interpretable control over frozen, pre-trai…

Cited by 0SourceScholar
2026

Zephyrus: An Agentic Framework for Weather Science

ICLR 2026poster

Foundation models for weather science are pre-trained on vast amounts of structured numerical data and outperform traditional weather forecasting systems. However, these models lack language-based reasoning capabilities, limiting their utility in interactive scientific workflows. Large language mode…

Cited by 0SourcecodeScholar
2025

Adapting While Learning: Grounding LLMs for Scientific Problems with Tool Usage Adaptation

ICML 2025poster

Large Language Models (LLMs) demonstrate promising capabilities in solving scientific problems but often suffer from the issue of hallucination. While integrating LLMs with tools can mitigate this issue, models fine-tuned on tool usage become overreliant on them and incur unnecessary costs. Insp…

2025

ClimaQA: An Automated Evaluation Framework for Climate Question Answering Models

ICLR 2025poster

The use of Large Language Models (LLMs) in climate science has recently gained significant attention. However, a critical issue remains: the lack of a comprehensive evaluation framework capable of assessing the quality and scientific validity of model outputs. To address this issue, we develop *Clim…

2025

Constrained Sampling for Language Models Should Be Easy: An MCMC Perspective

NeurIPS 2025poster

Constrained decoding enables Language Models (LMs) to produce samples that provably satisfy hard constraints. However, existing constrained-decoding approaches often distort the underlying model distribution, a limitation that is especially problematic in applications like program fuzzing, where one…

Cited by 0SourceScholar
2025

Optimizing Hidden Markov Language Models: An Empirical Study of Reparameterization and Initialization Techniques

NAACL 2025findings

Hidden Markov models (HMMs) are valuable for their ability to provide exact and tractable inference. However, learning an HMM in an unsupervised manner involves a non-convex optimization problem that is plagued by poor local optima. Recent work on scaling-up HMMs to perform competitively as language…

Cited by 0SourcePDFScholar
2025

PDMX: A Large-Scale Public Domain MusicXML Dataset for Symbolic Music Processing

ICASSP 2025accepted

The recent explosion of generative AI-Music systems has raised numerous concerns over data copyright, licensing music from musicians, and the conflict between open-source AI and large prestige companies. Such issues highlight the need for publicly available, copyright-free musical data, in which the…

Cited by 0SourceScholar
2025

Presto! Distilling Steps and Layers for Accelerating Music Generation

ICLR 2025spotlight

Despite advances in diffusion-based text-to-music (TTM) methods, efficient, high-quality generation remains a challenge. We introduce Presto!, an approach to inference acceleration for score-based diffusion transformers via reducing both sampling steps and cost per step. To reduce steps, we develop…

Cited by 4SourcePDFScholar
2025

REGen: Multimodal Retrieval-Embedded Generation for Long-to-Short Video Editing

NeurIPS 2025poster

Short videos are an effective tool for promoting contents and improving knowledge accessibility. While existing extractive video summarization methods struggle to produce a coherent narrative, existing abstractive methods cannot `quote' from the input videos, i.e., inserting short video clips in the…

Cited by 0SourceScholar
2025

Synthesizing Composite Hierarchical Structure from Symbolic Music Corpora

IJCAI 2025

Western music is an innately hierarchical system of interacting levels of structure, from fine-grained melody to high-level form. In order to analyze music compositions holistically and at multiple granularities, we propose a unified, hierarchical meta-representation of musical structure called the

2025

TeaserGen: Generating Teasers for Long Documentaries

ICLR 2025poster

Teasers are an effective tool for promoting content in entertainment, commercial and educational fields. However, creating an effective teaser for long videos is challenging for it requires long-range multimodal modeling capability for the input videos, while necessitating maintaining audiovisual al…

Cited by 0SourcePDFScholar
2024

Alt-Text with Context: Improving Accessibility for Images on Twitter

ICLR 2024poster

In this work we present an approach for generating alternative text (or alt-text) descriptions for images shared on social media, specifically Twitter. More than just a special case of image captioning, alt-text is both more literally descriptive and context-specific. Also critically, images posted…

Cited by 5SourcePDFScholar
2024

DITTO: Diffusion Inference-Time T-Optimization for Music Generation

ICML 2024oral

We propose Diffusion Inference-Time T-Optimization (DITTO), a general-purpose framework for controlling pre-trained text-to-music diffusion models at inference-time via optimizing initial noise latents. Our method can be used to optimize through any differentiable feature matching loss to achieve a…

2024

Grammar-Aligned Decoding

NeurIPS 2024poster

Large Language Models (LLMs) struggle with reliably generating highly structured outputs, such as program code, mathematical formulas, or well-formed markup. Constrained decoding approaches mitigate this problem by greedily restricting what tokens an LLM can output at each step to guarantee that the…

Cited by 10SourcePDFScholar
2024

HYSYNTH: Context-Free LLM Approximation for Guiding Program Synthesis

NeurIPS 2024poster

Many structured prediction and reasoning tasks can be framed as program synthesis problems, where the goal is to generate a program in a \emph{domain-specific language} (DSL) that transforms input data into the desired output. Unfortunately, purely neural approaches, such as large language models (L…

Cited by 11SourcePDFScholar
2024

Is attention required for ICL? Exploring the Relationship Between Model Architecture and In-Context Learning Ability

ICLR 2024poster

What is the relationship between model architecture and the ability to perform in-context learning? In this empirical study, we take the first steps toward answering this question. We evaluate thirteen model architectures capable of causal language modeling across a suite of synthetic in-context lea…

2024

LogogramNLP: Comparing Visual and Textual Representations of Ancient Logographic Writing Systems for NLP

ACL 2024long

Standard natural language processing (NLP) pipelines operate on symbolic representations of language, which typically consist of sequences of discrete tokens. However, creating an analogous representation for ancient logographic writing systems is an extremely labor-intensive process that requires e…

2024

MORL-Prompt: An Empirical Analysis of Multi-Objective Reinforcement Learning for Discrete Prompt Optimization

EMNLP 2024finding

RL-based techniques can be employed to search for prompts that, when fed into a target language model, maximize a set of user-specified reward functions. However, in many target applications, the natural reward functions are in tension with one another – for example, content preservation vs. style m…

Cited by 5SourcePDFScholar
2024

MusicLDM: Enhancing Novelty in text-to-music Generation Using Beat-Synchronous mixup Strategies

ICASSP 2024accepted

Diffusion models have shown promising results in cross-modal generation tasks, including text-to-image and text-to-audio generation. However, generating music, as a special type of audio, presents unique challenges due to limited availability of music data and sensitive issues related to copyright a…

Cited by 0SourceScholar
2024

Retrieval Guided Music Captioning via Multimodal Prefixes

IJCAI 2024poster

In this paper we put forward a new approach to music captioning, the task of automatically generating natural language descriptions for songs. These descriptions are useful both for categorization and analysis, and also from an accessibility standpoint as they form an important component of closed c…

2023

Beyond Contrastive Learning: A Variational Generative Model for Multilingual Retrieval

ACL 2023long

Contrastive learning has been successfully used for retrieval of semantically aligned sentences, but it often requires large batch sizes or careful engineering to work well. In this paper, we instead propose a generative model for learning multilingual text embeddings which can be used to retrieve o…

2023

CLIPSep: Learning Text-queried Sound Separation with Noisy Unlabeled Videos

ICLR 2023poster

Recent years have seen progress beyond domain-specific sound separation for speech or music towards universal sound separation for arbitrary sounds. Prior work on universal sound separation has investigated separating a target sound out of an audio mixture given a text query. Such text-queried sound…

2023

Contrastive Attention Networks for Attribution of Early Modern Print

AAAI 2023technical

In this paper, we develop machine learning techniques to identify unknown printers in early modern (c.~1500--1800) English printed books. Specifically, we focus on matching uniquely damaged character type-imprints in anonymously printed books to works with known printers in order to provide evidence…

2023

Large-Scale Contrastive Language-Audio Pretraining with Feature Fusion and Keyword-to-Caption Augmentation

ICASSP 2023accepted

Contrastive learning has shown remarkable success in the field of multimodal representation learning. In this paper, we propose a pipeline of contrastive language-audio pretraining to develop an audio representation by combining audio data with natural language descriptions. To accomplish this targe…

Cited by 0SourceScholar
2023

Membership Inference Attacks against Language Models via Neighbourhood Comparison

ACL 2023findings

Membership Inference attacks (MIAs) aim to predict whether a data sample was present in the training data of a machine learning model or not, and are widely used for assessing the privacy risks of language models. Most existing attacks rely on the observation that models tend toassign higher probabi…

2023

Simple Temporal Adaptation to Changing Label Sets: Hashtag Prediction via Dense KNN

EMNLP 2023short main

User-generated social media data is constantly changing as new trends influence online discussion and personal information is deleted due to privacy concerns. However, traditional NLP models rely on fixed training datasets, which means they are unable to adapt to temporal change---both test distribu…

Cited by 0SourceScholar
2022

Achieving Conversational Goals with Unsupervised Post-hoc Knowledge Injection

ACL 2022long

A limitation of current neural dialog models is that they tend to suffer from a lack of specificity and informativeness in generated responses, primarily due to dependence on training data that covers a limited variety of scenarios and conveys limited knowledge. One way to alleviate this issue is to…

2022

An Empirical Analysis of Memorization in Fine-tuned Autoregressive Language Models

EMNLP 2022main

Large language models are shown to present privacy risks through memorization of training data, andseveral recent works have studied such risks for the pre-training phase. Little attention, however, has been given to the fine-tuning phase and it is not well understood how different fine-tuning metho…

Cited by 88SourcePDFScholar
2022

Deep Performer: Score-to-Audio Music Performance Synthesis

ICASSP 2022accepted

Music performance synthesis aims to synthesize a musical score into a natural performance. In this paper, we borrow recent advances in text-to-speech synthesis and present the Deep Performer—a novel system for score-to-audio music performance synthesis. Unlike speech, music often contains polyphony…

Cited by 0SourceScholar
2022

Exposing the Implicit Energy Networks behind Masked Language Models via Metropolis--Hastings

ICLR 2022poster

While recent work has shown that scores from models trained by the ubiquitous masked language modeling (MLM) objective effectively discriminate probable from improbable sequences, it is still an open question if these MLMs specify a principled probability distribution over the space of possible sequ…

Cited by 58SourcePDFScholar
2022

HOLM: Hallucinating Objects with Language Models for Referring Expression Recognition in Partially-Observed Scenes

ACL 2022long

AI systems embodied in the physical world face a fundamental challenge of partial observability; operating with only a limited view and knowledge of the environment. This creates challenges when AI systems try to reason about language and its relationship with the environment: objects referred to th…

2022

HTS-AT: A Hierarchical Token-Semantic Audio Transformer for Sound Classification and Detection

ICASSP 2022accepted

Audio classification is an important task of mapping audio samples into their corresponding labels. Recently, the transformer model with self-attention mechanisms has been adopted in this field. However, existing audio transformers require large GPU memories and long training time, meanwhile relying…

Cited by 0SourceScholar
2022

Lacuna Reconstruction: Self-Supervised Pre-Training for Low-Resource Historical Document Transcription

NAACL 2022findings

We present a self-supervised pre-training approach for learning rich visual language representations for both handwritten and printed historical document transcription. After supervised fine-tuning of our pre-trained encoder representations for low-resource document transcription on two languages, (…

2022

Masked Measurement Prediction: Learning to Jointly Predict Quantities and Units from Textual Context

NAACL 2022findings

Physical measurements constitute a large portion of numbers in academic papers, engineering reports, and web tables. Current benchmarks fall short of properly evaluating numeracy of pretrained language models on measurements, hindering research on developing new methods and applying them to numerica…

2022

Mix and Match: Learning-free Controllable Text Generationusing Energy Language Models

ACL 2022long

Recent work on controlled text generation has either required attribute-based fine-tuning of the base language model (LM), or has restricted the parameterization of the attribute discriminator to be compatible with the base autoregressive LM. In this work, we propose Mix and Match LM, a global score…

2022

Prompt Consistency for Zero-Shot Task Generalization

EMNLP 2022finding

One of the most impressive results of recent NLP history is the ability of pre-trained language models to solve new tasks in a zero-shot setting. To achieve this, NLP tasks are framed as natural language prompts, generating a response indicating the predicted output. Nonetheless, the performance in…

2022

Quantifying Privacy Risks of Masked Language Models Using Membership Inference Attacks

EMNLP 2022main

The wide adoption and application of Masked language models (MLMs) on sensitive data (from legal to medical) necessitates a thorough quantitative investigation into their privacy vulnerabilities. Prior attempts at measuring leakage of MLMs via membership inference attacks have been inconclusive, imp…

Cited by 177SourcePDFScholar
2022

Tonet: Tone-Octave Network for Singing Melody Extraction from Polyphonic Music

ICASSP 2022accepted

Singing melody extraction is an important problem in the field of music information retrieval. Existing methods typically rely on frequency-domain representations to estimate the sung frequencies. However, this design does not lead to human-level performance in the perception of melody information f…

Cited by 0SourceScholar
2022

Towards a Unified View of Parameter-Efficient Transfer Learning

ICLR 2022spotlight

Fine-tuning large pretrained language models on downstream tasks has become the de-facto learning paradigm in NLP. However, conventional approaches fine-tune all the parameters of the pretrained model, which becomes prohibitive as the model size and the number of tasks grow. Recent work has proposed…

2022

UserIdentifier: Implicit User Representations for Simple and Effective Personalized Sentiment Analysis

NAACL 2022long

Global models are typically trained to be as generalizable as possible. Invariance to the specific user is considered desirable since models are shared across multitudes of users. However, these models are often unable to produce personalized responses for individual users, based on their data. Cont…

Cited by 39SourcePDFScholar
2022

Zero-Shot Audio Source Separation through Query-Based Learning from Weakly-Labeled Data

AAAI 2022technical

Deep learning techniques for separating audio into different sound sources face several challenges. Standard architectures require training separate models for different types of audio sources. Although some universal separators employ a single model to target multiple sources, they have difficulty…

2021

Investigating Robustness of Dialog Models to Popular Figurative Language Constructs

EMNLP 2021main

Humans often employ figurative language use in communication, including during interactions with dialog systems. Thus, it is important for real-world dialog systems to be able to handle popular figurative language constructs like metaphor and simile. In this work, we analyze the performance of exist…

2021

Privacy Regularization: Joint Privacy-Utility Optimization in LanguageModels

NAACL 2021long

Neural language models are known to have a high capacity for memorization of training samples. This may have serious privacy im- plications when training models on user content such as email correspondence. Differential privacy (DP), a popular choice to train models with privacy guarantees, comes wi…

Cited by 44SourcePDFScholar
2021

Scalable Font Reconstruction with Dual Latent Manifolds

EMNLP 2021main

We propose a deep generative model that performs typography analysis and font reconstruction by learning disentangled manifolds of both font style and character shape. Our approach enables us to massively scale up the number of character types we can effectively model compared to previous methods. S…

2021

Style Pooling: Automatic Text Style Obfuscation for Improved Classification Fairness

EMNLP 2021main

Text style can reveal sensitive attributes of the author (e.g. age and race) to the reader, which can, in turn, lead to privacy violations and bias in both human and algorithmic decisions based on text. For example, the style of writing in job applications might reveal protected attributes of the ca…

2021

Unsupervised Enrichment of Persona-grounded Dialog with Background Stories

ACL 2021short

Humans often refer to personal narratives, life experiences, and events to make a conversation more engaging and rich. While persona-grounded dialog models are able to generate responses that follow a given persona, they often miss out on stating detailed experiences or events related to a persona,…

2020

A Probabilistic Formulation of Unsupervised Text Style Transfer

ICLR 2020spotlight

We present a deep generative model for unsupervised text style transfer that unifies previously proposed non-generative techniques. Our probabilistic approach models non-parallel data from two domains as a partially observed parallel corpus. By hypothesizing a parallel latent sequence that generates…

Cited by 154SourcecodeScholar
2019

Lagging Inference Networks and Posterior Collapse in Variational Autoencoders

ICLR 2019poster

The variational autoencoder (VAE) is a popular combination of deep latent variable model and accompanying variational learning technique. By using a neural inference network to approximate the model's posterior on latent variables, VAEs efficiently parameterize a lower bound on marginal data likelih…

2018

Speaker-Follower Models for Vision-and-Language Navigation

NeurIPS 2018poster

Navigation guided by natural language instructions presents a challenging reasoning problem for instruction followers. Natural language instructions typically identify only a few high-level decisions and landmarks rather than complete low-level motor behaviors; much of the missing information must b…

Cited by 589SourcePDFScholar
2018

Unsupervised Text Style Transfer using Language Models as Discriminators

NeurIPS 2018poster

Binary classifiers are employed as discriminators in GAN-based unsupervised style transfer models to ensure that transferred sentences are similar to sentences in the target domain. One difficulty with the binary discriminator is that error signal is sometimes insufficient to train the model to prod…

2017

Improved Variational Autoencoders for Text Modeling using Dilated Convolutions

ICML 2017poster

Recent work on generative text modeling has found that variational autoencoders (VAE) with LSTM decoders perform worse than simpler LSTM language models (Bowman et al., 2015). This negative result is so far poorly understood, but has been attributed to the propensity of LSTM decoders to ignore condi…

Cited by 485SourcePDFScholar