IRCLMay 10, 2023

Evaluating Embedding APIs for Information Retrieval

arXiv:2305.06300v2227 citations
Originality Synthesis-oriented
AI Analysis

This work assists practitioners and researchers in selecting suitable embedding APIs for realistic retrieval scenarios, though it is incremental as it analyzes existing offerings rather than proposing new methods.

The paper evaluated semantic embedding APIs for information retrieval, finding that re-ranking BM25 results is most effective and budget-friendly in English, while a hybrid model with BM25 works best for non-English retrieval at higher cost.

The ever-increasing size of language models curtails their widespread availability to the community, thereby galvanizing many companies into offering access to large language models through APIs. One particular type, suitable for dense retrieval, is a semantic embedding service that builds vector representations of input text. With a growing number of publicly available APIs, our goal in this paper is to analyze existing offerings in realistic retrieval scenarios, to assist practitioners and researchers in finding suitable services according to their needs. Specifically, we investigate the capabilities of existing semantic embedding APIs on domain generalization and multilingual retrieval. For this purpose, we evaluate these services on two standard benchmarks, BEIR and MIRACL. We find that re-ranking BM25 results using the APIs is a budget-friendly approach and is most effective in English, in contrast to the standard practice of employing them as first-stage retrievers. For non-English retrieval, re-ranking still improves the results, but a hybrid model with BM25 works best, albeit at a higher cost. We hope our work lays the groundwork for evaluating semantic embedding APIs that are critical in search and more broadly, for information access.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes