---
title: MERA Multi Benchmark
url: https://www.emergentmind.com/topics/mera-multi
type: topic
---

# MERA Multi Benchmark

Mera Multi refers to the open multimodal evaluation suite and benchmark methodology—also referenced as "AnonymBench"—introduced for the systematic, instruction-based assessment of Russian-language large multimodal models (MLLMs). It encompasses a universal taxonomy of multimodal abilities, a set of 18 rigorously constructed evaluation tasks covering four modalities (text, image, audio, video), unified prompt and metric protocols, and a fully documented methodology for data protection and benchmarking. The design of MERA Multi offers replicability for other typologically diverse languages and serves as a central reference for both model evaluation and the construction of future multimodal benchmarks [2511.15552].

## 1. Taxonomy of Multimodal Abilities

MERA Multi establishes a universal, strictly hierarchical taxonomy to systematize the evaluation of multimodal reasoning and perception. The taxonomy is a tree \(\mathcal{T}\), grouping capabilities under three top-level branches:

- **Perception**: Fine-grained single-instance perception (e.g., object recognition, localization), cross-instance event recognition, and textual grounding (such as OCR or diagram reading).
- **Knowledge**: Everyday factual knowledge and advanced domain knowledge (e.g., numeracy, science, cultural facts).
- **Reasoning**: Inductive (attribute inference, scene parsing), deductive (causal/analogical), abductive (hypothetical/counterfactual), quantitative (counting, mathematical logic), and other forms (problem decomposition, critical thinking).

Each node \(n \in \mathcal{T}\) is annotated by a modality mask \(M_n \subseteq \{\text{Text},\text{Image},\text{Audio},\text{Video}\}\), supporting precise sub-task mapping and cross-modal probing [2511.15552].

## 2. Construction and Documentation of Evaluation Tasks

MERA Multi extends this taxonomy into 18 specific tasks spanning all core modalities and their intersections. Datasets are constructed from scratch, with explicit measures to ensure linguistic, cultural, and domain relevance for Russian. Construction protocols strictly enforce:

- **Data Provenance**: Private tasks—such as RealVQA (image–text VQA)—use crowdsourced collection under NDA, majority vote annotation with 5-way overlap, and explicit test/dev separation. Public tasks—such as ruMathVQA—leverage expert curation.
- **Unified Input/Output Specification**: Each task provides explicit input schemas (e.g., byte-encoded images plus Unicode-normalized questions) and output formats (typically single-token answers in normalized text).
- **Cultural and Linguistic Adaptation**: Annotation and prompt schemes match Russian educational, scientific, and social contexts.

A representative example (RealVQA) includes 773 samples with no train set, and 5-way majority-voted test/dev splits. Prompt templates are rotated across 10 variants, combining reasoning request, answer format specification, and task cues [2511.15552].

## 3. Unified Prompting and Quantitative Evaluation Protocols

All tasks adhere to a standardized "block" prompt protocol, abstractable via:

```
[AttentionHook]
[TaskDescription]
[InputDescription]
[ProcessingInstruction]
[ContextIfAny]
[Question]
[AnswerOptions?]
[ReasoningRequest?]
[AnswerFormatInstruction]
ANSWER:
```

Each prompt is instantiated in 10 distinct wording and layout styles to reduce overfitting and measure reasoning under stylistic variation.

**Metrics** are strictly defined:

- **Exact Match (EM)**: \(\mathrm{EM} = \frac{\#(\text{prediction} = \text{reference})}{\#\text{examples}}\)
- **Judge Score (JS)**: LLM-based binary correctness assessment, \(\mathrm{JS} = \frac{1}{N} \sum_{i} \mathbf{1}(\text{judge}(\hat y_i, y_i) = 1)\)
- **Final Score (FS)**: Per-task: \(\mathrm{FS}(t) = \frac{\mathrm{EM}(t)+\mathrm{JS}(t)}{2}\)
- **Total Benchmark Score (T)**: Weighted coverage and average accuracy across modalities: \(T = A \cdot C\), where \(A\) is mean per-task accuracy and \(C\) is coverage across tasks [2511.15552].

## 4. Baseline Results and Coverage Analysis

Benchmarked models include both closed-source and open-source architectures, scored using the above metrics. The table below presents top-10 model outcomes:

| Model                    | Total Score | Attempted | Coverage |
|--------------------------|-------------|-----------|----------|
| Qwen3-Omni-30B-A3B-Inst  | 0.434       | 0.523     | 0.828    |
| Qwen2.5-Omni-7B          | 0.302       | 0.302     | 1.000    |
| Qwen2.5-VL-72B-Inst      | 0.257       | 0.386     | 0.667    |
| GPT-4.1                  | 0.143       | 0.430     | 0.333    |

Open-source models exhibit broader coverage (especially on video/audio) compared to closed, though GPT-4.1 excels on image-only tasks. Specialist architectures (e.g., ultravox) dominate audio but lag on other modalities [2511.15552].

## 5. Robustness, Leakage Prevention, and Licensing

MERA Multi incorporates robust methodologies to ensure benchmark validity:

- **Watermarking**: Imperceptible audio watermarks (AudioSeal), semi-transparent image/video overlays. For all modalities, statistical testing confirms ≤5% impact on JS at 95% CI.
- **Leakage Detection**: A multimodal SMIA approach computes semantic and length differences for neighbor samples and uses supervised binary classification to detect performance artifacts due to overlap with model training data. Reported AUC–ROC: 88.7% (image), 88.4% (video), 81.3% (audio).
- **Licensing**: Private data are released exclusively under a non-commercial, evaluation-only license prohibiting any model training or fine-tuning [2511.15552].

## 6. Protocol for Extension to Other Languages and Domains

MERA Multi's methodology is designed for replicability:

- **Task Mapping and Adaptation**: Flowchart ensures that target-language and cultural requirements are analyzed first, tasks are mapped to taxonomy nodes, and new private data are collected via secure pipelines.
- **Prompt and Metric Reuse**: All prompt templates and LLM judge architectures are reused, with only natural language translation required.
- **Cultural Fidelity and Quality**: 5-way annotator overlap and native expert engagement ensure high-quality adaptation; MS–MIA leakage analysis is recommended for each new domain.
- **Leaderboard Model**: Open tracking of results encourages community benchmarking.

The complete construction protocol is encoded in a LaTeX flowchart with recommended practices for language and domain transfer [2511.15552].

## 7. Significance and Impact

MERA Multi provides the first comprehensive, culturally and linguistically grounded evaluation suite for Russian multimodal models and introduces replicable best practices applicable across languages within the Slavic family and beyond. It enables rigorous, instruction-based multimodal benchmarking, critical for the broader understanding of architecture limitations, robustness, and real-world applicability in under-resourced languages. By publishing both methodology and metrics, MERA Multi sets a technical baseline for future evaluations and facilitates the principled construction of further multimodal benchmarks [2511.15552].

Source: https://www.emergentmind.com/topics/mera-multi