Culturally-Aware Image Captioning for Guaraní with Multimodal Prompting: IUHoosiers at AmericasNLP 2026

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, medium

Summary

The IUHoosiers system from Indiana University secured first place in the AmericasNLP 2026 shared task for Guaraní image captioning. This system generates culturally grounded captions for severely underresourced indigenous languages, demanding both cultural awareness and linguistic accuracy. Instead of fine-tuning, IUHoosiers uses inference-time knowledge injection. It retrieves relevant Guaraní grammatical and cultural resources via BM25. These resources are then injected into a large vision language model's prompt alongside the image. This enables language-specific grounding without any parameter updates. The system outperformed all other participants, achieving 24.67 chrF++ in automatic evaluation and 3.45/5 in human evaluation.

Key takeaway

For NLP Engineers developing culturally-aware systems or optimizing model deployment, IUHoosiers offers a powerful alternative to fine-tuning. You should explore inference-time knowledge injection. Retrieve relevant cultural and linguistic resources using BM25, then integrate them directly into your vision language model's prompts. This method achieved first place for Guaraní. It provides strong performance without costly parameter updates, offering a scalable path for diverse language support.

Key insights

Inference-time knowledge injection via multimodal prompting effectively grounds image captions in underresourced indigenous languages.

Principles

Method

Retrieve Guaraní grammatical and cultural resources using BM25, then inject them into a large vision language model's prompt alongside the image for language-specific grounding.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Prompt Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.