← Search

weipeng chen

21 accepted papers

2025

Beyond Sight: Towards Cognitive Alignment in LVLM via Enriched Visual Knowledge

CVPR 2025poster

Does seeing always mean knowing? Large Vision-Language Models (LVLMs) integrate separately pre-trained vision and language components, often using CLIP-ViT as vision backbone. However, these models frequently encounter a core issue of "cognitive misalignment" between the vision encoder (VE) and the…

2025

CFBench: A Comprehensive Constraints-Following Benchmark for LLMs

ACL 2025long

The adeptness of Large Language Models (LLMs) in comprehending and following natural language instructions is critical for their deployment in sophisticated real-world applications. Existing evaluations mainly focus on fragmented constraints or narrow scenarios, but they overlook the comprehensivene…

2025

Efficient Motion-Aware Video MLLM

CVPR 2025highlight

Most current video MLLMs rely on uniform frame sampling and image-level encoders, resulting in inefficient data processing and limited motion awareness. To address these challenges, we introduce EMA, an Efficient Motion-Aware video MLLM that utilizes compressed video structures as inputs. We propose…

Cited by 0SourcePDFScholar
2025

Exploring the Design Space of Visual Context Representation in Video MLLMs

ICLR 2025poster

Video Multimodal Large Language Models~(MLLMs) have shown remarkable capability of understanding the video semantics on various downstream tasks. Despite the advancements, there is still a lack of systematic research on visual context representation, which refers to the scheme to select frames from…

2025

Extracting and Combining Abilities For Building Multi-lingual Ability-enhanced Large Language Models

EMNLP 2025

Multi-lingual ability transfer has become increasingly important for the broad application of large language models (LLMs). Existing work highly relies on training with the multi-lingual ability-related data, which may not be available for low-resource languages. To solve it, we propose a **M**ulti-

2025

FB-Bench: A Fine-Grained Multi-Task Benchmark for Evaluating LLMs’ Responsiveness to Human Feedback

EMNLP 2025

Human feedback is crucial in the interactions between humans and Large Language Models (LLMs). However, existing research primarily focuses on benchmarking LLMs in single-turn dialogues. Even in benchmarks designed for multi-turn dialogues, the user utterances are often independent, neglecting the n

2025

Facilitating Multi-turn Function Calling for LLMs via Compositional Instruction Tuning

ICLR 2025poster

Large Language Models (LLMs) have exhibited significant potential in performing diverse tasks, including the ability to call functions or use external tools to enhance their performance. While current research on function calling by LLMs primarily focuses on single-turn interactions, this paper addr…

2025

Improving Accuracy and Calibration via Differentiated Deep Mutual Learning

CVPR 2025poster

Deep Neural Networks (DNNs) have achieved remarkable success in a variety of tasks, particularly in terms of prediction accuracy. However, in real-world scenarios, especially in safety-critical applications, accuracy alone is insufficient; reliable uncertainty estimates are essential. Modern DNNs, o…

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

Maximizing Intermediate Checkpoint Value in LLM Pretraining with Bayesian Optimization

ICML 2025poster

The rapid proliferation of large language models (LLMs), such as GPT-4 and Gemini, underscores the intense demand for resources during their training processes, posing significant challenges due to substantial computational and environmental costs. In this paper, we introduce a novel checkpoint merg…

Cited by 0SourcePDFScholar
2025

Needle In A Video Haystack: A Scalable Synthetic Evaluator for Video MLLMs

ICLR 2025poster

Video understanding is a crucial next step for multimodal large language models (MLLMs). Various benchmarks are introduced for better evaluating the MLLMs. Nevertheless, current video benchmarks are still inefficient for evaluating video models during iterative development due to the high cost of co…

2025

ReSearch: Learning to Reason with Search for LLMs via Reinforcement Learning

NeurIPS 2025poster

Large Language Models (LLMs) have shown remarkable capabilities in reasoning, exemplified by the success of OpenAI-o1 and DeepSeek-R1. However, integrating reasoning with external search processes remains challenging, especially for complex multi-hop questions requiring multiple retrieval steps. We…

Cited by 0SourceScholar
2025

RichRAG: Crafting Rich Responses for Multi-faceted Queries in Retrieval-Augmented Generation

COLING 2025main

Retrieval-augmented generation (RAG) effectively addresses issues of static knowledge and hallucination in large language models. Existing studies mostly focus on question scenarios with clear user intents and concise answers. However, it is prevalent that users issue broad, open-ended queries with…

2025

ShortGPT: Layers in Large Language Models are More Redundant Than You Expect

ACL 2025finding

As Large Language Models (LLMs) continue to advance, their computational overhead has increased significantly. In this study, we identify notable redundancy across the layers of LLMs, where some layers contribute minimally to the overall network functionality. To quantify this, we introduce a metric…

Cited by 0SourcePDFScholar
2025

SysBench: Can LLMs Follow System Message?

ICLR 2025poster

Large Language Models (LLMs) have become instrumental across various applications, with the customization of these models to specific scenarios becoming increasingly critical. System message, a fundamental component of LLMs, is consist of carefully crafted instructions that guide the behavior of mod…

Cited by 0SourcePDFScholar
2024

Base of RoPE Bounds Context Length

NeurIPS 2024poster

Position embedding is a core component of current Large Language Models (LLMs). Rotary position embedding (RoPE), a technique that encodes the position information with a rotation matrix, has been the de facto choice for position embedding in many LLMs, such as the Llama series. RoPE has been furthe…

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

KEEP CHATTING! An Attractive Dataset for Continuous Conversation Agents

ACL 2024findings

Ongoing chatting is an important step for conversational agents to build long-term connections with people. However, people tend to quickly lose interest in chatting if the conversational agent’s words are not engaging enough. In this paper, we present a novel task of increasing users’ willingness t…

Cited by 0SourcePDFScholar
2024

MetaGPT: Merging Large Language Models Using Model Exclusive Task Arithmetic

EMNLP 2024main

The advent of large language models (LLMs) like GPT-4 has catalyzed the exploration of multi-task learning (MTL), in which a single model demonstrates proficiency across diverse tasks. Task arithmetic has emerged as a cost-effective approach for MTL. It enables performance enhancement across multipl…

2024

Unveiling the Flaws: Exploring Imperfections in Synthetic Data and Mitigation Strategies for Large Language Models

EMNLP 2024finding

Synthetic data has been proposed as a solution to address the issue of high-quality data scarcity in the training of large language models (LLMs). Studies have shown that synthetic data can effectively improve the performance of LLMs on downstream benchmarks. However, despite its potential benefits,…

Cited by 8SourcePDFScholar