AIcrowd _ Single-source Augmentation _ Challenges
AIcrowd _ Single-source Augmentation _ Challenges
✨ ×
Search... Challenges Log In Sign Up
Back to Meta CRAG - MM Challenge 2025
An MM-RAG QA system takes as input an image 𝐼 and a question 𝑄, and outputs an answer
𝐴; the answer is generated by MM-LLMs according to information retrieved from external
sources, combined with knowledge internalized in the model. A Multi-turn MM-RAG QA
system in addition takes questions and answers from previous turns as context to answer
new questions. The answer should provide useful information to answer the question,
without adding any hallucination.
TASK #1: SINGLE-SOURCE AUGMENTATION
In Task #1, we provide an image mock API to access information from an underlying
image-based mock KG. The mock KG is indexed by the image and stores structured data
associated with the image; answers to the questions may or may not exist in the mock KG.
The mock API takes an image as input and returns similar images from the mock KG along
with structured data associated with each image to support answer generation.
This task aims to test the answer generation capability of MM-RAG systems.