← Search

Xipeng Qiu

170 accepted papers

2026

A Distributional View for Visual Mechanistic Interpretability: KL-Minimal Soft-Constraint Principle

ICML 2026spotlight

Most current paradigms in visual mechanistic interpretability (MI) remain confined to interpreting internal units of the vision model via heuristic methods (e.g., top-$K$ activation retrieval or optimization with regularization). In this work, we establish a theoretical distributional view for visua…

Cited by 0SourceScholar
2026

BandPO: Bridging Trust Regions and Ratio Clipping via Probability-Aware Bounds for LLM Reinforcement Learning

ICML 2026poster

Proximal constraints are fundamental to the stability of the Large Language Model reinforcement learning. While the canonical clipping mechanism in PPO serves as an efficient surrogate for trust regions, we identify a critical bottleneck: fixed bounds strictly constrain the upward update margin of l…

Cited by 0SourceScholar
2026

Beyond Real: Imaginary Extension of Rotary Position Embeddings for Long-Context LLMs

ICLR 2026poster

Rotary Position Embeddings (RoPE) have become a standard for encoding sequence order in Large Language Models (LLMs) by applying rotations to query and key vectors in the complex plane. Standard implementations, however, utilize only the real component of the complex-valued dot product for attention…

Cited by 0SourcecodeScholar
2026

Dimensional Collapse in Transformer Attention Outputs: A Challenge for Sparse Dictionary Learning

ICML 2026poster

Transformer architectures, and their attention mechanisms in particular, form the foundation of modern large language models. While transformer models are widely believed to operate in high-dimensional hidden spaces, we show that attention outputs are confined to a surprisingly low-dimensional subsp…

Cited by 0SourceScholar
2026

Evolution of Concepts in Language Model Pre-Training

ICLR 2026poster

Language models obtain extensive capabilities through pre-training. However, the pre-training dynamics remains a black box. In this work, we track linear interpretable feature evolution across pre-training snapshots using a sparse dictionary learning method called crosscoders. We find that most feat…

Cited by 0SourcecodeScholar
2026

FASTer: Toward Powerful and Efficient Autoregressive Vision–Language–Action Models with Learnable Action Tokenizer and Block-wise Decoding

ICLR 2026poster

Autoregressive vision-language-action (VLA) models have recently demonstrated strong capabilities in robotic manipulation. However, their core process of action tokenization often involves a trade-off between reconstruction fidelity and inference efficiency. We introduce \textbf{FASTer}, a unified f…

Cited by 0SourceScholar
2026

Faster Than Flash: Exploiting Attention Sparsity for Efficient Long-Context Decoding

ICML 2026poster

The development of long-context Large Language Models (LLMs) is constrained by the memory bandwidth bottleneck and quadratic complexity of the attention mechanism during decoding. To overcome the inherent trade-offs between the memory overhead of metadata-based metrics and the computational ineffici…

Cited by 0SourceScholar
2026

FutureOmni: Evaluating Future Forecasting from Omni-Modal Context for Multimodal LLMs

ICML 2026poster

Although Multimodal Large Language Models (MLLMs) demonstrate strong omni-modal perception, their ability to forecast future events from audio-visual cues remains largely unexplored, as existing benchmarks focus mainly on retrospective understanding. To bridge this gap, we introduce FutureOmni, the …

Cited by 0SourceScholar
2026

FutureX: An Advanced Live Benchmark for LLM Agents in Future Prediction

ICLR 2026poster

Future prediction is a complex task for LLM agents, requiring a high level of analytical thinking, information gathering, contextual understanding, and decision-making under uncertainty. Agents must not only gather and interpret vast amounts of dynamic information but also integrate diverse data sou…

Cited by 0SourceScholar
2026

HiMe: Hierarchical Embodied Memory for Long-Horizon Vision-Language-Action Control

ICML 2026poster

Current Vision-Language-Action (VLA) models excel at robotic manipulation but often struggle with non-Markovian tasks requiring long-term memory and reasoning due to their reliance on immediate observations. Existing solutions face a frequency-competence paradox, where high-performance models are to…

Cited by 0SourceScholar
2026

LIBERO-Plus: A Progressive Robustness Benchmark for Visual-Language-Action Models

CVPR 2026

Visual-Language-Action (VLA) models report impressive success rates exceeding 95% on robotic manipulation benchmarks, yet these results may mask fundamental weaknesses in robustness. Current simulation-based robustness evaluations suffer from narrow perturbation coverage, manual design constraints,

Cited by 0SourcecodeScholar
2026

Learning to Move Before Learning to Do: Task-Agnostic pretraining for VLAs

ICML 2026poster

Vision-Language-Action (VLA) models are bottlenecked by the scarcity of expert demonstrations—expensive triplets of observations, language instructions, and actions. We propose that learning ''how to move'' can be decoupled from learning ''what to do,'' and that the former requires no task labels at…

Cited by 0SourceScholar
2026

LongLLaDA: Unlocking Long Context Capabilities in Diffusion LLMs

AAAI 2026technical

Large Language Diffusion Models, or dLLMs, have emerged as a significant focus in NLP research, with substantial effort directed toward understanding their scalability and downstream task performance. However, their long-context capabilities remain unexplored, lacking systematic analysis or methods

Cited by 0SourcePDFScholar
2026

MathCritique: Enhancing LLM Reasoning via Critique Models with Test-Time and Training-Time Supervision

IJCAI 2026

Training critique models to provide useful feedback for actor models is an effective approach in scalable oversight, especially for complex tasks like math reasoning. However, current research lacks suitable datasets for effectively training critique models and integrating them in a principled way a

Cited by 0Scholar
2026

ResearchEnvBench: Benchmarking Agents on Environment Synthesis for Research Code Execution

IJCAI 2026

Autonomous agents are increasingly expected to support scientific research, and recent benchmarks report progress in code repair and autonomous experimentation. However, these evaluations typically assume a pre-configured execution environment, which requires resolving complex software dependencies,

Cited by 0Scholar
2026

RoboOmni: Proactive Robot Manipulation in Omni-modal Context

ICLR 2026poster

Recent advances in Multimodal Large Language Models (MLLMs) have driven rapid progress in Vision–Language–Action (VLA) models for robotic manipulation. Although effective in many scenarios, current approaches largely rely on explicit instructions, whereas in real-world interactions, humans rarely is…

Cited by 0SourcecodeScholar
2026

SIM-CoT: Supervised Implicit Chain-of-Thought

ICLR 2026poster

Implicit Chain-of-Thought (CoT) methods offer a token-efficient alternative to explicit CoT reasoning in Large Language Models (LLMs), but a persistent performance gap has limited their adoption. We identify a core latent instability issue when scaling the computational budget of implicit CoT: as th…

Cited by 0SourcecodeScholar
2026

SRPO: Self-Referential Policy Optimization for Vision-Language-Action Models

CVPR 2026

Vision-Language-Action (VLA) models excel in robotic manipulation but are constrained by their heavy reliance on expert demonstrations, leading to demonstration bias and limiting performance. Reinforcement learning (RL) is a vital post-training strategy to overcome these limits, yet current VLA-RL m

