← Search

Yunqiao Yang

14 accepted papers

2026

Concept-Guided Tokenization: Closing the Gap Between Reconstruction and Generation

ICML 2026poster

Recent advances in image generation have been largely driven by image tokenization, which compresses raw pixels into compact latent representations. While existing tokenizers excel at preserving low-level visual details through reconstruction-based training, they often lack explicit semantic guidanc…

Cited by 0SourceScholar
2026

Edit-Based Refinement for Parallel Masked Diffusion Language Models

ICML 2026poster

Masked diffusion language models enable parallel token generation and offer improved decoding efficiency over autoregressive models. However, their performance degrades significantly when generating multiple tokens simultaneously, due to a mismatch between token-level training objectives and the nee…

Cited by 0SourceScholar
2026

From Solver to Tutor: Evaluating the Pedagogical Intelligence of LLMs with KMP-Bench

AAAI 2026technical

Large Language Models (LLMs) show significant potential in AI mathematical tutoring, yet current evaluations often rely on simplistic metrics or narrow pedagogical scenarios, failing to assess comprehensive, multi-turn teaching effectiveness. In this paper, we introduce KMP-Bench, a comprehensive K-

Cited by 0SourcePDFScholar
2026

FullStack-Agent: Enhancing Agentic Full-Stack Web Coding via Development-Oriented Testing and Repository Back-Translation

ICML 2026poster

Assisting non-expert users to develop complex interactive websites has become a popular task for LLM-powered code agents. However, existing code agents tend to only generate frontend web pages, masking the lack of real full-stack data processing and storage with fancy visual effects. Notably, constr…

Cited by 0SourceScholar
2026

WebGen-Agent: Enhancing Interactive Website Generation with Multi-Level Feedback and Step-Level Reinforcement Learning

ICLR 2026poster

Agent systems powered by large language models (LLMs) have demonstrated impressive performance on repository-level code-generation tasks. However, for tasks such as website codebase generation, which depend heavily on visual effects and user-interaction feedback, current code agents rely only on sim…

Cited by 0SourcecodeScholar
2025

Alignment with Fill-In-the-Middle for Enhancing Code Generation

EMNLP 2025

The code generation capabilities of Large Language Models (LLMs) have advanced applications like tool invocation and problem-solving. However, improving performance in code-related tasks remains challenging due to limited training data that is verifiable with accurate test cases. While Direct Prefer

2025

Hiding Images in Diffusion Models by Editing Learned Score Functions

CVPR 2025poster

Hiding data using neural networks (i.e., neural steganography) has achieved remarkable success across both discriminative classifiers and generative adversarial networks. However, the potential of data hiding in diffusion models remains relatively unexplored. Current methods exhibit limitations in a…

2025

MathCoder-VL: Bridging Vision and Code for Enhanced Multimodal Mathematical Reasoning

ACL 2025finding

Natural language image-caption datasets, widely used for training Large Multimodal Models, mainly focus on natural scenarios and overlook the intricate details of mathematical figures that are critical for problem-solving, hindering the advancement of current LMMs in multimodal mathematical reasonin…

2025

Probability-Consistent Preference Optimization for Enhanced LLM Reasoning

ACL 2025finding

Recent advances in preference optimization have demonstrated significant potential for improving mathematical reasoning capabilities in large language models (LLMs). While current approaches leverage high-quality pairwise preference data through outcome-based criteria like answer correctness or cons…

2025

WebGen-Bench: Evaluating LLMs on Generating Interactive and Functional Websites from Scratch

NeurIPS 2025oral

LLM‑based agents have demonstrated great potential in generating and managing code within complex codebases. In this paper, we introduce WebGen-Bench, a novel benchmark designed to measure an LLM-based agent's ability to create multi-file website codebases from scratch. It contains diverse instructi…

Cited by 0SourcecodeScholar
2024

Learning Where to Edit Vision Transformers

NeurIPS 2024poster

Model editing aims to data-efficiently correct predictive errors of large pre-trained models while ensuring generalization to neighboring failures and locality to minimize unintended effects on unrelated examples. While significant progress has been made in editing Transformer-based large language m…

2024

Unleashing the Power of Meta-tuning for Few-shot Generalization Through Sparse Interpolated Experts

ICML 2024poster

Recent successes suggest that parameter-efficient fine-tuning of foundation models is becoming the state-of-the-art method for transfer learning in vision, gradually replacing the rich literature of alternatives such as meta-learning. In trying to harness the best of both worlds, meta-tuning introdu…