Views
No views yet
google/gemma-4-E4B-it over ChartQA (Masry et al. 2023).| Strategy | human | augmented | avg |
|---|---|---|---|
| ZS | 44.72 | 30.08 | 37.40 |
| FT | 65.28 | 93.04 | 79.16 |
| MFT | 78.32 | 94.08 | 86.20 |
| DT | 71.60 | 93.60 | 82.60 |
| MDCO | 75.84 | 91.84 | 83.84 |
| Config | human | augmented* |
|---|---|---|
| baseline (T=1) | 75.84 | 91.36 |
| ocr0 (OCR-KD off) | 77.36 | 90.96 |
| T3 (temp=3) | 78.24 | 91.60 |
| ocrT3 (OCR off + T3) | 79.04 | 90.72 |
code/ — full source (train.py, evaluate.py, configs/, models/, trainers/, data/, scripts/)checkpoints/ — trained LoRA adapters: gemma4_dt_augmented, gemma4_dt_human, gemma4_ft_augmented, gemma4_ft_human, gemma4_mdco_augmented, gemma4_mdco_human, gemma4_mdco_human_T3, gemma4_mdco_human_ocr0, gemma4_mdco_human_ocrT3, gemma4_mft_augmented, gemma4_mft_humanresults/ — per-run eval summary + predictions JSONREPRODUCIBILITY.md — env + exact commands1pip install -r code/requirements.txt
2python code/evaluate.py --model gemma4 --strategy mdco --data both --split test \
3 --checkpoint checkpoints/gemma4_mdco_human --run-name gemma4_mdco_human \
4 --override code/configs/vessl.yaml1@article{go2026mdco,
2 title={MD-CO: A Knowledge Distillation Framework for Sophisticated Understanding
3 and Reasoning in Chart Question Answering},
4 author={Go, Young-Min and Jung, Hae Sun and Uprety, Sudan Prasad and Park, Keon Chul},
5 journal={International Journal on Document Analysis and Recognition},
6 year={2026}
7}