← Search

Linhao Zhang

13 accepted papers

2026

StableToken: A Noise-Robust Semantic Speech Tokenizer for Resilient SpeechLLMs

ICLR 2026poster

Prevalent semantic speech tokenizers, designed to capture linguistic content, are surprisingly fragile. We find they are not robust to meaning-irrelevant acoustic perturbations; even at high Signal-to-Noise Ratios (SNRs) where speech is perfectly intelligible, their output token sequences can change…

Cited by 0SourcecodeScholar
2026

WeDLM: Reconciling Diffusion Language Models with Standard Causal Attention for Fast Inference

ICML 2026oral

Autoregressive (AR) generation is the standard decoding paradigm for Large Language Models (LLMs), but its token-by-token nature limits parallelism at inference time. Diffusion Language Models (DLLMs) offer parallel decoding by recovering multiple masked tokens per step; however, in practice they of…

Cited by 0SourceScholar
2025

CodeV: Issue Resolving with Visual Data

ACL 2025finding

Large Language Models (LLMs) have advanced rapidly in recent years, with their applications in software engineering expanding to more complex repository-level tasks. GitHub issue resolving is a key challenge among these tasks. While recent approaches have made progress on this task, they focus on te…

2025

Multi-SWE-bench: A Multilingual Benchmark for Issue Resolving

NeurIPS 2025poster

The task of issue resolving aims to modify a codebase to generate a patch that addresses a given issue. However, most existing benchmarks focus almost exclusively on Python, making them insufficient for evaluating Large Language Models (LLMs) across different programming languages. To bridge this ga…

Cited by 0SourceScholar
2024

CAMEL: Capturing Metaphorical Alignment with Context Disentangling for Multimodal Emotion Recognition

AAAI 2024technical

Understanding the emotional polarity of multimodal content with metaphorical characteristics, such as memes, poses a significant challenge in Multimodal Emotion Recognition (MER). Previous MER researches have overlooked the phenomenon of metaphorical alignment in multimedia content, which involves n…

Cited by 9SourcePDFScholar
2024

DHA: Learning Decoupled-Head Attention from Transformer Checkpoints via Adaptive Heads Fusion

NeurIPS 2024poster

Large language models (LLMs) with billions of parameters demonstrate impressive performance. However, the widely used Multi-Head Attention (MHA) in LLMs incurs substantial computational and memory costs during inference. While some efforts have optimized attention mechanisms by pruning heads or shar…

Cited by 4SourcePDFScholar
2024

GOME: Grounding-based Metaphor Binding With Conceptual Elaboration For Figurative Language Illustration

EMNLP 2024main

The illustration or visualization of figurative language, such as linguistic metaphors, is an emerging challenge for existing Large Language Models (LLMs) and multimodal models. Due to their comparison of seemingly unrelated concepts in metaphors, existing LLMs have a tendency of over-literalization…

Cited by 0SourcePDFScholar
2024

Rethinking the Reversal Curse of LLMs: a Prescription from Human Knowledge Reversal

EMNLP 2024main

Large Language Models (LLMs) have exhibited exceptional performance across diverse domains. However, recent studies reveal that LLMs are plagued by the “reversal curse”. Most existing methods rely on aggressive sample permutation and pay little attention to delving into the underlying reasons for th…

Cited by 4SourcePDFScholar
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

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

TOT:Topology-Aware Optimal Transport for Multimodal Hate Detection

AAAI 2023technical

Multimodal hate detection, which aims to identify the harmful content online such as memes, is crucial for building a wholesome internet environment. Previous work has made enlightening exploration in detecting explicit hate remarks. However, most of their approaches neglect the analysis of implicit…

Cited by 14SourcePDFScholar
2022

PILE: Pairwise Iterative Logits Ensemble for Multi-Teacher Labeled Distillation

EMNLP 2022industry

Pre-trained language models have become a crucial part of ranking systems and achieved very impressive effects recently. To maintain high performance while keeping efficient computations, knowledge distillation is widely used. In this paper, we focus on two key questions in knowledge distillation fo…

Cited by 4SourcePDFScholar
2020

Syntax-Aware Graph Attention Network for Aspect-Level Sentiment Classification

COLING 2020main

Aspect-level sentiment classification aims to distinguish the sentiment polarities over aspect terms in a sentence. Existing approaches mostly focus on modeling the relationship between the given aspect words and their contexts with attention, and ignore the use of more elaborate knowledge implicit…