← Search

Junyi Li

54 accepted papers

2026

Evoking User Memory: Personalizing LLM via Recollection-Familiarity Adaptive Retrieval

ICLR 2026poster

Personalized large language models (LLMs) rely on memory retrieval to incorporate user-specific histories, preferences, and contexts. Existing approaches either overload the LLM by feeding all the user's past memory into the prompt, which is costly and unscalable, or simplify retrieval into a one-sh…

Cited by 0SourcecodeScholar
2026

ForesightKV: Optimizing KV Cache Eviction for Reasoning Models by Learning Long-Term Contribution

ICML 2026poster

Recently, large language models (LLMs) have shown remarkable reasoning abilities by producing long reasoning traces. However, as the sequence length grows, the key-value (KV) cache expands linearly, incurring significant memory and computation costs. Existing KV cache eviction methods mitigate this …

Cited by 0SourceScholar
2026

Mini-o3: Scaling Up Reasoning Patterns and Interaction Turns for Visual Search

ICLR 2026poster

Recent advances in large multimodal models have leveraged image-based tools with reinforcement learning to tackle visual problems. However, existing open-source approaches often exhibit monotonous reasoning patterns and allow only a limited number of interaction turns, making them inadequate for dif…

Cited by 0SourcecodeScholar
2026

Towards Pareto-Optimal Tool-Integrated Agents with Pareto Ranking Policy Optimization

ICML 2026spotlight

Recent advances in tool-integrated language agents have significantly improved their ability to solve complex reasoning tasks. However, existing alignment methods predominantly focus on maximizing task accuracy, while overlooking auxiliary objectives such as tool-use efficiency, which are essential …

Cited by 0SourceScholar
2026

When Actions Go Off-Task: Detecting and Correcting Misaligned Actions in Computer-Use Agents

ICML 2026poster

Computer-use agents (CUAs) have made tremendous progress in the past year, yet they still frequently produce misaligned actions that deviate from the user's original intent. Such misaligned actions may arise from external attacks (e.g., indirect prompt injection) or from internal limitations (e.g., …

Cited by 0SourceScholar
2025

DynaQuest: A Dynamic Question Answering Dataset Reflecting Real-World Knowledge Updates

ACL 2025finding

The rapidly changing nature of real-world information presents challenges for large language models (LLMs), which are typically trained on static datasets. This limitation makes it difficult for LLMs to accurately perform tasks that require up-to-date knowledge, such as time-sensitive question answe…

2025

Incentivizing Dual Process Thinking for Efficient Large Language Model Reasoning

NeurIPS 2025poster

