← Search

Zeju Li

9 accepted papers

2026

Making Slow Thinking Faster: Compressing LLM Chain-of-Thought via Step Entropy

ICLR 2026poster

Large Language Models (LLMs) using Chain-of-Thought (CoT) prompting excel at complex reasoning but generate verbose thought processes with considerable redundancy, leading to increased inference costs and reduced efficiency. We introduce a novel CoT compression framework based on step entropy, a met…

Cited by 0SourcecodeScholar
2026

ODYSSEY: Open-World Quadrupeds Exploration and Manipulation for Long-Horizon Tasks

AAAI 2026technical

Language-guided long-horizon mobile manipulation has long been a grand challenge in embodied semantic reasoning, generalizable manipulation, and adaptive locomotion. Three fundamental limitations hinder progress: First, although large language models have shown promise in enhancing spatial reasoning

Cited by 0SourcePDFScholar
2026

Reasoning Scaffolding: Distilling the Flow of Thought from LLMs

ICLR 2026poster

The prevailing approach to distilling reasoning from Large Language Models (LLMs)—behavioral cloning from textual rationales—is fundamentally limited. It teaches Small Language Models (SLMs) to mimic surface-level patterns rather than the underlying algorithmic structure of thought, resulting in a c…

Cited by 0SourceScholar
2026

StaMo: Unsupervised Learning of Generalizable Robot Motion from Compact State Representation

CVPR 2026

A fundamental challenge in embodied intelligence is developing expressive and compact state representations for efficient world modeling and decision making. However, existing methods often fail to achieve this balance, yielding representations that are either overly redundant or lacking in task-cri

Cited by 0SourceScholar
2025

DeepRTL: Bridging Verilog Understanding and Generation with a Unified Representation Model

ICLR 2025spotlight

Recent advancements in large language models (LLMs) have shown significant potential for automating hardware description language (HDL) code generation from high-level natural language instructions. While fine-tuning has improved LLMs' performance in hardware design tasks, prior efforts have largely…

Cited by 3SourcePDFScholar
2025

Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding

NeurIPS 2025poster

Large language models (LLMs) often produce reasoning steps that are superficially coherent yet internally inconsistent, leading to unreliable outputs. Since such failures typically arise from implicit or poorly-grounded knowledge, we introduce \emph{Grounded Reasoning in Dependency (GRiD)}, a novel…

Cited by 0SourcecodeScholar
2025

Dyve: Thinking Fast and Slow for Dynamic Process Verification

EMNLP 2025

Large Language Models have advanced significantly in complex reasoning, often leveraging external reward model to improve the reliability of their multi-step processes. However, existing process verification methods struggle with reliably assessing incomplete reasoning traces and are limited by the

2025

ThinkAnswer Loss: Balancing Semantic Similarity and Exact Matching for LLM Reasoning Enhancement

EMNLP 2025

Knowledge distillation for large language models often uses Chain-of-Thought (CoT) and answer pairs, but existing methods struggle with appropriate supervision signals. Uniform constraints (e.g., cross-entropy) on CoT can enforce literal, verbose reasoning and suppress expressive diversity, while so

Cited by 0SourcePDFScholar
2022

Tackling Long-Tailed Category Distribution under Domain Shifts

ECCV 2022poster

"Machine learning models fail to perform well on real-world applications when 1) the category distribution P(Y) of the training dataset suffers from long-tailed distribution and 2) the test data is drawn from different conditional distributions P(X|Y). Existing approaches cannot handle the scenario…