← Search

Hao Peng

125 accepted papers

2026

ARGUS: Defending Against Multimodal Indirect Prompt Injection via Steering Instruction-Following Behavior

CVPR 2026

Multimodal Large Language Models (MLLMs) are increasingly vulnerable to multimodal Indirect Prompt Injection (IPI) attacks, which embed malicious instructions in images, videos, or audio to hijack model behavior. Existing defenses, designed primarily for text-only LLMs, are unsuitable for countering

Cited by 0SourcecodeScholar
2026

Do Not Merge My Model! Safeguarding Open-Source LLMs Against Unauthorized Model Merging

AAAI 2026technical

Model merging has emerged as an efficient technique for expanding large language models (LLMs) by integrating specialized expert models. However, it also introduces a new threat: model merging stealing, where free-riders exploit models through unauthorized model merging. Unfortunately, existing defe

Cited by 0SourcePDFScholar
2026

Do We Need Adam? Surprisingly Strong and Sparse Reinforcement Learning with SGD in LLMs

ICML 2026oral

Reinforcement learning (RL), particularly RL from verifiable reward (RLVR), has become a crucial phase of training large language models (LLMs) and a key focus of current scaling efforts. However, optimization practices in RL largely follow those of next-token-prediction stages (e.g., pretraining an…

Cited by 0SourceScholar
2026

Efficient, Property-Aligned Fan-Out Retrieval via RL-Amortized Diffusion

ICML 2026poster

Many modern retrieval problems are \emph{set-valued}: given a broad intent, the system must return a \emph{collection} of results that optimizes higher-order properties (e.g., diversity, coverage, complementarity, coherence) while staying grounded to a fixed database. Set-valued objectives are inher…

Cited by 0SourceScholar
2026

Faithful Bi-Directional Model Steering via Distribution Matching and Distributed Interchange Interventions

ICLR 2026poster

Intervention-based model steering offers a lightweight and interpretable alternative to prompting and fine-tuning. However, by adapting strong optimization objectives from fine-tuning, current methods are susceptible to overfitting and often underperform, sometimes generating unnatural outputs. We h…

Cited by 0SourcecodeScholar
2026

FedRG: Unleashing the Representation Geometry for Federated Learning with Noisy Clients

CVPR 2026

Federated learning (FL) suffers from performance degradation due to the inevitable presence of noisy annotations in distributed scenarios. Existing approaches have advanced in distinguishing noisy samples from the dataset for label correction by leveraging loss values. However, noisy samples recogni

Cited by 0SourcecodeScholar
2026

From f(x) and g(x) to f(g(x)): LLMs Learn New Skills in RL by Composing Old Ones

ICLR 2026poster

Does reinforcement learning (RL) teach large language models (LLMs) genuinely new skills, or does it merely activate existing ones? This question lies at the core of ongoing debates about the role of RL in LLM post-training. On one side, strong empirical results can be achieved with RL alone even wi…

Cited by 0SourcecodeScholar
2026

Generalization of RLVR Using Causal Reasoning as a Testbed

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) has emerged as a promising paradigm for post-training large language models (LLMs) on complex reasoning tasks. Yet, the conditions under which RLVR yields robust generalization remain poorly understood. This paper provides an empirical study of R…

Cited by 0SourceScholar
2026

Good SFT Optimizes for SFT, Better SFT Prepares for Reinforcement Learning

ICML 2026poster

Post-training of reasoning LLMs is a holistic process that typically consists of an offline SFT stage followed by an online reinforcement learning (RL) stage. However, SFT is often optimized in isolation to maximize SFT performance alone. We show that, after identical RL training, models initialized…

Cited by 0SourceScholar
2026

Hyperbolic Continuous Structural Entropy for Hierarchical Clustering

AAAI 2026technical

Hierarchical clustering is a fundamental machine-learning technique for grouping data points into dendrograms. However, existing hierarchical clustering methods encounter two primary challenges: 1) Most methods specify dendrograms without a global objective. 2) Graph-based methods often neglect the

Cited by 0SourcePDFScholar
2026

LBA: Textual Hard-Label Adversarial Attack Under Low Query Budgets

IJCAI 2026

Generating high-quality adversarial texts with low query budgets remains a challenging problem in the hard-label scenario. Most existing approaches rely on greedy algorithms, where one position in the text is selected for substitution, followed by the substitutions of other positions. This local sea

Cited by 0Scholar
2026

LLMs Must Think Thrice to Solve Executable Counterfactuals

ICLR 2026poster

Counterfactual reasoning, a hallmark of intelligence, consists of three steps: inferring latent variables from observations (abduction), constructing alternative situations (interventions), and predicting the outcomes of the alternatives (prediction). This skill is essential for advancing LLMs' caus…

Cited by 0SourceScholar
2026

Learning to Explore: Policy-Guided Outlier Synthesis for Graph Out-of-Distribution Detection

AAAI 2026technical

Detecting Out-of-Distribution (OOD) graphs—those are drawn from a different distribution from the training data-is a critical task for ensuring the safety and reliability of Graph Neural Networks. The main challenge in unsupervised graph-level Out-of-Distribution detection lies in its common relianc

Cited by 0SourcePDFScholar
2026

Process Reward Models That Think

ICML 2026poster

