Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'product_count', 'as_of', 'code_version', 'snapshot_id', 'snapshot_name', 'min_tag_count', 'created_at', 'min_samples_per_taxonomy', 'note', 'taxonomy_count', 'product_table'}) and 7 missing columns ({'taxonomy_name', 'tag_features', 'taxonomy_path', 'cv_fold', 'taxonomy_id', 'title_part_count', 'product_id_hash'}).
This happened while the json dataset builder was generating data using
hf://datasets/gregb/product-taxonomy-bench/first1000/snapshot.json (at revision 7c7eb17a7982028141c227107eefeb0215e95e94), [/tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/first1000/products-00000.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/first1000/products-00000.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/first1000/snapshot.json (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/first1000/snapshot.json), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/first1000/tags.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/first1000/tags.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/latest/products-00000.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/latest/products-00000.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/latest/snapshot.json (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/latest/snapshot.json), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/latest/tags.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/latest/tags.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/paper/products-00000.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/paper/products-00000.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/paper/snapshot.json (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/paper/snapshot.json), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/paper/tags.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/paper/tags.jsonl.gz)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
as_of: null
code_version: null
created_at: string
min_samples_per_taxonomy: int64
min_tag_count: int64
note: string
product_count: int64
product_table: string
snapshot_id: string
snapshot_name: string
tag_count: int64
taxonomy_count: int64
to
{'cv_fold': Value('int64'), 'product_id_hash': Value('string'), 'tag_count': Value('int64'), 'tag_features': List({'in_title': Value('bool'), 'tag_id': Value('string'), 'title_part': Value('int64'), 'title_position': Value('int64')}), 'taxonomy_id': Value('string'), 'taxonomy_name': Value('string'), 'taxonomy_path': Value('string'), 'title_part_count': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'product_count', 'as_of', 'code_version', 'snapshot_id', 'snapshot_name', 'min_tag_count', 'created_at', 'min_samples_per_taxonomy', 'note', 'taxonomy_count', 'product_table'}) and 7 missing columns ({'taxonomy_name', 'tag_features', 'taxonomy_path', 'cv_fold', 'taxonomy_id', 'title_part_count', 'product_id_hash'}).
This happened while the json dataset builder was generating data using
hf://datasets/gregb/product-taxonomy-bench/first1000/snapshot.json (at revision 7c7eb17a7982028141c227107eefeb0215e95e94), [/tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/first1000/products-00000.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/first1000/products-00000.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/first1000/snapshot.json (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/first1000/snapshot.json), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/first1000/tags.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/first1000/tags.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/latest/products-00000.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/latest/products-00000.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/latest/snapshot.json (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/latest/snapshot.json), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/latest/tags.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/latest/tags.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/paper/products-00000.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/paper/products-00000.jsonl.gz), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/paper/snapshot.json (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/paper/snapshot.json), /tmp/hf-datasets-cache/medium/datasets/50762105840944-config-parquet-and-info-gregb-product-taxonomy-be-50cefc48/hub/datasets--gregb--product-taxonomy-bench/snapshots/7c7eb17a7982028141c227107eefeb0215e95e94/paper/tags.jsonl.gz (origin=hf://datasets/gregb/product-taxonomy-bench@7c7eb17a7982028141c227107eefeb0215e95e94/paper/tags.jsonl.gz)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
cv_fold int64 | product_id_hash string | tag_count int64 | tag_features list | taxonomy_id string | taxonomy_name string | taxonomy_path string | title_part_count int64 |
|---|---|---|---|---|---|---|---|
3 | 001d01f503f41b1b802693870b91374326b8508bbc9b5a6d134834704f7997a1 | 1 | [
{
"in_title": false,
"tag_id": "tag001708",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/hg-11-1 | Home & Garden > Kitchen & Dining > Barware | 14.11.1 | 1 |
3 | 0048072796a95861cca44f86fed172be56d1dce799a3a1d58827f3f7bd9fc81c | 3 | [
{
"in_title": false,
"tag_id": "tag000058",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001120",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001368",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-6-9 | Apparel & Accessories > Jewelry > Rings | 1.6.9 | 1 |
3 | 00882801d3fbd778d5426f891055c01b948d2573c050c906f91c9940b74e59da | 8 | [
{
"in_title": false,
"tag_id": "tag000358",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000388",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000650",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-3 | Apparel & Accessories > Clothing > Clothing Tops > Cardigans | 1.1.13.3 | 1 |
0 | 00a19cd8b288133b5916cae848f0d39c1b54ed6091a2990028ee9e134ab8b4e7 | 20 | [
{
"in_title": false,
"tag_id": "tag000044",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000237",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000435",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-10-2-2 | Apparel & Accessories > Clothing > Outerwear > Coats & Jackets > Bomber Jackets | 1.1.10.2.2 | 1 |
0 | 01e7833b8a2021caf21249f558d74e7bfc1f1ab0d3b777963ae025e3b9c5c690 | 8 | [
{
"in_title": false,
"tag_id": "tag000008",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000239",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000472",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-2-14-12 | Apparel & Accessories > Clothing Accessories > Hair Accessories > Wigs | 1.2.14.12 | 1 |
4 | 01f14b011f15c15a9012f0ddd5f3af6d4d54ab28cfe6cfcba353bc6d4e716d35 | 2 | [
{
"in_title": true,
"tag_id": "tag000286",
"title_part": 0,
"title_position": 0
},
{
"in_title": false,
"tag_id": "tag001497",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/rc-2 | Religious & Ceremonial > Religious Items | 20.2 | 1 |
1 | 01f465994c44b1ceeda90c3fba6521b02980e1e899b3fe113529de4dca371b93 | 5 | [
{
"in_title": false,
"tag_id": "tag000542",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag000566",
"title_part": 0,
"title_position": 0
},
{
"in_title": false,
"tag_id": "tag000651",
"title_part": null,
"title_position": null
... | gid://shopify/TaxonomyCategory/aa-1-10-2-10 | Apparel & Accessories > Clothing > Outerwear > Coats & Jackets > Rain Coats | 1.1.10.2.10 | 1 |
0 | 022fd1248b69afef8b0146aad8a8867e24f7d0b01de08a0d6ede1e4ae0411eb6 | 1 | [
{
"in_title": true,
"tag_id": "tag001664",
"title_part": 0,
"title_position": 6
}
] | gid://shopify/TaxonomyCategory/lb-13 | Luggage & Bags > Tote Bags | 15.13 | 1 |
2 | 0271ee1228a126d1f70ebc456fafec3e092e8fd1ea0cc2f8510dd759fa43a2e8 | 6 | [
{
"in_title": false,
"tag_id": "tag000372",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000504",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001093",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
0 | 02966475c3629f9ffa0e7888944486fa8ca20fa8e5dee3e83baf6a7992a8ba90 | 4 | [
{
"in_title": false,
"tag_id": "tag000446",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001659",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-8 | Apparel & Accessories > Clothing > Clothing Tops > T-Shirts | 1.1.13.8 | 1 |
4 | 02a9e3e952179d556d3133090cfe5549718a36f53ee92d6e30e28a9952517566 | 1 | [
{
"in_title": true,
"tag_id": "tag000615",
"title_part": 0,
"title_position": 11
}
] | gid://shopify/TaxonomyCategory/aa-6-6 | Apparel & Accessories > Jewelry > Earrings | 1.6.6 | 2 |
3 | 032a3a27774c60621104a870cd9c097b57088ad5138e9e123576b5b17f42011c | 3 | [
{
"in_title": false,
"tag_id": "tag000444",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000531",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001408",
"title_part": 0,
"title_position": 0
... | gid://shopify/TaxonomyCategory/hg-3-21 | Home & Garden > Decor > Decorative Bowls | 14.3.21 | 1 |
0 | 038841954971333127baeeff73260c3c40b820443e84db12e718c0337d758d22 | 2 | [
{
"in_title": true,
"tag_id": "tag000279",
"title_part": 0,
"title_position": 22
},
{
"in_title": false,
"tag_id": "tag001279",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-13-1 | Apparel & Accessories > Clothing > Clothing Tops > Blouses | 1.1.13.1 | 1 |
0 | 038acbdb2ca3a48dfd7933840bc7c83b8b7693279f2713869adf9a07f68a4cae | 22 | [
{
"in_title": false,
"tag_id": "tag000342",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag000414",
"title_part": 0,
"title_position": 0
},
{
"in_title": false,
"tag_id": "tag000431",
"title_part": null,
"title_position": null
... | gid://shopify/TaxonomyCategory/aa-6-8 | Apparel & Accessories > Jewelry > Necklaces | 1.6.8 | 1 |
4 | 0440eea8730a45b839ffec3b0bafcbc183e6bed0cdd8cc92794598dd8bc8bb4d | 3 | [
{
"in_title": true,
"tag_id": "tag001081",
"title_part": 0,
"title_position": 0
},
{
"in_title": false,
"tag_id": "tag001241",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001465",
"title_part": null,
"title_position": null
... | gid://shopify/TaxonomyCategory/aa-1-13-14 | Apparel & Accessories > Clothing > Clothing Tops > Sweatshirts | 1.1.13.14 | 1 |
1 | 050aff9a354ea459f231a6a68b4dbc4e59bdfcbfba2e429dff9ecd8eb6b165d5 | 1 | [
{
"in_title": true,
"tag_id": "tag000323",
"title_part": 0,
"title_position": 14
}
] | gid://shopify/TaxonomyCategory/aa-6-3 | Apparel & Accessories > Jewelry > Bracelets | 1.6.3 | 1 |
3 | 05366b53f7103352dd5db5d7fdaeb0dec512b8ee6ff9a43f97a45b16a83c34d9 | 1 | [
{
"in_title": false,
"tag_id": "tag000312",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/hg-11-2-3-14 | Home & Garden > Kitchen & Dining > Cookware & Bakeware > Cookware > Stock Pots | 14.11.2.3.14 | 1 |
0 | 05b9db63625ed038f826e6ff4858e77fd1c87b848a91f2c37e2a4f1d0c9642fc | 5 | [
{
"in_title": false,
"tag_id": "tag000289",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000746",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000747",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-8-9 | Apparel & Accessories > Shoes > Flats | 1.8.9 | 1 |
0 | 06013ab306ffaaa9b8656a1ce211fbc320189de8ebe4ac92c1502fc7ad6255fa | 5 | [
{
"in_title": false,
"tag_id": "tag000630",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001315",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-1-2-2 | Apparel & Accessories > Clothing > Activewear > Activewear Tops > T-Shirts | 1.1.1.2.2 | 1 |
4 | 0667aa944a046152739a77df55e06a074c722decc3ed4917f541d8ad14bc29c5 | 4 | [
{
"in_title": false,
"tag_id": "tag000446",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001073",
"title_part": 0,
"title_position": 0
... | gid://shopify/TaxonomyCategory/aa-1-13-8 | Apparel & Accessories > Clothing > Clothing Tops > T-Shirts | 1.1.13.8 | 3 |
0 | 079abc45e01af234beb538d2b8c7ef80d0d71d8edde9fb27974665b8c1694d13 | 1 | [
{
"in_title": true,
"tag_id": "tag000323",
"title_part": 0,
"title_position": 35
}
] | gid://shopify/TaxonomyCategory/aa-6-3 | Apparel & Accessories > Jewelry > Bracelets | 1.6.3 | 1 |
1 | 07a588d3785f1b2afe41c9d93fecf700e854994a7f04c81a9fdcea4751bfa8af | 1 | [
{
"in_title": false,
"tag_id": "tag000152",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-6-6 | Apparel & Accessories > Jewelry > Earrings | 1.6.6 | 1 |
0 | 07bc0da5f71323e3d790601be87434ccfb43aba0f89746498610ca354a6de319 | 3 | [
{
"in_title": false,
"tag_id": "tag000758",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001248",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001249",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-6-8 | Apparel & Accessories > Jewelry > Necklaces | 1.6.8 | 1 |
3 | 07db49770db78489990ad5d1e5fcee4e95ee672799ecfd8fe770ef3d4efa240c | 2 | [
{
"in_title": false,
"tag_id": "tag001356",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001779",
"title_part": 0,
"title_position": 0
}
] | gid://shopify/TaxonomyCategory/rc-2 | Religious & Ceremonial > Religious Items | 20.2 | 1 |
1 | 0838813f70f10a088105a7063d74c1d7734848030f27508077680f418f30448d | 3 | [
{
"in_title": false,
"tag_id": "tag000180",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000962",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/sg-3 | Sporting Goods > Indoor Games | 23.3 | 1 |
2 | 085a27979d4513a84084e6c7d478cf931ef70b35376d3e9cc156b2ae9ef89fc5 | 2 | [
{
"in_title": false,
"tag_id": "tag001017",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001833",
"title_part": 0,
"title_position": 27
}
] | gid://shopify/TaxonomyCategory/fb-2-5-36 | Food, Beverages & Tobacco > Food Items > Cooking & Baking Ingredients > Yeast | 9.2.5.36 | 1 |
0 | 08845c66677f9d814a9e56d47c56f504462759547b8e473daff301474a773f2f | 1 | [
{
"in_title": false,
"tag_id": "tag000454",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/hg-11-10-5-5 | Home & Garden > Kitchen & Dining > Tableware > Drinkware > Mugs | 14.11.10.5.5 | 1 |
2 | 08ef8242911e4700e0bda88036596435d0ca762a4aea6b6a3d5a22adbf9ceb63 | 3 | [
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001659",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001786",
"title_part": 0,
"title_position": 24... | gid://shopify/TaxonomyCategory/aa-1-13-9 | Apparel & Accessories > Clothing > Clothing Tops > Tank Tops | 1.1.13.9 | 3 |
4 | 0906b8f94d72700da6f95cb600c5d1e36b75a18529f5fda0fd03bc034fda8f30 | 2 | [
{
"in_title": false,
"tag_id": "tag000179",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-13-7 | Apparel & Accessories > Clothing > Clothing Tops > Shirts | 1.1.13.7 | 1 |
0 | 090e8cc260b772949cb7bce10ee85a33b4d37f47ee5d3ad01bea51188b7bd4bd | 10 | [
{
"in_title": false,
"tag_id": "tag000313",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000337",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000393",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-3 | Apparel & Accessories > Clothing > Clothing Tops > Cardigans | 1.1.13.3 | 1 |
3 | 0919abe5393e269adad2d141ada9336ff3538c0dfb4d04da0bb25f7f03161fd4 | 15 | [
{
"in_title": false,
"tag_id": "tag000253",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000267",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000417",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-8-6 | Apparel & Accessories > Shoes > Sandals | 1.8.6 | 1 |
3 | 093922d3d216d8b7463a861ea6d63d286a72716fc2fccfb67cfae88d48d38222 | 7 | [
{
"in_title": false,
"tag_id": "tag000254",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000255",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000417",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-8-6 | Apparel & Accessories > Shoes > Sandals | 1.8.6 | 1 |
3 | 09c1895ec08c094d1694633bbf1ddc5bc7268a338d29a9e3b8088dc1a38994a8 | 6 | [
{
"in_title": false,
"tag_id": "tag000131",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000623",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000785",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-12-11 | Apparel & Accessories > Clothing > Pants > Trousers | 1.1.12.11 | 1 |
2 | 09f47795cbfa6c5d3f51a180f67fb1ccae16ce73f2fb964ff7f559da9c9935c0 | 1 | [
{
"in_title": false,
"tag_id": "tag001225",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/bi-8 | Business & Industrial > Food Service | 6.8 | 1 |
0 | 09f5175e3069f5e234383e35e931a814399486be48863fdb15e49c1d24ca33ad | 4 | [
{
"in_title": false,
"tag_id": "tag000176",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000551",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-2-17-1 | Apparel & Accessories > Clothing Accessories > Hats > Baseball Caps | 1.2.17.1 | 2 |
4 | 0a1b5fced471d9831213962522143ebf09e4ae955e6077fc904ea8cfb639314a | 4 | [
{
"in_title": false,
"tag_id": "tag000044",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001706",
"title_part": 0,
"title_position": 17... | gid://shopify/TaxonomyCategory/aa-2-17-5 | Apparel & Accessories > Clothing Accessories > Hats > Bucket Hats | 1.2.17.5 | 3 |
3 | 0a4470229ef0d58313b59a79bbeb308935b34863cb52a1f8efecc817dedf2830 | 7 | [
{
"in_title": false,
"tag_id": "tag000007",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000239",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000309",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/hb-3-10 | Health & Beauty > Personal Care > Hair Care | 13.3.10 | 1 |
1 | 0aa695357eb50197929f83bf4641fa1d31eb397476669ea03790e944a7cdc50b | 1 | [
{
"in_title": false,
"tag_id": "tag000794",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-2-24 | Apparel & Accessories > Clothing Accessories > Pinback Buttons | 1.2.24 | 2 |
4 | 0af46e17d75ae2b04b5ad8819b9cd24cd7155a4cbbac0e2412ee78c86c568493 | 14 | [
{
"in_title": false,
"tag_id": "tag000171",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000395",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000435",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-12 | Apparel & Accessories > Clothing > Clothing Tops > Sweaters | 1.1.13.12 | 1 |
0 | 0b4a0758ed5f03d0a3846c5fd35dd707253761d33ef24fb95be5c621c27e1e87 | 8 | [
{
"in_title": false,
"tag_id": "tag000165",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000166",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000619",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/hg-11-3-11 | Home & Garden > Kitchen & Dining > Food & Beverage Carriers > Water Bottles | 14.11.3.11 | 2 |
4 | 0b8f6ac71dc759a83c5ae78bd043069ff1250ff940fbee2748d8212137d62b90 | 4 | [
{
"in_title": false,
"tag_id": "tag000446",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001073",
"title_part": 0,
"title_position": 23... | gid://shopify/TaxonomyCategory/aa-1-13-13 | Apparel & Accessories > Clothing > Clothing Tops > Hoodies | 1.1.13.13 | 3 |
1 | 0c05070c22ec31e2163ade9ef3580792b882f6ee5355d9f12e18cb3eaf186c8b | 22 | [
{
"in_title": false,
"tag_id": "tag000495",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000496",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000710",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-2-13 | Apparel & Accessories > Clothing Accessories > Gloves & Mittens | 1.2.13 | 2 |
3 | 0c3573cc598dd3ef50e1229569620caaa08e9b846b74d3a26fabdd5067830a3e | 5 | [
{
"in_title": false,
"tag_id": "tag000012",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000337",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000805",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-6-9 | Apparel & Accessories > Jewelry > Rings | 1.6.9 | 1 |
4 | 0c389e2f363da42c2dc0e51ef0b4e2ea8e76359c71b2390bfd7aebb5fe997698 | 3 | [
{
"in_title": true,
"tag_id": "tag001184",
"title_part": 0,
"title_position": 13
},
{
"in_title": false,
"tag_id": "tag001279",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001659",
"title_part": null,
"title_position": null... | gid://shopify/TaxonomyCategory/aa-1-13-1 | Apparel & Accessories > Clothing > Clothing Tops > Blouses | 1.1.13.1 | 1 |
1 | 0d26491b3a2c604c3c512b749ffb4b3be16dffc4e323c75b30596d0056eb39d5 | 18 | [
{
"in_title": false,
"tag_id": "tag000009",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000033",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000243",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-6-9 | Apparel & Accessories > Jewelry > Rings | 1.6.9 | 1 |
4 | 0d431d69a69df59446e103cac8c5ed458a4c4bc9d274b0005135ac2e6ca9bf92 | 3 | [
{
"in_title": false,
"tag_id": "tag000595",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000996",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001659",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-1 | Apparel & Accessories > Clothing > Clothing Tops > Blouses | 1.1.13.1 | 1 |
0 | 0db89cc801045296026b50261ff05311ecfb482b6310641cb87b416306bdb3b7 | 1 | [
{
"in_title": false,
"tag_id": "tag000327",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/hb-1-9-4 | Health & Beauty > Health Care > Fitness & Nutrition > Nutritional Food Purées | 13.1.9.4 | 1 |
1 | 0db9709ab0d329053e2c586cde9a5f96aa225977368f6201f6282cc24d7bfc92 | 2 | [
{
"in_title": false,
"tag_id": "tag000615",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001575",
"title_part": 0,
"title_position": 34
}
] | gid://shopify/TaxonomyCategory/aa-6-6 | Apparel & Accessories > Jewelry > Earrings | 1.6.6 | 1 |
4 | 0de7e3f8fe49a29af0c8011299456750ba6e3cd782366f769138992dab957e2c | 3 | [
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001659",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001786",
"title_part": 0,
"title_position": 34... | gid://shopify/TaxonomyCategory/aa-1-13 | Apparel & Accessories > Clothing > Clothing Tops | 1.1.13 | 3 |
3 | 0e09e2dc8c9f7d6c92b15c530137276a311f9048d93e9293fd772f26c692a7a5 | 2 | [
{
"in_title": true,
"tag_id": "tag001410",
"title_part": 0,
"title_position": 0
},
{
"in_title": false,
"tag_id": "tag001684",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-13-8 | Apparel & Accessories > Clothing > Clothing Tops > T-Shirts | 1.1.13.8 | 2 |
2 | 0e24921bf52551a42f6f5c74ec645ee24a0bb6a069e55ea1fc86aed63be76c3d | 16 | [
{
"in_title": false,
"tag_id": "tag000081",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000090",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000100",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-8-1 | Apparel & Accessories > Shoes > Athletic Shoes | 1.8.1 | 2 |
3 | 0e5f7901551996ca93a101486fd64571e5d5fe6c7ef782d61ee781fb61d308d4 | 5 | [
{
"in_title": true,
"tag_id": "tag000606",
"title_part": 0,
"title_position": 6
},
{
"in_title": false,
"tag_id": "tag000610",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001335",
"title_part": null,
"title_position": null
... | gid://shopify/TaxonomyCategory/aa-1-1-2-2 | Apparel & Accessories > Clothing > Activewear > Activewear Tops > T-Shirts | 1.1.1.2.2 | 1 |
0 | 0ea3466f2830eab412085b68d602568191b3c41d3cc2980099e03504a1ebac11 | 6 | [
{
"in_title": false,
"tag_id": "tag000133",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000614",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag000999",
"title_part": 0,
"title_position": 0
... | gid://shopify/TaxonomyCategory/hg-11-10-10 | Home & Garden > Kitchen & Dining > Tableware > Trivets | 14.11.10.10 | 1 |
3 | 0ee7193f6faad621e68e0497252ed4ef2cb3393425af1c069b2702c3e3e2c7a8 | 8 | [
{
"in_title": false,
"tag_id": "tag000165",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000166",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000619",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/hb-3-2-9-6 | Health & Beauty > Personal Care > Cosmetics > Skin Care > Facial Cleansers | 13.3.2.9.6 | 1 |
2 | 0f8344046b8da7b1e4afc3b85637dc95778449b99b82571e09a004a4770e59a8 | 3 | [
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000962",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001163",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-1-2-3 | Apparel & Accessories > Clothing > Activewear > Activewear Tops > Tank Tops | 1.1.1.2.3 | 2 |
3 | 0f8ebb5cfe3e2767a6dec5d67783ee61098a6529e88b1c4d5b860735a7d4b8b4 | 2 | [
{
"in_title": false,
"tag_id": "tag001140",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001236",
"title_part": 0,
"title_position": 13
}
] | gid://shopify/TaxonomyCategory/aa-6-5 | Apparel & Accessories > Jewelry > Charms & Pendants | 1.6.5 | 1 |
4 | 0f9bb4a6edf65a31b8b9ba5fe4eda55286e6b3427086a1b2270ae63a9e945b91 | 1 | [
{
"in_title": false,
"tag_id": "tag000317",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/bi-8 | Business & Industrial > Food Service | 6.8 | 2 |
3 | 10185d3cdd8a17d5ae995845aefecd9ae445a8f6ba9e23f721fc12a0b24ca20c | 1 | [
{
"in_title": false,
"tag_id": "tag001708",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/hg-11-10-5-2 | Home & Garden > Kitchen & Dining > Tableware > Drinkware > Coffee & Tea Cups | 14.11.10.5.2 | 2 |
1 | 102d4ed5ec5d5779cfbcb8ddd7eec3cd22d7d7971cf4b293092797d159d7015a | 6 | [
{
"in_title": false,
"tag_id": "tag000057",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000596",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000597",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-12-7 | Apparel & Accessories > Clothing > Pants > Joggers | 1.1.12.7 | 1 |
0 | 1083830f350b2a971b0b2475da3f4df221a8b4f5d6158eea3e373b7d2483d03d | 9 | [
{
"in_title": false,
"tag_id": "tag000545",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000626",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000661",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
2 | 10bb2abc6ccd9f993e4748292300bee2a72f0529c5cc12a954d8e0f89da46d08 | 1 | [
{
"in_title": false,
"tag_id": "tag001225",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/bi-8 | Business & Industrial > Food Service | 6.8 | 1 |
2 | 10e153b2c4c9361da64858269b6148b6be9faa7e23fa57da31f795f86b243660 | 6 | [
{
"in_title": false,
"tag_id": "tag000545",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000661",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001093",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
1 | 10e385b7e039aa845d9ad903ce4d28e99e8c03d52858175374ca9a0417483a43 | 12 | [
{
"in_title": false,
"tag_id": "tag000052",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000076",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000155",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-1-1-2 | Apparel & Accessories > Clothing > Activewear > Activewear Pants > Leggings | 1.1.1.1.2 | 1 |
1 | 10f1c0298225a29d0cf5f68e2d59a2ee7176fc7fb60fd68774c4a81623efd87d | 10 | [
{
"in_title": false,
"tag_id": "tag000497",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000730",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000731",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
2 | 10fd732c206c132c636bc8271f9634b43f6acce5e2aa592c071a6c7b0e266e48 | 1 | [
{
"in_title": true,
"tag_id": "tag000879",
"title_part": 0,
"title_position": 26
}
] | gid://shopify/TaxonomyCategory/aa-1-13-13 | Apparel & Accessories > Clothing > Clothing Tops > Hoodies | 1.1.13.13 | 1 |
3 | 1190c480e939f6838111a56851e5a8dd6393de71baae370fe2146581d585357a | 1 | [
{
"in_title": false,
"tag_id": "tag001225",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/bi-3 | Business & Industrial > Automation Control Components | 6.3 | 1 |
2 | 11cfef312e328118d3610dab4a247a2ed29b7b1a0df53d6c2c10552490458ce2 | 4 | [
{
"in_title": false,
"tag_id": "tag000446",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001659",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-13 | Apparel & Accessories > Clothing > Clothing Tops > Hoodies | 1.1.13.13 | 3 |
0 | 11e24757dad078e8fc0f2613497a3acbccd6dea5fabb9bea9357ab5941d01045 | 1 | [
{
"in_title": false,
"tag_id": "tag001684",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-13-8 | Apparel & Accessories > Clothing > Clothing Tops > T-Shirts | 1.1.13.8 | 1 |
2 | 124ab961bef5852793911c26df66d2a0f655a51cd5ad43fca65c905fc5ad507e | 2 | [
{
"in_title": false,
"tag_id": "tag000180",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/sg-1-12-2-2 | Sporting Goods > Athletics > Figure Skating & Hockey > Hockey Balls & Pucks > Hockey Pucks | 23.1.12.2.2 | 1 |
4 | 133476dda0097ca05dc3cb7fd957649e1edf1ee85389a65482f649b9ac135cd9 | 3 | [
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000962",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001317",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-1-2-2 | Apparel & Accessories > Clothing > Activewear > Activewear Tops > T-Shirts | 1.1.1.2.2 | 2 |
2 | 134c66b8e9dbfaf374fc89deae3c5a5fd8a25897799252ac802e06a785707b19 | 3 | [
{
"in_title": false,
"tag_id": "tag000630",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001314",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001319",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-2-17-1 | Apparel & Accessories > Clothing Accessories > Hats > Baseball Caps | 1.2.17.1 | 1 |
3 | 137a4acaf393d22697c2068a4aab877533a3765cf8b53916d4e02e3480949534 | 20 | [
{
"in_title": false,
"tag_id": "tag000171",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000235",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000237",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-15 | Apparel & Accessories > Clothing > Skirts | 1.1.15 | 1 |
2 | 13a61d67992f1e4f2ab1ff4514e325ad7b271e4aba51e61958afd5e5534cc63c | 7 | [
{
"in_title": false,
"tag_id": "tag000254",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000255",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000417",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-8-6 | Apparel & Accessories > Shoes > Sandals | 1.8.6 | 1 |
0 | 13b9d82bbd253a3e5382d89c627bb36535f4b474f3ed33fe4cdc730cc3275f11 | 1 | [
{
"in_title": true,
"tag_id": "tag000615",
"title_part": 0,
"title_position": 11
}
] | gid://shopify/TaxonomyCategory/aa-6-6 | Apparel & Accessories > Jewelry > Earrings | 1.6.6 | 2 |
3 | 13de84af93d746e3bdef4b23734ef103283966f5c9a2049b1fc77515a8b122cf | 13 | [
{
"in_title": false,
"tag_id": "tag000324",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000328",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000333",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-6-3 | Apparel & Accessories > Clothing > Lingerie > Bras | 1.1.6.3 | 1 |
2 | 13e0af50041b8abbba45c99090181fc7e8c815d0bad6870b224580f70fc270a7 | 2 | [
{
"in_title": true,
"tag_id": "tag000430",
"title_part": 1,
"title_position": 18
},
{
"in_title": false,
"tag_id": "tag000959",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/fb-1-1-4 | Food, Beverages & Tobacco > Beverages > Alcoholic Beverages > Hard Cider | 9.1.1.4 | 2 |
2 | 1441f3497bb29f2af46f2ea44b6aa7739bc15285dc9e5570e608f7a9fc2d9721 | 5 | [
{
"in_title": false,
"tag_id": "tag000446",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001224",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-3 | Apparel & Accessories > Clothing > Clothing Tops > Cardigans | 1.1.13.3 | 3 |
3 | 147f10f53d3391c2cab52725e9164b09f2b7b6d8626fa5f7d9d14b0dd0c7f519 | 2 | [
{
"in_title": false,
"tag_id": "tag000630",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001314",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-2-17-1 | Apparel & Accessories > Clothing Accessories > Hats > Baseball Caps | 1.2.17.1 | 2 |
4 | 14e09f0be530ab260abef0d9a9c3a0f45bbf64ef6c02cca56db0c51a591083af | 4 | [
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001224",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001659",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-9 | Apparel & Accessories > Clothing > Clothing Tops > Tank Tops | 1.1.13.9 | 3 |
0 | 154e3faca3a1ae09d4ea13d9efd37c98fd733e2a63fc5b284d9b60ff59d6b234 | 17 | [
{
"in_title": false,
"tag_id": "tag000495",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000496",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000842",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-2-13 | Apparel & Accessories > Clothing Accessories > Gloves & Mittens | 1.2.13 | 2 |
2 | 1567b6bd24e6f2b2a87bbecd03c339665017271b27ecbc7bb1cc6d8c134ade51 | 8 | [
{
"in_title": false,
"tag_id": "tag000165",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000166",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000619",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/ap-2-26-7-3 | Animals & Pet Supplies > Pet Supplies > Pet Grooming Supplies > Pet Shampoo & Conditioner > Shampoos | 2.2.26.7.3 | 1 |
4 | 15d5bffd9167d68dc09b2918a24d8a3dc5d249026e6efd1f6303df0fb9dd6cf8 | 1 | [
{
"in_title": false,
"tag_id": "tag000859",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/hb-1-9-6-5 | Health & Beauty > Health Care > Fitness & Nutrition > Vitamins & Supplements > Herbal Supplements | 13.1.9.6.5 | 1 |
4 | 1605ed34060671631838428ee02616be8fa3228e0238510afda7acdfa554fb52 | 2 | [
{
"in_title": false,
"tag_id": "tag001117",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001279",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-13-8 | Apparel & Accessories > Clothing > Clothing Tops > T-Shirts | 1.1.13.8 | 1 |
4 | 1638702822efc97a9e3813701d5133af2854f2b42f25363f68cf16926d8942a2 | 5 | [
{
"in_title": false,
"tag_id": "tag000341",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000651",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001102",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-15 | Apparel & Accessories > Clothing > Skirts | 1.1.15 | 1 |
0 | 164658cb4e2f3c5b885ba987509118c640017ba65a6be290e48c890384ec253d | 9 | [
{
"in_title": false,
"tag_id": "tag000258",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000456",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000503",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
3 | 16a746abadc7e8f5fd0d0ecda970bbe04840073243056ea5c115f6bdd513dba0 | 11 | [
{
"in_title": false,
"tag_id": "tag000357",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000360",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000361",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-13-7 | Apparel & Accessories > Clothing > Clothing Tops > Shirts | 1.1.13.7 | 1 |
3 | 16c67fe366a5b16264cd6fb13e31457a9c0132694180900634944a0c607a6ed0 | 2 | [
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001167",
"title_part": 0,
"title_position": 0
}
] | gid://shopify/TaxonomyCategory/aa-1-13-13 | Apparel & Accessories > Clothing > Clothing Tops > Hoodies | 1.1.13.13 | 1 |
4 | 17545b40e7671bab717b965d96fc7c4ab419eb473073c4334685a0407f9b9442 | 22 | [
{
"in_title": false,
"tag_id": "tag000003",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000470",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000545",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
1 | 17c3d3afacc449b72105467b072ba9975112aa416b3fafa307eb49aee3d5f8f9 | 2 | [
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001317",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-1-2-3 | Apparel & Accessories > Clothing > Activewear > Activewear Tops > Tank Tops | 1.1.1.2.3 | 1 |
3 | 17d4b1feaf10c928306479c944b0d0ac8117dcd6b729be662489e059d69bc9b6 | 9 | [
{
"in_title": false,
"tag_id": "tag000234",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag000403",
"title_part": 0,
"title_position": 0
},
{
"in_title": false,
"tag_id": "tag000766",
"title_part": null,
"title_position": null
... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
3 | 17e45665c67e8ec05dc64f38ce2355474ef08b775e3f471f9f16c86505a0a7fe | 3 | [
{
"in_title": false,
"tag_id": "tag000032",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000874",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001459",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/hg-10-9-4-1 | Home & Garden > Household Supplies > Laundry Supplies > Drying Racks & Hangers > Drying Hangers | 14.10.9.4.1 | 1 |
0 | 18bebbf20305b2900c29a2721f91042a2fd87ac6dd5a7f11db15039d4b85d57b | 5 | [
{
"in_title": false,
"tag_id": "tag000059",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000350",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000352",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-6-8 | Apparel & Accessories > Jewelry > Necklaces | 1.6.8 | 1 |
3 | 18bfe2f6773613b89f3a47d7c36fc07e0e23c82d25bf7d9f91feb418993dd82f | 6 | [
{
"in_title": false,
"tag_id": "tag000180",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000551",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000632",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/hg-3-52 | Home & Garden > Decor > Picture Frames | 14.3.52 | 1 |
0 | 18eab491c80590f9843cb4852e2a3cf1d40917ba77c70595bc7b8d7b0d4e1ac1 | 9 | [
{
"in_title": false,
"tag_id": "tag000470",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000504",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000730",
"title_part": null,
"title_position"... | gid://shopify/TaxonomyCategory/aa-1-4 | Apparel & Accessories > Clothing > Dresses | 1.1.4 | 1 |
3 | 190dc6bbef084019f0333c2075ce905112df7ff1899375e026bd8030b32c7824 | 3 | [
{
"in_title": false,
"tag_id": "tag001144",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001356",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001463",
"title_part": 0,
"title_position": 8
... | gid://shopify/TaxonomyCategory/rc-2 | Religious & Ceremonial > Religious Items | 20.2 | 1 |
1 | 192a23f0e085cf6171629a47a26ccaf6a0edfc233ba859b12e52a44f1801ea38 | 2 | [
{
"in_title": false,
"tag_id": "tag000521",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag001684",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-13-8 | Apparel & Accessories > Clothing > Clothing Tops > T-Shirts | 1.1.13.8 | 1 |
3 | 195b0eead912b717e61a19232b35a66b0be829109bbeefef04da5db1f03a05d2 | 4 | [
{
"in_title": false,
"tag_id": "tag000446",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000696",
"title_part": null,
"title_position": null
},
{
"in_title": true,
"tag_id": "tag001706",
"title_part": 0,
"title_position": 10... | gid://shopify/TaxonomyCategory/aa-1-17-5 | Apparel & Accessories > Clothing > Sleepwear & Loungewear > Robes | 1.1.17.5 | 3 |
1 | 19f87629211596ca03dedf72646b58e9d39fa8add6aa4fd3408cbdf0e8fac44d | 2 | [
{
"in_title": true,
"tag_id": "tag000279",
"title_part": 0,
"title_position": 22
},
{
"in_title": false,
"tag_id": "tag001279",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/aa-1-13-1 | Apparel & Accessories > Clothing > Clothing Tops > Blouses | 1.1.13.1 | 1 |
4 | 1a1cedbd5ace66df06de77ebd6dceacb8b50aa8f3e538638ae110348ec3ca7b1 | 2 | [
{
"in_title": true,
"tag_id": "tag000764",
"title_part": 0,
"title_position": 13
},
{
"in_title": true,
"tag_id": "tag001111",
"title_part": 0,
"title_position": 5
}
] | gid://shopify/TaxonomyCategory/bu | Bundles | 5 | 1 |
2 | 1a630f05cdca0f76f2c1ac4b9b818d3c7f44373151a556301df2a80930b5962f | 2 | [
{
"in_title": false,
"tag_id": "tag000180",
"title_part": null,
"title_position": null
},
{
"in_title": false,
"tag_id": "tag000742",
"title_part": null,
"title_position": null
}
] | gid://shopify/TaxonomyCategory/tg-5-8-2 | Toys & Games > Toys > Dolls, Playsets & Toy Figures > Bobblehead Figures | 24.5.8.2 | 1 |
Dataset Summary
product-taxonomy-bench is an anonymised benchmark dataset for predicting Shopify Product Taxonomy categories from Shopify product tags.
This dataset does not include raw product titles, raw tags, or product URLs. Tags are anonymised as tagNNNNNN.
Configurations
Three configurations are provided:
Paper snapshot
paper-2026-02-11T1915Z(created2026-02-26T17:35:34.843938+11:00; 6,718 products, 2,542 tags, 363 taxonomies; as_of2026-02-12T06:15:00+11:00)
Latest snapshot
latest-2026-03-03T1600Z(created2026-03-04T03:00:02.087321+11:00; 7,035 products, 2,626 tags, 380 taxonomies)
First 1000 snapshot
first1000-2026-03-03T1600Z(created2026-03-04T03:00:08.456804+11:00; 1,000 products, 1,852 tags, 227 taxonomies)
Data Fields
Each record corresponds to one product:
product_id_hash: SHA-256 hash of a canonicalised product URLtaxonomy_id: Shopify taxonomy GIDtaxonomy_path: Numeric hierarchy path (dot-separated) when availabletaxonomy_name: Human-readable hierarchy namecv_fold: 0–4 fold assignment (or null if missing)tag_features: list of{tag_id, in_title, title_part, title_position}
Tag semantics are not included; tag_id values are stable only within a snapshot.
Generation
Products were collected by fetching public Shopify product .json endpoints, then joined to the taxonomy label used by the cantbuymelove site. Tags are uppercased and substring-nested tags are filtered before anonymisation. Title overlap positions are computed by case-insensitive substring search and splitting titles on " - " to match the paper’s tag-battle logic. The paper snapshot is generated with a fixed as_of cutoff timestamp.
Citation
Add your paper citation here (BibTeX).
@article{todo,
title={TODO},
author={TODO},
year={2026}
}
- Downloads last month
- 42