← Search

Qifan Wang

104 accepted papers

2026

A Single Layer to Explain Them All: Understanding Massive Values in Large Language Models

ICML 2026poster

We investigate the origins of massive activations in large language models (LLMs) and identify a specific layer named the Massive Emergence Layer (ME Layer), that is consistently observed across model families, where massive activations first emerge and subsequently propagate to deeper layers throug…

Cited by 0SourceScholar
2026

Chain-of-Search: Parameter-Efficient Reasoning for Zero-Shot Object Navigation

AAAI 2026technical

Zero-shot object navigation tasks agents with locating target objects in unseen environments—a core capability of embodied intelligence. While recent vision-language navigation methods leverage Large Language Models (LLMs) for multimodal reasoning, they suffer from two key limitations: (1) semantic

Cited by 0SourcePDFScholar
2026

DAG-MoE: From Simple Mixture to Structural Aggregation in Mixture-of-Experts

ICML 2026poster

Mixture-of-Experts (MoE) models have become a leading approach for decoupling parameter count from computational cost in large language models. Despite significant progress, effectively scaling MoE performance remains a challenge. Previous work shows that the use of fine-grained experts enlarges the…

Cited by 0SourceScholar
2026

DARC: Disagreement-Aware Alignment via Risk-Constrained Decoding

ICML 2026poster

Preference-based alignment methods (e.g., RLHF, DPO) typically optimize a single scalar objective, implicitly averaging over heterogeneous human preferences. In practice, systematic annotator and user-group disagreement makes mean-reward maximization brittle and susceptible to proxy over-optimizatio…

Cited by 0SourceScholar
2026

PASS: Probabilistic Agentic Supernet Sampling for Interpretable and Adaptive Chest X-Ray Reasoning

AAAI 2026technical

Existing tool-augmented agentic systems are limited in the real world by (i) black-box reasoning steps that undermine trust of decision-making and pose safety risks, (ii) poor multimodal integration, which is inherently critical for healthcare tasks, and (iii) rigid and computationally inefficient a

Cited by 0SourcePDFScholar
2026

TokenSeek: Memory Efficient Fine Tuning via Instance-Aware Token Ditching

ICLR 2026poster

Fine tuning has been regarded as a de facto approach for adapting large language models (LLMs) to downstream tasks, but the high training memory consumption inherited from LLMs makes this process inefficient. Among existing memory efficient approaches, activation-related optimization has proven part…

Cited by 0SourceScholar
2026

Unleashing Implicit Rewards: Prefix-Value Learning for Distribution-Level Optimization

ICML 2026poster

Process reward models (PRMs) provide fine-grained reward signals along the reasoning process, improving credit assignment beyond outcome-only rewards. Training reliable PRMs often relies on step annotations or heavy verification pipelines, making them expensive to scale and refresh during online RL.…

Cited by 0SourceScholar
2026

When Model Merging Breaks Routing: Training-Free Calibration for MoE

ICML 2026poster

Model merging has emerged as a cost-effective approach for consolidating the capabilities of multiple LLMs without retraining. However, existing merging techniques, largely based on linear parameter arithmetic or optimization, struggle when applied to Mixture-of-Experts (MoE) architectures. We ident…

Cited by 0SourceScholar
2025

100-LongBench: Are de facto Long-Context Benchmarks Literally Evaluating Long-Context Ability?

ACL 2025finding

Long-context capability is considered one of the most important abilities of LLMs, as a truly long context-capable LLM shall enable its users to effortlessly process many originally exhausting tasks — e.g., digesting a long-form document to find answers v.s., directly asking an LLM about it. However…

2025

AR-RAG: Autoregressive Retrieval Augmentation for Image Generation

NeurIPS 2025poster

We introduce Autoregressive Retrieval Augmentation (AR-RAG), a novel paradigm that enhances image generation by autoregressively incorporating k-nearest neighbor retrievals at the patch level. Unlike prior methods that perform a single, static retrieval before generation and condition the entire ge…

Cited by 0SourcecodeScholar
2025

Advantage-Guided Distillation for Preference Alignment in Small Language Models

ICLR 2025spotlight

Alignment techniques enable Large Language Models (LLMs) to generate outputs that align with human preferences and play a crucial role in their effectiveness. However, their impact often diminishes when applied to Small Language Models (SLMs), likely due to the limited capacity of these models. Inst…

2025

All You Need is One: Capsule Prompt Tuning with a Single Vector

NeurIPS 2025poster

Prompt-based learning has emerged as a parameter-efficient finetuning (PEFT) approach to facilitate Large Language Model (LLM) adaptation to downstream tasks by conditioning generation with task-aware guidance. Despite its successes, current prompt-based learning methods heavily rely on laborious gr…

