---
license: cc-by-nc-nd-4.0
pipeline_tag: image-text-to-text
tags:
- multimodal
- vqa
- cultural-heritage
---
# VaseVL: Multimodal Agent for Ancient Greek Pottery
This repository contains the **VaseVL** model, an SFT-then-RL system designed for robust, expert-level reasoning on ancient Greek pottery. It was presented in the paper [VaseVQA: Multimodal Agent and Benchmark for Ancient Greek Pottery](https://huggingface.co/papers/2509.17191).
The code and associated resources for this project are available on GitHub: [https://github.com/AIGeeksGroup/VaseVQA](https://github.com/AIGeeksGroup/VaseVQA).
## Introduction
Analyzing cultural-heritage artifacts remains challenging for MLLMs: general models lack domain expertise, and SFT often overfits superficial patterns, yielding brittle reasoning for authentication and historical attribution. This raises the question of how to equip MLLMs with robust, expert-level reasoning for ancient Greek pottery. We present VaseVL, an SFT-then-RL system that turns evaluation into supervision: we construct a taxonomy of question types, probe the SFT model to localize type-specific performance gaps, and optimize with type-conditioned, compositionality-oriented rewards targeting those gaps. We also release VaseVQA, a comprehensive benchmark of 31,773 images designed to probe deep understanding. Experiments show state-of-the-art results on style classification and historical attribution with marked gains in compositional robustness over SFT-only baselines, validating diagnosis-guided, taxonomy-conditioned reward engineering and providing a reusable resource for future research.