← Search

Xi Ye

22 accepted papers

2026

MacPrompt: Maraconic-Guided Jailbreak Against Text-to-Image Models

AAAI 2026technical

Text-to-image (T2I) models have raised increasing safety concerns due to their capacity to generate NSFW and other banned objects. To mitigate these risks, safety filters and concept removal techniques have been introduced to block inappropriate prompts or erase sensitive concepts from the models. H

Cited by 0SourcePDFScholar
2025

HIPP: Protecting Image Privacy via High-Quality Reversible Protected Version

IJCAI 2025

With the rapid development of the internet, sharing photos through Social Network Platforms (SNPs) has become a new way for people to socialize, which poses serious threats to personal privacy. Recently, a thumbnail-preserving image privacy protection technique has emerged and garnered widespread at

2025

Query-Focused Retrieval Heads Improve Long-Context Reasoning and Re-ranking

EMNLP 2025

Recent work has identified retrieval heads (Wu et al., 2025), a subset of attention heads responsible for retrieving salient information in long-context language models (LMs), as measured by their copy-paste behavior in Needle-in-a-Haystack tasks. In this paper, we introduce QRHead (Query-Focused Re

2025

RA-DP: Rapid Adaptive Diffusion Policy for Training-Free High-frequency Robotics Replanning

IROS 2025

Diffusion models exhibit impressive scalability in robotic task learning, yet they struggle to adapt to novel, highly dynamic environments. This limitation primarily stems from their constrained replanning ability: they either operate at a low frequency due to a time-consuming iterative sampling pro

Cited by 5SourceScholar
2025

To CoT or not to CoT? Chain-of-thought helps mainly on math and symbolic reasoning

ICLR 2025poster

Chain-of-thought (CoT) via prompting is the de facto method for eliciting reasoning capabilities from large language models (LLMs). But for what kinds of tasks is this extra "thinking" really helpful? To analyze this, we conducted a quantitative meta-analysis covering over 100 papers using CoT and r…

2025

Unveiling the Impact of Coding Data Instruction Fine-Tuning on Large Language Models Reasoning

AAAI 2025technical

Instruction Fine-Tuning (IFT) significantly enhances the zero-shot capabilities of pretrained Large Language Models (LLMs). While coding data is known to boost LLM reasoning abilities during pretraining, its role in activating internal reasoning capacities during IFT remains understudied. This paper…

2024

Crafting In-context Examples according to LMs’ Parametric Knowledge

NAACL 2024findings

In-context learning can improve the performances of knowledge-rich tasks such as question answering. In such scenarios, in-context examples trigger a language model (LM) to surface information stored in its parametric knowledge. We study how to better construct in-context example sets, based on whet…

2024

Effective Large Language Model Adaptation for Improved Grounding and Citation Generation

NAACL 2024long

Large language models (LLMs) have achieved remarkable advancements in natural language understanding and generation. However, one major issue towards their widespread deployment in the real world is that they can generate “hallucinated” answers that are not factual.Towards this end, this paper focus…

Cited by 32SourcePDFScholar
2024

MuSR: Testing the Limits of Chain-of-thought with Multistep Soft Reasoning

ICLR 2024spotlight

While large language models (LLMs) equipped with techniques like chain-of-thought prompting have demonstrated impressive capabilities, they still fall short in their ability to reason robustly in complex settings. However, evaluating LLM reasoning is challenging because system capabilities continue…

2024

STDiff: Spatio-Temporal Diffusion for Continuous Stochastic Video Prediction

AAAI 2024technical

Predicting future frames of a video is challenging because it is difficult to learn the uncertainty of the underlying factors influencing their contents. In this paper, we propose a novel video prediction model, which has infinite-dimensional latent variables over the spatio-temporal domain. Specifi…

2023

Complementary Explanations for Effective In-Context Learning

ACL 2023findings

Large language models (LLMs) have exhibited remarkable capabilities in learning from expla- nations in prompts, but there has been limited understanding of exactly how these explana- tions function or why they are effective. This work aims to better understand the mechanisms by which explanations ar…

2023

SatLM: Satisfiability-Aided Language Models Using Declarative Prompting

NeurIPS 2023poster

Prior work has combined chain-of-thought prompting in large language models (LLMs) with programmatic representations to perform effective and transparent reasoning. While such an approach works well for tasks that only require forward reasoning (e.g., straightforward arithmetic), it is less effectiv…

2022

RNG-KBQA: Generation Augmented Iterative Ranking for Knowledge Base Question Answering

ACL 2022long

Existing KBQA approaches, despite achieving strong performance on i.i.d. test data, often struggle in generalizing to questions involving unseen KB schema items. Prior ranking-based approaches have shown some success in generalization, but suffer from the coverage issue. We present RnG-KBQA, a Rank-…

2021

Connecting Attributions and QA Model Behavior on Realistic Counterfactuals

EMNLP 2021main

When a model attribution technique highlights a particular part of the input, a user might understand this highlight as making a statement about counterfactuals (Miller, 2019): if that part of the input were to change, the model’s prediction might change as well. This paper investigates how well dif…

2021

Optimal Neural Program Synthesis from Multimodal Specifications

EMNLP 2021finding

Multimodal program synthesis, which leverages different types of user input to synthesize a desired program, is an attractive way to scale program synthesis to challenging settings; however, it requires integrating noisy signals from the user, like natural language, with hard constraints on the prog…