Step-by-step verifiers—also known as process reward models (PRMs)—are a key ingredient for test-time scaling, but training them requires expensive step-level supervision. This work aims to build data-efficient PRMs as verbalized step-wise reward models that verify every step in the solution by gener…

Cited by 0SourcecodeScholar
2026

RAGFort: Dual-Path Defense Against Proprietary Knowledge Base Extraction in Retrieval-Augmented Generation

AAAI 2026technical

Retrieval-Augmented Generation (RAG) systems deployed over proprietary knowledge bases face growing threats from reconstruction attacks that aggregate model responses to replicate knowledge bases. Such attacks exploit both intra-class and inter-class paths—progressively extracting fine-grained knowl

Cited by 0SourcePDFScholar
2026

RLVE: Scaling Up Reinforcement Learning for Language Models with Adaptive Verifiable Environments

ICML 2026poster

We introduce Reinforcement Learning (RL) with Adaptive Verifiable Environments (RLVE), an approach using verifiable environments that procedurally generate problems and provide algorithmically verifiable rewards, to scale up RL for language models (LMs). RLVE enables each verifiable environment to d…

Cited by 0SourceScholar
2026

RPGen: Robust and Differentially Private Synthetic Image Generation

AAAI 2026technical

Differentially private (DP) image synthesis enables the generation of realistic images while bounding privacy leakage, facilitating secure data sharing across organizations. However, the Gaussian noise injected during DP training, such as via DP-SGD, often severely degrades synthesis quality by disr

Cited by 0SourcePDFScholar
2026

SafeHarbor: Defining Precise Decision Boundaries via Hierarchical Memory-Augmented Guardrail for LLM Agent Safety

ICML 2026poster

With the rapid evolution of foundation models, Large Language Model (LLM) agents have demonstrated increasingly powerful tool-use capabilities. However, this proficiency introduces significant security risks, as malicious actors can manipulate agents into executing tools to generate harmful content.…

Cited by 0SourceScholar
2026

Sketch-Based Low-Rank Model Merging with Shared Circulant Transforms

ICML 2026poster

Merging multiple low-rank adapters (LoRA) provides a practical route to scaling multi-task learning and deployment more efficiently than full-model weight merging, while avoiding reliance on task-specific training data. However, most existing approaches either treat LoRA updates as dense weight delt…

Cited by 0SourceScholar
2026

StoryAlign: Evaluating and Training Reward Models for Story Generation

ICLR 2026poster

Story generation aims to automatically produce coherent, structured, and engaging narratives. Although large language models (LLMs) have significantly advanced text generation, stories generated by LLMs still diverge from human-authored works regarding complex narrative structure and human-aligned p…

Cited by 0SourcecodeScholar
2026

Structural Entropy Guided Incremental Learning for Open-World Multimodal Social Event Detection

AAAI 2026technical

With the explosive growth of multimodal data streams on social media, the timely detection of emerging social events has become increasingly important. As a result, Multimodal Social Event Detection in open-world settings is receiving growing attention. However, most existing methods face two major

Cited by 0SourcePDFScholar
2026

mCLM: A Modular Chemical Language Model that Generates Functional and Makeable Molecules

ICLR 2026oral

Despite their ability to understand chemical knowledge, large language models (LLMs) remain limited in their capacity to propose novel molecules with desired functions (e.g., drug-like properties). In addition, the molecules that LLMs propose can often be challenging to make, and are almost never co…

Cited by 0SourcecodeScholar
2025

A Little Goes a Long Way: Efficient Long Context Training and Inference with Partial Contexts

ICLR 2025poster

Training and serving long-context large language models (LLMs) incurs substantial overhead. To address this, two critical steps are often required: a pretrained LLM typically undergoes a separate stage for context length extension by training on long-context data, followed by architectural modifica…

Cited by 4SourcePDFScholar
2025

AGENTIF: Benchmarking Large Language Models Instruction Following Ability in Agentic Scenarios

NeurIPS 2025spotlight

Large Language Models (LLMs) have demonstrated advanced capabilities in real-world agentic applications. Growing research efforts aim to develop LLM-based agents to address practical demands, introducing a new challenge: agentic scenarios often involve lengthy instructions with complex constraints,…

Cited by 0SourcecodeScholar
2025

Advancing LLM Reasoning Generalists with Preference Trees

ICLR 2025poster

We introduce EURUS, a suite of large language models (LLMs) optimized for reasoning. Finetuned from Mistral-7B, Llama-3-8B, and Mixtral-8x22B, EURUS models achieve state-of-the-art results among open-source models on a diverse set of benchmarks covering mathematics, code generation, and logical reas…

2025

Agentic Reward Modeling: Integrating Human Preferences with Verifiable Correctness Signals for Reliable Reward Systems

ACL 2025long

Reward models (RMs) are crucial for the training and inference-time scaling up of large language models (LLMs). However, existing reward models primarily focus on human preferences, neglecting verifiable correctness signals which have shown strong potential in training LLMs. In this paper, we propos…

2025

Context Length Alone Hurts LLM Performance Despite Perfect Retrieval

EMNLP 2025

Large language models (LLMs) often fail to scale their performance on long-context tasks performance in line with the context lengths they support. This gap is commonly attributed to retrieval failures—the models’ inability to identify information in the long inputs that is relevant to the task they

