Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
| 3 |
library_name: pytorch
|
| 4 |
pipeline_tag: text-classification
|
| 5 |
tags:
|
|
@@ -17,10 +18,12 @@ base_model:
|
|
| 17 |
|
| 18 |
# MLLMsent — sentiment classifiers over multimodal-LLM image descriptions
|
| 19 |
|
| 20 |
-
Fine-tuned text classifiers from **"Multimodal LLMs See Sentiment"**
|
| 21 |
-
scores the sentiment of an image
|
| 22 |
-
the second stage of the MLLMsent
|
|
|
|
| 23 |
|
|
|
|
| 24 |
- **Code, training and inference:** https://github.com/neemiasbsilva/multimodal-LLMs-see-sentiment
|
| 25 |
- **Datasets (inputs, captions and every result CSV):** https://huggingface.co/datasets/Neemias/multimodal-LLMs-See-Sentiment
|
| 26 |
|
|
@@ -142,7 +145,17 @@ mllmsent predict --spec openai-modernbert-p3-sigma5 --input captions.csv --outpu
|
|
| 142 |
|
| 143 |
## Citation
|
| 144 |
|
| 145 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
|
| 147 |
## License
|
| 148 |
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
arxiv: 2508.16873
|
| 4 |
library_name: pytorch
|
| 5 |
pipeline_tag: text-classification
|
| 6 |
tags:
|
|
|
|
| 18 |
|
| 19 |
# MLLMsent — sentiment classifiers over multimodal-LLM image descriptions
|
| 20 |
|
| 21 |
+
Fine-tuned text classifiers from **"Multimodal LLMs See Sentiment"**
|
| 22 |
+
([arXiv:2508.16873](https://arxiv.org/abs/2508.16873)). Each checkpoint scores the sentiment of an image
|
| 23 |
+
*description* produced by a multimodal LLM, which is the second stage of the MLLMsent
|
| 24 |
+
pipeline.
|
| 25 |
|
| 26 |
+
- **Paper:** [arXiv:2508.16873](https://arxiv.org/abs/2508.16873)
|
| 27 |
- **Code, training and inference:** https://github.com/neemiasbsilva/multimodal-LLMs-see-sentiment
|
| 28 |
- **Datasets (inputs, captions and every result CSV):** https://huggingface.co/datasets/Neemias/multimodal-LLMs-See-Sentiment
|
| 29 |
|
|
|
|
| 145 |
|
| 146 |
## Citation
|
| 147 |
|
| 148 |
+
```bibtex
|
| 149 |
+
@misc{dasilva2026multimodalllmssentiment,
|
| 150 |
+
title={Multimodal LLMs See Sentiment},
|
| 151 |
+
author={Neemias B. da Silva and John Harrison and Rodrigo Minetto and Myriam R. Delgado and Bogdan T. Nassu and Thiago H. Silva},
|
| 152 |
+
year={2026},
|
| 153 |
+
eprint={2508.16873},
|
| 154 |
+
archivePrefix={arXiv},
|
| 155 |
+
primaryClass={cs.CV},
|
| 156 |
+
url={https://arxiv.org/abs/2508.16873},
|
| 157 |
+
}
|
| 158 |
+
```
|
| 159 |
|
| 160 |
## License
|
| 161 |
|