Cited by 0SourceScholar
2025

Assistant-Guided Mitigation of Teacher Preference Bias in LLM-as-a-Judge

EMNLP 2025

LLM-as-a-Judge employs large language models (LLMs), such as GPT-4, to evaluate the quality of LLM-generated responses, gaining popularity for its cost-effectiveness and strong alignment with human evaluations. However, training proxy judge models using evaluation data generated by powerful teacher

2025

CompCap: Improving Multimodal Large Language Models with Composite Captions

ICCV 2025poster

How well can Multimodal Large Language Models (MLLMs) understand composite images? Composite images (CIs) are synthetic visuals created by merging multiple visual elements, such as charts, posters, or screenshots, rather than being captured directly by a camera. While CIs are prevalent in real-world…

2025

CrAM: Credibility-Aware Attention Modification in LLMs for Combating Misinformation in RAG

AAAI 2025technical

Retrieval-Augmented Generation (RAG) can alleviate hallucinations of Large Language Models (LLMs) by referencing external documents. However, the misinformation in external documents may mislead LLMs' generation. To address this issue, we explore the task of "credibility-aware RAG", in which LLMs au…

2025

Dynamic Fisher-weighted Model Merging via Bayesian Optimization

NAACL 2025long

The fine-tuning of pre-trained language models has resulted in the widespread availability of task-specific models. Model merging offers an efficient way to create multi-task models by combining these fine-tuned models at the parameter level, without the need for training data or joint training on m…

Cited by 0SourcePDFScholar
2025

Exploring the Adversarial Vulnerabilities of Vision-Language-Action Models in Robotics

ICCV 2025poster

Recently in robotics, Vision-Language-Action (VLA) models have emerged as a transformative approach, enabling robots to execute complex tasks by integrating visual and linguistic inputs within an end-to-end learning framework. Despite their significant capabilities, VLA models introduce new attack s…

2025

FinHEAR: Human Expertise and Adaptive Risk-Aware Temporal Reasoning for Financial Decision-Making

EMNLP 2025

Financial decision-making presents unique challenges for language models, requiring them to handle temporally evolving, risk-sensitive, and event-driven contexts. While large language models (LLMs) demonstrate strong general reasoning abilities, they often overlook key behavioral patterns underlying

2025

Grounded-VideoLLM: Sharpening Fine-grained Temporal Grounding in Video Large Language Models

EMNLP 2025

Despite their impressive performance in coarse-grained video understanding, Video Large Language Models (Video-LLMs) still face challenges in fine-grained temporal grounding, including ineffective temporal modeling and inadequate timestamp representations. In this work, we introduce Grounded-VideoLL

2025

IDInit: A Universal and Stable Initialization Method for Neural Network Training

ICLR 2025poster

Deep neural networks have achieved remarkable accomplishments in practice. The success of these networks hinges on effective initialization methods, which are vital for ensuring stable and rapid convergence during training. Recently, initialization methods that maintain identity transition within la…

Cited by 1SourcePDFScholar
2025

Inference Compute-Optimal Video Vision Language Models

ACL 2025long

This work investigates the optimal allocation of inference compute across three key scaling factors in video vision language models: language model size, frame count, and the number of visual tokens per frame. While prior works typically focuses on optimizing model efficiency or improving performanc…

Cited by 0SourcePDFScholar
2025

K-order Ranking Preference Optimization for Large Language Models

ACL 2025finding

To adapt large language models (LLMs) to ranking tasks, existing list-wise methods, represented by list-wise Direct Preference Optimization (DPO), focus on optimizing partial-order or full-order list ranking consistency for LLMs to enhance their ranking abilities.However, we argue that optimizing to…

2025

MEPT: Mixture of Expert Prompt Tuning as a Manifold Mapper

EMNLP 2025

Considering deep neural networks as manifold mappers, the pretrain-then-fine-tune paradigm can be interpreted as a two-stage process: pretrain establishes a broad knowledge base, and fine-tune adjusts the model parameters to activate specific neural pathways to align with the target manifold. Althou

Cited by 0SourcePDFScholar
2025

Modality-Specialized Synergizers for Interleaved Vision-Language Generalists

ICLR 2025poster

Recent advancements in Vision-Language Models (VLMs) have led to the emergence of Vision-Language Generalists (VLGs) capable of understanding and generating both text and images. However, seamlessly generating an arbitrary sequence of text and images remains a challenging task for the current VLGs.…

Cited by 0SourcePDFScholar
2025

On the Power of Adaptive Weighted Aggregation in Heterogeneous Federated Learning and Beyond

