Add task categories, paper, code, and project page links, update license text
Browse filesThis PR improves the `AL-GR/Item-EMB` dataset card by:
- Adding `task_categories: ['feature-extraction', 'image-feature-extraction']` to the YAML metadata for better discoverability on the Hugging Face Hub.
- Adding direct links to the associated paper, GitHub repository, and project page at the top of the dataset card for easy access to related resources.
- Updating the placeholder license text in the content from `[e.g., Apache License 2.0]` to `Apache License 2.0` for clarity and consistency.
The existing detailed content, sample usage, and citation information have been preserved.
README.md
CHANGED
|
@@ -1,25 +1,31 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
| 13 |
dataset_info:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
---
|
| 19 |
|
| 20 |
-
|
| 21 |
# AL-GR/Item-EMB: Multi-modal Item Embeddings
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
## Dataset Summary
|
| 24 |
|
| 25 |
This repository, `AL-GR/Item-EMB`, is a companion dataset to the main `AL-GR` generative recommendation dataset. It contains the **512-dimensional multi-modal embeddings** for over 500 million items that appear in the `AL-GR` sequences.
|
|
@@ -108,4 +114,4 @@ If you use this dataset in your research, please cite:
|
|
| 108 |
|
| 109 |
## License
|
| 110 |
|
| 111 |
-
This dataset is licensed under the
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
- zh
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
pretty_name: AL-GR Item Embeddings
|
| 7 |
tags:
|
| 8 |
+
- multimodal
|
| 9 |
+
- embedding
|
| 10 |
+
- computer-vision
|
| 11 |
+
- recommendation
|
| 12 |
+
- e-commerce
|
| 13 |
+
task_categories:
|
| 14 |
+
- feature-extraction
|
| 15 |
+
- image-feature-extraction
|
| 16 |
dataset_info:
|
| 17 |
+
- config_name: default
|
| 18 |
+
splits:
|
| 19 |
+
- name: train
|
| 20 |
+
num_examples: 507000000
|
| 21 |
---
|
| 22 |
|
|
|
|
| 23 |
# AL-GR/Item-EMB: Multi-modal Item Embeddings
|
| 24 |
|
| 25 |
+
Paper: [FORGE: Forming Semantic Identifiers for Generative Retrieval in Industrial Datasets](https://huggingface.co/papers/2509.20904)
|
| 26 |
+
Code: https://github.com/selous123/al_sid
|
| 27 |
+
Project Page: https://huggingface.co/AL-GR
|
| 28 |
+
|
| 29 |
## Dataset Summary
|
| 30 |
|
| 31 |
This repository, `AL-GR/Item-EMB`, is a companion dataset to the main `AL-GR` generative recommendation dataset. It contains the **512-dimensional multi-modal embeddings** for over 500 million items that appear in the `AL-GR` sequences.
|
|
|
|
| 114 |
|
| 115 |
## License
|
| 116 |
|
| 117 |
+
This dataset is licensed under the Apache License 2.0.
|