← Search

yanjiang liu

6 accepted papers

2026

Auto-RT: Automatic Jailbreak Strategy Exploration for Red-Teaming Large Language Models

ICLR 2026poster

Automated red-teaming has emerged as an essential approach for identifying vulnerabilities in large language models (LLMs). However, most existing methods rely on fixed attack templates and focus primarily on individual high-severity flaws,limiting their adaptability to evolving defenses and their a…

Cited by 0SourcecodeScholar
2026

Coupled Variational Reinforcement Learning for Language Model General Reasoning

ICML 2026poster

While reinforcement learning has achieved impressive progress in language model reasoning, it is constrained by the requirement for verifiable rewards. Recent verifier-free RL methods address this limitation by utilizing the probabilities that LLMs generate reference answers as reward signals. Howev…

Cited by 0SourceScholar
2026

Towards Multimodal Large Language Models with Both Training and Inference Efficiency

ICML 2026poster

Multimodal Large Language Models (MLLMs) mainly fall into two architectures, each involving a trade-off between training and inference efficiency: embedding space alignment (e.g. LLaVA series) is inefficient during inference, while cross-attention space alignment (e.g. Flamingo) is inefficient in tr…

Cited by 0SourceScholar
2024

Mitigating Large Language Model Hallucinations via Autonomous Knowledge Graph-Based Retrofitting

AAAI 2024technical

Incorporating factual knowledge in knowledge graph is regarded as a promising approach for mitigating the hallucination of large language models (LLMs). Existing methods usually only use the user's input to query the knowledge graph, thus failing to address the factual hallucination generated by LLM…

Cited by 85SourcePDFScholar
2024

XMC-Agent : Dynamic Navigation over Scalable Hierarchical Index for Incremental Extreme Multi-label Classification

ACL 2024findings

The eXtreme Multi-label Classification (XMC) aims at accurately assigning large-scale labels to instances, and is challenging for learning, managing, and predicting over the large-scale and rapidly growing set of labels. Traditional XMC methods, like one-vs-all and tree-based methods struggle with t…

Cited by 0SourcePDFScholar
2023

Understanding Differential Search Index for Text Retrieval

ACL 2023findings

The Differentiable Search Index (DSI) is a novel information retrieval (IR) framework that utilizes a differentiable function to generate a sorted list of document identifiers in response to a given query. However, due to the black-box nature of the end-to-end neural architecture, it remains to be u…