AISTATS 2025poster

Federated averaging (FedAvg) is the most fundamental algorithm in Federated learning (FL). Previous theoretical results assert that FedAvg convergence and generalization degenerate under heterogeneous clients. However, recent empirical results show that FedAvg can perform well in many real-world he…

Cited by 0SourcecodeScholar
2025

Probabilistic Token Alignment for Large Language Model Fusion

NeurIPS 2025poster

Training large language models (LLMs) from scratch can yield models with unique functionalities and strengths, but it is costly and often leads to redundant capabilities. A more cost-effective alternative is to fuse existing pre-trained LLMs with different architectures into a more powerful model. H…

Cited by 0SourceScholar
2025

Re-Imagining Multimodal Instruction Tuning: A Representation View

ICLR 2025poster

Multimodal instruction tuning has proven to be an effective strategy for achieving zero-shot generalization by fine-tuning pre-trained Large Multimodal Models (LMMs) with instruction-following data. However, as the scale of LMMs continues to grow, fully fine-tuning these models has become highly par…

2025

ReAlign: Structured Revision for Small Language Model Alignment

EMNLP 2025

Aligning small language models with human preferences is challenging, as weak policies struggle to generate informative on-policy samples and suffer from unstable gradients when trained on off-policy signals from stronger models. In this work, we propose ReAlign, a training framework that combines t

2025

Sycophancy Mitigation Through Reinforcement Learning with Uncertainty-Aware Adaptive Reasoning Trajectories

EMNLP 2025

Despite the remarkable capabilities of large language models, current training paradigms inadvertently foster sycophancy—alignment with user-provided information, regardless of factual accuracy. In this paper, we introduce SMART (Sycophancy Mitigation through Adaptive Reasoning Trajectories), reconc

2025

TCPO: Thought-Centric Preference Optimization for Effective Embodied Decision-making

EMNLP 2025

Using effective generalization capabilities of vision language models (VLMs) in context-specific dynamic tasks for embodied artificial intelligence remains a significant challenge. Although supervised fine-tuned models can better align with the real physical world, they still exhibit sluggish respon

Cited by 0SourcePDFScholar
2025

Visual Agents as Fast and Slow Thinkers

ICLR 2025poster

Achieving human-level intelligence requires refining cognitive distinctions between \textit{System 1} and \textit{System 2} thinking. While contemporary AI, driven by large language models, demonstrates human-like traits, it falls short of genuine cognition. Transitioning from structured benchmarks…

2025

When Backdoors Speak: Understanding LLM Backdoor Attacks Through Model-Generated Explanations

ACL 2025long

Large Language Models (LLMs) are known to be vulnerable to backdoor attacks, where triggers embedded in poisoned samples can maliciously alter LLMs’ behaviors. In this paper, we move beyond attacking LLMs and instead examine backdoor attacks through the novel lens of natural language explanations. S…

Cited by 0SourcePDFScholar
2024

A Single Vector Is Not Enough: Taxonomy Expansion via Box Embeddings (Extended Abstract)

IJCAI 2024poster

Taxonomies support various practical web applications such as product navigation in online shopping and user profile tagging on social platforms. Most existing methods for expanding taxonomies encode entities into vector embeddings (i.e., single points). However, we argue that vectors are insufficie…

Cited by 0SourcePDFScholar
2024

AMD: Automatic Multi-step Distillation of Large-scale Vision Models

ECCV 2024poster

"Transformer-based architectures have become the de-facto standard models for diverse vision tasks owing to their superior performance. As the size of these transformer-based models continues to scale up, model distillation becomes extremely important in real-world deployments, particularly on devic…

Cited by 8SourcePDFScholar
2024

C-ICL: Contrastive In-context Learning for Information Extraction

EMNLP 2024finding

There has been increasing interest in exploring the capabilities of advanced large language models (LLMs) in the field of information extraction (IE), specifically focusing on tasks related to named entity recognition (NER) and relation extraction (RE). Although researchers are exploring the use of…

Cited by 19SourcePDFScholar
2024

Direct Multi-Turn Preference Optimization for Language Agents

EMNLP 2024main

Adapting Large Language Models (LLMs) for agent tasks is critical in developing language agents. Direct Preference Optimization (DPO) is a promising technique for this adaptation with the alleviation of compounding errors, offering a means to directly optimize Reinforcement Learning (RL) objectives.…

2024

EAVE: Efficient Product Attribute Value Extraction via Lightweight Sparse-layer Interaction

EMNLP 2024finding

Product attribute value extraction involves identifying the specific values associated with various attributes from a product profile. While existing methods often prioritize the development of effective models to improve extraction performance, there has been limited emphasis on extraction efficien…

