Datasets:
Update dataset card: Add task category, correct size, and provide links
Browse filesThis PR improves the dataset card for `AL-GR/Item-Info` by:
- Adding `task_categories: ['text-retrieval']` to the metadata, which aligns with the dataset's use in generative retrieval and text-based item representation.
- Correcting `size_categories` from `10M<n<100M` to `100M<n<1B`, as the dataset contains 255 million examples.
- Adding the `generative-retrieval` tag to the metadata for better discoverability.
- Including explicit links to the associated paper ([FORGE: Forming Semantic Identifiers for Generative Retrieval in Industrial Datasets](https://huggingface.co/papers/2509.20904)), GitHub repository (`https://github.com/selous123/al_sid`), and project page (`https://huggingface.co/AL-GR`) at the top of the README.
- Clarifying the license statement in the content to "Apache-2.0 License".
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
pretty_name: AL-GR Item Titles
|
| 7 |
tags:
|
| 8 |
- item-metadata
|
|
@@ -11,17 +13,22 @@ tags:
|
|
| 11 |
- anonymized
|
| 12 |
- e-commerce
|
| 13 |
- recommendation
|
|
|
|
|
|
|
|
|
|
| 14 |
dataset_info:
|
| 15 |
- config_name: default
|
| 16 |
splits:
|
| 17 |
- name: train
|
| 18 |
num_examples: 255000000
|
| 19 |
-
size_categories:
|
| 20 |
-
- 10M<n<100M
|
| 21 |
---
|
| 22 |
|
| 23 |
# AL-GR/Item-Info: Anonymized Item Titles
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
## Dataset Summary
|
| 26 |
|
| 27 |
This repository, `AL-GR/Item-Info`, is a companion dataset to the `AL-GR` generative recommendation ecosystem. It provides a crucial mapping from the abstract item identifiers (`base62_string`) to their corresponding **anonymized text titles**.
|
|
@@ -96,4 +103,4 @@ If you use this dataset in your research, please cite:
|
|
| 96 |
|
| 97 |
## License
|
| 98 |
|
| 99 |
-
This dataset is licensed under the
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
- en
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
size_categories:
|
| 7 |
+
- 100M<n<1B
|
| 8 |
pretty_name: AL-GR Item Titles
|
| 9 |
tags:
|
| 10 |
- item-metadata
|
|
|
|
| 13 |
- anonymized
|
| 14 |
- e-commerce
|
| 15 |
- recommendation
|
| 16 |
+
- generative-retrieval
|
| 17 |
+
task_categories:
|
| 18 |
+
- text-retrieval
|
| 19 |
dataset_info:
|
| 20 |
- config_name: default
|
| 21 |
splits:
|
| 22 |
- name: train
|
| 23 |
num_examples: 255000000
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# AL-GR/Item-Info: Anonymized Item Titles
|
| 27 |
|
| 28 |
+
Paper: [FORGE: Forming Semantic Identifiers for Generative Retrieval in Industrial Datasets](https://huggingface.co/papers/2509.20904)
|
| 29 |
+
Code: https://github.com/selous123/al_sid
|
| 30 |
+
Project Page: https://huggingface.co/AL-GR
|
| 31 |
+
|
| 32 |
## Dataset Summary
|
| 33 |
|
| 34 |
This repository, `AL-GR/Item-Info`, is a companion dataset to the `AL-GR` generative recommendation ecosystem. It provides a crucial mapping from the abstract item identifiers (`base62_string`) to their corresponding **anonymized text titles**.
|
|
|
|
| 103 |
|
| 104 |
## License
|
| 105 |
|
| 106 |
+
This dataset is licensed under the Apache-2.0 License.
|