← Search

Xixi Wu

5 accepted papers

2026

Repurposing Synthetic Data for Fine-grained Search Agent Supervision

ICLR 2026poster

LLM-based search agents are increasingly trained on entity-centric synthetic data to solve complex, knowledge-intensive tasks. However, prevailing training methods like Group Relative Policy Optimization (GRPO) discard this rich entity information, relying instead on sparse, outcome-based rewards. T…

Cited by 0SourceScholar
2026

WebSailor-V2: Bridging the Chasm to Proprietary Agents via Synthetic Data and Scalable Reinforcement Learning

ICLR 2026poster

To significantly advance the capabilities of open-source web agents, we present WebSailor-V2, a complete post-training pipeline encompassing data construction, Supervised Fine-Tuning (SFT), and Reinforcement Learning (RL). Our methodology features two key innovations: (1) On the data front, we devel…

Cited by 0SourceScholar
2025

MoLoRAG: Bootstrapping Document Understanding via Multi-modal Logic-aware Retrieval

EMNLP 2025

Document Understanding is a foundational AI capability with broad applications, and Document Question Answering (DocQA) is a key evaluation task. Traditional methods convert the document into text for processing by Large Language Models (LLMs), but this process strips away critical multi-modal infor

2025

When Do LLMs Help With Node Classification? A Comprehensive Analysis

ICML 2025poster

Node classification is a fundamental task in graph analysis, with broad applications across various fields. Recent breakthroughs in Large Language Models (LLMs) have enabled LLM-based approaches for this task. Although many studies demonstrate the impressive performance of LLM-based methods, the lac…

2024

Can Graph Learning Improve Planning in LLM-based Agents?

NeurIPS 2024poster

Task planning in language agents is emerging as an important research topic alongside the development of large language models (LLMs). It aims to break down complex user requests in natural language into solvable sub-tasks, thereby fulfilling the original requests. In this context, the sub-tasks can…