Cited by 1SourcePDFScholar
2024

FFB: A Fair Fairness Benchmark for In-Processing Group Fairness Methods

ICLR 2024poster

This paper introduces the Fair Fairness Benchmark (FFB), a benchmarking framework for in-processing group fairness methods. Ensuring fairness in machine learning is important for ethical compliance. However, there exist challenges in comparing and developing fairness methods due to inconsistencies i…

2024

Facing the Elephant in the Room: Visual Prompt Tuning or Full finetuning?

ICLR 2024poster

As the scale of vision models continues to grow, the emergence of Visual Prompt Tuning (VPT) as a parameter-efficient transfer learning technique has gained attention due to its superior performance compared to traditional full-finetuning. However, the conditions favoring VPT (the "when") and the un…

2024

HYDRA: Model Factorization Framework for Black-Box LLM Personalization

NeurIPS 2024poster

Personalization has emerged as a critical research area in modern intelligent systems, focusing on mining users' behavioral history and adapting to their preferences for delivering tailored experiences. Despite the remarkable few-shot capabilities exhibited by black-box large language models (LLMs),…

2024

Image Translation as Diffusion Visual Programmers

ICLR 2024poster

We introduce the novel Diffusion Visual Programmer (DVP), a neuro-symbolic image translation framework. Our proposed DVP seamlessly embeds a condition-flexible diffusion model within the GPT architecture, orchestrating a coherent sequence of visual programs ($i.e.$, computer vision models) for vario…

Cited by 25SourcePDFScholar
2024

InternalInspector I2: Robust Confidence Estimation in LLMs through Internal States

EMNLP 2024finding

Despite their vast capabilities, Large Language Models (LLMs) often struggle with generating reliable outputs, frequently producing high-confidence inaccuracies known as hallucinations. Addressing this challenge, our research introduces InternalInspector, a novel framework designed to enhance confid…

Cited by 2SourcePDFScholar
2024

Jack of All Tasks Master of Many: Designing General-Purpose Coarse-to-Fine Vision-Language Model

CVPR 2024highlight

The ability of large language models (LLMs) to process visual inputs has given rise to general-purpose vision systems unifying various vision-language (VL) tasks by instruction tuning. However due to the enormous diversity in input-output formats in the vision domain existing general-purpose models…

2024

LLM-Rec: Personalized Recommendation via Prompting Large Language Models

NAACL 2024findings

Text-based recommendation holds a wide range of practical applications due to its versatility, as textual descriptions can represent nearly any type of item. However, directly employing the original item descriptions may not yield optimal recommendation performance due to the lack of comprehensive i…

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

M2PT: Multimodal Prompt Tuning for Zero-shot Instruction Learning

EMNLP 2024main

Multimodal Large Language Models (MLLMs) demonstrate remarkable performance across a wide range of domains, with increasing emphasis on enhancing their zero-shot generalization capabilities for unseen tasks across various modalities. Instruction tuning has emerged as an effective strategy for achiev…

2024

MART: Improving LLM Safety with Multi-round Automatic Red-Teaming

NAACL 2024long

Red-teaming is a common practice for mitigating unsafe behaviors in Large Language Models (LLMs), which involves thoroughly assessing LLMs to identify potential flaws and addressing them with responsible and accurate responses.While effective, manual red-teaming is costly, and existing automatic red…

Cited by 99SourcePDFScholar
2024

MCL-NER: Cross-Lingual Named Entity Recognition via Multi-View Contrastive Learning

AAAI 2024technical

Cross-lingual named entity recognition (CrossNER) faces challenges stemming from uneven performance due to the scarcity of multilingual corpora, especially for non-English data. While prior efforts mainly focus on data-driven transfer methods, a significant aspect that has not been fully explored is…

Cited by 18SourcePDFScholar
2024

Multimodal Instruction Tuning with Conditional Mixture of LoRA

ACL 2024long

Multimodal Large Language Models (MLLMs) have demonstrated remarkable proficiency in diverse tasks across different domains, with an increasing focus on improving their zero-shot generalization capabilities for unseen multimodal tasks. Multimodal instruction tuning has emerged as a successful strate…

2024

Navigating the Dual Facets: A Comprehensive Evaluation of Sequential Memory Editing in Large Language Models

ACL 2024long

Memory Editing (ME) has emerged as an efficient method to modify erroneous facts or inject new facts into Large Language Models (LLMs). Two mainstream ME methods exist: parameter-modifying ME and parameter-preserving ME (integrating extra modules while preserving original parameters). Regrettably, p…

Cited by 7SourcePDFScholar
2024

ProMotion: Prototypes As Motion Learners

