---
title: "METEOR (metric)"
source: "https://systems-analysis.info/eng/METEOR_(metric)"
wiki: "systems-analysis.info/eng"
article: "METEOR_(metric)"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:LLM evaluation"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 225
wiki_created_at: 2026-09-06T22:19:10Z
wiki_modified_at: 2026-09-06T22:19:10Z
downloaded_at: 2026-09-07T22:22:01Z
---

# METEOR (metric)

**METEOR** is a name used in the field of natural language processing (NLP) for several related but distinct concepts. Primarily, it is a well-known automatic metric for evaluating the quality of machine translation. Additionally, in 2024, two independent research projects related to [large language models](https://systems-analysis.info/eng/Large_language_model "Large language model") (LLMs) were introduced under the same name: an evolutionary training method and a [multimodal](https://systems-analysis.info/eng/Multimodal_large_language_models "Multimodal large language models") language model.

## METEOR as a machine translation evaluation metric

**METEOR** (an acronym for *Metric for Evaluation of Translation with Explicit ORdering*) is an automatic metric for evaluating the quality of machine translation, proposed in 2005 by Carnegie Mellon University researchers Satanjeev Banerjee and Alon Lavie<sup>[\[1\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-banerjee_2005-1)</sup>. Its goal was to improve the correlation of automatic evaluations with human judgments, especially at the sentence level, by addressing some of the shortcomings of the earlier [BLEU](https://systems-analysis.info/eng/BLEU_(Bilingual_Evaluation_Understudy) "BLEU (Bilingual Evaluation Understudy)") metric.

Key features of the METEOR metric:

- **Considers both precision and recall**: Unlike BLEU, which focuses only on precision, METEOR calculates the harmonic mean of precision and recall, which penalizes translations for omitting important words.
- **Flexible word matching**: METEOR uses linguistic features to match the translation with the reference. It considers not only exact matches but also different word forms (through stemming) and synonyms (using WordNet).
- **Penalty for incorrect word order**: The metric includes a penalty that punishes incorrect word order in the candidate translation, even if all the words match the reference.

These improvements allow the METEOR metric to correlate significantly better with human judgments compared to BLEU<sup>[\[2\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-lavie_2007-2)</sup>. The metric is widely used in research on machine translation, automatic summarization, and image captioning evaluation<sup>[\[3\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-ds_dojo-3)</sup>.

## METEOR as an evolutionary training method for LLMs

In 2024, a group of Chinese researchers introduced a method called **METEOR: Evolutionary Journey of Large Language Models from Guidance to Self-Growth**<sup>[\[4\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-meteor_evolutionary-4)</sup>. This method is designed for efficiently training LLMs that specialize in narrow subject domains (e.g., finance, medicine) without needing to train the model from scratch.

The authors describe a three-phase "evolution" scheme for the LLM:

1.  **Weak-to-strong data distillation**: A more powerful "teacher" model (e.g., [GPT](https://systems-analysis.info/eng/GPT_(OpenAI) "GPT (OpenAI)")-4) is used to generate the training corpus. The domain-specific model first generates a solution plan, and the stronger model creates the answer following this plan. This aligns the knowledge distribution and allows the target model to absorb it more effectively.
2.  **Guided iterative training**: The model trained in the first phase solves tasks independently, while the strong model acts as a "referee," evaluating the answers and pointing out errors. This reflective cycle develops the domain model's ability for self-correction.
3.  **Self-evolution**: The model continues to improve without an external supervisor, using its accumulated skills to generate and correct new data.

This method offers a practical approach to creating compact and cost-effective LLM experts for specific industries<sup>[\[5\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-meteor_evolutionary_ar5iv-5)</sup>.

## METEOR as a multimodal LLM

Also in 2024, a team of researchers from KAIST introduced a large multimodal language model named **METEOR: Mamba-based Traversal of Rationales**<sup>[\[6\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-neurips_meteor_mamba-6)</sup>. The model is designed for comprehensive understanding of visual information and generating answers to visual questions.

A key feature of METEOR is its use of detailed **rationales**. The model does not just provide a final answer; it generates and relies on a hidden "[chain of thought](https://systems-analysis.info/eng/Chain-of-Thought_Prompting "Chain-of-Thought Prompting")"—a sequential explanation of how to arrive at the answer, similar to how a human would reason.

The METEOR architecture employs a special module based on the **Mamba** model—an efficient architecture for processing very long sequences. This module encodes long chains of reasoning, which can include descriptions of objects in an image, their spatial relationships, and the steps required to solve the task<sup>[\[7\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-arxiv_meteor_mamba-7)</sup>.

The model was successfully tested on complex multimodal benchmarks such as MME, AI2D (diagram understanding), and MathVista (solving mathematical problems in a visual context). It demonstrated high performance without requiring additional external computer vision modules, indicating efficient use of its own parameters<sup>[\[7\]](https://systems-analysis.info/eng/METEOR_(metric)#cite_note-arxiv_meteor_mamba-7)</sup>.

## External links

- <a href="https://en.wikipedia.org/wiki/METEOR" class="external text" rel="nofollow">METEOR — Wikipedia</a>

## References

1.  <span id="cite_note-banerjee_2005-1">[↑](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-banerjee_2005_1-0) Banerjee, S., and A. Lavie. «METEOR: An Automatic Metric for MT Evaluation with Improved Correlation with Human Judgments». *ACL Workshop on Intrinsic and Extrinsic Evaluation Measures for MT*, 2005. <a href="https://aclanthology.org/W05-0909/" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-lavie_2007-2">[↑](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-lavie_2007_2-0) Lavie, A., and A. Agarwal. «METEOR: An Automatic Metric for MT Evaluation with High Levels of Correlation with Human Judgments». *ACL Workshop on Statistical Machine Translation*, 2007. <a href="https://link.springer.com/article/10.1007/s10590-009-9059-4" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-ds_dojo-3">[↑](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-ds_dojo_3-0) «Evaluating Large Language Models: Powerful Insights Ahead». *DataScienceDojo*. <a href="https://datasciencedojo.com/blog/evaluating-large-language-models-llms/" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-meteor_evolutionary-4">[↑](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-meteor_evolutionary_4-0) Li, J., X. Xu, and Y. Gao. «METEOR: Evolutionary Journey of Large Language Models from Guidance to Self-Growth». *arXiv preprint arXiv:2411.11933*, 2024. <a href="https://arxiv.org/abs/2411.11933" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-meteor_evolutionary_ar5iv-5">[↑](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-meteor_evolutionary_ar5iv_5-0) Li, J., X. Xu, and Y. Gao. «METEOR: Evolutionary Journey of Large Language Models from Guidance to Self-Growth». *ar5iv.org*. <a href="https://ar5iv.org/html/2411.11933v2" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-neurips_meteor_mamba-6">[↑](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-neurips_meteor_mamba_6-0) Lee, B.-K., et al. «Meteor: Mamba-based Traversal of Rationales for Large Language and Vision Models». *NeurIPS 2024 (poster)*. <a href="https://neurips.cc/virtual/2024/poster/95711" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-arxiv_meteor_mamba-7">↑ <sup>[7.0](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-arxiv_meteor_mamba_7-0)</sup> <sup>[7.1](https://systems-analysis.info/eng/METEOR_(metric)#cite_ref-arxiv_meteor_mamba_7-1)</sup> Lee, B.-K., et al. «Meteor: Mamba-based Traversal of Rationales for Large Language and Vision Models». *arXiv preprint arXiv:2405.15574*, 2024. <a href="https://arxiv.org/html/2405.15574v1" class="external autonumber" rel="nofollow">[7]</a></span>