Cited by 0SourcePDFScholar
2025

CoreGuard: Safeguarding Foundational Capabilities of LLMs Against Model Stealing in Edge Deployment

NeurIPS 2025poster

Proprietary large language models (LLMs) exhibit strong generalization capabilities across diverse tasks and are increasingly deployed on edge devices for efficiency and privacy reasons. However, deploying proprietary LLMs at the edge without adequate protection introduces critical security threats.…

Cited by 0SourceScholar
2025

Eliminating Position Bias of Language Models: A Mechanistic Approach

ICLR 2025poster

Position bias has proven to be a prevalent issue of modern language models (LMs), where the models prioritize content based on its position within the given context. This bias often leads to unexpected model failures and hurts performance, robustness, and reliability across various applications. A s…

2025

Emotion Transfer with Enhanced Prototype for Unseen Emotion Recognition in Conversation

EMNLP 2025

Current Emotion Recognition in Conversation (ERC) research follows a closed-domain assumption. However, there is no clear consensus on emotion classification in psychology, which presents a challenge for models when it comes to recognizing previously unseen emotions in real-world applications. To br

2025

FACTCHECKMATE: Preemptively Detecting and Mitigating Hallucinations in LMs

EMNLP 2025

Language models (LMs) hallucinate. We inquire: Can we detect and mitigate hallucinations before they happen? This work answers this research question in the positive, by showing that the internal representations of LMs provide rich signals that can be used for this purpose. We introduce FactCheckmat

Cited by 0SourcePDFScholar
2025

Free Process Rewards without Process Labels

ICML 2025poster

Different from its counterpart outcome reward models (ORMs), which evaluate the entire responses, a process reward model (PRM) scores a reasoning trajectory step by step, providing denser and more fine-grained rewards. However, training a PRM requires labels annotated at every intermediate step, pre…

2025

IGL-Bench: Establishing the Comprehensive Benchmark for Imbalanced Graph Learning

ICLR 2025spotlight

Deep graph learning has gained grand popularity over the past years due to its versatility and success in representing graph data across a wide range of domains. However, the pervasive issue of imbalanced graph data distributions, where certain parts exhibit disproportionally abundant data while oth…

2025

IOP: An Idempotent-Like Optimization Method on the Pareto Front of Hypernetwork

AAAI 2025technical

Pareto Front Learning (PFL) has been one of the effective means to resolve multi-objective optimization problems through exploring all optimal solutions to learn the entire Pareto front. Pareto Hypernetwork (PHN) is a new promising way to generate the sequence of Pareto-optimal solutions that can be…

Cited by 0SourcePDFScholar
2025

Improving Influence-based Instruction Tuning Data Selection for Balanced Learning of Diverse Capabilities

EMNLP 2025

Selecting appropriate training data is crucial for instruction fine-tuning of large language models (LLMs), which aims to (1) elicit strong capabilities, and (2) achieve balanced performance across different tasks. Influence-based methods show promise in achieving (1), by estimating the contribution

Cited by 0SourcePDFScholar
2025

LongBench v2: Towards Deeper Understanding and Reasoning on Realistic Long-context Multitasks

ACL 2025long

This paper introduces LongBench v2, a benchmark designed to assess the ability of LLMs to handle long-context problems requiring deep understanding and reasoning across real-world multitasks. LongBench v2 consists of 503 challenging multiple-choice questions, with contexts ranging from 8k to 2M word…

2025

Low-Light Video Enhancement via Spatial-Temporal Consistent Decomposition

IJCAI 2025

Low-Light Video Enhancement (LLVE) seeks to restore dynamic or static scenes plagued by severe invisibility and noise. In this paper, we present an innovative video decomposition strategy that incorporates view-independent and view-dependent components to enhance the performance of LLVE. We leverage

Cited by 0SourcePDFScholar
2025

Multi-View Incongruity Learning for Multimodal Sarcasm Detection

COLING 2025main

Multimodal sarcasm detection (MSD) is essential for various downstream tasks. Existing MSD methods tend to rely on spurious correlations. These methods often mistakenly prioritize non-essential features yet still make correct predictions, demonstrating poor generalizability beyond training environme…

Cited by 1SourcePDFScholar
2025

OpenHands: An Open Platform for AI Software Developers as Generalist Agents

ICLR 2025poster

Software is one of the most powerful tools that we humans have at our disposal; it allows a skilled programmer to interact with the world in complex and profound ways. At the same time, thanks to improvements in large language models (LLMs), there has also been a rapid development in AI agents that…

Cited by 32SourcePDFScholar
2025

Pioneer: Physics-informed Riemannian Graph ODE for Entropy-increasing Dynamics

AAAI 2025technical

Dynamic interacting system modeling is important for understanding and simulating real world systems, e.g., meteorology and the spread of COVID. The system is typically described as a graph, where multiple objects dynamically interact with each other and evolve over time. In recent years, graph Ordi…

2025

Pre-training Distillation for Large Language Models: A Design Space Exploration

ACL 2025long

Knowledge distillation (KD) aims to transfer knowledge from a large teacher model to a smaller student model. Previous work applying KD in the field of large language models (LLMs) typically focused on the post-training phase, where the student LLM learns directly from instructions and corresponding…

Cited by 0SourcePDFScholar
2025