CVPR 2024poster

In this work we introduce ProMotion a unified prototypical transformer-based framework engineered to model fundamental motion tasks. ProMotion offers a range of compelling attributes that set it apart from current task-specific paradigms. 1. We adopt a prototypical perspective establishing a unified…

Cited by 7SourcePDFScholar
2024

Prototypical Transformer As Unified Motion Learners

ICML 2024poster

In this work, we introduce the Prototypical Transformer (ProtoFormer), a general and unified framework that approaches various motion tasks from a prototype perspective. ProtoFormer seamlessly integrates prototype learning with Transformer by thoughtfully considering motion dynamics, introducing two…

Cited by 17SourcePDFScholar
2024

RESPROMPT: Residual Connection Prompting Advances Multi-Step Reasoning in Large Language Models

NAACL 2024long

Chain-of-thought (CoT) has impressively unlocked the reasoning potential of large language models (LLMs). Yet, it falls short when tackling problems that require multiple reasoning steps. This limitation arises from the complex nature of multi-step reasoning processes: later stages often depend not…

2024

Representation Deficiency in Masked Language Modeling

ICLR 2024poster

Masked Language Modeling (MLM) has been one of the most prominent approaches for pretraining bidirectional text encoders due to its simplicity and effectiveness. One notable concern about MLM is that the special $\texttt{[MASK]}$ symbol causes a discrepancy between pretraining data and downstream da…

2024

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

COLING 2024main

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

2024

Speculative Decoding via Early-exiting for Faster LLM Inference with Thompson Sampling Control Mechanism

ACL 2024findings

The recent advancements in large language models (LLMs) have been extraordinary, yet the escalating inference costs associated with them present challenges in real-world applications. To address these challenges, we propose a novel approach called Early-exiting Speculative Decoding (EESD) with lossl…

Cited by 7SourcePDFScholar
2024

Think Twice Before Trusting: Self-Detection for Large Language Models through Comprehensive Answer Reflection

EMNLP 2024finding

Self-detection for Large Language Models (LLMs) seeks to evaluate the trustworthiness of the LLM’s output by leveraging its own capabilities, thereby alleviating the issue of output hallucination. However, existing self-detection approaches only retrospectively evaluate answers generated by LLM, typ…

Cited by 8SourcePDFScholar
2024

UAV First-Person Viewers Are Radiance Field Learners

ECCV 2024poster

"First-Person-View (FPV) holds immense potential for revolutionizing the trajectory of Unmanned Aerial Vehicles (UAVs), offering an exhilarating avenue for navigating complex building structures. Yet, traditional Neural Radiance Field (NeRF) methods face challenges such as sampling single points per…

Cited by 0SourcePDFScholar
2024

Unveiling User Satisfaction and Creator Productivity Trade-Offs in Recommendation Platforms

NeurIPS 2024poster

On User-Generated Content (UGC) platforms, recommendation algorithms significantly impact creators' motivation to produce content as they compete for algorithmically allocated user traffic. This phenomenon subtly shapes the volume and diversity of the content pool, which is crucial for the platform'…

Cited by 4SourcePDFScholar
2024

Vision-Flan: Scaling Human-Labeled Tasks in Visual Instruction Tuning

ACL 2024findings

Despite vision-language models’ (VLMs) remarkable capabilities as versatile visual assistants, two substantial challenges persist within the existing VLM frameworks: (1) lacking task diversity in pretraining and visual instruction tuning, and (2) annotation error and bias in GPT-4 synthesized instru…

Cited by 34SourcePDFScholar
2023

AD-KD: Attribution-Driven Knowledge Distillation for Language Model Compression

ACL 2023long

Knowledge distillation has attracted a great deal of interest recently to compress large language models. However, existing knowledge distillation methods suffer from two limitations. First, the student model simply imitates the teacher’s behavior while ignoring the reasoning behind it. Second, thes…

2023

APrompt: Attention Prompt Tuning for Efficient Adaptation of Pre-trained Language Models

EMNLP 2023long main

With the continuous growth of large language models, the process of fine-tuning these models for new tasks has become increasingly parameter-intensive. Prompt tuning, a method that involves tuning a small set of soft prompts, has emerged as an effective and efficient approach for adapting large pre-…

Cited by 0SourceScholar
2023

Are Machine Rationales (Not) Useful to Humans? Measuring and Improving Human Utility of Free-text Rationales

ACL 2023long

Among the remarkable emergent capabilities of large language models (LMs) is free-text rationalization; beyond certain scale, large LMs are capable of generating seemingly useful rationalizations, which in turn, can dramatically enhance their performances on leaderboards. This phenomenon raises a qu…

