Kang Chen
Ph.D. Student · Fudan University
I work on the intrinsic interpretability of large language models — understanding and improving their reasoning and agentic capabilities.
Papers
Sep 2025ICML 2026 Spotlight Do LLMs Signal When They're Right? Neuron Agreement Decoding — selects the answer by internal-activation consensus (Jaccard), reading no answer strings; predicts correctness within 32 tokens and cuts ~98% of the compute. Read → Jan 2026ACL 2026 Findings When Does Thinking Longer Stop Helping? Thinking Traps — after an early wrong commitment a model elaborates a self-consistent but incorrect prefix (89% of failures). TAAR is a test-time controller that predicts where the trap is and how deep, truncates before it, and adaptively restarts — +4.6 average on an 8B model with no fine-tuning. Read → Jun 2026 Does the Same Token Mean the Same State? MoE routing as an answer-string-free agreement signal — RAD selects the densest route basin, reading no answers. Read → May 2026 What Do Agent Benchmarks Actually Test? TraceGraph — pools many models’ runs into one shared decision landscape of Access, Trap, and Repair, exposing process differences a score hides; its trap map lifts SWE-bench Verified resolved rate by up to +3.8 points. Read → May 2026 Does the Same Answer Mean the Same Reasoning? SliceGraph — an activation-key atlas of many CoT runs. In 85.5% of problem-model cells, same-answer correct chains split into more than one process family, and 76.6% of same-answer run pairs are process isomers — same answer, different reasoning route. A measurement object, not a decoder. Read → Jan 2026 Many Expert Agents, One Generalist — No Training Agent-Role Merging (ARM) — training-free consolidation of benchmark-specialist agents: build candidate backbones, select one by an answer-free activation-overlap score, then transplant a few role-salient neurons while protecting the rest. Best average across two model families — beating even the oracle expert selector. Read →
Writing
All notes →Short notes and essays — research ideas, talks, and the occasional aesthetic experiment.