← Search

Zhenzhong Lan

25 accepted papers

2026

DND: Boosting Large Language Models with Dynamic Nested Depth

ICLR 2026poster

We introduce Dynamic Nested Depth (DND), a novel method that improves performance for off-the-shelf LLMs by selecting critical tokens to reprocess in a nested depth manner. Specifically, at the end of the given transformer layer, DND identifies more critical tokens with a router and feeds them back…

Cited by 0SourceScholar
2026

MoBE: Mixture-of-Basis-Experts for Compressing MoE-based LLMs

ICLR 2026poster

The Mixture-of-Experts (MoE) architecture has become a predominant paradigm for scaling large language models (LLMs). Despite offering strong performance and computational efficiency, large MoE-based LLMs like DeepSeek-V3-0324 and Kimi-K2-Instruct present serious challenges due to substantial memory…

Cited by 0SourceScholar
2025

Do Large Language Models Truly Grasp Addition? A Rule-Focused Diagnostic Using Two-Integer Arithmetic

EMNLP 2025

Large language models (LLMs) achieve impressive results on advanced mathematics benchmarks but sometimes fail on basic arithmetic tasks, raising the question of whether they have truly grasped fundamental arithmetic rules or are merely relying on pattern matching. To unravel this issue, we systemati

2025

Dynamics of Instruction Fine-Tuning for Chinese Large Language Models

COLING 2025main

Instruction tuning is a burgeoning method to elicit the general intelligence of Large Language Models (LLMs). While numerous studies have examined the impact of factors such as data volume and model size on English models, the scaling properties of instruction tuning in other languages remain largel…

2025

Enhancing Chest X-ray Classification through Knowledge Injection in Cross-Modality Learning

ICASSP 2025accepted

The integration of artificial intelligence in medical imaging has shown tremendous potential, yet the relationship between pre-trained knowledge and performance in cross-modality learning remains unclear. This study investigates how explicitly injecting medical knowledge into the learning process af…

Cited by 0SourceScholar
2025

NOVA: An Iterative Planning Framework for Enhancing Scientific Innovation with Large Language Models

ACL 2025finding

Scientific innovation is pivotal for humanity, and harnessing large language models (LLMs) to generate research ideas could transform discovery. However, existing LLMs often produce simplistic and repetitive suggestions due to their limited ability in acquiring external knowledge for innovation. To…

2025

OpenWebVoyager: Building Multimodal Web Agents via Iterative Real-World Exploration, Feedback and Optimization

ACL 2025long

The advancement of foundation models has laid the groundwork for building autonomous agents for complex tasks such as web navigation. Recent efforts have also tried to equip the agent with the ability to explore environments and continuously improve over time. However, existing works only focused on…

2025

PsyDial: A Large-scale Long-term Conversational Dataset for Mental Health Support

ACL 2025long

Dialogue systems for mental health counseling aim to alleviate client distress and assist individuals in navigating personal challenges. Developing effective conversational agents for psychotherapy requires access to high-quality, real-world, long-term client-counselor interaction data, which is dif…

2024

AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents

NeurIPS 2024oral

Evaluating large language models (LLMs) as general-purpose agents is essential for understanding their capabilities and facilitating their integration into practical applications. However, the evaluation process presents substantial challenges. A primary obstacle is the benchmarking of agent perform…

2024

PsyGUARD: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling

EMNLP 2024main

As awareness of mental health issues grows, online counseling support services are becoming increasingly prevalent worldwide. Detecting whether users express suicidal ideation in text-based counseling services is crucial for identifying and prioritizing at-risk individuals. However, the lack of doma…

2024

SMILE: Single-turn to Multi-turn Inclusive Language Expansion via ChatGPT for Mental Health Support

EMNLP 2024finding

Developing specialized dialogue systems for mental health support requires multi-turn conversation data, which has recently garnered increasing attention. However, gathering and releasing large-scale, real-life multi-turn conversations that could facilitate advancements in mental health support pres…

2024

Tailored Visions: Enhancing Text-to-Image Generation with Personalized Prompt Rewriting

CVPR 2024poster

Despite significant progress in the field it is still challenging to create personalized visual representations that align closely with the desires and preferences of individual users. This process requires users to articulate their ideas in words that are both comprehensible to the models and accur…

2024

Understanding the Therapeutic Relationship between Counselors and Clients in Online Text-based Counseling using LLMs

EMNLP 2024finding

Robust therapeutic relationships between counselors and clients are fundamental to counseling effectiveness. The assessment of therapeutic alliance is well-established in traditional face-to-face therapy but may not directly translate to text-based settings. With millions of individuals seeking supp…

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

Enhancing Grammatical Error Correction Systems with Explanations

ACL 2023long

Grammatical error correction systems improve written communication by detecting and correcting language mistakes. To help language learners better understand why the GEC system makes a certain correction, the causes of errors (evidence words) and the corresponding error types are two key factors. To…

2023

Instance Smoothed Contrastive Learning for Unsupervised Sentence Embedding

AAAI 2023technical

Contrastive learning-based methods, such as unsup-SimCSE, have achieved state-of-the-art (SOTA) performances in learning unsupervised sentence embeddings. However, in previous studies, each embedding used for contrastive learning only derived from one sentence instance, and we call these embeddings…

2023

Understanding Client Reactions in Online Mental Health Counseling

ACL 2023long

Communication success relies heavily on reading participants’ reactions. Such feedback is especially important for mental health counselors, who must carefully consider the client’s progress and adjust their approach accordingly. However, previous NLP research on counseling has mainly focused on stu…

2023

Uni-Encoder: A Fast and Accurate Response Selection Paradigm for Generation-Based Dialogue Systems

ACL 2023findings

Sample-and-rank is a key decoding strategy for modern generation-based dialogue systems. It helps achieve diverse and high-quality responses by selecting an answer from a small pool of generated candidates. The current state-of-the-art ranking methods mainly use an encoding paradigm called Cross-Enc…

2021

Air-to-Air Visual Detection of Micro-UAVs: An Experimental Evaluation of Deep Learning

RA-L 2021

This letter studies the problem of air-to-air visual detection of micro unmanned aerial vehicles (UAVs) by monocular cameras. This problem is important for many applications such as vision-based swarming of UAVs, malicious UAV detection, and see-and-avoid systems for UAVs. Although deep learning met

Cited by 169SourcecodeScholar
2021

Do Transformer Modifications Transfer Across Implementations and Applications?

EMNLP 2021main

The research community has proposed copious modifications to the Transformer architecture since it was introduced over three years ago, relatively few of which have seen widespread adoption. In this paper, we comprehensively evaluate many of these modifications in a shared experimental setting that…

2020

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations

ICLR 2020spotlight

Increasing model size when pretraining natural language representations often results in improved performance on downstream tasks. However, at some point further model increases become harder due to GPU/TPU memory limitations and longer training times. To address these problems, we present two para…

Cited by 8832SourcecodeScholar
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).…