Probing the Geometry of Truth: Consistency and Generalization of Truth Directions in LLMs Across Logical Transformations and Question Answering Tasks

ACL 2025finding

Large language models (LLMs) are trained on extensive datasets that encapsulate substantial world knowledge. However, their outputs often include confidently stated inaccuracies. Earlier works suggest that LLMs encode truthfulness as a distinct linear feature, termed the “truth direction”, which can…

2025

Prompt-based Unifying Inference Attack on Graph Neural Networks

AAAI 2025technical

Graph neural networks (GNNs) provide important prospective insights in applications such as social behavior analysis and financial risk analysis based on their powerful learning capabilities on graph data. Nevertheless, GNNs' predictive performance relies on the quality of task-specific node labels,…

2025

Reinforcement Learning Finetunes Small Subnetworks in Large Language Models

NeurIPS 2025poster

Reinforcement learning (RL) yields substantial improvements in large language models’ (LLMs) downstream task performance and alignment with human values. Surprisingly, such large gains result from updating only a small subnetwork comprising just 5%-30% of the parameters, with the rest effectively un…

Cited by 0SourceScholar
2025

Retrieval Head Mechanistically Explains Long-Context Factuality

ICLR 2025oral

Despite the recent progress in long-context language models, it remains elusive how transformer-based models exhibit the capability to retrieve relevant information from arbitrary locations within the long context. This paper aims to address this question. Our systematic investigation across a wide…

2025

SEA: Low-Resource Safety Alignment for Multimodal Large Language Models via Synthetic Embeddings

ACL 2025long

Multimodal Large Language Models (MLLMs) have serious security vulnerabilities. While safety alignment using multimodal datasets consisting of text and data of additional modalities can effectively enhance MLLM’s security, it is costly to construct these datasets. Existing low-resource security alig…

2025

STAMImputer: Spatio-Temporal Attention MoE for Traffic Data Imputation

IJCAI 2025

Traffic data imputation is fundamentally important to support various applications in intelligent transportation systems such as traffic flow prediction. However, existing time-to-space sequential methods often fail to effectively extract features in block-wise missing data scenarios. Meanwhile, the

2025

Scalable Multi-Stage Influence Function for Large Language Models via Eigenvalue-Corrected Kronecker-Factored Parameterization

IJCAI 2025

Pre-trained large language models (LLMs) are commonly fine-tuned to adapt to downstream tasks. Since the majority of knowledge is acquired during pre-training, attributing the predictions of fine-tuned LLMs to their pre-training data may provide valuable insights. Influence functions have been propo

2025

Scaling Diffusion Language Models via Adaptation from Autoregressive Models

ICLR 2025poster

Diffusion Language Models (DLMs) have emerged as a promising new paradigm for text generative modeling, potentially addressing limitations of autoregressive (AR) models. However, current DLMs have been studied at a smaller scale compared to their AR counterparts and lack fair comparison on language…

2025

Structural Entropy Guided Probabilistic Coding

AAAI 2025technical

Probabilistic embeddings have several advantages over deterministic embeddings as they map each data point to a distribution, which better describes the uncertainty and complexity of data. Many works focus on adjusting the distribution constraint under the Information Bottleneck (IB) principle to e…

2025

Structural Information-based Hierarchical Diffusion for Offline Reinforcement Learning

NeurIPS 2025poster

Diffusion-based generative methods have shown promising potential for modeling trajectories from offline reinforcement learning (RL) datasets, and hierarchical diffusion has been introduced to mitigate variance accumulation and computational challenges in long-horizon planning tasks. However, existi…

Cited by 0SourceScholar
2025

T-T: Table Transformer for Tagging-based Aspect Sentiment Triplet Extraction

IJCAI 2025

Aspect sentiment triplet extraction (ASTE) aims to extract triplets composed of aspect terms, opinion terms, and sentiment polarities from given sentences. The table tagging method is a popular approach to addressing this task, which encodes a sentence into a 2-dimensional table, allowing for the ta

2025

The Unreasonable Effectiveness of Entropy Minimization in LLM Reasoning

NeurIPS 2025poster

Entropy minimization (EM) trains the model to concentrate even more probability mass on its most confident outputs. We show that this simple objective alone, without any labeled data, can substantially improve large language models’ (LLMs) performance on challenging math, physics, and coding tasks.…

Cited by 0SourcecodeScholar
2025

Towards Effective, Efficient and Unsupervised Social Event Detection in the Hyperbolic Space

AAAI 2025technical

The vast, complex, and dynamic nature of social message data has posed challenges to social event detection (SED). Despite considerable effort, these challenges persist, often resulting in inadequately expressive message representations (ineffective) and prolonged learning durations (inefficient). I…

2025

VerIF: Verification Engineering for Reinforcement Learning in Instruction Following

EMNLP 2025

Reinforcement learning with verifiable rewards (RLVR) has become a key technique for enhancing large language models (LLMs), with verification engineering playing a central role. However, best practices for RL in instruction following remain underexplored. In this work, we explore the verification c

2024

ActionIE: Action Extraction from Scientific Literature with Programming Languages

ACL 2024long

Extraction of experimental procedures from human language in scientific literature and patents into actionable sequences in robotics language holds immense significance in scientific domains. Such an action extraction task is particularly challenging given the intricate details and context-dependent…

