← Search

Liming Zhu

5 accepted papers

2026

Bi-level Personalization for Federated Foundation Models: A Task-vector Aggregation Approach

AAAI 2026technical

Federated foundation models represent a new paradigm to jointly fine-tune pre-trained foundation models across clients. It is still a challenge to fine-tune foundation models for a small group of new users or specialized scenarios, which typically involve limited data compared to the large-scale dat

Cited by 0SourcePDFScholar
2025

Federated Low-Rank Adaptation for Foundation Models: A Survey

IJCAI 2025

Effectively leveraging private datasets remains a significant challenge in developing foundation models. Federated Learning (FL) has recently emerged as a collaborative framework that enables multiple users to fine-tune these models while mitigating data privacy risks. Meanwhile, Low-Rank Adaptation

2025

HydraRAG: Structured Cross-Source Enhanced Large Language Model Reasoning

EMNLP 2025

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by incorporating external knowledge. Current hybrid RAG system retrieves evidence from both knowledge graphs (KGs) and text documents to support LLM reasoning. However, it faces challenges like handling multi-hop reasoning, m

2025

MMAPG: A Training-Free Framework for Multimodal Multi-hop Question Answering via Adaptive Planning Graphs

EMNLP 2025

Multimodal Multi-hop question answering requires integrating information from diverse sources, such as images and texts, to derive answers. Existing methods typically rely on sequential retrieval and reasoning, where each step builds on the previous output. However, this single-path paradigm makes t

Cited by 0SourcePDFScholar
2021

CO-PILOT: COllaborative Planning and reInforcement Learning On sub-Task curriculum

NeurIPS 2021poster

Goal-conditioned reinforcement learning (RL) usually suffers from sparse reward and inefficient exploration in long-horizon tasks. Planning can find the shortest path to a distant goal that provides dense reward/guidance but is inaccurate without a precise environment model. We show that RL and plan…