Cited by 0SourceScholar
2026

Scaling Transformers for End-to-End Discrete Audio Tokenization

ICML 2026poster

Discrete audio tokenizers are fundamental to empowering large language models with native audio processing and generation capabilities. Despite recent progress, existing approaches often rely on pretrained encoders, semantic distillation, or heterogeneous CNN-based architectures. These designs intro…

Cited by 0SourceScholar
2026

Sparse-dLLM: Accelerating Diffusion LLMs with Dynamic Cache Eviction

AAAI 2026technical

Diffusion Large Language Models (dLLMs) enable breakthroughs in reasoning and parallel decoding but suffer from prohibitive quadratic computational complexity and memory overhead during inference. Current caching techniques accelerate decoding by storing full-layer states, yet impose substantial mem

Cited by 0SourcePDFScholar
2026

Sparser Block-Sparse Attention via Token Permutation

ICML 2026poster

Scaling the context length of large language models (LLMs) offers significant benefits but is computationally expensive. This expense stems primarily from the self-attention mechanism, whose $O(N^2)$ complexity with respect to sequence length presents a major bottleneck for both memory and latency. …

Cited by 0SourceScholar
2026

Synthesizing Multimodal Verifiable Game Data to Boost VLMs' General Reasoning

ICLR 2026poster

Vision-language reinforcement learning (RL) has primarily focused on narrow domains (e.g. geometry or chart reasoning). This leaves broader training scenarios and resources underexplored, limiting the exploration and learning of Vision Language Models (VLMs) through RL. We find video games inherentl…

Cited by 0SourcecodeScholar
2026

Teach2Eval: An Interaction-Driven LLMs Evaluation Method via Teaching Effectiveness

ICLR 2026poster

Recent progress in large language models (LLMs) has outpaced the development of effective evaluation methods. Evaluating LLMs with static, task-specific benchmarks is increasingly fragile due to contamination and saturation, and it fails to capture interactive reasoning. We introduce Teach2Eval, whi…

Cited by 0SourcecodeScholar
2026

Thinking with Video: Video Generation as a Promising Multimodal Reasoning Paradigm

CVPR 2026

The "Thinking with Text" and "Thinking with Images" paradigms significantly improve the reasoning abilities of large language models (LLMs) and Vision-Language Models (VLMs). However, these paradigms have inherent limitations. (1) Images capture only single moments and fail to represent dynamic proc

Cited by 0SourcecodeScholar
2026

Towards True Speech-to-Speech Models Without Text Guidance

ICLR 2026poster

Spoken dialogue systems often rely on cascaded pipelines that transcribe, process, and resynthesize speech. While effective, this design discards paralinguistic cues and limits expressivity. Recent end-to-end methods reduce latency and better preserve these cues, yet still rely on text intermediates…

Cited by 0SourcecodeScholar
2026

Towards Understanding the Nature of Attention with Low-Rank Sparse Decomposition

ICLR 2026poster

We propose Low-Rank Sparse Attention (Lorsa), a sparse replacement model of Transformer attention layers to disentangle original Multi Head Self Attention (MHSA) into individually comprehensible components. Lorsa is designed to address the challenge of \textit{attention superposition} to understand…

Cited by 0SourcecodeScholar
2026

VSTYLE: A BENCHMARK FOR VOICE STYLE ADAPTATION WITH SPOKEN INSTRUCTIONS

ICASSP 2026poster

Spoken language models (SLMs) have emerged as a unified paradigm for speech understanding and generation, enabling natural human machine interaction. However, while most progress has focused on semantic accuracy and instruction following, the ability of SLMs to adapt their speaking style based on sp…

Cited by 0SourcePDFScholar
2026

YuE: Scaling Open Foundation Models for Long-Form Music Generation

ICLR 2026poster

We tackle the task of long-form music generation, particularly the challenging \textbf{lyrics-to-song} problem, by introducing \textbf{YuE (乐)}, a family of open-source music generation foundation models. Specifically, YuE scales to trillions of tokens and generates up to five minutes of music while…

Cited by 0SourcecodeScholar
2025

AgentGym: Evaluating and Training Large Language Model-based Agents across Diverse Environments

ACL 2025long

Large language models (LLMs) have emerged as a promising foundation to build generally-capable agents (LLM-based agents) that can handle multi-turn decision-making tasks across various environments. However, the community lacks a unified interactive framework that covers diverse environments for com…

2025

Are LLMs Rational Investors? A Study on the Financial Bias in LLMs

ACL 2025finding

Large language models (LLMs) excel in natural language generation but also exhibit biases, particularly in gender, race, and religion, which can be amplified with widespread use. However, research on biases in specific domains, such as finance, remains limited. To address this gap, we conducted a co…

2025

BitStack: Any-Size Compression of Large Language Models in Variable Memory Environments

ICLR 2025poster

Large language models (LLMs) have revolutionized numerous applications, yet their deployment remains challenged by memory constraints on local devices. While scaling laws have enhanced LLM capabilities, the primary bottleneck has shifted from $\textit{capability}$ to $\textit{availability}$, emphasi…

2025

CAMIEval: Enhancing NLG Evaluation through Multidimensional Comparative Instruction-Following Analysis

NAACL 2025long

With the rapid development of large language models (LLMs), due to their strong performance across various fields, LLM-based evaluation methods (LLM-as-a-Judge) have become widely used in natural language generation (NLG) evaluation. However, these methods encounter the following challenges: (1) dis…

Cited by 0SourcePDFScholar
2025

CHiP: Cross-modal Hierarchical Direct Preference Optimization for Multimodal LLMs

ICLR 2025poster

Multimodal Large Language Models (MLLMs) still struggle with hallucinations despite their impressive capabilities. Recent studies have attempted to mitigate this by applying Direct Preference Optimization (DPO) to multimodal scenarios using preference pairs from text-based responses. However, our an…

2025

Case2Code: Scalable Synthetic Data for Code Generation

COLING 2025main

Large Language Models (LLMs) have shown outstanding breakthroughs in code generation. Recent work improves code LLMs by training on synthetic data generated by some powerful LLMs, which can be challenging to scale due to the dependence on a teacher model and high generation costs. In this paper, we…

2025

ConvSearch-R1: Enhancing Query Reformulation for Conversational Search with Reasoning via Reinforcement Learning

EMNLP 2025

Conversational search systems require effective handling of context-dependent queries that often contain ambiguity, omission, and coreference. Conversational Query Reformulation (CQR) addresses this challenge by transforming these queries into self-contained forms suitable for off-the-shelf retrieve

2025

CritiQ: Mining Data Quality Criteria from Human Preferences

ACL 2025long

Language model heavily depends on high-quality data for optimal performance. Existing approaches rely on manually designed heuristics, the perplexity of existing models, training classifiers, orcareful prompt engineering, which require significant expert experience and human annotation effort while…

2025

Data Mixing Laws: Optimizing Data Mixtures by Predicting Language Modeling Performance

ICLR 2025poster

