← Search

YUQI ZHU

9 accepted papers

2026

InnoGym: Benchmarking the Innovation Potential of AI Agents

ICLR 2026poster

LLMs and Agents have achieved impressive progress in code generation, mathematical reasoning, and scientific discovery. However, existing benchmarks primarily measure correctness, overlooking the diversity of methods behind solutions. True innovation depends not only on producing correct answers but…

Cited by 0SourcecodeScholar
2026

Why Do Open-Source LLMs Struggle with Data Analysis? A Systematic Empirical Study

AAAI 2026technical

Large Language Models (LLMs) hold promise in automating data analysis tasks, yet open-source models face significant limitations in these kinds of reasoning-intensive scenarios. In this work, we investigate strategies to enhance the data analysis capabilities of open-source LLMs. By curating a seed

Cited by 0SourcePDFScholar
2025

Benchmarking Long-Context Language Models on Long Code Understanding

ACL 2025long

Current advanced long-context language models offer great potential for real-world software engineering applications. However, progress in this critical domain remains hampered by a fundamental limitation: the absence of a rigorous evaluation framework for long code understanding. To gap this obstac…

Cited by 0SourcePDFScholar
2025

KnowAgent: Knowledge-Augmented Planning for LLM-Based Agents

NAACL 2025findings

Large Language Models (LLMs) have demonstrated great potential in complex reasoning tasks, yet they fall short when tackling more sophisticated challenges, especially when interacting with environments through generating executable actions. This inadequacy primarily stems from the lack of built-in a…

2025

LightThinker: Thinking Step-by-Step Compression

EMNLP 2025

Large language models (LLMs) have shown remarkable performance in complex reasoning tasks, but their efficiency is hindered by the substantial memory and computational costs associated with generating lengthy tokens. In this paper, we propose LightThinker, a novel method that enables LLMs to dynamic

2024

Agent Planning with World Knowledge Model

NeurIPS 2024poster

Recent endeavors towards directly using large language models (LLMs) as agent models to execute interactive planning tasks have shown commendable results. Despite their achievements, however, they still struggle with brainless trial-and-error in global planning and generating hallucinatory actions i…

2024

DevEval: A Manually-Annotated Code Generation Benchmark Aligned with Real-World Code Repositories

ACL 2024findings

How to evaluate the coding abilities of Large Language Models (LLMs) remains an open question. We find that existing benchmarks are poorly aligned with real-world code repositories and are insufficient to evaluate the coding abilities of LLMs.To address the knowledge gap, we propose a new benchmark…

2024

Hot or Cold? Adaptive Temperature Sampling for Code Generation with Large Language Models

AAAI 2024technical

Recently, Large Language Models (LLMs) have shown impressive abilities in code generation. However, existing LLMs' decoding strategies are designed for Natural Language (NL) generation, overlooking the differences between NL and programming languages (PL). Due to this oversight, a better decoding st…

2022

Fine-Tuning Pre-Trained Language Models Effectively by Optimizing Subnetworks Adaptively

NeurIPS 2022accept

Large-scale pre-trained language models have achieved impressive results on a wide range of downstream tasks recently. However, fine-tuning an extremely large-scale pre-trained language model on limited target datasets is often plagued by overfitting and representation degradation. In this paper, we…