← Search

Yuan Sui

7 accepted papers

2026

Conversation for Non-verifiable Learning: Self-Evolving Large Language Models through Meta-Evaluation

ICML 2026poster

Training large language models (LLMs) for non-verifiable tasks—such as creative writing, dialogue, and ethical reasoning—remains challenging due to the absence of ground-truth labels. While LLM-as-Judge approaches offer a scalable alternative to human feedback, they face a fundamental limitation: pe…

Cited by 0SourceScholar
2026

VPI-Bench: Visual Prompt Injection Attacks for Computer-Use Agents

ICLR 2026poster

Computer-Use Agents (CUAs) with full system access enable powerful task automation but pose significant security and privacy risks due to their ability to manipulate files, access user data, and execute arbitrary commands. While prior work has focused on browser-based agents and HTML-level attacks,…

Cited by 0SourcecodeScholar
2025

Backdoor-Powered Prompt Injection Attacks Nullify Defense Methods

EMNLP 2025

With the development of technology, large language models (LLMs) have dominated the downstream natural language processing (NLP) tasks. However, because of the LLMs’ instruction-following abilities and inability to distinguish the instructions in the data content, such as web pages from search engin

2025

Can Indirect Prompt Injection Attacks Be Detected and Removed?

ACL 2025long

Prompt injection attacks manipulate large language models (LLMs) by misleading them to deviate from the original input instructions and execute maliciously injected instructions, because of their instruction-following capabilities and inability to distinguish between the original input instructions…

2025

Can Knowledge Graphs Make Large Language Models More Trustworthy? An Empirical Study Over Open-ended Question Answering

ACL 2025long

Recent works integrating Knowledge Graphs (KGs) have shown promising improvements in enhancing the reasoning capabilities of Large Language Models (LLMs). However, existing benchmarks primarily focus on closed-ended tasks, leaving a gap in evaluating performance on more complex, real-world scenarios…

Cited by 0SourcePDFScholar
2025

FiDeLiS: Faithful Reasoning in Large Language Models for Knowledge Graph Question Answering

ACL 2025finding

Large Language Models (LLMs) are often challenged by generating erroneous or hallucinated responses, especially in complex reasoning tasks. Leveraging Knowledge Graphs (KGs) as external knowledge sources has emerged as a viable solution. However, existing KG-enhanced methods, either retrieval-based…

2024

TAP4LLM: Table Provider on Sampling, Augmenting, and Packing Semi-structured Data for Large Language Model Reasoning

EMNLP 2024finding

Table reasoning tasks have shown remarkable progress with the development of large language models (LLMs), which involve interpreting and drawing conclusions from tabular data based on natural language (NL) questions. Existing solutions mainly tested on smaller tables face scalability issues and str…