Pretraining data of large language models composes multiple domains (e.g., web texts, academic papers, codes), whose mixture proportions crucially impact the competence of outcome models. While existing endeavors rely on heuristics or qualitative strategies to tune the proportions, we discover the q…

2025

Decoupled Proxy Alignment: Mitigating Language Prior Conflict for Multimodal Alignment in MLLMs

EMNLP 2025

Multimodal large language models (MLLMs) have gained significant attention due to their impressive ability to integrate vision and language modalities. Recent advancements in MLLMs have primarily focused on improving performance through high-quality datasets, novel architectures, and optimized train

Cited by 0SourcePDFScholar
2025

Domain2Vec: Vectorizing Datasets to Find the Optimal Data Mixture without Training

ICML 2025poster

We introduce *Domain2Vec*, a novel approach that decomposes any dataset into a linear combination of several *meta-domains*, a new concept designed to capture the key underlying features of datasets. *Domain2Vec* maintains a vocabulary of meta-domains and uses a classifier to decompose any given dat…

Cited by 0SourcePDFScholar
2025

Dynamic and Generalizable Process Reward Modeling

ACL 2025long

Process Reward Models (PRMs) are crucial for guiding Large Language Models (LLMs) in complex scenarios by providing dense reward signals. However, existing PRMs primarily rely on heuristic approaches, which struggle with cross-domain generalization. While LLM-as-judge has been proposed to provide ge…

Cited by 0SourcePDFScholar
2025

Error Classification of Large Language Models on Math Word Problems: A Dynamically Adaptive Framework

EMNLP 2025

Large Language Models (LLMs) have demonstrated remarkable capabilities across various domains. Math Word Problems (MWPs) serve as a crucial benchmark for evaluating LLMs’ reasoning abilities. While most research primarily focuses on improving accuracy, it often neglects understanding and addressing

Cited by 0SourcePDFScholar
2025

FastMCTS: A Simple Sampling Strategy for Data Synthesis

ACL 2025long

Synthetic high-quality multi-step reasoning data can significantly enhance the performance of large language models on various tasks. However, most existing methods rely on rejection sampling, which generates trajectories independently and suffers from inefficiency and imbalanced sampling across pro…

2025

FiNE: Filtering and Improving Noisy Data Elaborately with Large Language Models

NAACL 2025long

Data is the lifeblood of large language models (LLMs). While the quantity of open-source data available for training LLMs is substantial, its integrity often falls short. For instance, the open-source chat version of Yi-1.5-9B scores 5.20 on AlignBench, while the Chinese Alpaca-GPT4 version scores 4…

Cited by 0SourcePDFScholar
2025

Firewall Routing: Blocking Leads to Better Hybrid Inference for LLMs

EMNLP 2025

The rapid advancement of Large Language Models (LLMs) has significantly enhanced performance across various natural language processing (NLP) tasks, yet the high computational costs and latency associated with deploying such models continue to pose critical bottlenecks, limiting their broader applic

Cited by 0SourcePDFScholar
2025

ForgerySleuth: Empowering Multimodal Large Language Models for Image Manipulation Detection

NeurIPS 2025poster

Multimodal large language models have unlocked new possibilities for various multimodal tasks. However, their potential in image manipulation detection remains unexplored. When directly applied to the IMD task, M-LLMs often produce reasoning texts that suffer from hallucinations and overthinking. To…

Cited by 0SourcecodeScholar
2025

How to Mitigate Overfitting in Weak-to-strong Generalization?

ACL 2025long

Aligning powerful AI models on tasks that surpass human evaluation capabilities is the central problem of **superalignment**. To address this problem, weak-to-strong generalization aims to elicit the capabilities of strong models through weak supervisors and ensure that the behavior of strong models…

Cited by 0SourcePDFScholar
2025

INST-IT: Boosting Instance Understanding via Explicit Visual Prompt Instruction Tuning

NeurIPS 2025poster

Large Multimodal Models (LMMs) have made significant breakthroughs with the advancement of instruction tuning. However, while existing models can understand images and videos at a holistic level, they still struggle with instance-level understanding that requires a more fine-grained comprehension an…

Cited by 0SourceScholar
2025

Implicit Reward as the Bridge: A Unified View of SFT and DPO Connections

NeurIPS 2025poster

Post-training processes are essential phases in grounding pre-trained language models to real-world tasks, with learning from demonstrations or preference signals playing a crucial role in this adaptation. We present a unified theoretical framework bridging Supervised Fine-Tuning (SFT) and preferenc…

Cited by 0SourceScholar
2025

MetaAlign: Align Large Language Models with Diverse Preferences during Inference Time

NAACL 2025findings

Large Language Models (LLMs) acquire extensive knowledge and remarkable abilities from extensive text corpora, making them powerful tools for various applications. To make LLMs more usable, aligning them with human preferences is essential. Existing alignment techniques, such as Reinforcement Learni…

2025

Perceive the Passage of Time: A Systematic Evaluation of Large Language Model in Temporal Relativity

COLING 2025main

Temporal perception is crucial for Large Language Models(LLMs) to effectively understand the world. However, current benchmarks primarily focus on temporal reasoning, falling short in understanding the temporal characteristics involving temporal perception, particularly in understanding temporal rel…

Cited by 0SourcePDFScholar
2025

Pre-Trained Policy Discriminators are General Reward Models

NeurIPS 2025poster

We offer a novel perspective on reward modeling by formulating it as a policy discriminator, which quantifies the difference between two policies to generate a reward signal, guiding the training policy towards a target policy with desired behaviors. Based on this conceptual insight, we propose a sc…

Cited by 0SourceScholar
2025

Prior-Fitted Networks Scale to Larger Datasets When Treated as Weak Learners

AISTATS 2025poster

Prior-Fitted Networks (PFNs) have recently been proposed to efficiently perform tabular classification tasks. Although they achieve good performance on small datasets, they encounter limitations with larger datasets. These limitations include significant memory consumption and increased computationa…

Cited by 0SourcecodeScholar
2025

ProLongVid: A Simple but Strong Baseline for Long-context Video Instruction Tuning

EMNLP 2025

Video understanding is essential for multimodal large language models (MLLMs) to interact effectively with users and the real world. However, analyzing long videos remains a major challenge due to the lack of high-quality video instruction data and effective training strategies. In this paper, we in

2025

R3-RAG: Learning Step-by-Step Reasoning and Retrieval for LLMs via Reinforcement Learning

EMNLP 2025

Retrieval-Augmented Generation (RAG) integrates external knowledge with Large Language Models (LLMs) to enhance factual correctness and mitigate hallucination. However, dense retrievers often become the bottleneck of RAG systems due to their limited parameters compared to LLMs and their inability to

2025

REARANK: Reasoning Re-ranking Agent via Reinforcement Learning

EMNLP 2025

We present REARANK, a large language model (LLM)-based listwise reasoning rerank- ing agent. REARANK explicitly reasons be- fore reranking, significantly improving both performance and interpretability. Leveraging reinforcement learning and data augmentation, REARANK achieves substantial improvement

2025

ReAttention: Training-Free Infinite Context with Finite Attention Scope

ICLR 2025poster

