The Dataset Viewer has been disabled on this dataset.
SPICE 1.0 - Semantic Propositional Image Caption Evaluation
Pre-built JAR files and dependencies for the SPICE image caption evaluation metric.
Contents
spice-1.0.jar- Main SPICE executablelib/- All required dependencies including:- Stanford CoreNLP 3.6.0 (parser + models)
- SceneGraphParser 1.0
- METEOR 1.5
- Supporting libraries (Jackson, Guava, SLF4J, etc.)
Usage
Requires Java 8+ runtime.
java -Xmx2G -jar spice-1.0.jar input.json -out output.json -detailed -silent
Used by SPICE-Evaluator for interactive caption evaluation with scene graph visualization.
License
SPICE: GNU AGPL v3 - Peter Anderson et al.
Stanford CoreNLP: GPL v3+ - Stanford NLP Group
Citation
If you use this dataset, please cite:
@dataset{gayanukaa_spice_jar_2026,
author = {Gayanuka Amarasuriya},
title = {SPICE 1.0 JAR: Pre-built SPICE evaluation environment},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/Gayanukaa/spice-1.0-jar}
}
Note: Please also cite the original SPICE paper when using this dataset.
@inproceedings{anderson2016spice,
title={SPICE: Semantic Propositional Image Caption Evaluation},
author={Anderson, Peter and Fernando, Basura and Johnson, Mark and Gould, Stephen},
booktitle={European Conference on Computer Vision (ECCV)},
year={2016}
}
- Downloads last month
- 13