← Search

Yong Dai

20 accepted papers

2026

MA-RWG: A Multi-Agent Framework for Thematically Structuring and Generation of Related Work

IJCAI 2026

AI-driven survey generation has advanced rapidly, yet related work generation (RWG) remains relatively underexplored. Unlike surveys that provide broad literature overviews, RWG synthesizes prior studies for a single focal paper, requiring contextual fit, cross-paper comparison, and accurate attribu

Cited by 0Scholar
2026

Optimizing Agentic Reasoning with Retrieval via Synthetic Semantic Information Gain Reward

ICML 2026poster

Agentic reasoning enables large reasoning models (LRMs) to dynamically acquire external knowledge, but yet optimizing the retrieval process remains challenging due to the lack of dense, principled reward signals. In this paper, we introduce *InfoReasoner*, a unified framework that incentivizes effec…

Cited by 0SourceScholar
2026

PMDformer: Patch-Mean Decoupling Transformer for Long-term Forecasting

ICLR 2026poster

Long-term time series forecasting (LTSF) plays a crucial role in fields such as energy management, finance, and traffic prediction. Transformer-based models have adopted patch-based strategies to capture long-range dependencies, but accurately modeling shape similarities across patches and variables…

Cited by 0SourceScholar
2026

Web-CogReasoner: Towards Knowledge-Induced Cognitive Reasoning for Web Agents

ICLR 2026poster

Multimodal large-scale models have significantly advanced the development of web agents, enabling them to perceive and interact with the digital environment in a manner analogous to human cognition. In this paper, we argue that web agents must first acquire sufficient knowledge to engage in cognitiv…

Cited by 0SourcecodeScholar
2025

Distribution-Aligned Decoding for Efficient LLM Task Adaptation

NeurIPS 2025poster

Adapting billion-parameter language models to a downstream task is still costly, even with parameter-efficient fine-tuning (PEFT). We re-cast task adaptation as output-distribution alignment: the objective is to steer the output distribution toward the task distribution directly during decoding rath…

Cited by 0SourceScholar
2025

InfMasking: Unleashing Synergistic Information by Contrastive Multimodal Interactions

NeurIPS 2025spotlight

In multimodal representation learning, synergistic interactions between modalities not only provide complementary information but also create unique outcomes through specific interaction patterns that no single modality could achieve alone. Existing methods may struggle to effectively capture the fu…

Cited by 0SourcecodeScholar
2024

Adversarial Preference Optimization: Enhancing Your Alignment via RM-LLM Game

ACL 2024findings

Human preference alignment is essential to improve the interaction quality of large language models (LLMs). Existing alignment methods depend on manually annotated preference data to guide the LLM optimization directions. However, continuously updating LLMs for alignment raises a distribution gap be…

2024

Chunk, Align, Select: A Simple Long-sequence Processing Method for Transformers

ACL 2024long

Although dominant in natural language processing, transformer-based models still struggle with long-sequence processing, due to the computational costs of their self-attention operations, which increase exponentially as the length of the input sequence grows. To address this challenge, we propose a…

2024

Embracing Language Inclusivity and Diversity in CLIP through Continual Language Learning

AAAI 2024technical

While vision-language pre-trained models (VL-PTMs) have advanced multimodal research in recent years, their mastery in a few languages like English restricts their applicability in broader communities. To this end, there is an increasing interest in developing multilingual VL models via a joint-lear…

2024

IDGen: Item Discrimination Induced Prompt Generation for LLM Evaluation

NeurIPS 2024poster

As Large Language Models (LLMs) become more capable of handling increasingly complex tasks, the evaluation set must keep pace with these advancements to ensure it remains sufficiently discriminative. Item Discrimination (ID) theory, which is widely used in educational assessment, measures the abilit…

2024

On Diversified Preferences of Large Language Model Alignment

EMNLP 2024finding

Aligning large language models (LLMs) with human preferences has been recognized as the key to improving LLMs’ interaction quality. However, in this pluralistic world, human preferences can be diversified due to annotators’ different tastes, which hinders the effectiveness of LLM alignment methods.…

2024

Reshaping the Online Data Buffering and Organizing Mechanism for Continual Test-Time Adaptation

ECCV 2024poster

"Continual Test-Time Adaptation (CTTA) involves adapting a pre-trained source model to continually changing unsupervised target domains. In this paper, we systematically analyze the challenges of this task: online environment, unsupervised nature, and the risks of error accumulation and catastrophic…

2024

Self-playing Adversarial Language Game Enhances LLM Reasoning

NeurIPS 2024poster

We explore the potential of self-play training for large language models (LLMs) in a two-player adversarial language game called Adversarial Taboo. In this game, an attacker and a defender communicate around a target word only visible to the attacker. The attacker aims to induce the defender to spea…

2024

SkillNet-X: A Multilingual Multitask Model with Sparsely Activated Skills

ICASSP 2024accepted

Traditional multitask learning methods typically can only leverage shared knowledge within specific tasks or languages, resulting in a loss of either cross-language or cross-task knowledge. This paper proposes a general multilingual multitask model, named SkillNet-X, which enables a single model to…

Cited by 0SourceScholar
2024

WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models

ACL 2024long

The rapid advancement of large language models (LLMs) has led to a new era marked by the development of autonomous applications in real-world scenarios, which drives innovation in creating advanced web agents. Existing web agents typically only handle one input modality and are evaluated only in sim…

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…

2022

Exploring and Adapting Chinese GPT to Pinyin Input Method

ACL 2022long

While GPT has become the de-facto method for text generation tasks, its application to pinyin input method remains unexplored. In this work, we make the first exploration to leverage Chinese GPT for pinyin input method. We find that a frozen GPT achieves state-of-the-art performance on perfect pinyi…

2022

Leveraging Only the Category Name for Aspect Detection through Prompt-based Constrained Clustering

EMNLP 2022finding

Aspect category detection (ACD) aims to automatically identify user-concerned aspects from online reviews, which is of great value for evaluating the fine-grained performance of a product. The most recent solutions tackle this problem via weakly supervised methods, achieving remarkable improvement o…

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

Contextualize Knowledge Bases with Transformer for End-to-end Task-Oriented Dialogue Systems

EMNLP 2021main

Incorporating knowledge bases (KB) into end-to-end task-oriented dialogue systems is challenging, since it requires to properly represent the entity of KB, which is associated with its KB context and dialogue context. The existing works represent the entity with only perceiving a part of its KB cont…