LimitedMouse commited on
Commit ·
86e0247
1
Parent(s): 6c0ba61
Add arXiv badge and citation
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ task_categories:
|
|
| 8 |
# Generative Embedding Benchmark
|
| 9 |
|
| 10 |
<div align="center">
|
|
|
|
| 11 |
<a href="https://github.com/LimitedMouse/Generative-Embedding-Benchmark"><img src="https://img.shields.io/badge/GitHub-Code-lightgrey" alt="GitHub Code"></a>
|
| 12 |
<a href="https://huggingface.co/LimitedMouse/Generative-Embedding-Benchmark-Checkpoints"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Checkpoints-yellow" alt="Hugging Face Checkpoints"></a>
|
| 13 |
</div>
|
|
@@ -39,5 +40,19 @@ access requirements.
|
|
| 39 |
- `summary.json`: sampling quotas and aggregate attrition statistics.
|
| 40 |
- `leakage_audit.json`: development/test image-leakage audit.
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
The Apache-2.0 license applies only to GEB-authored manifests and metadata. It
|
| 43 |
does not alter the terms of the upstream datasets.
|
|
|
|
| 8 |
# Generative Embedding Benchmark
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
+
<a href="https://arxiv.org/abs/2608.06972"><img src="https://img.shields.io/badge/arXiv-2608.06972-b31b1b.svg" alt="arXiv"></a>
|
| 12 |
<a href="https://github.com/LimitedMouse/Generative-Embedding-Benchmark"><img src="https://img.shields.io/badge/GitHub-Code-lightgrey" alt="GitHub Code"></a>
|
| 13 |
<a href="https://huggingface.co/LimitedMouse/Generative-Embedding-Benchmark-Checkpoints"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Checkpoints-yellow" alt="Hugging Face Checkpoints"></a>
|
| 14 |
</div>
|
|
|
|
| 40 |
- `summary.json`: sampling quotas and aggregate attrition statistics.
|
| 41 |
- `leakage_audit.json`: development/test image-leakage audit.
|
| 42 |
|
| 43 |
+
## Citation
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@misc{li2026generativeembeddingbenchmark,
|
| 47 |
+
title={Generative Embedding Benchmark: How Much Information Survives in a Dense Embedding?},
|
| 48 |
+
author={Yun Li and Biao Yang and Peixi Wu and Yunhao Zhou and Mingzhou Jiang and Wei Yuan and Fan Yang and Wenwu Ou},
|
| 49 |
+
year={2026},
|
| 50 |
+
eprint={2608.06972},
|
| 51 |
+
archivePrefix={arXiv},
|
| 52 |
+
primaryClass={cs.CV},
|
| 53 |
+
url={https://arxiv.org/abs/2608.06972},
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
The Apache-2.0 license applies only to GEB-authored manifests and metadata. It
|
| 58 |
does not alter the terms of the upstream datasets.
|