The long-context capability of the Large Language Models (LLM) has made significant breakthroughs, but \textit{the maximum supported context length in length extrapolation} remains a critical bottleneck limiting their practical applications. The constraint of context length in LLMs arises from the s…

2025

Revisiting the Test-Time Scaling of o1-like Models: Do they Truly Possess Test-Time Scaling Capabilities?

ACL 2025long

The advent of test-time scaling in large language models (LLMs), exemplified by OpenAI’s o1 series, has advanced reasoning capabilities by scaling computational resource allocation during inference. While successors like QwQ, Deepseek-R1 (R1) and LIMO replicate these advancements, whether these mode…

2025

Safe Inputs but Unsafe Output: Benchmarking Cross-modality Safety Alignment of Large Vision-Language Models

NAACL 2025findings

As Artificial General Intelligence (AGI) becomes increasingly integrated into various facets of human life, ensuring the safety and ethical alignment of such systems is paramount. Previous studies primarily focus on single-modality threats, which may not suffice given the integrated and complex natu…

Cited by 1SourcePDFScholar
2025

Towards Economical Inference: Enabling DeepSeek’s Multi-Head Latent Attention in Any Transformer-based LLMs

ACL 2025long

Multi-head Latent Attention (MLA) is an innovative architecture proposed by DeepSeek, designed to ensure efficient and economical inference by significantly compressing the Key-Value (KV) cache into a latent vector. Compared to MLA, standard LLMs employing Multi-Head Attention (MHA) and its variants…

2025

Towards Universality: Studying Mechanistic Similarity Across Language Model Architectures

ICLR 2025poster

The hypothesis of \textit{Universality} in interpretability suggests that different neural networks may converge to implement similar algorithms on similar tasks. In this work, we investigate two mainstream architectures for language modeling, namely Transformers and Mambas, to explore the extent of…

Cited by 3SourcePDFScholar
2025

UnifiedVisual: A Framework for Constructing Unified Vision-Language Datasets

EMNLP 2025

Unified vision large language models (VLLMs) have recently achieved impressive advancements in both multimodal understanding and generation, powering applications such as visual question answering and text-guided image synthesis. However, progress in unified VLLMs remains constrained by the lack of

2025

UnitCoder: Scalable Code Synthesis from Pre-training Corpora

EMNLP 2025

Large Language Models (LLMs) have demonstrated remarkable capabilities in various tasks, yet code generation remains a major challenge. Despite the abundant sources of code data, constructing high-quality training datasets at scale poses a significant challenge. Pre-training code data typically suff

2025

VLABench: A Large-Scale Benchmark for Language-Conditioned Robotics Manipulation with Long-Horizon Reasoning Tasks

ICCV 2025poster

General-purposed embodied agents are designed to understand the users' natural instructions or intentions and act precisely to complete universal tasks. Recently, methods based on foundation models especially Vision-Language-Action models (VLAs) have shown a substantial potential to solve language-c…

2025

VehicleWorld: A Highly Integrated Multi-Device Environment for Intelligent Vehicle Interaction

EMNLP 2025

Intelligent vehicle cockpits present unique challenges for API Agents, requiring coordination across tightly-coupled subsystems that exceed typical task environments’ complexity. Traditional Function Calling (FC) approaches operate statelessly, requiring multiple exploratory calls to build environme

2025

VideoRoPE: What Makes for Good Video Rotary Position Embedding?

ICML 2025oral

While Rotary Position Embedding (RoPE) and its variants are widely adopted for their long-context capabilities, the extension of the 1D RoPE to video, with its complex spatio-temporal structure, remains an open challenge. This work first introduces a comprehensive analysis that identifies four key c…

2025

VisuoThink: Empowering LVLM Reasoning with Multimodal Tree Search

ACL 2025long

Recent advancements in Large Vision-Language Models have showcased remarkable capabilities. However, they often falter when confronted with complex reasoning tasks that humans typically address through visual aids and deliberate, step-by-step thinking. While existing methods have explored text-based…

2025

World Modeling Makes a Better Planner: Dual Preference Optimization for Embodied Task Planning

ACL 2025long

Recent advances in large vision-language models (LVLMs) have shown promise for embodied task planning, yet they struggle with fundamental challenges like dependency constraints and efficiency. Existing approaches either solely optimize action selection or directly leverage pre-trained models as worl…

Cited by 0SourcePDFScholar
2025

World-aware Planning Narratives Enhance Large Vision-Language Model Planner

NeurIPS 2025poster

Large Vision-Language Models (LVLMs) show promise for embodied planning tasks but struggle with complex scenarios involving unfamiliar environments and multi-step goals. Current approaches rely on environment-agnostic imitation learning that disconnects instructions from environmental contexts, cau…

Cited by 0SourceScholar
2024

AdaLomo: Low-memory Optimization with Adaptive Learning Rate

ACL 2024findings

Large language models have achieved remarkable success, but their extensive parameter size necessitates substantial memory for training, thereby setting a high threshold. While the recently proposed low-memory optimization (LOMO) reduces memory footprint, its optimization technique, akin to stochast…

2024

Aggregation of Reasoning: A Hierarchical Framework for Enhancing Answer Selection in Large Language Models

COLING 2024main

Recent advancements in Chain-of-Thought prompting have facilitated significant breakthroughs for Large Language Models (LLMs) in complex reasoning tasks. Current research enhances the reasoning performance of LLMs by sampling multiple reasoning chains and ensembling based on the answer frequency. Ho…

2024

AnyGPT: Unified Multimodal LLM with Discrete Sequence Modeling

ACL 2024long

We introduce AnyGPT, an any-to-any multimodal language model that utilizes discrete representations for the unified processing of various modalities, including speech, text, images, and music. AnyGPT can be trained stably without any alterations to the current large language model (LLM) architecture…

2024

Balanced Data Sampling for Language Model Training with Clustering

ACL 2024findings

Data plays a fundamental role in the training of Large Language Models (LLMs). While attention has been paid to the collection and composition of datasets, determining the data sampling strategy in training remains an open question. Most LLMs are trained with a simple strategy, random sampling. Howe…

2024

Benchmarking Hallucination in Large Language Models Based on Unanswerable Math Word Problem

COLING 2024main

Large language models (LLMs) are highly effective in various natural language processing (NLP) tasks. However, they are susceptible to producing unreliable conjectures in ambiguous contexts called hallucination. This paper presents a new method for evaluating LLM hallucination in Question Answering…

2024

Calibrating the Confidence of Large Language Models by Eliciting Fidelity

EMNLP 2024main

Large language models optimized with techniques like RLHF have achieved good alignment in being helpful and harmless. However, post-alignment, these language models often exhibit overconfidence, where the expressed confidence does not accurately calibrate with their correctness rate. In this paper,…

Cited by 4SourcePDFScholar
2024

Can AI Assistants Know What They Don't Know?

ICML 2024poster

AI assistants powered by Large Language Models (LLMs) have demonstrated impressive performance in various tasks. However, LLMs still make factual errors in knowledge-intensive tasks such as open-domain question answering. These untruthful responses from AI assistants can pose significant risks in pr…

2024

