Add HAKARI-Bench results for OpenAI text-embedding-3 models

#7
by hotchpotch - opened

Add HAKARI-Bench results for OpenAI text-embedding-3 models

This PR adds .json.xz benchmark result files for two OpenAI embedding models under hakari-results/. It intentionally excludes local model-card YAML, DuckDB files, caches, HTML reports, batch workspaces, and scratch artifacts.

Branch: add-openai-text-embedding-3-results
Commit: 191ebb2e51a2c2b7cc7bde31ac409478e15fec68

Submitted models

Model Method Result files Overall nDCG@10 Notes
openai/text-embedding-3-small dense 551 0.5411 OpenAI Batch API; max input tokens 8100; full dim 1536; truncate dims 256, 512, 1024; int8/binary and rescore variants included.
openai/text-embedding-3-large dense 551 0.6117 OpenAI Batch API; max input tokens 8100; full dim 3072; truncate dims 256, 512, 1024, 1536; int8/binary and rescore variants included.

Validation

  • 1102 staged and pushed files total: 551 .json.xz files per model.
  • Non-.json.xz files under the submitted result directories: 0.
  • DuckDB / cache / batch workspace artifacts under the submitted result directories: 0.
  • Git LFS/Xet upload completed for all 1102 .json.xz files.
  • JSON model.id checked across all files: openai/text-embedding-3-small and openai/text-embedding-3-large.
  • Dense method checked in JSON.
  • Embedding evaluation counts checked in JSON: 20 variants for small and 25 variants for large, across all 551 files each.

Reconstructed commands

The run used task-level OpenAI Batch API registration and processing. The exact internal batch IDs are recorded per result JSON under model.backend_metadata. The practical workflow was:

uv run --group openai hakari-bench batch dense register \
  --provider openai \
  --model text-embedding-3-small \
  --all \
  --results-dir output/hakari-results \
  --max-input-tokens 8100

uv run --group openai hakari-bench batch dense process \
  --provider openai \
  --model text-embedding-3-small \
  --results-dir output/hakari-results

uv run --group openai hakari-bench batch dense register \
  --provider openai \
  --model text-embedding-3-large \
  --all \
  --results-dir output/hakari-results \
  --max-input-tokens 8100

uv run --group openai hakari-bench batch dense process \
  --provider openai \
  --model text-embedding-3-large \
  --results-dir output/hakari-results

Variant policy

  • Base full-dimension embeddings are evaluated directly.
  • Truncate variants are computed from batch full-dimension embeddings as full[:dim] + L2 normalize.
  • Quantized variants include full-dimension int8, binary, int8_rescore, and binary_rescore.
  • Truncate variants are also crossed with int8, binary, int8_rescore, and binary_rescore.

Per-model details


Add HAKARI-Bench results for openai/text-embedding-3-small

Summary

Field Value
Model openai/text-embedding-3-small
Result directory openai__text-embedding-3-small
Target path hakari-results/openai__text-embedding-3-small
Result files 551 total, 551 .json.xz
Evaluation method dense
Overall nDCG@10 0.5411
Overall score units 369 grouped units from 538 raw task results

Overall nDCG@10

Overall component nDCG@10 Score units Raw task results
NanoMMTEB-v2 0.4748 18 18
NanoRTEB 0.5792 14 14
MNanoBEIR 0.5049 13 182
NanoBIRCO 0.2977 5 5
NanoMLDR 0.4782 13 13
NanoLongEmbed 0.6068 6 6
NanoDAPFAM 0.2832 12 12
NanoCoIR 0.7576 10 10
NanoIFIR 0.3145 4 4
NanoLaw 0.5516 4 4
NanoMedical 0.4917 7 7
NanoRARb 0.2889 14 14
NanoBRIGHT 0.3690 20 20
NanoCodeRAG 0.8091 4 4
NanoChemTEB 0.7464 3 3
NanoR2MED 0.3095 8 8
NanoBuiltBench 0.5262 2 2
NanoCMTEB 0.6493 8 8
NanoIndicQA 0.3772 11 11
NanoMuPLeR 0.7449 14 14
NanoMTEB-v2 0.6058 10 10
NanoMTEB-Dutch 0.5836 27 27
NanoMTEB-French 0.6115 8 8
NanoMTEB-German 0.6159 5 5
NanoJMTEB-v2 0.7189 11 11
NanoMTEB-Korean 0.6446 5 5
NanoFaMTEB-v2 0.5008 17 17
NanoMTEB-Polish 0.4472 14 14
NanoRuMTEB 0.8292 3 3
NanoMTEB-Scandinavian 0.7499 7 7
NanoMTEB-Spanish 0.6130 7 7
NanoMTEB-Thai 0.5190 9 9
NanoVNMTEB 0.4982 26 26
NanoMTEB-Misc 0.7293 12 12
NanoMIRACL 0.7180 18 18