Large reasoning models (LRMs) have demonstrated strong performance on complex reasoning tasks, but often suffer from overthinking, generating redundant content regardless of task difficulty. Inspired by the dual process theory in cognitive science, we propose Adaptive Cognition Policy Optimization (…

Cited by 0SourceScholar
2025

Investigating the Pre-Training Dynamics of In-Context Learning: Task Recognition vs. Task Learning

ICLR 2025poster

The emergence of in-context learning (ICL) is potentially attributed to two major abilities: task recognition (TR) for recognizing the task from demonstrations and utilizing pre-trained priors, and task learning (TL) for learning from demonstrations. However, relationships between the two abilities…

2025

Just Go Parallel: Improving the Multilingual Capabilities of Large Language Models

ACL 2025long

Large language models (LLMs) have demonstrated impressive translation capabilities even without being explicitly trained on parallel data. This remarkable property has led some to believe that parallel data is no longer necessary for building multilingual language models. While some attribute this t…

2025

LongReD: Mitigating Short-Text Degradation of Long-Context Large Language Models via Restoration Distillation

ACL 2025long

Large language models (LLMs) have gained extended context windows through scaling positional encodings and lightweight continual pre-training. However, this often leads to degraded performance on short-text tasks, while the reasons for this degradation remain insufficiently explored. In this work, w…

Cited by 0SourcePDFScholar
2025

ManuSearch: Democratizing Deep Search in Large Language Models with a Transparent and Open Multi-Agent Framework

EMNLP 2025

Recent advances in web-augmented large language models (LLMs) have exhibited strong performance in complex reasoning tasks, yet these capabilities are mostly locked in proprietary systems with opaque architectures. In this work, we propose ManuSearch , a transparent and modular multi-agent framework

2025

Mix-CPT: A Domain Adaptation Framework via Decoupling Knowledge Learning and Format Alignment

ICLR 2025poster

Adapting large language models (LLMs) to specialized domains typically requires domain-specific corpora for continual pre-training to facilitate knowledge memorization and related instructions for fine-tuning to apply this knowledge. However, this method may lead to inefficient knowledge memorizatio…

Cited by 1SourcePDFScholar
2025

RAG-Star: Enhancing Deliberative Reasoning with Retrieval Augmented Verification and Refinement

NAACL 2025long

Existing large language models (LLMs) show exceptional problem-solving capabilities but might struggle with complex reasoning tasks. Despite the successes of chain-of-thought and tree-based search methods, they mainly depend on the internal knowledge of LLMs to search over intermediate reasoning ste…

2025

Reasoning Models Hallucinate More: Factuality-Aware Reinforcement Learning for Large Reasoning Models

NeurIPS 2025poster

Large language models (LLMs) have significantly advanced in reasoning tasks through reinforcement learning (RL) optimization, achieving impressive capabilities across various challenging benchmarks. However, our empirical analysis reveals a critical drawback: reasoning-oriented RL fine-tuning signif…

Cited by 0SourceScholar
2025

Rethinking Transformer-Based Blind-Spot Network for Self-Supervised Image Denoising

AAAI 2025technical

Blind-spot networks (BSN) have been prevalent neural architectures in self-supervised image denoising (SSID). However, most existing BSNs are conducted with convolution layers. Although transformers have shown the potential to overcome the limitations of convolutions in many image restoration tasks,…

2025

Think More, Hallucinate Less: Mitigating Hallucinations via Dual Process of Fast and Slow Thinking

ACL 2025finding

Large language models (LLMs) demonstrate exceptional capabilities, yet still face the hallucination issue. Typical text generation approaches adopt an auto-regressive generation without deliberate reasoning, often leading to untrustworthy and factually inaccurate responses. In this paper, we propose…

Cited by 0SourcePDFScholar
2025

Think&Cite: Improving Attributed Text Generation with Self-Guided Tree Search and Progress Reward Modeling

ACL 2025long

Despite their outstanding capabilities, large language models (LLMs) are prone to hallucination and producing factually incorrect information. This challenge has spurred efforts in attributed text generation, which prompts LLMs to generate content with supporting evidence. In this paper, we propose…

2025

VisionThink: Smart and Efficient Vision Language Model via Reinforcement Learning

NeurIPS 2025poster

Recent advancements in vision-language models (VLMs) have improved performance by increasing the number of visual tokens, which are often significantly longer than text tokens. However, we observe that most real-world scenarios do not require such an extensive number of visual tokens. While the perf…

Cited by 0SourceScholar
2024

Adaptive Federated Minimax Optimization with Lower Complexities

AISTATS 2024poster

Federated learning is a popular distributed and privacy-preserving learning paradigm in machine learning. Recently, some federated learning algorithms have been proposed to solve the distributed minimax problems. However, these federated minimax algorithms still suffer from high gradient or communic…

Cited by 3SourcePDFScholar
2024

BAMBOO: A Comprehensive Benchmark for Evaluating Long Text Modeling Capacities of Large Language Models

COLING 2024main

Large language models (LLMs) have achieved dramatic proficiency over NLP tasks with normal length. Recently, multiple studies have committed to extending the context length and enhancing the long text modeling capabilities of LLMs. To comprehensively evaluate the long context ability of LLMs, we pro…

2024

ChainLM: Empowering Large Language Models with Improved Chain-of-Thought Prompting

COLING 2024main

Chain-of-Thought (CoT) prompting can enhance the reasoning capabilities of large language models (LLMs), establishing itself as a primary approach to solving complex reasoning tasks. Existing CoT synthesis approaches usually focus on simpler reasoning tasks and thus result in low-quality and inconsi…

2024

Exploring Context Window of Large Language Models via Decomposed Positional Vectors

NeurIPS 2024spotlight

Transformer-based large language models (LLMs) typically have a limited context window, resulting in significant performance degradation when processing text beyond the length of the context window. Extensive studies have been proposed to extend the context window and achieve length extrapolation of…

Cited by 9SourcePDFScholar
2024

LLMBox: A Comprehensive Library for Large Language Models

ACL 2024system demonstrations

To facilitate the research on large language models (LLMs), this paper presents a comprehensive and unified library, LLMBox, to ease the development, use, and evaluation of LLMs. This library is featured with three main merits: (1) a unified data interface that supports the flexible implementation o…

2024

PartGLEE: A Foundation Model for Recognizing and Parsing Any Objects

ECCV 2024poster

"We present , a part-level foundation model for locating and identifying both objects and parts in images. Through a unified framework, accomplishes detection, segmentation, and grounding of instances at any granularity in the open world scenario. Specifically, we propose a Q-Former to construct the…

2024

REAR: A Relevance-Aware Retrieval-Augmented Framework for Open-Domain Question Answering

EMNLP 2024main

Considering the limited internal parametric knowledge, retrieval-augmented generation (RAG) has been widely used to extend the knowledge scope of large language models (LLMs). Despite the extensive efforts on RAG research, in existing methods, LLMs cannot precisely assess the relevance of retrieved…

2024

Small Agent Can Also Rock! Empowering Small Language Models as Hallucination Detector

EMNLP 2024main

Hallucination detection is a challenging task for large language models (LLMs), and existing studies heavily rely on powerful closed-source LLMs such as GPT-4. In this paper, we propose an autonomous LLM-based agent framework, called HaluAgent, which enables relatively smaller LLMs (e.g. Baichuan2-C…

2024

The Dawn After the Dark: An Empirical Study on Factuality Hallucination in Large Language Models

ACL 2024long

In the era of large language models (LLMs), hallucination (the tendency to generate factually incorrect content) poses great challenges to trustworthy and reliable deployment of LLMs in real-world applications. To tackle the hallucination, three key questions should be well studied: how to detect ha…

2024

The steerability of large language models toward data-driven personas

NAACL 2024long

Large language models (LLMs) are known to generate biased responses where the opinions of certain groups and populations are underrepresented. Here, we present a novel approach to achieve controllable generation of specific viewpoints using LLMs, that can be leveraged to produce multiple perspective…

Cited by 26SourcePDFScholar
2023

Beyond Image Borders: Learning Feature Extrapolation for Unbounded Image Composition

ICCV 2023poster

For improving image composition and aesthetic quality, most existing methods modulate the captured images by striking out redundant content near the image borders. However, such image cropping methods are limited in the range of image views. Some methods have been suggested to extrapolate the images…

Cited by 2PDFcodeScholar
2023

Communication-Efficient Federated Bilevel Optimization with Global and Local Lower Level Problems

NeurIPS 2023poster

Bilevel Optimization has witnessed notable progress recently with new emerging efficient algorithms. However, its application in the Federated Learning setting remains relatively underexplored, and the impact of Federated Learning's inherent challenges on the convergence of bilevel algorithms remain…

Cited by 11SourcePDFScholar
2023

Federated Conditional Stochastic Optimization

NeurIPS 2023poster

Conditional stochastic optimization has found applications in a wide range of machine learning tasks, such as invariant learning, AUPRC maximization, and meta-learning. As the demand for training models with large-scale distributed data grows in these applications, there is an increasing need for co…

Cited by 12SourcePDFScholar
2023

HaluEval: A Large-Scale Hallucination Evaluation Benchmark for Large Language Models

EMNLP 2023long main

Large language models (LLMs), such as ChatGPT, are prone to generate hallucinations, i.e., content that conflicts with the source or cannot be verified by the factual knowledge. To understand what types of content and to which extent LLMs are apt to hallucinate, we introduce the Hallucination Evalua…

Cited by 0SourceScholar
2023

Learning to Imagine: Visually-Augmented Natural Language Generation

ACL 2023long

People often imagine relevant scenes to aid in the writing process. In this work, we aim to utilize visual information for composition in the same manner as humans. We propose a method, LIVE, that makes pre-trained language models (PLMs) Learn to Imagine for Visually-augmented natural language gEner…

2023

MVP: Multi-task Supervised Pre-training for Natural Language Generation

ACL 2023findings

Pre-trained language models (PLMs) have achieved remarkable success in natural language generation (NLG) tasks. Up to now, most NLG-oriented PLMs are pre-trained in an unsupervised manner using the large-scale general corpus. In the meanwhile, an increasing number of models pre-trained with labeled…

2023

Resolving the Tug-of-War: A Separation of Communication and Learning in Federated Learning

NeurIPS 2023poster

Federated learning (FL) is a promising privacy-preserving machine learning paradigm over distributed data. In this paradigm, each client trains the parameter of a model locally and the server aggregates the parameter from clients periodically. Therefore, we perform the learning and communication ove…

Cited by 2SourcePDFScholar
2023

Spatially Adaptive Self-Supervised Learning for Real-World Image Denoising

CVPR 2023poster

Significant progress has been made in self-supervised image denoising (SSID) in the recent few years. However, most methods focus on dealing with spatially independent noise, and they have little practicality on real-world sRGB images with spatially correlated noise. Although pixel-shuffle downsampl…

2023

The Web Can Be Your Oyster for Improving Language Models

ACL 2023findings

Pretrained language models (PLMs) encode a large amount of world knowledge. However, as such knowledge is frozen at the time of model training, the models become static and limited by the training data at that time. In order to further improve the capacity of PLMs for knowledge-intensive tasks, we c…

2023

Zero-shot Visual Question Answering with Language Model Feedback

ACL 2023findings

In this paper, we propose a novel language model guided captioning approach, LAMOC, for knowledge-based visual question answering (VQA). Our approach employs the generated captions by a captioning model as the context of an answer prediction model, which is a Pre-Trained Language model (PLM). As the…

2022

Context-Tuning: Learning Contextualized Prompts for Natural Language Generation

COLING 2022main

Recently, pretrained language models (PLMs) have had exceptional success in language generation. To leverage the rich knowledge encoded by PLMs, a simple yet powerful paradigm is to use prompts in the form of either discrete tokens or continuous embeddings. In existing studies, these prompting metho…

2022

ELMER: A Non-Autoregressive Pre-trained Language Model for Efficient and Effective Text Generation

EMNLP 2022main

We study the text generation task under the approach of pre-trained language models (PLMs). Typically, an auto-regressive (AR) method is adopted for generating texts in a token-by-token manner. Despite many advantages of AR generation, it usually suffers from inefficient inference. Therefore, non-au…

2022

ElitePLM: An Empirical Study on General Language Ability Evaluation of Pretrained Language Models

NAACL 2022long

Nowadays, pretrained language models (PLMs) have dominated the majority of NLP tasks. While, little research has been conducted on systematically evaluating the language abilities of PLMs. In this paper, we present a large-scale empirical study on general language ability evaluation of PLMs (ElitePL…

2022

Learning to Transfer Prompts for Text Generation

NAACL 2022long

Pretrained language models (PLMs) have made remarkable progress in text generation tasks via fine-tuning. While, it is challenging to fine-tune PLMs in a data-scarce situation. Therefore, it is non-trivial to develop a general and lightweight model that can adapt to various text generation tasks bas…

2022

On the Convergence of Local Stochastic Compositional Gradient Descent with Momentum

ICML 2022spotlight

Federated Learning has been actively studied due to its efficiency in numerous real-world applications in the past few years. However, the federated stochastic compositional optimization problem is still underexplored, even though it has widespread applications in machine learning. In this paper, we…

Cited by 22SourcePDFScholar
2022

Unidirectional Video Denoising by Mimicking Backward Recurrent Modules with Look-Ahead Forward Ones

ECCV 2022poster

"While significant progress has been made in deep video denoising, it remains very challenging for exploiting historical and future frames. Bidirectional recurrent networks (BiRNN) have exhibited appealing performance in several video restoration tasks. However, BiRNN is intrinsically offline becaus…

2020

CLUE: A Chinese Language Understanding Evaluation Benchmark

COLING 2020main

The advent of natural language understanding (NLU) benchmarks for English, such as GLUE and SuperGLUE allows new NLU models to be evaluated across a diverse set of tasks. These comprehensive benchmarks have facilitated a broad range of research and applications in natural language processing (NLP).…