← Search

Jingyuan Zhang

24 accepted papers

2026

AdaSVD: Singular Value Decomposition with Adaptive Mechanisms for Large Multimodal Models

CVPR 2026

Large Multimodal Models (LMMs) have attained impressive achievements in multimodal processing tasks, yet their massive memory demands pose major obstacles to deployment on resource-limited devices. Singular Value Decomposition (SVD) has emerged as a promising compression technique for LMMs, deliveri

Cited by 0SourcecodeScholar
2026

Binary Message Passing for Generalizable Semi-Supervised Graph Anomaly Detection

AAAI 2026technical

Graph Neural Networks (GNNs) have achieved impressive performance in semi-supervised graph anomaly detection (GAD). While many GNN variants have been developed for this task, they largely focus on advanced message aggregation schemes, leaving the message routing aspect underexplored. We argue that t

Cited by 0SourcePDFScholar
2026

CVE-Factory: Scaling Expert-Level Agentic Tasks for Code Security Vulnerability

ICML 2026oral

Evaluating and improving the security capabilities of code agents requires high-quality, executable vulnerability tasks. However, existing works rely on costly, unscalable manual reproduction and suffer from outdated data distributions. To address these, we present CVE-Factory, the first multi-agent…

Cited by 0SourceScholar
2026

Rethinking the Reliability of Multi-agent System: A Perspective from Byzantine Fault Tolerance

AAAI 2026technical

Ensuring the reliability of agent architectures and effectively identifying problematic agents when failures occur are crucial challenges in multi-agent systems (MAS). Advances in large language models (LLMs) have established LLM-based agents as a major branch of MAS, enabling major breakthroughs in

Cited by 0SourcePDFScholar
2026

Structurally Aligned Subtask-Level Memory for Software Engineering Agents

ICML 2026poster

Large Language Models (LLMs) have demonstrated significant potential as autonomous software engineering (SWE) agents. Recent work has further explored augmenting these agents with memory mechanisms to support long-horizon reasoning. However, these approaches typically operate at a coarse instance gr…

Cited by 0SourceScholar
2026

VL-RouterBench: A Benchmark for Vision-Language Model Routing

CVPR 2026

Multi-model routing has evolved from an engineering technique into essential infrastructure, yet existing work lacks a systematic, reproducible benchmark for evaluating vision-language models (VLMs). We present VL-RouterBench to assess the overall capability of VLM routing systems systematically. Th

Cited by 0SourcecodeScholar
2025

Chain-of-Specificity: Enhancing Task-Specific Constraint Adherence in Large Language Models

COLING 2025main

Large Language Models (LLMs) exhibit remarkable generative capabilities, enabling the generation of valuable information. Despite these advancements, previous research found that LLMs sometimes struggle with adhering to specific constraints, such as being in a specific place or at a specific time, a…

Cited by 1SourcePDFScholar
2025

CoRe-MMRAG: Cross-Source Knowledge Reconciliation for Multimodal RAG

ACL 2025long

Multimodal Retrieval-Augmented Generation (MMRAG) has been introduced to enhance Multimodal Large Language Models by incorporating externally retrieved multimodal knowledge, but it introduces two challenges: Parametric-Retrieved Knowledge Inconsistency (PRKI), where discrepancies between parametric…

2025

Enhancing Federated Domain Adaptation with Multi-Domain Prototype-Based Federated Fine-Tuning

ICLR 2025poster

Federated Domain Adaptation (FDA) is a Federated Learning (FL) scenario where models are trained across multiple clients with unique data domains but a shared category space, without transmitting private data. The primary challenge in FDA is data heterogeneity, which causes significant divergences i…

Cited by 0SourcePDFScholar
2025

Evaluating Multimodal Large Language Models on Video Captioning via Monte Carlo Tree Search

ACL 2025long

Video captioning can be used to assess the video understanding capabilities of Multimodal Large Language Models (MLLMs).However, existing benchmarks and evaluation protocols suffer from crucial issues, such as inadequate or homogeneous creation of key points, exorbitant cost of data creation, and li…

2025

P²Net: Parallel Pointer-based Network for Key Information Extraction with Complex Layouts

ACL 2025finding

Key Information Extraction (KIE) is a challenging multimodal task aimed at extracting structured value entities from visually rich documents. Despite recent advancements, two major challenges remain. First, existing datasets typically feature fixed layouts and a limited set of entity categories, whi…

Cited by 0SourcePDFScholar
2025

Restricted Global-Aware Graph Filters Bridging GNNs and Transformer for Node Classification

NeurIPS 2025poster