2024

Adversarial Socialbots Modeling Based on Structural Information Principles

AAAI 2024technical

The importance of effective detection is underscored by the fact that socialbots imitate human behavior to propagate misinformation, leading to an ongoing competition between socialbots and detectors. Despite the rapid advancement of reactive detectors, the exploration of adversarial socialbot model…

2024

CRAFT: Customizing LLMs by Creating and Retrieving from Specialized Toolsets

ICLR 2024poster

Large language models (LLMs) are often augmented with tools to solve complex tasks. By generating code snippets and executing them through task-specific Application Programming Interfaces (APIs), they can offload certain functions to dedicated external modules, such as image encoding and performing…

2024

Data Engineering for Scaling Language Models to 128K Context

ICML 2024poster

We study continual pretraining recipe for scaling language models' context lengths to 128K, with a focus on data engineering. We hypothesize that long context modeling, in particular *the ability to utilize information at arbitrary input locations*, is a capability that is mostly already acquired th…

2024

Dynamicity-aware Social Bot Detection with Dynamic Graph Transformers

IJCAI 2024poster

Detecting social bots has evolved into a pivotal yet intricate task, aimed at combating the dissemination of misinformation and preserving the authenticity of online interactions. While earlier graph-based approaches, which leverage topological structure of social networks, yielded notable outcomes,…

2024

Executable Code Actions Elicit Better LLM Agents

ICML 2024poster

Large Language Model (LLM) agents, capable of performing a broad range of actions, such as invoking tools and controlling robots, show great potential in tackling real-world challenges. LLM agents are typically prompted to produce actions by generating JSON or text in a pre-defined format, which is…

Cited by 154SourcePDFScholar
2024

GC-Bench: An Open and Unified Benchmark for Graph Condensation

NeurIPS 2024poster

Graph condensation (GC) has recently garnered considerable attention due to its ability to reduce large-scale graph datasets while preserving their essential properties. The core concept of GC is to create a smaller, more manageable graph that retains the characteristics of the original graph. Despi…

2024

Hierarchical and Incremental Structural Entropy Minimization for Unsupervised Social Event Detection

AAAI 2024technical

As a trending approach for social event detection, graph neural network (GNN)-based methods enable a fusion of natural language semantics and the complex social network structural information, thus showing SOTA performance. However, GNN-based methods can miss useful message correlations. Moreover, t…

2024

Hyperbolic Geometric Latent Diffusion Model for Graph Generation

ICML 2024poster

Diffusion models have made significant contributions to computer vision, sparking a growing interest in the community recently regarding the application of it to graph generation. The existing discrete graph diffusion models exhibit heightened computational complexity and diminished training efficie…

2024

KoLA: Carefully Benchmarking World Knowledge of Large Language Models

ICLR 2024poster

The unprecedented performance of large language models (LLMs) necessitates improvements in evaluations. Rather than merely exploring the breadth of LLM abilities, we believe meticulous and thoughtful designs are essential to thorough, unbiased, and applicable evaluations. Given the importance of wor…

2024

LETI: Learning to Generate from Textual Interactions

NAACL 2024findings

Fine-tuning pre-trained language models (LMs) is essential for enhancing their capabilities.Existing techniques commonly fine-tune on input-output pairs (e.g., instruction tuning) or with numerical rewards that gauge the output quality (e.g., RLHF). We explore LMs’ potential to **le**arn from **t**e…

2024

LM-Infinite: Zero-Shot Extreme Length Generalization for Large Language Models

NAACL 2024long

Today’s large language models (LLMs) typically train on short text segments (e.g., <4K tokens) due to the quadratic complexity of their Transformer architectures. As a result, their performance suffers drastically on inputs longer than those encountered during training, substantially limiting their…

2024

LSEnet: Lorentz Structural Entropy Neural Network for Deep Graph Clustering

ICML 2024oral

Graph clustering is a fundamental problem in machine learning. Deep learning methods achieve the state-of-the-art results in recent years, but they still cannot work without predefined cluster numbers. Such limitation motivates us to pose a more challenging problem of graph clustering with unknown c…

2024

Language Models Hallucinate, but May Excel at Fact Verification

NAACL 2024long

Recent progress in natural language processing (NLP) owes much to remarkable advances in large language models (LLMs). Nevertheless, LLMs frequently “hallucinate,” resulting in non-factual outputs. Our carefully-designed human evaluation substantiates the serious hallucination issue, revealing that…

2024

M&M VTO: Multi-Garment Virtual Try-On and Editing

CVPR 2024highlight

We present M&M VTO-a mix and match virtual try-on method that takes as input multiple garment images text description for garment layout and an image of a person. An example input includes: an image of a shirt an image of a pair of pants "rolled sleeves shirt tucked in" and an image of a person. The…

2024

MAVEN-ARG: Completing the Puzzle of All-in-One Event Understanding Dataset with Event Argument Annotation

ACL 2024long

Understanding events in texts is a core objective of natural language understanding, which requires detecting event occurrences, extracting event arguments, and analyzing inter-event relationships. However, due to the annotation challenges brought by task complexity, a large-scale dataset covering t…

2024

MAVEN-FACT: A Large-scale Event Factuality Detection Dataset

EMNLP 2024finding