2023

Attack Prompt Generation for Red Teaming and Defending Large Language Models

EMNLP 2023long findings

Large language models (LLMs) are susceptible to red teaming attacks, which can induce LLMs to generate harmful content. Previous research constructs attack prompts via manual or automatic methods, which have their own limitations on construction cost and quality. To address these issues, we propose…

Cited by 0SourcecodeScholar
2023

COFFEE: Counterfactual Fairness for Personalized Text Generation in Explainable Recommendation

EMNLP 2023long main

As language models become increasingly integrated into our digital lives, Personalized Text Generation (PTG) has emerged as a pivotal component with a wide range of applications. However, the bias inherent in user written text, often used for PTG model training, can inadvertently associate different…

Cited by 0SourceScholar
2023

ClusterFomer: Clustering As A Universal Visual Learner

NeurIPS 2023poster

This paper presents ClusterFormer, a universal vision model that is based on the Clustering paradigm with TransFormer. It comprises two novel designs: 1) recurrent cross-attention clustering, which reformulates the cross-attention mechanism in Transformer and enables recursive updates of cluster cen…

2023

Coarse-to-Fine Contrastive Learning in Image-Text-Graph Space for Improved Vision-Language Compositionality

EMNLP 2023long main

Contrastively trained vision-language models have achieved remarkable progress in vision and language representation learning. However, recent research has highlighted severe limitations of these models in their ability to perform compositional reasoning over objects, attributes, and relations. Scen…

Cited by 0SourceScholar
2023

Defending Against Patch-Based Backdoor Attacks on Self-Supervised Learning

CVPR 2023poster

Recently, self-supervised learning (SSL) was shown to be vulnerable to patch-based data poisoning backdoor attacks. It was shown that an adversary can poison a small part of the unlabeled data so that when a victim trains an SSL model on it, the final model will have a backdoor that the adversary ca…

2023

Disentangled Phonetic Representation for Chinese Spelling Correction

ACL 2023long

Chinese Spelling Correction (CSC) aims to detect and correct erroneous characters in Chinese texts. Although efforts have been made to introduce phonetic information (Hanyu Pinyin) in this task, they typically merge phonetic representations with character representations, which tends to weaken the r…

2023

Dual-Feedback Knowledge Retrieval for Task-Oriented Dialogue Systems

EMNLP 2023long main

Efficient knowledge retrieval plays a pivotal role in ensuring the success of end-to-end task-oriented dialogue systems by facilitating the selection of relevant information necessary to fulfill user requests. However, current approaches generally integrate knowledge retrieval and response generatio…

Cited by 0SourceScholar
2023

E^2VPT: An Effective and Efficient Approach for Visual Prompt Tuning

ICCV 2023poster

As the size of transformer-based models continues to grow, fine-tuning these large-scale pre-trained vision models for new tasks has become increasingly parameter-intensive. Parameter-efficient learning has been developed to reduce the number of tunable parameters during fine-tuning. Although these…

Cited by 89PDFcodeScholar
2023

FedPETuning: When Federated Learning Meets the Parameter-Efficient Tuning Methods of Pre-trained Language Models

ACL 2023findings

With increasing concerns about data privacy, there is an increasing necessity of fine-tuning pre-trained language models (PLMs) for adapting to downstream tasks located in end-user devices or local clients without transmitting data to the central server. This urgent necessity therefore calls the res…

2023

Fusion or Defusion? Flexible Vision-and-Language Pre-Training

ACL 2023findings

Existing approaches in the vision-and-language pre-training (VLP) paradigm mainly deploy either fusion-based encoders or dual-encoders, failing to achieve both effectiveness and efficiency in downstream multimodal tasks. In this paper, we build a flexible VLP model by incorporating cross-modal fusio…

Cited by 2SourcePDFScholar
2023

Hypothetical Training for Robust Machine Reading Comprehension of Tabular Context

ACL 2023findings

Machine Reading Comprehension (MRC) models easily learn spurious correlations from complex contexts such as tabular data. Counterfactual training—using the factual and counterfactual data by augmentation—has become a promising solution. However, it is costly to construct faithful counterfactual exam…

2023

Improving Input-label Mapping with Demonstration Replay for In-context Learning

EMNLP 2023long findings

In-context learning (ICL) is an emerging capability of large autoregressive language models where a few input-label demonstrations are appended to the input to enhance the model's understanding of downstream NLP tasks, without directly adjusting the model parameters. The effectiveness of ICL can be…

Cited by 0SourceScholar
2023

MUSTIE: Multimodal Structural Transformer for Web Information Extraction

ACL 2023long

