← Search

Yanting Wang

8 accepted papers

2026

MCPTox: A Benchmark for Tool Poisoning on Real-World MCP Servers

AAAI 2026technical

By providing a standardized interface for LLM agents to interact with external tools, the Model Context Protocol (MCP) is quickly becoming a cornerstone of the modern autonomous agent ecosystem. However, it creates novel attack surfaces due to untrusted external tools. While prior work has focused o

Cited by 0SourcePDFScholar
2026

Native Parallel Reasoner: Reasoning in Parallelism via Self-Distilled Reinforcement Learning

ICML 2026poster

We introduce **Native Parallel Reasoner (NPR)**, a teacher-free framework that enables Large Language Models (LLMs) to self-evolve genuine parallel reasoning capabilities. NPR transforms the model from sequential emulation to native parallel cognition through three key innovations: 1) a **self-disti…

Cited by 0SourceScholar
2025

TrojanDec: Data-free Detection of Trojan Inputs in Self-supervised Learning

AAAI 2025technical

An image encoder pre-trained by self-supervised learning can be used as a general-purpose feature extractor to build downstream classifiers for various downstream tasks. However, many studies showed that an attacker can embed a trojan into an encoder such that multiple downstream classifiers built b…

2024

LogicST: A Logical Self-Training Framework for Document-Level Relation Extraction with Incomplete Annotations

EMNLP 2024main

Document-level relation extraction (DocRE) aims to identify relationships between entities within a document. Due to the vast number of entity pairs, fully annotating all fact triplets is challenging, resulting in datasets with numerous false negative samples. Recently, self-training-based methods h…

2024

MMCert: Provable Defense against Adversarial Attacks to Multi-modal Models

CVPR 2024poster

Different from a unimodal model whose input is from a single modality the input (called multi-modal input) of a multi-modal model is from multiple modalities such as image 3D points audio text etc. Similar to unimodal models many existing studies show that a multi-modal model is also vulnerable to a…