--- license: cc-by-4.0 task_categories: - text-classification language: - en tags: - e-commerce size_categories: - 100K ## Quick Start Run the following command to get the data: ```python from datasets import load_dataset dataset = load_dataset("NingLab/EcomMMMU") ``` ## License Please check the license of each subset in our curated dataset ECInstruct. | Dataset | License Type | | --- | --- | | [Amazon Review](https://amazon-reviews-2023.github.io/) | Non listed | | [AmazonQA](https://github.com/amazonqa/amazonqa) | Non listed | | [Shopping Queries Dataset](https://github.com/amazon-science/esci-data) | Apache License 2.0 | ## Citation ```bibtex @article{ling2025ecommmmu, title={EcomMMMU: Strategic Utilization of Visuals for Robust Multimodal E-Commerce Models}, author={Ling, Xinyi and Du, Hanwen and Zhu, Zhihui and Ning, Xia}, journal={arXiv preprint arXiv:2508.15721}, year={2025} } ```