← Search

Yuxin Jiang

21 accepted papers

2026

Anomagic: Crossmodal Prompt-driven Zero-shot Anomaly Generation

AAAI 2026technical

We propose Anomagic, a zero-shot anomaly generation method that produces semantically coherent anomalies without requiring any exemplar anomalies. By unifying both visual and textual cues through a crossmodal prompt encoding scheme, Anomagic leverages rich contextual information to steer an inpaint

Cited by 0SourcePDFScholar
2026

From Verifiable Dot to Reward Chain: Harnessing Verifiable Reference-based Rewards for Reinforcement Learning of Open-ended Generation

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) succeeds in reasoning tasks (e.g., math and code) by checking the final verifiable answer (i.e., a verifiable dot signal). However, extending this paradigm to open-ended generation is challenging because there is no unambiguous ground truth. Rely…

Cited by 0SourcecodeScholar
2026

Genie Envisioner: A Unified World Foundation Platform for Robotic Manipulation

ICLR 2026poster

We introduce Genie Envisioner (GE), a unified world foundation platform for robotic manipulation that jointly learns visual representations and action policies within a single video-generative framework. At its core, GE-Base is a large-scale instruction-conditioned video diffusion model that capture…

Cited by 0SourcecodeScholar
2026

Memory-T1: Reinforcement Learning for Temporal Reasoning in Multi-session Agents

ICLR 2026poster

Temporal reasoning over long, multi-session dialogues is a critical capability for conversational agents. As dialogue histories grow in length and accumulate noise, existing long-context models struggle to accurately identify temporally pertinent information, significantly impairing reasoning perfor…

Cited by 0SourcecodeScholar
2025

Balanced Image Stylization with Style Matching Score

ICCV 2025poster

We present Style Matching Score (SMS), a novel optimization method for image stylization with diffusion models. Balancing effective style transfer with content preservation is a long-standing challenge. Unlike existing efforts, our method reframes image stylization as a style distribution matching p…

Cited by 0SourcePDFScholar
2025

Bridging and Modeling Correlations in Pairwise Data for Direct Preference Optimization

ICLR 2025poster

Direct preference optimization (DPO), a widely adopted offline preference optimization algorithm, aims to align large language models (LLMs) with human-desired behaviors using pairwise preference data. However, the generation of the winning response and the losing response within pairwise data are t…

2025

Crowd Comparative Reasoning: Unlocking Comprehensive Evaluations for LLM-as-a-Judge

ACL 2025long

LLM-as-a-Judge, which generates chain-of-thought (CoT) judgments, has become a widely adopted auto-evaluation method. However, its reliability is compromised by the CoT reasoning’s inability to capture comprehensive and deeper details, often leading to incomplete outcomes. Existing methods mainly re…

2025

Instruction-Tuning Data Synthesis from Scratch via Web Reconstruction

ACL 2025finding

The improvement of LLMs’ instruction-following capabilities depends critically on the availability of high-quality instruction-response pairs. While existing automatic data synthetic methods alleviate the burden of manual curation, they often rely heavily on either the quality of seed data or strong…

2025

RevisEval: Improving LLM-as-a-Judge via Response-Adapted References

ICLR 2025poster

With significant efforts in recent studies, LLM-as-a-Judge has become a cost-effective alternative to human evaluation for assessing text generation quality in a wide range of tasks. However, there still remains a reliability gap between LLM-as-a-Judge and human evaluation. One important reason is t…

Cited by 8SourcePDFScholar
2025

When Evolution Strategy Meets Language Models Tuning

COLING 2025main

Supervised Fine-tuning has been pivotal in training autoregressive language models, yet it introduces exposure bias. To mitigate this, Post Fine-tuning, including on-policy and off-policy methods, has emerged as a solution to enhance models further. However, each has its limitations regarding perfor…

2024

FollowBench: A Multi-level Fine-grained Constraints Following Benchmark for Large Language Models

ACL 2024long

The ability to follow instructions is crucial for Large Language Models (LLMs) to handle various real-world applications. Existing benchmarks primarily focus on evaluating pure response quality, rather than assessing whether the response follows constraints stated in the instruction. To fill this re…

2024

Learning to Edit: Aligning LLMs with Knowledge Editing

ACL 2024long

Knowledge editing techniques, aiming to efficiently modify a minor proportion of knowledge in large language models (LLMs) without negatively impacting performance across other inputs, have garnered widespread attention. However, existing methods predominantly rely on memorizing the updated knowledg…

2024

M4LE: A Multi-Ability Multi-Range Multi-Task Multi-Domain Long-Context Evaluation Benchmark for Large Language Models

ACL 2024long

Managing long sequences has become an important and necessary feature for large language models (LLMs). However, assessing their ability to handle long contexts remains a challenge. This paper introduces M4LE, a Multi-ability, Multi-range, Multi-task, Multi-domain benchmark for Long-context Evaluati…

2024

MT-Eval: A Multi-Turn Capabilities Evaluation Benchmark for Large Language Models

EMNLP 2024main

Large language models (LLMs) are increasingly used for complex multi-turn conversations across diverse real-world applications. However, existing benchmarks mainly focus on single-turn evaluations, overlooking the models’ capabilities in multi-turn interactions. To address this gap, we introduce , a…

2023

Global and Local Hierarchy-aware Contrastive Framework for Implicit Discourse Relation Recognition

ACL 2023findings

Due to the absence of explicit connectives, implicit discourse relation recognition (IDRR) remains a challenging task in discourse analysis. The critical step for IDRR is to learn high-quality discourse relation representations between two arguments. Recent methods tend to integrate the whole hierar…

2023

Lion: Adversarial Distillation of Proprietary Large Language Models

EMNLP 2023long main

The practice of transferring knowledge from a sophisticated, proprietary large language model (LLM) to a compact, open-source LLM has garnered considerable attention. Previous works have focused on a unidirectional knowledge distillation way by aligning the responses of the student model with those…

Cited by 0SourcecodeScholar
2023

Scenimefy: Learning to Craft Anime Scene via Semi-Supervised Image-to-Image Translation

ICCV 2023poster

Automatic high-quality rendering of anime scenes from complex real-world images is of significant practical value. The challenges of this task lie in the complexity of the scenes, the unique features of anime style, and the lack of high-quality datasets to bridge the domain gap. Despite promising at…

Cited by 21PDFcodeScholar
2023

Weighted Sampling for Masked Language Modeling

ICASSP 2023accepted

Masked Language Modeling (MLM) is widely used to pretrain language models. The standard random masking strategy in MLM causes the pre-trained language models (PLMs) to be biased towards high-frequency tokens. Representation learning of rare tokens is poor and PLMs have limited performance on downstr…

Cited by 0SourceScholar
2022

Improved Universal Sentence Embeddings with Prompt-based Contrastive Learning and Energy-based Learning

EMNLP 2022finding

Contrastive learning has been demonstrated to be effective in enhancing pre-trained language models (PLMs) to derive superior universal sentence embeddings. However, existing contrastive methods still have two limitations. Firstly, previous works may acquire poor performance under domain shift setti…