The task of web information extraction is to extract target fields of an object from web pages, such as extracting the name, genre and actor from a movie page. Recent sequential modeling approaches have achieved state-of-the-art results on web information extraction. However, most of these methods o…

Cited by 18SourcePDFScholar
2023

Meta-training with Demonstration Retrieval for Efficient Few-shot Learning

ACL 2023findings

Large language models show impressive results on few-shot NLP tasks. However, these models are memory and computation-intensive. Meta-training allows one to leverage smaller models for few-shot generalization in a domain-general and task-agnostic manner; however, these methods alone results in model…

Cited by 7SourcePDFScholar
2023

MixPAVE: Mix-Prompt Tuning for Few-shot Product Attribute Value Extraction

ACL 2023findings

The task of product attribute value extraction is to identify values of an attribute from product information. Product attributes are important features, which help improve online shopping experience of customers, such as product search, recommendation and comparison. Most existing works only focus…

Cited by 31SourcePDFScholar
2023

Multi-Task Transformer with Relation-Attention and Type-Attention for Named Entity Recognition

ICASSP 2023accepted

Named entity recognition (NER) is an important research problem in natural language processing. There are three types of NER tasks, including flat, nested and discontinuous entity recognition. Most previous sequential labeling models are task-specific, while recent years have witnessed the rising of…

Cited by 0SourceScholar
2023

Once is Enough: A Light-Weight Cross-Attention for Fast Sentence Pair Modeling

EMNLP 2023short main

Transformer-based models have achieved great success on sentence pair modeling tasks, such as answer selection and natural language inference (NLI). These models generally perform cross-attention over input pairs, leading to prohibitive computational cost. Recent studies propose dual-encoder and lat…

Cited by 0SourcecodeScholar
2023

Orders Are Unwanted: Dynamic Deep Graph Convolutional Network for Personality Detection

AAAI 2023technical

Predicting personality traits based on online posts has emerged as an important task in many fields such as social network analysis. One of the challenges of this task is assembling information from various posts into an overall profile for each user. While many previous solutions simply concatenate…

2023

PreQuant: A Task-agnostic Quantization Approach for Pre-trained Language Models

ACL 2023findings

While transformer-based pre-trained language models (PLMs) have dominated a number of NLP applications, these models are heavy to deploy and expensive to use. Therefore, effectively compressing large-scale PLMs becomes an increasingly important problem. Quantization, which represents high-precision…

Cited by 8SourcePDFScholar
2023

Prompt Learns Prompt: Exploring Knowledge-Aware Generative Prompt Collaboration For Video Captioning

IJCAI 2023poster

Fine-tuning large vision-language models is a challenging task. Prompt tuning approaches have been introduced to learn fixed textual or visual prompts while freezing the pre-trained model in downstream tasks. Despite the effectiveness of prompt tuning, what do those learnable prompts learn remains u…

Cited by 45SourcePDFScholar
2023

PsyCoT: Psychological Questionnaire as Powerful Chain-of-Thought for Personality Detection

EMNLP 2023long findings

Recent advances in large language models (LLMs), such as ChatGPT, have showcased remarkable zero-shot performance across various NLP tasks. However, the potential of LLMs in personality detection, which involves identifying an individual's personality from their written texts, remains largely unexpl…

Cited by 0SourcecodeScholar
2023

RankCSE: Unsupervised Sentence Representations Learning via Learning to Rank

ACL 2023long

Unsupervised sentence representation learning is one of the fundamental problems in natural language processing with various downstream applications. Recently, contrastive learning has been widely adopted which derives high-quality sentence representations by pulling similar semantics closer and pus…

2023

Rethinking Incentives in Recommender Systems: Are Monotone Rewards Always Beneficial?

NeurIPS 2023poster

The past decade has witnessed the flourishing of a new profession as media content creators, who rely on revenue streams from online content recommendation platforms. The reward mechanism employed by these platforms creates a competitive environment among creators which affects their production choi…

Cited by 16SourcePDFScholar
2023

Retrieval-based Knowledge Transfer: An Effective Approach for Extreme Large Language Model Compression

EMNLP 2023long findings

Large-scale pre-trained language models (LLMs) have demonstrated exceptional performance in various natural language processing (NLP) tasks. However, the massive size of these models poses huge challenges for their deployment in real-world applications. While numerous model compression techniques ha…

Cited by 0SourceScholar
2023

RoAST: Robustifying Language Models via Adversarial Perturbation with Selective Training

EMNLP 2023long findings

Fine-tuning pre-trained language models (LMs) has become the de facto standard in many NLP tasks. Nevertheless, fine-tuned LMs are still prone to robustness issues, such as adversarial robustness and model calibration. Several perspectives of robustness for LMs have been studied independently, but l…

