← Search

Yaxin Du

10 accepted papers

2026

$G^2$-Reader: Dual Evolving Graphs for Multimodal Document QA

ICML 2026poster

Retrieval-augmented generation is a practical paradigm for question answering over long documents, but it remains brittle for multimodal reading where text, tables, and figures are interleaved across many pages. First, flat chunking breaks document-native structure and cross-modal alignment, yieldin…

Cited by 1SourceScholar
2026

InfoMosaic-Bench: Evaluating Multi-Source Information Seeking in Tool-Augmented Agents

ICLR 2026poster

Information seeking is a fundamental requirement for humans. However, existing LLM agents rely heavily on open-web search, which exposes two fundamental weaknesses: online content is noisy and unreliable, and many real-world tasks require precise, domain-specific knowledge unavailable from the web.…

Cited by 0SourceScholar
2026

MCP-Persona: Benchmarking LLM Agents on Personalized MCP Tools and Tasks

ICML 2026poster

a transformative standard for connecting large language models (LLMs) with external data sources and tools, and has been rapidly adopted across personal applications and development platforms. However, existing benchmarks predominantly focus on generic information-seeking tools and fail to capture t…

Cited by 0SourceScholar
2026

Mining Useful General Data for Low-Resource Domain Adaptation

ICML 2026poster

Adapting large language models (LLMs) to low-resource domains remains challenging due to the scarcity of domain-specific data. While in-domain data is limited, there exists a vast amount of general-domain data that shares similar question–answer formats and reasoning patterns with domain tasks. This…

Cited by 0SourceScholar
2025

FedDQC: Data Quality Control in Federated Instruction-tuning of Large Language Models

ACL 2025finding

Federated Learning (FL) enables privacy-preserving collaborative instruction tuning of large language models (LLMs) by leveraging massively distributed data. However, the decentralized nature of FL exacerbates data quality challenges, as local clients lack global visibility to filter noisy or low-qu…

2025

MAS-GPT: Training LLMs to Build LLM-based Multi-Agent Systems

ICML 2025poster

LLM-based multi-agent systems (MAS) have shown significant potential in tackling diverse tasks. However, to design effective MAS, existing approaches heavily rely on manual configurations or multiple calls of advanced LLMs, resulting in inadaptability and high inference costs. In this paper, we simp…

2025

Optimizing Cross-Client Domain Coverage for Federated Instruction Tuning of Large Language Models

EMNLP 2025

Federated domain-specific instruction tuning (FedDIT) for large language models (LLMs) aims to enhance performance in specialized domains using distributed private and limited data, yet identifying key performance drivers and optimal augmentation strategies remains challenging. We empirically establ

Cited by 0SourcePDFScholar
2025

Self-Evolving Multi-Agent Collaboration Networks for Software Development

ICLR 2025poster

LLM-driven multi-agent collaboration (MAC) systems have demonstrated impressive capabilities in automatic software development at the function level. However, their heavy reliance on human design limits their adaptability to the diverse demands of real-world software development. To address this lim…

Cited by 10SourcePDFScholar
2024

Fake It Till Make It: Federated Learning with Consensus-Oriented Generation

ICLR 2024poster

In federated learning (FL), data heterogeneity is one key bottleneck that causes model divergence and limits performance. Addressing this, existing methods often regard data heterogeneity as an inherent property and propose to mitigate its adverse effects by correcting models. In this paper, we seek…

2024

FedLLM-Bench: Realistic Benchmarks for Federated Learning of Large Language Models

NeurIPS 2024poster

Federated learning has enabled multiple parties to collaboratively train large language models without directly sharing their data (FedLLM). Following this training paradigm, the community has put massive efforts from diverse aspects including framework, performance, and privacy. However, an unpleas…