← Search

Ziliang Zhao

6 accepted papers

2025

CORAL: Benchmarking Multi-turn Conversational Retrieval-Augmented Generation

NAACL 2025findings

Retrieval-Augmented Generation (RAG) has become a powerful paradigm for enhancing large language models (LLMs) through external knowledge retrieval. Despite its widespread attention, existing academic research predominantly focuses on single-turn RAG, leaving a significant gap in addressing the comp…

2025

FineRAG: Fine-grained Retrieval-Augmented Text-to-Image Generation

COLING 2025main

Recent advancements in text-to-image generation, notably the series of Stable Diffusion methods, have enabled the production of diverse, high-quality photo-realistic images. Nevertheless, these techniques still exhibit limitations in terms of knowledge access. Retrieval-augmented image generation is…

2025

Little Giants: Synthesizing High-Quality Embedding Data at Scale

NAACL 2025long

Synthetic data generation has become an increasingly popular way of training models without the need for large, manually labeled datasets. For tasks like text embedding, synthetic data offers diverse and scalable training examples, significantly reducing the cost of human annotation. However, most c…

2025

Sliding Windows Are Not the End: Exploring Full Ranking with Long-Context Large Language Models

ACL 2025long

Large Language Models (LLMs) have shown exciting performance in listwise passage ranking. Due to the limited input length, existing methods often adopt the sliding window strategy. Such a strategy, though effective, is inefficient as it involves repetitive and serialized processing, which usually re…

2025

mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data

ACL 2025finding

Multimodal embedding models have gained significant attention for their ability to map data from different modalities, such as text and images, into a unified representation space. However, the limited labeled multimodal data often hinders embedding performance. Recent approaches have leveraged data…

2024

Generalizing Conversational Dense Retrieval via LLM-Cognition Data Augmentation

ACL 2024long

Conversational search utilizes muli-turn natural language contexts to retrieve relevant passages. Existing conversational dense retrieval models mostly view a conversation as a fixed sequence of questions and responses, overlooking the severe data sparsity problem – that is, users can perform a conv…