Reproducibility

Field Value
Model source openai/text-embedding-3-small
Model revision not recorded
Dataset revision(s) 017849a95097eea984680cbab35972f8d3812376, 0a6b8e4feaac801f0748d2f77291e93ceb2cfdc1, 0c8fdb149eee31b8dd5dc17fc82e6795dd1e8681, 158ceac28e2468e55a56b3d056ccbe33e13aa8d8, 193d979abe245c7e7e6dec6e9ad6360cf98edbf9, ... (48 total)
Evaluated at UTC 2026-06-18T09:29:06.956754+00:00 to 2026-06-18T21:42:13.611179+00:00
Generated at UTC 2026-06-18T09:29:07.181827+00:00 to 2026-06-18T21:42:13.832901+00:00
dtype fp32
device not recorded
batch size 32
attention implementation not recorded
trust remote code False
max sequence length 8100
candidate ranking reranking_hybrid
rerank top-k not recorded
query prompt name not recorded
document prompt name not recorded
Python 3.12.12 (main, Dec 9 2025, 19:02:36) [Clang 21.1.4 ]
Platform Linux-6.8.0-107-generic-x86_64-with-glibc2.39
torch 2.9.0
transformers 5.3.0
sentence-transformers 5.4.1
datasets 4.8.4
CUDA available=True, version=12.8
CUDA devices 0: NVIDIA GeForce RTX 5090, 1: NVIDIA GeForce RTX 5090

Reconstructed workflow

uv run --group openai hakari-bench batch dense register \
  --provider openai \
  --model text-embedding-3-small \
  --all \
  --results-dir output/hakari-results \
  --max-input-tokens 8100

uv run --group openai hakari-bench batch dense process \
  --provider openai \
  --model text-embedding-3-small \
  --results-dir output/hakari-results

Submitter Notes

  • OpenAI embeddings were generated through the OpenAI Batch API and then materialized into standard HAKARI-Bench per-task .json.xz result files.
  • Input texts were truncated to approximately 8100 tokens to stay below the OpenAI embedding input limit with margin.
  • Truncation-dimension variants were generated after batch output materialization by taking the full embedding prefix and applying L2 normalization (full[:dim] + normalize). This is close to, but not byte-identical to, OpenAI API-side dimensions output.
  • No query or document prompts were used. Retrieval uses cosine similarity and candidate_ranking=reranking_hybrid.
  • Parameter counts are unknown for these hosted OpenAI models and are recorded as null/unknown.
  • These are full benchmark coverage results for the current 551 submitted result files per model.

Checklist

  • Result files are committed under hakari-results/openai__text-embedding-3-small/.
  • Result files are compressed .json.xz; no caches, DuckDB files, HTML reports, or local scratch artifacts are included.
  • The result JSON records model revision, dataset revision, runtime configuration, and package versions.
  • Overall nDCG@10 above was generated from the submitted result files.
  • Any non-default prompt, sequence length, attention implementation, candidate ranking, or reranker setting is documented above.

Add HAKARI-Bench results for openai/text-embedding-3-large

Summary

Field Value
Model openai/text-embedding-3-large
Result directory openai__text-embedding-3-large
Target path hakari-results/openai__text-embedding-3-large
Result files 551 total, 551 .json.xz
Evaluation method dense
Overall nDCG@10 0.6117
Overall score units 369 grouped units from 538 raw task results

Overall nDCG@10