Event Factuality Detection (EFD) task determines the factuality of textual events, i.e., classifying whether an event is a fact, possibility, or impossibility, which is essential for faithfully understanding and utilizing event knowledge. However, due to the lack of high-quality large-scale data, ev…

2024

MINT: Evaluating LLMs in Multi-turn Interaction with Tools and Language Feedback

ICLR 2024poster

To solve complex tasks, large language models (LLMs) often require multiple rounds of interactions with the user, sometimes assisted by external tools. However, current evaluation protocols often emphasize benchmark performance with single-turn exchanges, neglecting the nuanced interactions among th…

Cited by 135SourcePDFScholar
2024

Measuring and Improving Attentiveness to Partial Inputs with Counterfactuals

EMNLP 2024finding

The inevitable appearance of spurious correlations in training datasets hurts the generalization of NLP models on unseen data. Previous work has found that datasets with paired inputs are prone to correlations between a specific part of the input (e.g., the hypothesis in NLI) and the label; conseque…

Cited by 2SourcePDFScholar
2024

Motif-Aware Riemannian Graph Neural Network with Generative-Contrastive Learning

AAAI 2024technical

Graphs are typical non-Euclidean data of complex structures. In recent years, Riemannian graph representation learning has emerged as an exciting alternative to Euclidean ones. However, Riemannian methods are still in an early stage: most of them present a single curvature (radius) regardless of str…

2024

Multi-Relational Structural Entropy

UAI 2024poster

Structural Entropy (SE) measures the structural information contained in a graph. Minimizing or maximizing SE helps to reveal or obscure the intrinsic structural patterns underlying graphs in an interpretable manner, finding applications in various tasks driven by networked data. However, SE ignores…

2024

Neeko: Leveraging Dynamic LoRA for Efficient Multi-Character Role-Playing Agent

EMNLP 2024main

Large Language Models (LLMs) have revolutionized open-domain dialogue agents but encounter challenges in multi-character role-playing (MCRP) scenarios. To address the issue, we present Neeko, an innovative framework designed for efficient multiple characters imitation. Neeko employs a dynamic low-ra…

2024

Poincaré Differential Privacy for Hierarchy-Aware Graph Embedding

AAAI 2024technical

Hierarchy is an important and commonly observed topological property in real-world graphs that indicate the relationships between supervisors and subordinates or the organizational behavior of human groups. As hierarchy is introduced as a new inductive bias into the Graph Neural Networks (GNNs) in v…

2024

ReGCL: Rethinking Message Passing in Graph Contrastive Learning

AAAI 2024technical

Graph contrastive learning (GCL) has demonstrated remarkable efficacy in graph representation learning. However, previous studies have overlooked the inherent conflict that arises when employing graph neural networks (GNNs) as encoders for node-level contrastive learning. This conflict pertains to t…

2024

SciCode: A Research Coding Benchmark Curated by Scientists

NeurIPS 2024poster

Since language models (LMs) now outperform average humans on many challenging tasks, it is becoming increasingly difficult to develop challenging, high-quality, and realistic evaluations. We address this by examining LM capabilities to generate code for solving real scientific research problems. Inc…

Cited by 18SourcePDFScholar
2024

Spiking Graph Neural Network on Riemannian Manifolds

NeurIPS 2024poster

Graph neural networks (GNNs) have become the dominant solution for learning on graphs, the typical non-Euclidean structures. Conventional GNNs, constructed with the Artificial Neuron Network (ANN), have achieved impressive performance at the cost of high computation and energy consumption. In parall…

2024

TRAM: Bridging Trust Regions and Sharpness Aware Minimization

ICLR 2024spotlight

Sharpness-aware minimization (SAM) reports improving domain generalization by reducing the loss surface curvature in the parameter space. However, generalization during _fine-tuning_ is often more dependent on the transferability of _representations_ in the function space. Trust-region methods (TR)…

2023

CONGREGATE: Contrastive Graph Clustering in Curvature Spaces

IJCAI 2023poster

Graph clustering is a longstanding research topic, and has achieved remarkable success with the deep learning methods in recent years. Nevertheless, we observe that several important issues largely remain open. On the one hand, graph clustering from the geometric perspective is appealing but has rar…

2023

Complexity-Based Prompting for Multi-step Reasoning

ICLR 2023poster

We study the task of prompting large-scale language models to perform multi-step reasoning. Existing work shows that when prompted with a chain of thoughts (CoT), sequences of short sentences describing intermediate reasoning steps towards a final answer, large language models can generate new reaso…

Cited by 416SourcePDFScholar
2023

Effective and Stable Role-Based Multi-Agent Collaboration by Structural Information Principles

AAAI 2023technical

Role-based learning is a promising approach to improving the performance of Multi-Agent Reinforcement Learning (MARL). Nevertheless, without manual assistance, current role-based methods cannot guarantee stably discovering a set of roles to effectively decompose a complex task, as they assume either…

2023

Environment-Aware Dynamic Graph Learning for Out-of-Distribution Generalization

NeurIPS 2023poster

Dynamic graph neural networks (DGNNs) are increasingly pervasive in exploiting spatio-temporal patterns on dynamic graphs. However, existing works fail to generalize under distribution shifts, which are common in real-world scenarios. As the generation of dynamic graphs is heavily influenced by late…