Can Language Models Learn to Skip Steps?

NeurIPS 2024poster

Trained on vast corpora of human language, language models demonstrate emergent human-like reasoning abilities. Yet they are still far from true intelligence, which opens up intriguing opportunities to explore the parallels of humans and model behaviors. In this work, we study the ability to skip st…

2024

Code Needs Comments: Enhancing Code LLMs with Comment Augmentation

ACL 2024findings

The programming skill is one crucial ability for Large Language Models (LLMs), necessitating a deep understanding of programming languages (PLs) and their correlation with natural languages (NLs). We examine the impact of pre-training data on code-focused LLMs’ performance by assessing the comment d…

2024

DenoSent: A Denoising Objective for Self-Supervised Sentence Representation Learning

AAAI 2024technical

Contrastive-learning-based methods have dominated sentence representation learning. These methods regularize the representation space by pulling similar sentence representations closer and pushing away the dissimilar ones and have been proven effective in various NLP tasks, e.g., semantic textual si…

2024

Enhancing EEG-to-Text Decoding through Transferable Representations from Pre-trained Contrastive EEG-Text Masked Autoencoder

ACL 2024long

Reconstructing natural language from non-invasive electroencephalography (EEG) holds great promise as a language decoding technology for brain-computer interfaces (BCIs). However, EEG-based language decoding is still in its nascent stages, facing several technical issues such as: 1) Absence of a hyb…

Cited by 6SourcePDFScholar
2024

F-Eval: Asssessing Fundamental Abilities with Refined Evaluation Methods

ACL 2024long

Large language models (LLMs) garner significant attention for their unprecedented performance, leading to an increasing number of researches evaluating LLMs. However, these evaluation benchmarks are limited to assessing the instruction-following capabilities, overlooking the fundamental abilities th…

2024

Flames: Benchmarking Value Alignment of LLMs in Chinese

NAACL 2024long

The widespread adoption of large language models (LLMs) across various regions underscores the urgent need to evaluate their alignment with human values. Current benchmarks, however, fall short of effectively uncovering safety vulnerabilities in LLMs. Despite numerous models achieving high scores an…

2024

Full Parameter Fine-tuning for Large Language Models with Limited Resources

ACL 2024long

Large Language Models (LLMs) have revolutionized Natural Language Processing (NLP) but demand massive GPU resources for training. Lowering the threshold for LLMs training would encourage greater participation from researchers, benefiting both academia and society. While existing approaches have focu…

2024

Identifying Semantic Induction Heads to Understand In-Context Learning

ACL 2024findings

Although large language models (LLMs) have demonstrated remarkable performance, the lack of transparency in their inference logic raises concerns about their trustworthiness. To gain a better understanding of LLMs, we conduct a detailed analysis of the operations of attention heads and aim to better…

2024

InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model Guidance

EMNLP 2024main

As large language models (LLMs) rapidly evolve, they are increasingly being customized through fine-tuning to suit the specific needs of various applications. A critical aspect of this advancement is the alignment process, which ensures that these models perform tasks in ways that align with human v…

2024

Inference-Time Decontamination: Reusing Leaked Benchmarks for Large Language Model Evaluation

EMNLP 2024finding

The training process of large language models (LLMs) often involves varying degrees of test data contamination. Although current LLMs are achieving increasingly better performance on various benchmarks, their performance in practical applications does not always match their benchmark results. Leakag…

2024

L-Eval: Instituting Standardized Evaluation for Long Context Language Models

ACL 2024long

Recently, there has been growing interest in long-context scaling of large language models (LLMs). To facilitate research in this field, we propose L-Eval to institute a more standardized evaluation for Long-Context Language Models (LCLMs) addressing two key aspects: dataset construction and evaluat…

2024

LLM can Achieve Self-Regulation via Hyperparameter Aware Generation

ACL 2024findings

In the realm of Large Language Models (LLMs), users commonly employ diverse decoding strategies and adjust hyperparameters to control the generated text. However, a critical question emerges: Are LLMs conscious of the existence of these decoding strategies and capable of regulating themselves? The c…

Cited by 3SourcePDFScholar
2024

LLatrieval: LLM-Verified Retrieval for Verifiable Generation

NAACL 2024long

Verifiable generation aims to let the large language model (LLM) generate text with supporting documents, which enables the user to flexibly verify the answer and makes the LLM’s output more reliable. Retrieval plays a crucial role in verifiable generation. Specifically, the retrieved documents not…

2024

LongWanjuan: Towards Systematic Measurement for Long Text Quality

EMNLP 2024finding

The quality of training data is crucial for enhancing the long-text capabilities of foundation models. Despite existing efforts to refine data quality through heuristic rules and evaluations based on data diversity and difficulty, there’s a lack of systematic approaches specifically tailored for ass…

2024

Making Large Language Models Better Reasoners with Orchestrated Streaming Experiences

EMNLP 2024main

Large language models (LLMs) can perform complex reasoning by generating intermediate reasoning steps using chain-of-thought prompting under zero-shot or few-shot settings. However, zero-shot prompting always encounters low performance, and the superior performance of few-shot prompting hinges on th…

2024

Memorize Step by Step: Efficient Long-Context Prefilling with Incremental Memory and Decremental Chunk

EMNLP 2024main

The evolution of Large Language Models (LLMs) has led to significant advancements, with models like Claude and Gemini capable of processing contexts up to 1 million tokens. However, efficiently handling long sequences remains challenging, particularly during the prefilling stage when input lengths e…

Cited by 6SourcePDFScholar
2024

Pixel-level Semantic Correspondence through Layout-aware Representation Learning and Multi-scale Matching Integration

CVPR 2024poster

Establishing precise semantic correspondence across object instances in different images is a fundamental and challenging task in computer vision. In this task difficulty arises often due to three challenges: confusing regions with similar appearance inconsistent object scale and indistinguishable n…

2024

R3-NL2GQL: A Model Coordination and Knowledge Graph Alignment Approach for NL2GQL

EMNLP 2024finding

While current tasks of converting natural language to SQL (NL2SQL) using Foundation Models have shown impressive achievements, adapting these approaches for converting natural language to Graph Query Language (NL2GQL) encounters hurdles due to the distinct nature of GQL compared to SQL, alongside th…

2024

Reasoning in Flux: Enhancing Large Language Models Reasoning through Uncertainty-aware Adaptive Guidance

ACL 2024long

Machine reasoning, which involves solving complex problems through step-by-step deduction and analysis, is a crucial indicator of the capabilities of Large Language Models (LLMs). However, as the complexity of tasks escalates, LLMs often encounter increasing errors in their multi-step reasoning proc…

Cited by 9SourcePDFScholar
2024

Scaling Laws for Fact Memorization of Large Language Models

EMNLP 2024finding

Fact knowledge memorization is crucial for Large Language Models (LLM) to generate factual and reliable responses. However, the behaviors of LLM fact memorization remain under-explored. In this paper, we analyze the scaling laws for LLM’s fact knowledge and LLMs’ behaviors of memorizing different ty…

2024

SpeechAlign: Aligning Speech Generation to Human Preferences