Overall component nDCG@10 Score units Raw task results
NanoMMTEB-v2 0.5193 18 18
NanoRTEB 0.6500 14 14
MNanoBEIR 0.5750 13 182
NanoBIRCO 0.3595 5 5
NanoMLDR 0.5239 13 13
NanoLongEmbed 0.5976 6 6
NanoDAPFAM 0.3084 12 12
NanoCoIR 0.8087 10 10
NanoIFIR 0.3673 4 4
NanoLaw 0.5568 4 4
NanoMedical 0.5700 7 7
NanoRARb 0.3583 14 14
NanoBRIGHT 0.4188 20 20
NanoCodeRAG 0.8572 4 4
NanoChemTEB 0.7886 3 3
NanoR2MED 0.4132 8 8
NanoBuiltBench 0.5800 2 2
NanoCMTEB 0.7351 8 8
NanoIndicQA 0.5016 11 11
NanoMuPLeR 0.8503 14 14
NanoMTEB-v2 0.6416 10 10
NanoMTEB-Dutch 0.6378 27 27
NanoMTEB-French 0.6796 8 8
NanoMTEB-German 0.6362 5 5
NanoJMTEB-v2 0.7863 11 11
NanoMTEB-Korean 0.7432 5 5
NanoFaMTEB-v2 0.6208 17 17
NanoMTEB-Polish 0.5459 14 14
NanoRuMTEB 0.9196 3 3
NanoMTEB-Scandinavian 0.8210 7 7
NanoMTEB-Spanish 0.6720 7 7
NanoMTEB-Thai 0.7016 9 9
NanoVNMTEB 0.5888 26 26
NanoMTEB-Misc 0.7713 12 12
NanoMIRACL 0.7939 18 18

Reproducibility

Field Value
Model source openai/text-embedding-3-large
Model revision not recorded
Dataset revision(s) 017849a95097eea984680cbab35972f8d3812376, 0a6b8e4feaac801f0748d2f77291e93ceb2cfdc1, 0c8fdb149eee31b8dd5dc17fc82e6795dd1e8681, 158ceac28e2468e55a56b3d056ccbe33e13aa8d8, 193d979abe245c7e7e6dec6e9ad6360cf98edbf9, ... (48 total)
Evaluated at UTC 2026-06-19T06:29:09.121178+00:00 to 2026-06-19T22:02:05.533040+00:00
Generated at UTC 2026-06-19T06:29:09.296714+00:00 to 2026-06-19T22:02:05.533080+00:00
dtype fp32
device not recorded
batch size 32
attention implementation not recorded
trust remote code False
max sequence length 8100
candidate ranking reranking_hybrid
rerank top-k not recorded
query prompt name not recorded
document prompt name not recorded
Python 3.12.12 (main, Dec 9 2025, 19:02:36) [Clang 21.1.4 ]
Platform Linux-6.8.0-107-generic-x86_64-with-glibc2.39
torch 2.9.0
transformers 5.3.0
sentence-transformers 5.4.1
datasets 4.8.4
CUDA available=True, version=12.8
CUDA devices 0: NVIDIA GeForce RTX 5090, 1: NVIDIA GeForce RTX 5090

Reconstructed workflow

uv run --group openai hakari-bench batch dense register \
  --provider openai \
  --model text-embedding-3-large \
  --all \
  --results-dir output/hakari-results \
  --max-input-tokens 8100

uv run --group openai hakari-bench batch dense process \
  --provider openai \
  --model text-embedding-3-large \
  --results-dir output/hakari-results

Submitter Notes

  • OpenAI embeddings were generated through the OpenAI Batch API and then materialized into standard HAKARI-Bench per-task .json.xz result files.
  • Input texts were truncated to approximately 8100 tokens to stay below the OpenAI embedding input limit with margin.
  • Truncation-dimension variants were generated after batch output materialization by taking the full embedding prefix and applying L2 normalization (full[:dim] + normalize). This is close to, but not byte-identical to, OpenAI API-side dimensions output.
  • No query or document prompts were used. Retrieval uses cosine similarity and candidate_ranking=reranking_hybrid.
  • Parameter counts are unknown for these hosted OpenAI models and are recorded as null/unknown.
  • These are full benchmark coverage results for the current 551 submitted result files per model.

Checklist

  • Result files are committed under hakari-results/openai__text-embedding-3-large/.
  • Result files are compressed .json.xz; no caches, DuckDB files, HTML reports, or local scratch artifacts are included.
  • The result JSON records model revision, dataset revision, runtime configuration, and package versions.
  • Overall nDCG@10 above was generated from the submitted result files.
  • Any non-default prompt, sequence length, attention implementation, candidate ranking, or reranker setting is documented above.
hotchpotch changed pull request status to open
hotchpotch changed pull request status to merged

Sign up or log in to comment