paper-with-me

Papers

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

2026-05-22 · Stefano Cirillo, Domenico Desiato, Giuseppe Polese, Giandomenico Solimando arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.23618

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Word Embeddings for the Construction Domain

2016-10-28 · Antoine J. -P. Tixier, Michalis Vazirgiannis, Matthew R. Hallowell

We introduce word vectors for the construction domain. Our vectors were obtained by running word2vec on an 11M-word corpus that we created from scratch by leveraging freely-accessible online sources of construction-relat…

BenchmarkingGeneral ClassificationWord Embeddings

LLMGeo: Benchmarking Large Language Models on Image Geolocation In-the-wild

2024-05-30 · Zhiqiang Wang, Dejia Xu, Rana Muhammad Shahroz Khan, Yanbin Lin 외

Image geolocation is a critical task in various image-understanding applications. However, existing methods often fail when analyzing challenging, in-the-wild images. Inspired by the exceptional background knowledge of m…

Benchmarking

Benchmarking Large Language Models with Integer Sequence Generation Tasks

2024-11-07 · Daniel O'Malley, Manish Bhattarai, Javier Santos

This paper presents a novel benchmark where the large language model (LLM) must write code that computes integer sequences from the Online Encyclopedia of Integer Sequences (OEIS), a widely-used resource for mathematical…

BenchmarkingComputational EfficiencyLanguage ModelingLanguage Modelling+2

Boosting Big Brother: Attacking Search Engines with Encodings

2023-04-27 · Nicholas Boucher, Luca Pajola, Ilia Shumailov, Ross Anderson 외

Search engines are vulnerable to attacks against indexing and searching via text encoding manipulation. By imperceptibly perturbing text using uncommon encoded representations, adversaries can control results across sear…

ChatbotText Summarization

Benchmarking Llama2, Mistral, Gemma and GPT for Factuality, Toxicity, Bias and Propensity for Hallucinations

2024-04-15 · David Nadeau, Mike Kroutikov, Karen McNeil, Simon Baribeau

This paper introduces fourteen novel datasets for the evaluation of Large Language Models' safety in the context of enterprise tasks. A method was devised to evaluate a model's safety, as determined by its ability to fol…

BenchmarkingBias DetectionDialogue Safety PredictionHallucination