NeurIPS 2024poster

Speech language models have significantly advanced in generating realistic speech, with neural codec language models standing out. However, the integration of preference optimization to align speech outputs to human preferences is often neglected. This paper addresses this gap by first analyzing the…

2024

SpeechTokenizer: Unified Speech Tokenizer for Speech Language Models

ICLR 2024poster

Current speech large language models build upon discrete speech representations, which can be categorized into semantic tokens and acoustic tokens. However, existing speech tokens are not specifically designed for speech language modeling. To assess the suitability of speech tokens for building spee…

2024

The Open-World Lottery Ticket Hypothesis for OOD Intent Classification

COLING 2024main

Most existing methods of Out-of-Domain (OOD) intent classification rely on extensive auxiliary OOD corpora or specific training paradigms. However, they are underdeveloped in the underlying principle that the models should have differentiated confidence in In- and Out-of-domain intent. In this work,…

2024

Training-Free Long-Context Scaling of Large Language Models

ICML 2024poster

The ability of Large Language Models (LLMs) to process and generate coherent text is markedly weakened when the number of input tokens exceeds their pretraining length. Given the expensive overhead of finetuning large-scale models with longer sequences, we propose a training-free approach named Dual…

2024

Turn Waste into Worth: Rectifying Top-k Router of MoE

EMNLP 2024main

Sparse Mixture of Experts (MoE) models are popular for training large language models due to their computational efficiency. However, the commonly used top-k routing mechanism suffers from redundancy computation and memory costs due to the unbalanced routing. Some experts are overflow, where the exc…

Cited by 2SourcePDFScholar
2024

Unified Active Retrieval for Retrieval Augmented Generation

EMNLP 2024finding

In Retrieval-Augmented Generation (RAG), retrieval is not always helpful and applying it to every instruction is sub-optimal. Therefore, determining whether to retrieve is crucial for RAG, which is usually referred to as Active Retrieval. However, existing active retrieval methods face two challenge…

2023

An AMR-based Link Prediction Approach for Document-level Event Argument Extraction

ACL 2023long

Recent works have introduced Abstract Meaning Representation (AMR) for Document-level Event Argument Extraction (Doc-level EAE), since AMR provides a useful interpretation of complex semantic structures and helps to capture long-distance dependency. However, in these works AMR is used only implicitl…

2023

An Embarrassingly Easy but Strong Baseline for Nested Named Entity Recognition

ACL 2023short

Named entity recognition (NER) is the task to detect and classify entity spans in the text. When entity spans overlap between each other, the task is named as nested NER. Span-based methods have been widely used to tackle nested NER. Most of these methods get a score matrix, where each entry corresp…

2023

CodeIE: Large Code Generation Models are Better Few-Shot Information Extractors

ACL 2023long

Large language models (LLMs) pre-trained on massive corpora have demonstrated impressive few-shot learning ability on many NLP tasks. A common practice is to recast the task into a text-to-text format such that generative LLMs of natural language (NL-LLMs) like GPT-3 can be prompted to solve it. How…

2023

DiffusionBERT: Improving Generative Masked Language Models with Diffusion Models

ACL 2023long

We present DiffusionBERT, a new generative masked language model based on discrete dif- fusion models. Diffusion models and many pre- trained language models have a shared training objective, i.e., denoising, making it possible to combine the two powerful models and enjoy the best of both worlds. On…

2023

Distributed Marker Representation for Ambiguous Discourse Markers and Entangled Relations

ACL 2023long

Discourse analysis is an important task because it models intrinsic semantic structures between sentences in a document. Discourse markers are natural representations of discourse in our daily language. One challenge is that the markers as well as pre-defined and human-labeled discourse relations ca…

Cited by 2SourcePDFScholar
2023

Do Large Language Models Know What They Don’t Know?

ACL 2023findings

Large language models (LLMs) have a wealth of knowledge that allows them to excel in various Natural Language Processing (NLP) tasks. Current research focuses on enhancing their performance within their existing knowledge. Despite their vast knowledge, LLMs are still limited by the amount of informa…

2023

Dual Cache for Long Document Neural Coreference Resolution

ACL 2023long

Recent works show the effectiveness of cache-based neural coreference resolution models on long documents. These models incrementally process a long document from left to right and extract relations between mentions and entities in a cache, resulting in much lower memory and computation cost compare…

2023

Exchange-of-Thought: Enhancing Large Language Model Capabilities through Cross-Model Communication

EMNLP 2023long main

Large Language Models (LLMs) have recently made significant strides in complex reasoning tasks through the Chain-of-Thought technique. Despite this progress, their reasoning is often constrained by their intrinsic understanding, lacking external insights. To address this, we propose Exchange-of-Thou…

Cited by 0SourcecodeScholar
2023

From Hypergraph Energy Functions to Hypergraph Neural Networks

ICML 2023poster

Hypergraphs are a powerful abstraction for representing higher-order interactions between entities of interest. To exploit these relationships in making downstream predictions, a variety of hypergraph neural network architectures have recently been proposed, in large part building upon precursors fr…

2023

Improving Contrastive Learning of Sentence Embeddings from AI Feedback

ACL 2023findings

Contrastive learning has become a popular approach in natural language processing, particularly for the learning of sentence embeddings.However, the discrete nature of natural language makes it difficult to ensure the quality of positive and negative sample pairs generated through data augmentation…

2023

Investigating Glyph-Phonetic Information for Chinese Spell Checking: What Works and What’s Next?

ACL 2023findings

While pre-trained Chinese language models have demonstrated impressive performance on a wide range of NLP tasks, the Chinese Spell Checking (CSC) task remains a challenge. Previous research has explored using information such as glyphs and phonetics to improve the ability of CSC models to distinguis…

2023

Mitigating Negative Style Transfer in Hybrid Dialogue System

AAAI 2023technical

As the functionality of dialogue systems evolves, hybrid dialogue systems that accomplish user-specific goals and participate in open-topic chitchat with users are attracting growing attention. Existing research learns both tasks concurrently utilizing a multi-task fusion technique but ignores the n…

2023

Multijugate Dual Learning for Low-Resource Task-Oriented Dialogue System

ACL 2023findings

Dialogue data in real scenarios tend to be sparsely available, rendering data-starved end-to-end dialogue systems trained inadequately. We discover that data utilization efficiency in low-resource scenarios can be enhanced by mining alignment information uncertain utterance and deterministic dialogu…

Cited by 2SourcePDFScholar
2023

Multitask Pre-training of Modular Prompt for Chinese Few-Shot Learning

ACL 2023long

Prompt tuning is a parameter-efficient approach to adapting pre-trained language models to downstream tasks. Although prompt tuning has been shown to match the performance of full model tuning when training data is sufficient, it tends to struggle in few-shot learning settings. In this paper, we pre…

2023

PerturbScore: Connecting Discrete and Continuous Perturbations in NLP

EMNLP 2023long findings

With the rapid development of neural network applications in NLP, model robustness problem is gaining more attention. Different from computer vision, the discrete nature of texts makes it more challenging to explore robustness in NLP. Therefore, in this paper, we aim to connect discrete perturbation…

