Datasets:
id stringlengths 35 41 | caption stringlengths 0 3.33k | qwen_multimodal_embedding listlengths 2.05k 2.05k |
|---|---|---|
coyo/part_06/coyo700m_06_id_112753227.jpg | This image features a plain white short-sleeve t-shirt with a centered black rectangular graphic that contains the word "INDEPENDENT" in bold, uppercase letters. The shirt has a classic crew neckline and appears to be made of a soft, lightweight cotton material. The graphic is simple, with a thin black border around th... | [
-0.012222017161548138,
-0.0029091329779475927,
-0.020492006093263626,
0.05532841384410858,
0.02078474871814251,
-0.026200491935014725,
-0.03688560798764229,
-0.004720479715615511,
0.007318573538213968,
0.016247233375906944,
-0.0058182659558951855,
-0.008489545434713364,
0.0023602398578077555... |
coyo/part_06/coyo700m_06_id_112757611.jpg | The image shows a black car parked outdoors in a daytime setting, viewed from a frontal, eye-level perspective. The car has a license plate reading "TN-14-A-7252" and a roof rack on top. The front features sleek, rectangular headlights with clear covers, a chrome grille with horizontal bars, and a black bumper with sil... | [
0.007947901263833046,
-0.006473033223301172,
0.03932982310652733,
0.02933349274098873,
0.0006478154100477695,
0.03785495460033417,
-0.03654395788908005,
-0.012208632193505764,
0.012044757604598999,
0.033758096396923065,
-0.02605600655078888,
-0.048179030418395996,
-0.047523535788059235,
0.... |
coyo/part_06/coyo700m_06_id_112756923.jpg | The image features a rectangular design with a top white banner containing the bold, orange text "COLOR QUOTES." Below this banner, a solid rust-orange background dominates, displaying a centered white quote: "Man needs colour to live; it's just as necessary an element as fire and water." The quote is attributed to Fer... | [
-0.0016225228318944573,
0.028635069727897644,
0.0010915154125541449,
-0.019430940970778465,
0.01518288068473339,
0.029736418277025223,
-0.04531263932585716,
-0.02297098934650421,
0.02407233789563179,
-0.003304046578705311,
0.036187175661325455,
-0.051920730620622635,
-0.03193911537528038,
... |
coyo/part_06/coyo700m_06_id_112691279.jpg | The image is a promotional poster for "Fight Club: Pro - Project Whitewolf" featuring a high-energy wrestling scene. In the foreground, a wrestler in purple trunks and black boots is mid-air, executing a flip above a ring with white ropes, their body angled downward toward the mat. Behind the ring, a blurred crowd of s... | [
-0.02835008129477501,
-0.05025696009397507,
-0.0073291403241455555,
-0.011033980175852776,
0.048001840710639954,
0.01634962111711502,
-0.010953440330922604,
-0.011839380487799644,
-0.014094499871134758,
0.008054000325500965,
0.038337040692567825,
-0.015624760650098324,
0.002738360082730651,
... |
coyo/part_06/coyo700m_06_id_112756500.jpg | "This image shows a modern, well-lit indoor kitchen and dining area with a sliding glass door leadin(...TRUNCATED) | [0.002074464922770858,0.04445825517177582,0.017813753336668015,-0.009972657077014446,0.0235994160175(...TRUNCATED) |
coyo/part_06/coyo700m_06_id_112749419.jpg | "This is a USDJPY daily price chart with red and blue candlesticks, a blue upward trendline, and key(...TRUNCATED) | [0.019518161192536354,0.03610125929117203,-0.0022655008360743523,-0.02612205035984516,0.010419469326(...TRUNCATED) |
coyo/part_06/coyo700m_06_id_112665062.jpg | "The image features two white, geometrically shaped objects, likely rectangular with angled edges, p(...TRUNCATED) | [-0.01009682659059763,-0.03593282401561737,-0.012398310005664825,0.020639102905988693,0.011581654660(...TRUNCATED) |
coyo/part_06/coyo700m_06_id_112755738.jpg | "This indoor bathroom features a white Jacuzzi tub with black handles on the left, a glass shower cu(...TRUNCATED) | [0.01475957129150629,0.030917417258024216,0.04319116473197937,0.03821951895952225,-0.006602965760976(...TRUNCATED) |
coyo/part_06/coyo700m_06_id_112737099.jpg | "A man and woman stand closely together on a red carpet in front of a backdrop featuring logos for \(...TRUNCATED) | [-0.008790994063019753,-0.08019296079874039,0.011615250259637833,0.0052109514363110065,0.00891032908(...TRUNCATED) |
coyo/part_06/coyo700m_06_id_112758394.jpg | "The image features a stylized cartoon woman with shoulder-length brown hair, wearing a black blazer(...TRUNCATED) | [-0.013325667008757591,-0.01651744358241558,0.00428894953802228,-0.013405460864305496,0.012288339436(...TRUNCATED) |
Coyo-Vector-Embeddings (Coyo-VE)
Overview
Coyo-VE is a large-scale visual-text-embedding slice of the COYO subset from the LLaVA-OneVision-1.5-Mid-Training-85M dataset, with the original images being sourced from coyo-700m. Each image-caption pair is jointly embedded using Qwen3-VL-Embedding-2B, which accepts mixed image-and-text inputs and encodes their combined visual and textual content into a single 2,048-dimensional dense vector. This produces a unified multimodal representation for each data point, enabling retrieval based jointly on its visual and textual semantics.
The benchmark includes 25,000 joint image-text queries selected from the ImageNet subset of LLaVA-OneVision-1.5-Mid-Training-85M. These queries model a social-media retrieval scenario in which a user searches for posts related to a given image-text query.
Headline statistics:
| Statistic | Value |
|---|---|
| Corpus items (image-caption pairs) | 15,380,795 |
| Embedding dimensions | 2,048 (dense, float32) |
| Corpus size, with inline images | 5.81 TiB |
| Queries | 25,000 |
| Ground truth | exact brute force, k = 1,000, cosine |
Dataset Contents
The corpus is derived from the COYO subset of LLaVA-OneVision-1.5-Mid-Training-85M, which is itself derived from COYO-700M. Embeddings and ground truth were produced with the nova-embed and nova-bf components of the Supernova pipeline
Each corpus item contains a paired image and textual caption.
Each row contains the document/image payload along with its high-dimensional vector embedding:
| Field | Type | Notes |
|---|---|---|
id |
string |
Unique document / image identifier |
text |
string |
Associated caption or textual content |
qwen_multimodal_embedding |
float[] |
Multimodal embedding (2048 dim) |
Embeddings
Each image-caption pair is jointly embedded using Qwen3-VL-Embedding-2B.
- Modality: joint image + text (
input_column: text=caption,image=image,modality: multimodal) - Representation: dense
- Dimensions: 2,048
- Datatype:
float32 - Similarity: cosine
Queries and Ground Truth
The benchmark includes 25,000 joint image-text queries and ground truth results at k=1000, together in queries/queries_gt_k1000.parquet. Each query consists of an image and associated text that are jointly embedded using the same Qwen3-VL-Embedding-2B representation as the corpus. The queries were selected from the ImageNet subset of LLaVA-OneVision-1.5-Mid-Training-85M, and include the following fields.
| Column | Type | Meaning |
|---|---|---|
query_id |
string |
query identifier (q000000 ... q024999) |
query |
string |
query text |
id |
string |
source image path of the query item |
qwen_multimodal_embedding |
list<float> |
the 2,048-dim query vector used for the search, unit-norm |
hit_ids |
list<string> |
1,000 corpus id values, best first |
hit_scores |
list<float> |
1,000 cosine scores, descending |
Ground truth is exact: every hit list holds 1,000 unique corpus ids in strictly descending score order, and hit_ids joins directly against the corpus id column.
Downloading and Joining the Images
This release contains embeddings and captions but no image bytes. The images live upstream in mvp-lab/LLaVA-OneVision-1.5-Mid-Training-85M, keyed by the same id this release uses, and join_image_urls.py fetches them and joins them to the rows for you:
# Try it on 1,000 rows first.
./join_image_urls.py --limit 1000
# The whole corpus (15.4M rows, several TB read from upstream).
./join_image_urls.py
# The benchmark queries instead of the corpus.
./join_image_urls.py --what queries --limit 100
The script needs only pyarrow and huggingface_hub.
It writes the image files into ./images/ and a Parquet — corpus_with_images.parquet, or queries_with_images.parquet for queries — carrying the release's own columns plus image_path:
| Column | Notes |
|---|---|
id |
this release's row id |
caption |
the recaptioned text (query_id, query for queries) |
qwen_multimodal_embedding |
the 2,048-dim vector; --no-embeddings leaves it out |
image_path |
the image file on disk, or null if the row's image could not be found |
Useful flags: --images DIR to write elsewhere, --limit N to stop early, --shards to point at part of the corpus (say 'hf://datasets/Qdrant/Coyo-VE/data/000/*.parquet') or at a local copy.
Only what you ask for is downloaded. Each upstream file's footer statistics rule the file out without reading a single column, so the id column is read only for the surviving row groups and the image bytes only where a wanted id actually sits — fetching two images touched columns in 5 of 63 upstream shards.
Intended Uses
Coyo-VE is intended for evaluating multimodal retrieval systems in workloads where images and text jointly determine semantic similarity.
Potential uses include:
- multimodal vector search
- image-text retrieval
- approximate nearest-neighbor search
- vector database ingestion and indexing
- distributed retrieval systems
- retrieval over social-media-style image-text posts
- large-scale multimodal embedding evaluation
Licensing
This dataset slice and its metadata are made available under the CC-BY-4.0 license, following the upstream license terms of the COYO dataset and LLaVA-OneVision-1.5 release.
Acknowledgments
We thank HuggingFace for providing a grant to offset a portion of the cost of hosting this dataset. Additionally, Coyo-VE would not exist without the upstream work it builds on:
- the MVP-Lab / LLaVA-OneVision-1.5 authors, for assembling and recaptioning the 85M mid-training corpus;
- Kakao Brain, for collecting and releasing COYO-700M;
- the Qwen team, for releasing Qwen3-VL-Embedding-2;
- the ImageNet authors, whose collection supplies the benchmark query items;
- the vLLM project, which serves the embedding model in this pipeline.
- Downloads last month
- 11