Transformers have been widely regarded as a promising direction for breaking through the performance bottlenecks of Graph Neural Networks (GNNs), primarily due to their global receptive fields. However, a recent empirical study suggests that tuned classical GNNs can match or even outperform state-of…

Cited by 0SourceScholar
2025

Root Defense Strategies: Ensuring Safety of LLM at the Decoding Level

ACL 2025long

Large language models (LLMs) have demonstrated immense utility across various industries. However, as LLMs advance, the risk of harmful outputs increases due to incorrect or malicious prompts. While current methods effectively address jailbreak risks, they share common limitations: 1) Judging harmfu…

Cited by 0SourcePDFScholar
2025

Simplifying DINO via Coding Rate Regularization

ICML 2025poster

DINO and DINOv2 are two model families being widely used to learn representations from unlabeled imagery data at large scales. Their learned representations often enable state-of-the-art performance for downstream tasks, such as image classification and segmentation. However, they employ many empiri…

2025

TUNA: Comprehensive Fine-grained Temporal Understanding Evaluation on Dense Dynamic Videos

ACL 2025long

Videos are unique in their integration of temporal elements, including camera, scene, action, and attribute, along with their dynamic relationships over time. However, existing benchmarks for video understanding often treat these properties separately or narrowly focus on specific aspects, overlooki…

2025

Token Statistics Transformer: Linear-Time Attention via Variational Rate Reduction

ICLR 2025spotlight

The attention operator is arguably the key distinguishing factor of transformer architectures, which have demonstrated state-of-the-art performance on a variety of tasks. However, transformer attention operators often impose a significant computational burden, with the computational complexity scali…

2024

Decoding at the Speed of Thought: Harnessing Parallel Decoding of Lexical Units for LLMs

COLING 2024main

Large language models have demonstrated exceptional capability in natural language understanding and generation. However, their generation speed is limited by the inherently sequential nature of their decoding process, posing challenges for real-time applications. This paper introduces Lexical Unit…

2024

Revisiting Data Reconstruction Attacks on Real-world Dataset for Federated Natural Language Understanding

COLING 2024main

With the growing privacy concerns surrounding natural language understanding (NLU) applications, the need to train high-quality models while safeguarding data privacy has reached unprecedented importance. Federated learning (FL) offers a promising approach to collaborative model training by exchangi…

2024

Video Event Extraction with Multi-View Interaction Knowledge Distillation

AAAI 2024technical

Video event extraction (VEE) aims to extract key events and generate the event arguments for their semantic roles from the video. Despite promising results have been achieved by existing methods, they still lack an elaborate learning strategy to adequately consider: (1) inter-object interaction, whi…

Cited by 2SourcePDFScholar
2023

FEDLEGAL: The First Real-World Federated Learning Benchmark for Legal NLP

ACL 2023long

The inevitable private information in legal data necessitates legal artificial intelligence to study privacy-preserving and decentralized learning methods. Federated learning (FL) has merged as a promising technique for multiple participants to collaboratively train a shared model while efficiently…

2023

Guide the Many-to-One Assignment: Open Information Extraction via IoU-aware Optimal Transport

ACL 2023long

Open Information Extraction (OIE) seeks to extract structured information from raw text without the limitations of close ontology. Recently, the detection-based OIE methods have received great attention from the community due to their parallelism. However, as the essential step of those models, how…

Cited by 14SourcePDFScholar
2023

RexUIE: A Recursive Method with Explicit Schema Instructor for Universal Information Extraction

EMNLP 2023long findings

Universal Information Extraction (UIE) is an area of interest due to the challenges posed by varying targets, heterogeneous structures, and demand-specific schemas. Previous works have achieved success by unifying a few tasks, such as Named Entity Recognition (NER) and Relation Extraction (RE), whi…

Cited by 0SourceScholar
2023

Unsupervised Legal Evidence Retrieval via Contrastive Learning with Approximate Aggregated Positive

AAAI 2023technical

Verifying the facts alleged by the prosecutors before the trial requires the judges to retrieve evidence within the massive materials accompanied. Existing Legal AI applications often assume the facts are already determined and fail to notice the difficulty of reconstructing them. To build a practic…

2021

Trigger is Not Sufficient: Exploiting Frame-aware Knowledge for Implicit Event Argument Extraction

ACL 2021long

Implicit Event Argument Extraction seeks to identify arguments that play direct or implicit roles in a given event. However, most prior works focus on capturing direct relations between arguments and the event trigger. The lack of reasoning ability brings many challenges to the extraction of implici…

Cited by 76SourcePDFScholar