← Search

Qiuying Peng

8 accepted papers

2025

AskToAct: Enhancing LLMs Tool Use via Self-Correcting Clarification

EMNLP 2025

Large language models (LLMs) have demonstrated remarkable capabilities in tool learning. In real-world scenarios, user queries are often ambiguous and incomplete, requiring effective clarification. However, existing interactive clarification approaches face two critical limitations: reliance on manu

Cited by 0SourcePDFScholar
2025

DB-Explore: Automated Database Exploration and Instruction Synthesis for Text-to-SQL

EMNLP 2025

Recent text-to-SQL systems powered by large language models (LLMs) have demonstrated remarkable performance in translating natural language queries into SQL.However, these systems often struggle with complex database structures and domain-specific queries, as they primarily focus on enhancing logica

Cited by 0SourcePDFScholar
2025

HammerBench: Fine-Grained Function-Calling Evaluation in Real Mobile Assistant Scenarios

ACL 2025finding

Evaluating the performance of LLMs in multi-turn human-agent interactions presents significant challenges, particularly due to the complexity and variability of user behavior. In this paper, we introduce HammerBench, a novel benchmark framework for assessing LLMs’ function-calling capabilities in re…

2025

MobileUse: A Hierarchical Reflection-Driven GUI Agent for Autonomous Mobile Operation

NeurIPS 2025poster

Recent advances in Multimodal Large Language Models (MLLMs) have enabled the development of mobile agents that can understand visual inputs and follow user instructions, unlocking new possibilities for automating complex tasks on mobile devices. However, applying these models to real-world mobile sc…

Cited by 0SourcecodeScholar
2025

Robust Function-Calling for On-Device Language Model via Function Masking

ICLR 2025spotlight

Large language models have demonstrated impressive value in performing as autonomous agents when equipped with external tools and API calls. Nonetheless, effectively harnessing their potential for executing complex tasks crucially relies on enhancements in their function-calling capabilities. This p…

Cited by 1SourcePDFScholar
2025

STaR-SQL: Self-Taught Reasoner for Text-to-SQL

ACL 2025long

Generating step-by-step “chain-of-thought” rationales has proven effective for improving the performance of large language models on complex reasoning tasks. However, applying such techniques to structured tasks, such as text-to-SQL, remains largely unexplored. In this paper, we introduce Self-Taugh…

Cited by 0SourcePDFScholar
2024

Self-Contrast: Better Reflection Through Inconsistent Solving Perspectives

ACL 2024long

The reflection capacity of Large Language Model (LLM) has garnered extensive attention. A post-hoc prompting strategy, e.g., reflexion and self-refine, refines LLM’s response based on self-evaluated or external feedback. However, recent research indicates without external feedback, LLM’s intrinsic r…

2023

Graph Propagation Transformer for Graph Representation Learning

IJCAI 2023poster

This paper presents a novel transformer architecture for graph representation learning. The core insight of our method is to fully consider the information propagation among nodes and edges in a graph when building the attention module in the transformer blocks. Specifically, we propose a new attent…