Cited by 0SourcecodeScholar
2023

The Art of SOCRATIC QUESTIONING: Recursive Thinking with Large Language Models

EMNLP 2023long main

Chain-of-Thought (CoT) prompting enables large language models to solve complex reasoning problems by generating intermediate steps. However, confined by its inherent single-pass and sequential generation process, CoT heavily relies on the initial decisions, causing errors in early steps to accumula…

Cited by 0SourcecodeScholar
2023

TransFlow: Transformer As Flow Learner

CVPR 2023highlight

Optical flow is an indispensable building block for various important computer vision tasks, including motion estimation, object tracking, and disparity measurement. In this work, we propose TransFlow, a pure transformer architecture for optical flow estimation. Compared to dominant CNN-based method…

Cited by 99SourcePDFScholar
2023

Unified 3D Segmenter As Prototypical Classifiers

NeurIPS 2023poster

The task of point cloud segmentation, comprising semantic, instance, and panoptic segmentation, has been mainly tackled by designing task-specific network architectures, which often lack the flexibility to generalize across tasks, thus resulting in a fragmented research landscape. In this paper, we…

2022

AD-DROP: Attribution-Driven Dropout for Robust Language Model Fine-Tuning

NeurIPS 2022accept

Fine-tuning large pre-trained language models on downstream tasks is apt to suffer from overfitting when limited training data is available. While dropout proves to be an effective antidote by randomly dropping a proportion of units, existing research has not examined its effect on the self-attentio…

2022

CLOWER: A Pre-trained Language Model with Contrastive Learning over Word and Character Representations

COLING 2022main

Pre-trained Language Models (PLMs) have achieved remarkable performance gains across numerous downstream tasks in natural language understanding. Various Chinese PLMs have been successively proposed for learning better Chinese language representation. However, most current models use Chinese charact…

2022

Federated Model Decomposition with Private Vocabulary for Text Classification

EMNLP 2022main

With the necessity of privacy protection, it becomes increasingly vital to train deep neural models in a federated learning manner for natural language processing (NLP) tasks. However, recent studies show eavesdroppers (i.e., dishonest servers) can still reconstruct the private input in federated le…

2022

GL-RG: Global-Local Representation Granularity for Video Captioning

IJCAI 2022poster

Video captioning is a challenging task as it needs to accurately transform visual understanding into natural language description. To date, state-of-the-art methods inadequately model global-local representation across video frames for caption generation, leaving plenty of room for improve…

2022

Learning to Generate Question by Asking Question: A Primal-Dual Approach with Uncommon Word Generation

EMNLP 2022main

Automatic question generation (AQG) is the task of generating a question from a given passage and an answer. Most existing AQG methods aim at encoding the passage and the answer to generate the question. However, limited work has focused on modeling the correlation between the target answer and the…

Cited by 9SourcePDFScholar
2022

SMARTAVE: Structured Multimodal Transformer for Product Attribute Value Extraction

EMNLP 2022finding

Automatic product attribute value extraction refers to the task of identifying values of an attribute from the product information. Product attributes are essential in improving online shopping experience for customers. Most existing methods focus on extracting attribute values from product title an…

2022

Towards Unbiased Label Distribution Learning for Facial Pose Estimation Using Anisotropic Spherical Gaussian

ECCV 2022poster

"Facial pose estimation refers to the task of predicting face orientation from a single RGB image. It is an important research topic with a wide range of applications in computer vision. Label distribution learning (LDL) based methods have been recently proposed for facial pose estimation, which ach…

Cited by 33SourcePDFScholar
2022

VIRT: Improving Representation-based Text Matching via Virtual Interaction

EMNLP 2022main

Text matching is a fundamental research problem in natural language understanding. Interaction-based approaches treat the text pair as a single sequence and encode it through cross encoders, while representation-based models encode the text pair independently with siamese or dual encoders. Interacti…

Cited by 8SourcePDFScholar
2022

XPrompt: Exploring the Extreme of Prompt Tuning

EMNLP 2022main

Prompt tuning learns soft prompts to condition the frozen Pre-trained Language Models (PLMs) for performing downstream tasks in a parameter-efficient manner. While prompt tuning has gradually reached the performance level of fine-tuning as the model scale increases, there is still a large performanc…

Cited by 39SourcePDFScholar
2020

Big Bird: Transformers for Longer Sequences

NeurIPS 2020poster

Transformers-based models, such as BERT, have been one of the most successful deep learning models for NLP. Unfortunately, one of their core limitations is the quadratic dependency (mainly in terms of memory) on the sequence length due to their full attention mechanism. To remedy this, we propose,…