Cited by 0SourcecodeScholar
2023

Plan, Verify and Switch: Integrated Reasoning with Diverse X-of-Thoughts

EMNLP 2023long main

As large language models (LLMs) have shown effectiveness with different prompting methods, such as Chain of Thought, Program of Thought, we find that these methods have formed a great complementarity to each other on math reasoning tasks. In this work, we propose XoT, an integrated problem solving f…

Cited by 0SourcecodeScholar
2023

SeqXGPT: Sentence-Level AI-Generated Text Detection

EMNLP 2023long main

Widely applied large language models (LLMs) can generate human-like content, raising concerns about the abuse of LLMs. Therefore, it is important to build strong AI-generated text (AIGT) detectors. Current works only consider document-level AIGT detection, therefore, in this paper, we first introduc…

Cited by 0SourcecodeScholar
2023

SpeechGPT: Empowering Large Language Models with Intrinsic Cross-Modal Conversational Abilities

EMNLP 2023long findings

Multi-modal large language models are regarded as a crucial step towards Artificial General Intelligence~(AGI) and have garnered significant interest with the emergence of ChatGPT. However, current speech-language models typically adopt the cascade paradigm, preventing inter-modal knowledge transfer…

Cited by 0SourcecodeScholar
2023

Two Birds One Stone: Dynamic Ensemble for OOD Intent Classification

ACL 2023long

Out-of-domain (OOD) intent classification is an active field of natural language understanding, which is of great practical significance for intelligent devices such as the Task-Oriented Dialogue System. It mainly contains two challenges: it requires the model to know what it knows and what it does…

2023

UTC-IE: A Unified Token-pair Classification Architecture for Information Extraction

ACL 2023long

Information Extraction (IE) spans several tasks with different output structures, such as named entity recognition, relation extraction and event extraction. Previously, those tasks were solved with different models because of diverse task output structures. Through re-examining IE tasks, we find th…

2023

Unified Demonstration Retriever for In-Context Learning

ACL 2023long

In-context learning is a new learning paradigm where a language model conditions on a few input-output pairs (demonstrations) and a test input, and directly outputs the prediction. It has been shown sensitive to the provided demonstrations and thus promotes the research of demonstration retrieval: g…

2023

Watermarking LLMs with Weight Quantization

EMNLP 2023long findings

Abuse of large language models reveals high risks as large language models are being deployed at an astonishing speed. It is important to protect the model weights to avoid malicious usage that violates licenses of open-source large language models. This paper proposes a novel watermarking strategy…

Cited by 0SourcecodeScholar
2022

A Simple Hash-Based Early Exiting Approach For Language Understanding and Generation

ACL 2022findings

Early exiting allows instances to exit at different layers according to the estimation of difficulty. Previous works usually adopt heuristic metrics such as the entropy of internal outputs to measure instance difficulty, which suffers from generalization and threshold-tuning. In contrast, learning t…

2022

BBTv2: Towards a Gradient-Free Future with Large Language Models

EMNLP 2022main

Most downstream adaptation methods tune all or part of the parameters of pre-trained models (PTMs) through gradient descent, where the tuning cost increases linearly with the growth of the model size.By contrast, gradient-free methods only require the forward computation of the PTM to tune the promp…

2022

BERTScore is Unfair: On Social Bias in Language Model-Based Metrics for Text Generation

EMNLP 2022main

Automatic evaluation metrics are crucial to the development of generative systems. In recent years, pre-trained language model (PLM) based metrics, such as BERTScore, have been commonly adopted in various generation tasks. However, it has been demonstrated that PLMs encode a range of stereotypical s…

2022

Black-Box Tuning for Language-Model-as-a-Service

ICML 2022spotlight

Extremely large pre-trained language models (PTMs) such as GPT-3 are usually released as a service. It allows users to design task-specific prompts to query the PTMs through some black-box APIs. In such a scenario, which we call Language-Model-as-a-Service (LMaaS), the gradients of PTMs are usually…

2022

CoLo: A Contrastive Learning Based Re-ranking Framework for One-Stage Summarization

COLING 2022main

Traditional training paradigms for extractive and abstractive summarization systems always only use token-level or sentence-level training objectives. However, the output summary is always evaluated from summary-level which leads to the inconsistency in training and evaluation. In this paper, we pro…

2022

CoNT: Contrastive Neural Text Generation

NeurIPS 2022accept

Recently, contrastive learning attracts increasing interests in neural text generation as a new solution to alleviate the exposure bias problem. It introduces a sequence-level training signal which is crucial to generation tasks that always rely on auto-regressive decoding. However, previous method…

Cited by 52SourcePDFScholar
2022

Coarse-to-Fine: Hierarchical Multi-task Learning for Natural Language Understanding

COLING 2022main