2023

FedFed: Feature Distillation against Data Heterogeneity in Federated Learning

NeurIPS 2023poster

Federated learning (FL) typically faces data heterogeneity, i.e., distribution shifting among clients. Sharing clients' information has shown great potentiality in mitigating data heterogeneity, yet incurs a dilemma in preserving privacy and promoting model performance. To alleviate the dilemma, we…

2023

Hierarchical State Abstraction based on Structural Information Principles

IJCAI 2023poster

State abstraction optimizes decision-making by ignoring irrelevant environmental information in reinforcement learning with rich observations. Nevertheless, recent approaches focus on adequate representational capacities resulting in essential information loss, affecting their performances on challe…

2023

Self-Organization Preserved Graph Structure Learning with Principle of Relevant Information

AAAI 2023technical

Most Graph Neural Networks follow the message-passing paradigm, assuming the observed structure depicts the ground-truth node relationships. However, this fundamental assumption cannot always be satisfied, as real-world graphs are always incomplete, noisy, or redundant. How to reveal the inherent gr…

Cited by 12SourcePDFScholar
2023

Self-Supervised Continual Graph Learning in Adaptive Riemannian Spaces

AAAI 2023technical

Continual graph learning routinely finds its role in a variety of real-world applications where the graph data with different tasks come sequentially. Despite the success of prior works, it still faces great challenges. On the one hand, existing methods work with the zero-curvature Euclidean space,…

Cited by 37SourcePDFScholar
2023

Specializing Smaller Language Models towards Multi-Step Reasoning

ICML 2023oral

The surprising ability of Large Language Models (LLMs) to perform well on complex reasoning with only few-shot chain-of-thought prompts is believed to emerge only in very large-scale models. We show that such abilities can, in fact, be distilled down from GPT-3.5 (≥ 175B) to T5 variants (≤ 11B). We…

2023

The Devil is in the Details: On the Pitfalls of Event Extraction Evaluation

ACL 2023findings

Event extraction (EE) is a crucial task aiming at extracting events from texts, which includes two subtasks: event detection (ED) and event argument extraction (EAE). In this paper, we check the reliability of EE evaluations and identify three major pitfalls: (1) The data preprocessing discrepancy m…

2022

A Self-Supervised Mixed-Curvature Graph Neural Network

AAAI 2022technical

Graph representation learning received increasing attentions in recent years. Most of the existing methods ignore the complexity of the graph structures and restrict graphs in a single constant-curvature representation space, which is only suitable to particular kinds of graph structure indeed. Addi…

Cited by 44SourcePDFScholar
2022

ABC: Attention with Bounded-memory Control

ACL 2022long

Transformer architectures have achieved state- of-the-art results on a variety of natural language processing (NLP) tasks. However, their attention mechanism comes with a quadratic complexity in sequence lengths, making the computational overhead prohibitive, especially for long sequences. Attention…

2022

BOND: Benchmarking Unsupervised Outlier Node Detection on Static Attributed Graphs

NeurIPS 2022accept

Detecting which nodes in graphs are outliers is a relatively new machine learning task with numerous applications. Despite the proliferation of algorithms developed in recent years for this task, there has been no standard comprehensive setting for performance evaluation. Consequently, it has been d…

2022

COPEN: Probing Conceptual Knowledge in Pre-trained Language Models

EMNLP 2022main

Conceptual knowledge is fundamental to human cognition and knowledge bases. However, existing knowledge probing works only focus on evaluating factual knowledge of pre-trained language models (PLMs) and ignore conceptual knowledge. Since conceptual knowledge often appears as implicit commonsense beh…

2022

Dual-discriminative Graph Neural Network for Imbalanced Graph-level Anomaly Detection

NeurIPS 2022accept

Graph-level anomaly detection aims to distinguish anomalous graphs in a graph dataset from normal graphs. Anomalous graphs represent a very few but essential patterns in the real world. The anomalous property of a graph may be referable to its anomalous attributes of particular nodes and anomalous s…

Cited by 44SourcePDFScholar
2022

Graph Structure Learning with Variational Information Bottleneck

AAAI 2022technical

Graph Neural Networks (GNNs) have shown promising results on a broad spectrum of applications. Most empirical studies of GNNs directly take the observed graph as input, assuming the observed structure perfectly depicts the accurate and complete relations between nodes. However, graphs in the real-wo…

2022

How Much Does Attention Actually Attend? Questioning the Importance of Attention in Pretrained Transformers

EMNLP 2022finding

The attention mechanism is considered the backbone of the widely-used Transformer architecture. It contextualizes the input by computing input-specific attention matrices. We find that this mechanism, while powerful and elegant, is not as important as typically thought for pretrained language models…

2022

MAVEN-ERE: A Unified Large-scale Dataset for Event Coreference, Temporal, Causal, and Subevent Relation Extraction

EMNLP 2022main

The diverse relationships among real-world events, including coreference, temporal, causal, and subevent relations, are fundamental to understanding natural languages. However, two drawbacks of existing datasets limit event relation extraction (ERE) tasks: (1) Small scale. Due to the annotation comp…

2022

Modeling Context With Linear Attention for Scalable Document-Level Translation

EMNLP 2022finding

