← Search

Xinping Zhao

6 accepted papers

2026

AOEB: Benchmarking Agent-Oriented Multimodal Embeddings

ICML 2026poster

LLM agents powered by retrieval and RAG are increasingly prevalent across research and applications. Embedding models play a critical role in these systems, particularly in embedding-based retrieval. However, current benchmarks for embeddings, such as MTEB, remain focused on general-purpose scenario…

Cited by 0SourceScholar
2026

KaLM-Embedding-V2: Superior Training Techniques and Data Inspire A Versatile Embedding Model

ICLR 2026poster

Recent advancements in Large Language Models (LLMs)-based text embedding models primarily focus on data scaling or synthesis, yet limited exploration of training techniques and data quality, thereby constraining performance. In this work, we propose KaLM-Embedding-V2, a series of versatile and compa…

Cited by 0SourcecodeScholar
2025

FunnelRAG: A Coarse-to-Fine Progressive Retrieval Paradigm for RAG

NAACL 2025findings

Retrieval-Augmented Generation (RAG) prevails in Large Language Models. It mainly consists of retrieval and generation. The retrieval modules (a.k.a. retrievers) aim to find useful information used to facilitate the generation modules (a.k.a. generators). As such, generators’ performance largely dep…

2024

Medico: Towards Hallucination Detection and Correction with Multi-source Evidence Fusion

EMNLP 2024system demonstrations

As we all know, hallucinations prevail in Large Language Models (LLMs), where the generated content is coherent but factually incorrect, which inflicts a heavy blow on the widespread application of LLMs. Previous studies have shown that LLMs could confidently state non-existent facts rather than ans…

2024

SEER: Self-Aligned Evidence Extraction for Retrieval-Augmented Generation

EMNLP 2024main

Recent studies in Retrieval-Augmented Generation (RAG) have investigated extracting evidence from retrieved passages to reduce computational costs and enhance the final RAG performance, yet it remains challenging. Existing methods heavily rely on heuristic-based augmentation, encountering several is…

2024

Take Off the Training Wheels! Progressive In-Context Learning for Effective Alignment

EMNLP 2024main

Recent studies have explored the working mechanisms of In-Context Learning (ICL). However, they mainly focus on classification and simple generation tasks, limiting their broader application to more complex generation tasks in practice. To address this gap, we investigate the impact of demonstration…