← Search

Wei-Lin Chen

9 accepted papers

2026

Think Deep, Not Just Long: Measuring LLM Reasoning Effort via Deep-Thinking Tokens

ICML 2026poster

Large language models (LLMs) have demonstrated impressive reasoning capabilities by scaling test-time compute via long Chain-of-Thought (CoT). However, recent findings suggest that raw token counts are unreliable proxies for reasoning quality: increased generation length does not consistently correl…

Cited by 0SourceScholar
2025

AdaDecode: Accelerating LLM Decoding with Adaptive Layer Parallelism

ICML 2025poster

Large language models (LLMs) are increasingly used for long-content generation (e.g., long Chain-of-Thought reasoning) where decoding efficiency becomes a critical bottleneck: Autoregressive decoding is inherently limited by its sequential token generation process, where each token must be generated…

2025

InstructRAG: Instructing Retrieval-Augmented Generation via Self-Synthesized Rationales

ICLR 2025poster

Retrieval-augmented generation (RAG) has shown promising potential to enhance the accuracy and factuality of language models (LMs). However, imperfect retrievers or noisy corpora can introduce misleading or even erroneous information to the retrieved contents, posing a significant challenge to the g…

2025

The Surprising Effectiveness of Negative Reinforcement in LLM Reasoning

NeurIPS 2025poster

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for training language models (LMs) on reasoning tasks that elicit emergent long chains of thought (CoTs). Unlike supervised learning, it updates the model using both correct and incorrect samples via policy gradients. To b…

Cited by 0SourcecodeScholar
2024

Two Tales of Persona in LLMs: A Survey of Role-Playing and Personalization

EMNLP 2024finding

The concept of *persona*, originally adopted in dialogue literature, has re-surged as a promising framework for tailoring large language models (LLMs) to specific context (*e.g.*, personalized search, LLM-as-a-judge). However, the growing research on leveraging persona in LLMs is relatively disorgan…

2023

Fidelity-Enriched Contrastive Search: Reconciling the Faithfulness-Diversity Trade-Off in Text Generation

EMNLP 2023short main

In this paper, we address the hallucination problem commonly found in natural language generation tasks. Language models often generate fluent and convincing content but can lack consistency with the provided source, resulting in potential inaccuracies. We propose a new decoding method called Fideli…

Cited by 0SourcecodeScholar
2023

Self-ICL: Zero-Shot In-Context Learning with Self-Generated Demonstrations

EMNLP 2023long main

Large language models (LLMs) have exhibited striking in-context learning (ICL) ability to adapt to target tasks with a few input-output demonstrations. For better ICL, different methods are proposed to select representative demonstrations from existing training corpora. However, such settings are no…

Cited by 0SourcecodeScholar
2023

ZARA: Improving Few-Shot Self-Rationalization for Small Language Models

EMNLP 2023long findings

Language models (LMs) that jointly generate end-task answers as well as free-text rationales are known as self-rationalization models. Recent works demonstrate great performance gain for self-rationalization by few-shot prompting LMs with rationale-augmented exemplars. However, the ability to benefi…

Cited by 0SourcecodeScholar
2022

Learning to Generate Explanation from e-Hospital Services for Medical Suggestion

COLING 2022main

Explaining the reasoning of neural models has attracted attention in recent years. Providing highly-accessible and comprehensible explanations in natural language is useful for humans to understand model’s prediction results. In this work, we present a pilot study to investigate explanation generati…