Generalized text representations are the foundation of many natural language understanding tasks. To fully utilize the different corpus, it is inevitable that models need to understand the relevance among them. However, many methods ignore the relevance and adopt a single-channel model (a coarse par…

Cited by 4SourcePDFScholar
2022

CodeRetriever: A Large Scale Contrastive Pre-Training Method for Code Search

EMNLP 2022main

In this paper, we propose the CodeRetriever model, which learns the function-level code semantic representations through large-scale code-text contrastive pre-training. We adopt two contrastive learning schemes in CodeRetriever: unimodal contrastive learning and bimodal contrastive learning. For uni…

2022

Contrast and Generation Make BART a Good Dialogue Emotion Recognizer

AAAI 2022technical

In dialogue systems, utterances with similar semantics may have distinctive emotions under different contexts. Therefore, modeling long-range contextual emotional relationships with speaker dependency plays a crucial part in dialogue emotion recognition. Meanwhile, distinguishing the different emoti…

2022

DORE: Document Ordered Relation Extraction based on Generative Framework

EMNLP 2022finding

In recent years, there is a surge of generation-based information extraction work, which allows a more direct use of pre-trained language models and efficiently captures output dependencies. However, previous generative methods using lexical representation do not naturally fit document-level relatio…

2022

Dialogue Meaning Representation for Task-Oriented Dialogue Systems

EMNLP 2022finding

Dialogue meaning representation formulates natural language utterance semantics in their conversational context in an explicit and machine-readable form. Previous work typically follows the intent-slot framework, which is easy for annotation yet limited in scalability for complex linguistic expressi…

2022

Improving Abstractive Dialogue Summarization with Speaker-Aware Supervised Contrastive Learning

COLING 2022main

Pre-trained models have brought remarkable success on the text summarization task. For dialogue summarization, the subdomain of text summarization, utterances are concatenated to flat text before being processed. As a result, existing summarization systems based on pre-trained models are unable to r…

Cited by 12SourcePDFScholar
2022

Is MultiWOZ a Solved Task? An Interactive TOD Evaluation Framework with User Simulator

EMNLP 2022finding

Task-Oriented Dialogue (TOD) systems are drawing more and more attention in recent studies.Current methods focus on constructing pre-trained models or fine-tuning strategies while the evaluation of TOD is limited by a policy mismatch problem.That is, during evaluation, the user utterances are from t…

2022

Late Prompt Tuning: A Late Prompt Could Be Better Than Many Prompts

EMNLP 2022finding

Prompt tuning is a parameter-efficient tuning (PETuning) method for utilizing pre-trained models (PTMs) that simply prepends a soft prompt to the input and only optimizes the prompt to adapt PTMs to downstream tasks. Although it is parameter- and deployment-efficient, its performance still lags behi…

2022

RLET: A Reinforcement Learning Based Approach for Explainable QA with Entailment Trees

EMNLP 2022main

Interpreting the reasoning process from questions to answers poses a challenge in approaching explainable QA. A recently proposed structured reasoning format, entailment tree, manages to offer explicit logical deductions with entailment steps in a tree structure. To generate entailment trees, prior…

2022

Soft-Labeled Contrastive Pre-Training for Function-Level Code Representation

EMNLP 2022finding

Code contrastive pre-training has recently achieved significant progress on code-related tasks. In this paper, we present SCodeR, a Soft-labeled contrastive pre-training framework with two positive sample construction methods to learn functional-level Code Representation. Considering the relevance b…

2022

Towards Efficient NLP: A Standard Evaluation and A Strong Baseline

NAACL 2022long

Supersized pre-trained language models have pushed the accuracy of various natural language processing (NLP) tasks to a new state-of-the-art (SOTA). Rather than pursuing the reachless SOTA accuracy, more and more researchers start paying attention to model efficiency and usability. Different from ac…

2022

What Dense Graph Do You Need for Self-Attention?

ICML 2022spotlight

Transformers have made progress in miscellaneous tasks, but suffer from quadratic computational and memory complexities. Recent works propose sparse transformers with attention on sparse graphs to reduce complexity and remain strong performance. While effective, the crucial parts of how dense a grap…

2022

“Is Whole Word Masking Always Better for Chinese BERT?”: Probing on Chinese Grammatical Error Correction

ACL 2022findings

Whole word masking (WWM), which masks all subwords corresponding to a word at once, makes a better English BERT model. For the Chinese language, however, there is no subword because each token is an atomic character. The meaning of a word in Chinese is different in that a word is a compositional uni…

Cited by 23SourcePDFScholar
2021

A Unified Generative Framework for Aspect-based Sentiment Analysis

ACL 2021long

Aspect-based Sentiment Analysis (ABSA) aims to identify the aspect terms, their corresponding sentiment polarities, and the opinion terms. There exist seven subtasks in ABSA. Most studies only focus on the subsets of these subtasks, which leads to various complicated ABSA models while hard to solve…

2021

A Unified Generative Framework for Various NER Subtasks

ACL 2021long

Named Entity Recognition (NER) is the task of identifying spans that represent entities in sentences. Whether the entity spans are nested or discontinuous, the NER task can be categorized into the flat NER, nested NER, and discontinuous NER subtasks. These subtasks have been mainly solved by the tok…

2021

Accelerating BERT Inference for Sequence Labeling via Early-Exit

ACL 2021long

Both performance and efficiency are crucial factors for sequence labeling tasks in many real-world scenarios. Although the pre-trained models (PTMs) have significantly improved the performance of various sequence labeling tasks, their computational cost is expensive. To alleviate this problem, we ex…

2021

Are Factuality Checkers Reliable? Adversarial Meta-evaluation of Factuality in Summarization

EMNLP 2021finding

With the continuous upgrading of the summarization systems driven by deep neural networks, researchers have higher requirements on the quality of the generated summaries, which should be not only fluent and informative but also factually correct. As a result, the field of factual evaluation has deve…

2021

Backdoor Attacks on Pre-trained Models by Layerwise Weight Poisoning

EMNLP 2021main

Pre-Trained Models have been widely applied and recently proved vulnerable under backdoor attacks: the released pre-trained weights can be maliciously poisoned with certain triggers. When the triggers are activated, even the fine-tuned model will predict pre-defined labels, causing a security threat…

Cited by 143SourcePDFScholar
2021

Does syntax matter? A strong baseline for Aspect-based Sentiment Analysis with RoBERTa

NAACL 2021long

Aspect-based Sentiment Analysis (ABSA), aiming at predicting the polarities for aspects, is a fine-grained task in the field of sentiment analysis. Previous work showed syntactic information, e.g. dependency trees, can effectively improve the ABSA performance. Recently, pre-trained models (PTMs) als…

2021

Enhancing Scientific Papers Summarization with Citation Graph

AAAI 2021technical

Previous work for text summarization in scientific domain mainly focused on the content of the input document, but seldom considering its citation network. However, scientific papers are full of uncommon domain-specific terms, making it almost impossible for the model to understand its true meaning…

2021

Finding Sparse Structures for Domain Specific Neural Machine Translation

AAAI 2021technical

Neural machine translation often adopts the fine-tuning approach to adapt to specific domains. However, nonrestricted fine-tuning can easily degrade on the general domain and over-fit to the target domain. To mitigate the issue, we propose Prune-Tune, a novel domain adaptation method via gradual pru…

2021

Fork or Fail: Cycle-Consistent Training with Many-to-One Mappings

AISTATS 2021poster

Cycle-consistent training is widely used for jointly learning a forward and inverse mapping between two domains of interest without the cumbersome requirement of collecting matched pairs within each domain. In this regard, the implicit assumption is that there exists (at least approximately) a groun…

2021

Keyphrase Generation with Fine-Grained Evaluation-Guided Reinforcement Learning

EMNLP 2021finding

Aiming to generate a set of keyphrases, Keyphrase Generation (KG) is a classical task for capturing the central idea from a given document. Based on Seq2Seq models, the previous reinforcement learning framework on KG tasks utilizes the evaluation metrics to further improve the well-trained neural mo…

2021

Pre-training with Meta Learning for Chinese Word Segmentation

NAACL 2021long

Recent researches show that pre-trained models (PTMs) are beneficial to Chinese Word Segmentation (CWS). However, PTMs used in previous works usually adopt language modeling as pre-training tasks, lacking task-specific prior segmentation knowledge and ignoring the discrepancy between pre-training ta…

Cited by 23SourcePDFScholar
2021

QMSum: A New Benchmark for Query-based Multi-domain Meeting Summarization

NAACL 2021long

Meetings are a key component of human collaboration. As increasing numbers of meetings are recorded and transcribed, meeting summaries have become essential to remind those who may or may not have attended the meetings about the key decisions made and the tasks to be completed. However, it is hard t…

2020

CoLAKE: Contextualized Language and Knowledge Embedding

COLING 2020main

With the emerging branch of incorporating factual knowledge into pre-trained language models such as BERT, most existing models consider shallow, static, and separately pre-trained entity embeddings, which limits the performance gains of these models. Few works explore the potential of deep contextu…

2020

GenWiki: A Dataset of 1.3 Million Content-Sharing Text and Graphs for Unsupervised Graph-to-Text Generation

COLING 2020main

Data collection for the knowledge graph-to-text generation is expensive. As a result, research on unsupervised models has emerged as an active field recently. However, most unsupervised models have to use non-parallel versions of existing small supervised datasets, which largely constrain their pote…