Document-level machine translation leverages inter-sentence dependencies to produce more coherent and consistent translations. However, these models, predominantly based on transformers, are difficult to scale to long documents as their attention layers have quadratic complexity in the sequence leng…

2022

Tailor: Generating and Perturbing Text with Semantic Controls

ACL 2022long

Controlled text perturbation is useful for evaluating and improving model generalizability. However, current techniques rely on training a model for every target perturbation, which is expensive and hard to generalize. We present Tailor, a semantically-controlled text generation system. Tailor build…

2022

Twist Decoding: Diverse Generators Guide Each Other

EMNLP 2022main

Many language generation models are now available for a wide range of generation tasks, including machine translation and summarization. Combining such diverse models may lead to further progress, but ensembling generation models is challenging during inference: conventional ensembling methods (e.g.…

2022

XLTime: A Cross-Lingual Knowledge Transfer Framework for Temporal Expression Extraction

NAACL 2022findings

Temporal Expression Extraction (TEE) is essential for understanding time in natural language. It has applications in Natural Language Processing (NLP) tasks such as question answering, information retrieval, and causal inference. To date, work in this area has mostly focused on English as there is a…

2021

Contextualized Perturbation for Textual Adversarial Attack

NAACL 2021long

Adversarial examples expose the vulnerabilities of natural language processing (NLP) models, and can be used to evaluate and improve their robustness. Existing techniques of generating such examples are typically driven by local heuristic rules that are agnostic to the context, often resulting in un…

2021

Deep Encoder, Shallow Decoder: Reevaluating Non-autoregressive Machine Translation

ICLR 2021poster

Much recent effort has been invested in non-autoregressive neural machine translation, which appears to be an efficient alternative to state-of-the-art autoregressive machine translation on modern GPUs. In contrast to the latter, where generation is sequential, the former allows generation to be pa…

2021

Finetuning Pretrained Transformers into RNNs

EMNLP 2021main

Transformers have outperformed recurrent neural networks (RNNs) in natural language generation. But this comes with a signifi- cant computational cost, as the attention mechanism’s complexity scales quadratically with sequence length. Efficient transformer variants have received increasing interest…

2021

Graph Entropy Guided Node Embedding Dimension Selection for Graph Neural Networks

IJCAI 2021poster

Graph representation learning has achieved great success in many areas, including e-commerce, chemistry, biology, etc. However, the fundamental problem of choosing the appropriate dimension of node embedding for a given graph still remains unsolved. The commonly used strategies for Node Embedding Di…

2021

HTCInfoMax: A Global Model for Hierarchical Text Classification via Information Maximization

NAACL 2021long

The current state-of-the-art model HiAGM for hierarchical text classification has two limitations. First, it correlates each text sample with all labels in the dataset which contains irrelevant information. Second, it does not consider any statistical constraint on the label representations learned…

2021

Hyperbolic Variational Graph Neural Network for Modeling Dynamic Graphs

AAAI 2021technical

Learning representations for graphs plays a critical role in a wide spectrum of downstream applications. In this paper, we summarize the limitations of the prior works in three folds: representation space, modeling dynamics and modeling uncertainty. To bridge this gap, we propose to learn dynamic gr…

Cited by 81SourcePDFScholar
2021

KG-BART: Knowledge Graph-Augmented BART for Generative Commonsense Reasoning

AAAI 2021technical

Generative commonsense reasoning which aims to empower machines to generate sentences with the capacity of reasoning over a set of concepts is a critical bottleneck for text generation. Even the state-of-the-art pre-trained language generation models struggle at this task and often produce implausib…

2021

TextGTL: Graph-based Transductive Learning for Semi-supervised Text Classification via Structure-Sensitive Interpolation

IJCAI 2021poster

Compared with traditional sequential learning models, graph-based neural networks exhibit excellent properties when encoding text, such as the capacity of capturing global and local information simultaneously. Especially in the semi-supervised scenario, propagating information along the edge can eff…

Cited by 31SourcePDFScholar
2020

Hierarchical Bi-Directional Self-Attention Networks for Paper Review Rating Recommendation

COLING 2020main

Review rating prediction of text reviews is a rapidly growing technology with a wide range of applications in natural language processing. However, most existing methods either use hand-crafted features or learn features using deep learning with simple text corpus as input for review rating predicti…

2020

Kalman Filtering Attention for User Behavior Modeling in CTR Prediction

NeurIPS 2020spotlight

Click-through rate (CTR) prediction is one of the fundamental tasks for e-commerce search engines. As search becomes more personalized, it is necessary to capture the user interest from rich behavior data. Existing user behavior modeling algorithms develop different attention mechanisms to emphasize…

2017

Asynchronous Distributed Variational Gaussian Process for Regression

ICML 2017poster

Gaussian processes (GPs) are powerful non-parametric function estimators. However, their applications are largely limited by the expensive computational cost of the inference procedures. Existing stochastic or distributed synchronous variational inferences, although have alleviated this issue by sca…

Cited by 30SourcePDFScholar
2016

A Convolutional Attention Network for Extreme Summarization of Source Code

ICML 2016poster

Attention mechanisms in neural networks have proved useful for problems in which the input and output do not have fixed dimension. Often there exist features that are locally translation invariant and would be valuable for directing the model’s attention, but previous attentional architectures are n…

Cited by 0SourcePDFScholar