← Search

Shuofei Qiao

21 accepted papers

2026

InnoEval: On Research Idea Evaluation as a Knowledge-Grounded, Multi-Perspective Reasoning Problem

ICML 2026poster

The rapid evolution of Large Language Models has catalyzed a surge in scientific idea production, yet this leap has not been accompanied by a matching advance in idea evaluation. The fundamental nature of scientific evaluation needs knowledgeable grounding, collective deliberation, and multi-criteri…

Cited by 0SourceScholar
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

LightMem: Lightweight and Efficient Memory-Augmented Generation

ICLR 2026poster

Despite their remarkable capabilities, Large Language Model (LLM) struggle to effectively leverage historical interaction information in dynamic and complex environments. Memory systems enable LLMs to move beyond stateless interactions by introducing persistent information storage, retrieval, and ut…

Cited by 0SourcecodeScholar
2026

Scaling Generalist Data-Analytic Agents

ICLR 2026poster

Data-analytic agents are emerging as a key catalyst for automated scientific discovery and for the vision of Innovating AI. Current approaches, however, rely heavily on prompt engineering over proprietary models, while open-source models struggle to face diverse-format, large-scale data files and lo…

Cited by 0SourcecodeScholar
2026

Towards Personalized Deep Research: Benchmarks and Evaluations

ICLR 2026poster

Deep Research Agents (DRAs) can autonomously conduct complex investigations and generate comprehensive reports, demonstrating strong real-world potential. However, existing evaluations mostly rely on close-ended benchmarks, while open-ended deep research benchmarks remain scarce and typically neglec…

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

Agentic Knowledgeable Self-awareness

ACL 2025long

Large Language Models (LLMs) have achieved considerable performance across various agentic planning tasks. However, traditional approaches adopt a “flood irrigation” methodology that indiscriminately injects gold trajectories, external feedback, and domain knowledge into agent models. This practice…

2025

Benchmarking Agentic Workflow Generation

ICLR 2025poster

Large Language Models (LLMs), with their exceptional ability to handle a wide range of tasks, have driven significant advancements in tackling reasoning and planning tasks, wherein decomposing complex problems into executable workflows is a crucial step in this process. Existing workflow evaluation…

2025

Graph-guided Cross-composition Feature Disentanglement for Compositional Zero-shot Learning

ACL 2025finding

Disentanglement of visual features of primitives (i.e., attributes and objects) has shown exceptional results in Compositional Zero-shot Learning (CZSL). However, due to the feature divergence of an attribute (resp. object) when combined with different objects (resp. attributes), it is challenging t…

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

2025

OS Agents: A Survey on MLLM-based Agents for Computer, Phone and Browser Use

ACL 2025long

The dream to create AI assistants as capable and versatile as the fictional J.A.R.V.I.S from Iron Man has long captivated imaginations. With the evolution of multi-modal large language models ((M)LLMs), this dream is closer to reality, as (M)LLM-based Agents using computers, mobile phones and web br…

2025

SynWorld: Virtual Scenario Synthesis for Agentic Action Knowledge Refinement

ACL 2025short

In the interaction between agents and their environments, agents expand their capabilities by planning and executing actions. However, LLM-based agents face substantial challenges when deployed in novel environments or required to navigate unconventional action spaces. To empower agents to autonomou…

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

AutoAct: Automatic Agent Learning from Scratch for QA via Self-Planning

ACL 2024long

Language agents have achieved considerable performance on various complex question-answering tasks by planning with external tools. Despite the incessant exploration in this field, existing language agent systems still struggle with costly, non-reproducible data reliance and face the challenge of co…

2024

EasyInstruct: An Easy-to-use Instruction Processing Framework for Large Language Models

ACL 2024system demonstrations

In recent years, instruction tuning has gained increasing attention and emerged as a crucial technique to enhance the capabilities of Large Language Models (LLMs). To construct high-quality instruction datasets, many instruction processing approaches have been proposed, aiming to achieve a delicate…

2024

Knowledge Mechanisms in Large Language Models: A Survey and Perspective

EMNLP 2024finding

Understanding knowledge mechanisms in Large Language Models (LLMs) is crucial for advancing towards trustworthy AGI. This paper reviews knowledge mechanism analysis from a novel taxonomy including knowledge utilization and evolution. Knowledge utilization delves into the mechanism of memorization, c…

Cited by 20SourcePDFScholar
2024

Making Language Models Better Tool Learners with Execution Feedback

NAACL 2024long

Tools serve as pivotal interfaces that enable humans to understand and reshape the environment. With the advent of foundation models, AI systems can utilize tools to expand their capabilities and interact with the real world. Existing tool learning methodologies, encompassing supervised fine-tuning…

2023

On Analyzing the Role of Image for Visual-Enhanced Relation Extraction (Student Abstract)

AAAI 2023technical

Multimodal relation extraction is an essential task for knowledge graph construction. In this paper, we take an in-depth empirical analysis that indicates the inaccurate information in the visual scene graph leads to poor modal alignment weights, further degrading performance. Moreover, the visual s…

2023

One Model for All Domains: Collaborative Domain-Prefix Tuning for Cross-Domain NER

IJCAI 2023poster

Cross-domain NER is a challenging task to address the low-resource problem in practical scenarios. Previous typical solutions mainly obtain a NER model by pre-trained language models (PLMs) with data from a rich-resource domain and adapt it to the target domain. Owing to the mismatch issue among ent…

2023

Reasoning with Language Model Prompting: A Survey

ACL 2023long

Reasoning, as an essential ability for complex problem-solving, can provide back-end support for various real-world applications, such as medical diagnosis, negotiation, etc. This paper provides a comprehensive survey of cutting-edge research on reasoning with language model prompting. We introduce…