paper-with-me

홈 › Papers

Let Multimodal Embedders Learn When to Augment Query via Adaptive Query Augmentation

2025-11-04 · Wongyu Kim, Hochang Lee, Sanghak Lee, Yoonsung Kim, Jaehyun Park arxiv

Query augmentation makes queries more meaningful by appending further information to the queries to find relevant documents. Current studies have proposed Large Language Model (LLM)-based embedders, which learn representation for embedding and generation for query augmentation in a multi-task manner by leveraging the generative capabilities of LLM. During inference, these jointly trained embedders have conducted query augmentation followed by embedding, showing effective results. However, augmenting every query leads to substantial embedding latency and query augmentation can be detrimental to performance for some queries. Also, previous methods have not been explored in multimodal environments. To tackle these problems, we propose M-Solomon, a universal multimodal embedder that can adaptively determine when to augment queries. Our approach first divides the queries of the training datasets into two groups at the dataset level. One includes queries that require augmentation and the other includes queries that do not. Then, we introduces a synthesis process that generates appropriate augmentations for queries that require them by leveraging a powerful Multimodal LLM (MLLM). Next, we present adaptive query augmentation. Through this step, M-Solomon can conduct query augmentation only when necessary by learning to generate synthetic augmentations with the prefix /augment for queries that demand them and to generate the simple string /embed for others. Experimental results showed that M-Solomon not only surpassed the baseline without augmentation by a large margin but also outperformed the baseline that always used augmentation, providing much faster embedding latency.

📄 PDF Abstract BibTeX arXiv:2511.02358

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Omni-Interactive Universal Embedder

2026-08-27 · Wei-Yao Wang, Kazuya Tateishi, Shuyang Cui, Christian Simon 외 arxiv

Multimodal representation learning has been shifting from traditional two-tower architectures to large language model (LLM)-based embedders due to their strong instruction-following capabilities. Despite this progress, e…

Representation Learning

Overview of the EReL@MIR 2025 Multimodal Document Retrieval Challenge (Track 1)

2026-06-02 · Jingbiao Mei arxiv

Retrieval over visually-rich documents, pages that interleave text with figures, tables, and charts, is essential for multimodal retrieval-augmented generation, yet most retrievers still discard the visual channel. The \…

Roles of MLLMs in Visually Rich Document Retrieval for RAG: A Survey

2025-12-16 · Xiantao Zhang arxiv

Visually rich documents (VRDs) challenge retrieval-augmented generation (RAG) with layout-dependent semantics, brittle OCR, and evidence spread across complex figures and structured tables. This survey examines how Multi…

LLM-based Embedders for Prior Case Retrieval

2025-07-24 · Damith Premasiri, Tharindu Ranasinghe, Ruslan Mitkov arxiv

In common law systems, legal professionals such as lawyers and judges rely on precedents to build their arguments. As the volume of cases has grown massively over time, effectively retrieving prior cases has become essen…

Information Retrieval

Align Then Adapt: Label-Efficient Adapter Learning for Asymmetric Dense Retrieval

2026-04-03 · Seiji Maekawa, Moin Aminnaseri, Pouya Pezeshkpour, Estevam Hruschka arxiv

Dense retrieval systems increasingly face an asymmetry between complex instruction-like queries and relatively simple, static document collections. While stronger embedders can better understand such queries, re-embeddin…