← Search

Bowen Fang

7 accepted papers

2026

Learning to Explore: Policy-Guided Outlier Synthesis for Graph Out-of-Distribution Detection

AAAI 2026technical

Detecting Out-of-Distribution (OOD) graphs—those are drawn from a different distribution from the training data-is a critical task for ensuring the safety and reliability of Graph Neural Networks. The main challenge in unsupervised graph-level Out-of-Distribution detection lies in its common relianc

Cited by 0SourcePDFScholar
2026

ToolWeaver: Weaving Collaborative Semantics for Scalable Tool Use in Large Language Models

ICLR 2026poster

Prevalent retrieval-based tool-use pipelines struggle with a dual semantic challenge: their retrievers often employ encoders that fail to capture complex semantics, while the Large Language Model (LLM) itself lacks intrinsic tool knowledge from its natural language pretraining. Generative methods of…

Cited by 0SourceScholar
2025

GenPilot: A Multi-Agent System for Test-Time Prompt Optimization in Image Generation

EMNLP 2025

Text-to-image synthesis has made remarkable progress, yet accurately interpreting complex and lengthy prompts remains challenging, often resulting in semantic inconsistencies and missing details. Existing solutions, such as fine-tuning, are model-specific and require training, while prior automatic

2025

KELE: Residual Knowledge Erasure for Enhanced Multi-hop Reasoning in Knowledge Editing

EMNLP 2025

Large language models (LLMs) face challenges with internal knowledge inaccuracies and outdated information. Knowledge editing has emerged as a pivotal approach to mitigate these issues. Although current knowledge editing techniques exhibit promising performance in single-hop reasoning tasks, they sh

Cited by 0SourcePDFScholar
2025

Toolscaler: Scalable Generative Tool Calling via Structure-Aware Semantic Tokenization

EMNLP 2025

Enhancing large language models (LLMs) with external tools has become a promising approach for solving complex tasks. As the number of available tools grows, context-based prompting methods increasingly rely on retrieval mechanisms. A common solution is to represent each tool with a unique token and

2025

Trace: Structural Riemannian Bridge Matching for Transferable Source Localization in Information Propagation

IJCAI 2025

Source localization, the inverse problem of information diffusion, shows fundamental importance for understanding social dynamics. While achieving notable progress, existing solutions are typically exposed to the risk of error accumulation, and require a large number of observations for effective in

Cited by 0SourcePDFScholar
2024

Confucius: Iterative Tool Learning from Introspection Feedback by Easy-to-Difficult Curriculum

AAAI 2024technical

Augmenting large language models (LLMs) with external tools has emerged as a promising approach to extending the capability of LLMs. Although there are some works that employ open-source LLMs for the tool-learning task, most of them are trained in a controlled environment in which LLMs only learn to…