paper-with-me

Papers

Maintaining MTEB: Towards Long Term Usability and Reproducibility of Embedding Benchmarks

2025-06-26 · Isaac Chung, Imene Kerboua, Marton Kardos, Roman Solomatin, Kenneth Enevoldsen

The Massive Text Embedding Benchmark (MTEB) has become a standard evaluation platform for text embedding models. While previous work has established the core benchmark methodology, this paper focuses on the engineering aspects that ensure MTEB's continued reproducibility and extensibility. We present our approach to maintaining robust continuous integration pipelines that validate dataset integrity, automate test execution, and assess benchmark results' generalizability. We detail the design choices that collectively enhance reproducibility and usability. Furthermore, we discuss our strategies for handling community contributions and extending the benchmark with new tasks and datasets. These engineering practices have been instrumental in scaling MTEB to become more comprehensive while maintaining quality and, ultimately, relevance to the field. Our experiences offer valuable insights for benchmark maintainers facing similar challenges in ensuring reproducibility and usability in machine learning evaluation frameworks. The MTEB repository is available at: https://github.com/embeddings-benchmark/mteb

📄 PDF Abstract BibTeX arXiv:2506.21182

Code (1)

embeddings-benchmark/mteb 공식 구현 pytorch

Similar Papers 제목 키워드 기반

NV-Embed: Improved Techniques for Training LLMs as Generalist Embedding Models

2024-05-27 · Chankyu Lee, Rajarshi Roy, Mengyao Xu, Jonathan Raiman 외

Decoder-only LLM-based embedding models are beginning to outperform BERT or T5-based embedding models in general-purpose text embedding tasks, including dense vector-based retrieval. In this work, we introduce NV-Embed, …

Information RetrievalLanguage ModellingLarge Language ModelModel Compression+4

Design a Reliable LLM-Integrated Interface for Mortality Forecasting

2026-06-04 · Thi Kim Ngan Nguyen arxiv

Mortality forecasting plays an important role in actuarial and policy decision-making, but its implementation remains technically complex and inaccessible to non-expert users. This project proposes a reliable large langu…

Benchmarking a transformer-FREE model for ad-hoc retrieval

2021-04-01 · EACL 2021 2 · Tiago Almeida, S{\'e}rgio Matos

Transformer-based {``}behemoths{''} have grown in popularity, as well as structurally, shattering multiple NLP benchmarks along the way. However, their real-world usability remains a question. In this work, we empiricall…

BenchmarkingCPURetrieval

TRYLOCK: Defense-in-Depth Against LLM Jailbreaks via Layered Preference and Representation Engineering

2026-01-06 · Scott Thornton arxiv

Large language models remain vulnerable to jailbreak attacks, and single-layer defenses often trade security for usability. We present TRYLOCK, the first defense-in-depth architecture that combines four heterogeneous mec…

Repro: An Open-Source Library for Improving the Reproducibility and Usability of Publicly Available Research Code

2022-04-29 · Daniel Deutsch, Dan Roth

We introduce Repro, an open-source library which aims at improving the reproducibility and usability of research code. The library provides a lightweight Python API for running software released by researchers within Doc…