Papers › Benchmarking Google Embeddings 2 against Open-Source Models for Multilingual Dense...

Benchmarking Google Embeddings 2 against Open-Source Models for Multilingual Dense Retrieval and RAG Systems

22 May 2026arXiv:2605.23618added by Syntology

Stefano Cirillo, Domenico Desiato, Giuseppe Polese, Giandomenico Solimando

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

We benchmark Google Embeddings (GE2), a Vertex-AI-hosted bi-encoder with 2,048-token context and explicit task-type conditioning, against five open-source alternatives: BGE-M3, E5-large, Multilingual-E5-large (mE5-L), LaBSE, and Paraphrase-Multilingual-MPNet (mMPNet). Evaluation covers four BEIR subsets, a synthetic Italian RAG corpus, a chunking ablation considering 5 sizes of tokens with three strategies, and per-query latency on commodity CPU hardware. GE2 ranks first on every task, achieving BEIR avg.nDCG@10 = 0.638 and IT-RAG-Bench nDCG@10 = 0.282, but at 231.6 ms median latency, it is roughly 14x slower than the fastest local models. mE5-L reaches within 0.003 nDCG of GE2 on Italian at 31 ms, making it the preferred option when sub-100 ms SLAs matter. A more striking finding concerns LaBSE, which, despite widespread multilingual deployment scores 0.188 average nDCG@10 on BEIR, below every dedicated retrieval model including mMPNet. Chunking experiments show that all six models saturate at 32-token chunks on our corpus, with semantic chunking providing measurable gains only at 16 tokens.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.23618")

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cciro94/GoogleEmbeddings2-benchmark found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 10 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
7unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from cciro94/GoogleEmbeddings2-benchmark. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dcg_at_k cciro94/GoogleEmbeddings2-benchmark/src/metrics.py found in paper text by Syntology ran no licence file found · pointer only · d3c5408bc73165e8 · report
df_to_latex cciro94/GoogleEmbeddings2-benchmark/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · 34ee2fe859099c14 · report
fixed_chunks cciro94/GoogleEmbeddings2-benchmark/src/chunking.py found in paper text by Syntology ran no licence file found · pointer only · 7038160e8a2b1ead · report
load_beir_dataset cciro94/GoogleEmbeddings2-benchmark/src/data_loaders.py found in paper text by Syntology ran no licence file found · pointer only · 80f1c305140e647d · report
load_config cciro94/GoogleEmbeddings2-benchmark/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · dad30b83ee00b146 · report
recall_at_k cciro94/GoogleEmbeddings2-benchmark/src/metrics.py found in paper text by Syntology ran no licence file found · pointer only · 400f9ecaf9048276 · report
reciprocal_rank cciro94/GoogleEmbeddings2-benchmark/src/metrics.py found in paper text by Syntology ran no licence file found · pointer only · d6116b604bbb48a8 · report
save_results_csv cciro94/GoogleEmbeddings2-benchmark/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · 44dc9e84dce03d01 · report
semantic_chunks cciro94/GoogleEmbeddings2-benchmark/src/chunking.py found in paper text by Syntology ran no licence file found · pointer only · 39f073cff77bc4be · report
sliding_window_chunks cciro94/GoogleEmbeddings2-benchmark/src/chunking.py found in paper text by Syntology ran no licence file found · pointer only · c8adab3821723998 · report
build_index cciro94/GoogleEmbeddings2-benchmark/src/retrieval.py found in paper text by Syntology unverified no licence file found · pointer only · aa2b0d79284f2d0f · report
load_italian_benchmark cciro94/GoogleEmbeddings2-benchmark/src/data_loaders.py found in paper text by Syntology unverified no licence file found · pointer only · e072ac1731ce14aa · report
load_italian_benchmark cciro94/GoogleEmbeddings2-benchmark/src/data_loaders_original.py found in paper text by Syntology unverified no licence file found · pointer only · df800762179b07d8 · report
load_miracl_dataset cciro94/GoogleEmbeddings2-benchmark/src/data_loaders.py found in paper text by Syntology unverified no licence file found · pointer only · e624c296fd0c427d · report
load_miracl_dataset cciro94/GoogleEmbeddings2-benchmark/src/data_loaders_original.py found in paper text by Syntology unverified no licence file found · pointer only · 862f7976558612a4 · report
measure_retrieval_latency cciro94/GoogleEmbeddings2-benchmark/src/retrieval.py found in paper text by Syntology unverified no licence file found · pointer only · 88db80f3d2fb17fc · report
run_retrieval cciro94/GoogleEmbeddings2-benchmark/src/retrieval.py found in paper text by Syntology unverified no licence file found · pointer only · 86923a70c0596391 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.23618, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections