HiThink-Research/MME-Finance

[MM 2025] A Multimodal Finance Benchmark for Expert-level Understanding and Reasoning

44

stars

43

commits

Python

primary language

Jan 8, 2026

updated

hithink-research.github.io/MME-Finance/
finance
llm
llm-benchmarking
llm-evaluation
mmllm
multimodal

README

BizFinBench logo MME-Finance: A Multimodal Finance Benchmark for Expert-level Understanding and Reasoning

Ziliang Gan , Dong Zhang , Haohan Li , Yang Wu , Ji Liu , Haipang Wu , Chaoyou Fu , Zenglin Xu ,
Rongjunchen Zhang, Yong Dai

Corresponding author, zhangrongjunchen@myhexin.com

📖Paper |🏠Homepage|🤗Huggingface

In recent years, multimodal benchmarks for general domains have guided the rapid development of multimodal models on general tasks. However, the financial field has its peculiarities. It features unique graphical images (e.g., candlestick charts, technical indicator charts) and possesses a wealth of specialized financial knowledge (e.g., futures, turnover rate).

Benchmarks from general fields often fail to measure the performance of multimodal models in the financial domain, and thus cannot effectively guide the rapid development of large financial models. To promote the development of large financial multimodal models, we introduce MME-Finance, the first comprehensive bilingual multimodal benchmark designed for financial analysis.

📢 News

  • 🚀 [08/01/2026] We are pleased to announce the release of our new benchmark FinMTM! Welcome to visit the official link: FinMTM
  • 🚀 [01/08/2025] Our paper has been accepted for ACM MM 2025.
  • 🚀 [30/05/2025] We released MME-Finance-MT multi-turn question benchmark and MME-Finance-Binary benchmark.
  • 🚀 [08/01/2025] We have released all samples in both English and Chinese.
  • 🚀 [05/11/2024] We released MME-Finance benchmark, a bilingual multimodal benchmark in financial domain.

💡 Highlights

  • 🔥 Bilingual multimodal financial benchmark: MME-Finance is the first Bilingual multimodal financial benchmark which comprises 1,171 English and 1,103 Chinese open-ended questions, covering diverse financial image types and various multimodal capabilities.
  • 🔥 Evaluation strategy: MME-Finance proposes a Elaborate evaluation strategy that taking image into consideration, and has a high consistency with humans. It can serve as a reference for evaluating MLLMs for other works.
  • 🔥 Valuable insights: We conduct extensive evaluation on 19 MLLMs based on MME-Finance, revealing critical insights about the strengths and shortcomings of the current MLLMs in financial applications.

🛠️ Usage

We have integrated MMfin into the VLMEvalKit framework. For the environment configuration and the use of API, please refer to VLMEvalKit. Regarding the data, first of all, you should download the MMfin.tsv and MMfin_CN.tsv files, as well as the relevant financial images. The folder structure is shown as follows:

├─ datasets
    ├─ images
        ├─ MMfin
            ...
        ├─ MMfin_CN
            ...
        ├─ MMfin_MT_CN
            ...      
        ├─ MMfin_Binary
            ...      
    │ MMfin.tsv
    │ MMfin_CN.tsv
    | MMfin_MT_CN.tsv
    | MMfin_Binary.tsv

The following is the process of inference and evaluation (Qwen2-VL-2B-Instruct as an example):

export LMUData="The path of the datasets"
python run.py --data MMfin --model Qwen2-VL-2B-Instruct --verbose
python run.py --data MMfin_CN --model Qwen2-VL-2B-Instruct --verbose
python run.py --data MMfin_MT_CN --model Qwen2-VL-2B-Instruct --verbose
python run.py --data MMfin_Binary --model Qwen2-VL-2B-Instruct --verbose

Results

Evaluation results on the English MME-Finance for all tasks.

ModelOverallImage CaptionOCREntity RecognitionSpatial AwarenessAccurate Numerical CalculationEstimated Numerical CalculationRisking WarningInvestment AdviceReason ExplanationFinancial Question AnswerNot Applicable
Open source MLLMs
Yi-VL-34B17.5729.391.463.938.735.5611.4342.7335.0958.8947.4836.36
CogVLM2-19B46.3267.3261.2435.8316.5944.5133.3359.0952.8331.1158.6493.64
InternVL2-2B37.4259.6346.9721.2318.5228.2719.0559.0950.9460.0051.7033.63
InternVL2-4B47.6967.4458.8833.7418.9555.4930.4868.1854.3464.4460.9559.09
InternVL2-8B53.5871.7168.4338.2825.3362.8637.1472.7360.7576.6763.1361.82
InternVL2-76B61.6283.1777.6447.6030.3170.0841.9075.4566.4276.6772.2479.09
InternVL3-2B53.0771.2273.4841.8428.9160.1531.4357.2751.3267.7853.7469.09
InternVL3-8B65.6974.3984.2760.0044.6376.9943.3365.4556.6073.3369.5376.36
InternVL3-9B65.8977.9384.7260.7443.8475.3440.4869.0956.9870.0070.3468.18
InternVL3-14B69.0279.5184.7264.0549.5280.9046.1966.3657.3671.1172.2482.73
InternVL3-38B67.7579.5186.0756.8146.2982.1147.1469.0956.9874.4470.8887.27
InternVL3-78B71.2479.5189.6662.4549.6188.2749.0575.4558.4974.4474.9789.09
LLaMA3.2-11B42.5162.4439.1032.0214.5055.7937.1460.0050.5768.8957.5561.82
LLaMA3.2-90B48.7664.2746.7441.2725.8555.6422.8663.6461.1364.4465.5881.82
LLaVA-Next-7B28.1858.4122.8114.8511.097.0710.0045.4547.5512.2254.9755.45
LLaVA-Next-13B31.3762.6825.3922.5810.3112.639.0547.2740.0012.2259.4678.18
MiniCPM2.651.6571.2263.7137.6724.3755.6421.4372.7358.8766.6766.8077.27
Phi3-Vision46.6969.8857.6428.3418.0847.5234.7665.4558.1168.8957.41100.0
Phi3.5-Vision38.9967.5633.0318.9020.5232.3319.5267.2755.8572.2254.4293.64
Qwen2VL-2B44.4262.0766.0728.4720.0944.3623.3353.6344.5358.8953.4768.18
Qwen2VL-7B44.4462.1964.4926.5019.0445.5627.6257.2748.3058.8954.9768.18
Qwen2VL-72B65.6982.5687.5255.4627.1683.7640.9578.1865.6677.7875.3790.91
Qwen2.5VL-3B57.8563.5482.4749.0830.8370.5346.6761.8252.8368.8960.1490.91
Qwen2.5VL-7B62.0072.9382.4749.0830.8370.5346.6761.8252.8368.8960.1490.91
Qwen2.5VL-32B65.4175.6186.2949.3342.7981.9545.7171.8259.2470.0069.9387.27
Qwen2.5VL-72B68.2075.7387.6461.6040.0084.2158.0972.7358.4972.2275.3787.27
Proprietary MLLMs
Gemini1.5Pro61.8482.2080.2248.5923.1478.2050.9576.3669.4375.5670.7580.91
Claude3.5-Sonnet63.9187.8063.7054.2335.4672.3360.0080.9172.8382.2273.3395.45
GPT-4o-mini64.4386.4673.7154.7234.9369.1756.1976.3663.4672.2277.5587.27
GPT-4o72.7989.8886.1861.6045.6882.4165.2480.9170.5780.0082.5984.55
Gemini2.5Pro79.2890.8594.6170.1863.1487.9765.2475.4568.6878.8980.54100.00

Evaluation results on English MME-Finance for different types and styles of images.

Candlestick chartTechnical indicator chartStatistical chartTableDocumentMixed chartComputer ScreenshotMobile PhotographVertical Screenshot on MobileHorizontal Screenshot on Mobile
Open source MLLMs
Yi-VL-34B23.6416.3618.7615.4214.8932.3819.4214.3926.06
CogVLM2-19B39.4435.5752.3050.3845.7657.1447.3344.2249.70
InternVL2-2B30.3533.1838.6240.0038.4958.1040.3634.7335.45
InternVL2-4B35.3838.9851.4854.6647.7763.8150.8744.8543.64
InternVL2-8B42.3845.0060.4157.7952.5967.6256.3951.5648.79
InternVL2-76B55.5247.5063.0270.8463.0967.6262.7861.7354.54
InternVL3-2B38.3247.1658.4257.8653.5362.8655.0952.1946.97
InternVL3-8B53.2960.9170.6571.3064.7563.8168.8863.8056.97
InternVL3-9B52.8760.0071.4872.2164.3967.6269.0663.5957.88
InternVL3-14B59.4461.5973.0677.2567.2760.9570.7667.8962.12
InternVL3-38B61.1264.3268.5276.2665.1859.0569.3565.8660.30
InternVL3-78B64.9064.3270.6578.3273.5361.9072.9669.4563.33
LLaMA3.2-11B35.2431.5947.6350.9239.4248.5745.1639.0738.79
LLaMA3.2-90B40.5640.1151.2058.1745.8364.7650.1446.3346.06
LLaVA-Next-7B29.6523.5228.8028.3228.3444.7628.4526.0832.73
LLaVA-Next-13B27.2726.3633.6832.1432.9539.0532.6729.2030.91
MiniCPM2.645.0345.0054.2358.6349.4259.0552.0950.5145.45
Phi3-Vision37.6240.0049.4849.5448.7162.8649.7543.0840.30
Phi3.5-Vision32.7330.4546.2538.2439.2159.0544.7332.2841.52
Qwen2VL-2B38.7440.8046.6046.2644.6857.1445.1343.7138.79
Qwen2VL-7B39.7241.7046.6046.1144.0354.2944.7344.0936.97
Qwen2VL-72B60.1260.1165.1571.7366.0474.2467.6562.7868.48
Qwen2.5VL-3B50.0754.3261.7962.1455.6860.9561.0554.8149.39
Qwen2.5VL-7B55.2457.6164.9566.6460.7961.9062.5361.1460.30
Qwen2.5VL-32B60.9859.7767.7072.4462.3763.8167.4063.2560.00
Qwen2.5VL-72B62.3858.8669.7677.0267.4863.8170.5466.0857.88
Proprietary MLLMs
GeminiPro1.551.1957.3965.0969.2458.9273.3364.9158.3156.67
Claude3.5-Sonnet51.4753.5272.5171.1559.9379.0567.4758.1969.70
GPT-4o-mini58.1855.8070.3866.5664.0376.0066.4460.8963.94
GPT-4o67.2770.4575.1975.1172.1676.1976.0666.8474.85
Gemini2.5Pro72.7371.8282.6185.8078.1374.2981.0876.9274.24

Evaluation results on the Chinese MME-Finance for all tasks.

ModelOverallImage CaptionOCREntity RecognitionSpatial AwarenessAccurate Numerical CalculationEstimated Numerical CalculationRisking WarningInvestment AdviceReason ExplanationFinancial Question AnswerNot Applicable
Open source MLLMs
Yi-VL-34B23.5043.890.669.864.9423.9718.1320.0028.7960.0051.81100.0
CogVLM2-19B35.3255.6941.1037.8416.0239.3729.388.1131.4326.1528.4785.00
InternVL2-2B50.0668.0668.5745.6824.9445.5639.3859.4647.2567.6951.3913.00
InternVL2-4B45.7867.2260.2243.5119.2851.4338.7531.8946.5963.0836.9447.00
InternVL2-8B58.4473.4776.9255.1425.1852.8442.5053.5161.3276.9267.7860.00
InternVL2-76B62.6373.4775.7161.3538.4364.1353.1358.3863.0875.3867.3645.00
InternVL3-2B50.0668.0668.5745.6824.9445.5639.3859.4647.2567.6951.3913.00
InternVL3-8B69.2175.8386.8168.6536.8774.9263.1377.3068.5781.5473.0660.00
InternVL3-9B69.1275.6985.3868.7839.6475.2461.2570.8170.1183.0874.4440.00
InternVL3-14B71.9176.3990.5565.2749.2879.3768.1367.5767.6984.6274.0370.00
InternVL3-38B74.0776.2590.8875.5448.4381.4370.6377.8468.3584.6278.0650.00
InternVL3-78B73.6274.1791.8769.5948.8082.3878.1380.0067.2575.3877.5065.00
LLaVA-Next-7B21.4550.698.3512.169.2816.0313.1312.4328.3546.1525.1490.00
LLaVA-Next-13B19.8749.588.6812.3013.0114.609.388.1124.8413.8517.6490.00
MiniCPM2.638.6053.4764.2945.2723.9818.4127.5032.4336.7035.3827.9214.00
Phi3-Vision31.9157.9232.3140.6816.0229.0523.1322.7032.3143.0814.3175.00
Yi-VL-34B17.5729.391.463.938.735.5611.4342.7335.0958.8947.4836.36
Phi3.5-Vision [15]30.1255.9719.4520.2723.8520.4824.3828.6541.9841.5426.94100.0
Qwen2VL-2B [16]49.1265.9763.4148.3824.9439.0536.8836.7646.3756.9251.53100.0
Qwen2VL-7B [16]64.9173.6184.9564.0534.3469.6858.1355.1459.3467.6965.9795.00
Qwen2VL-72B [16]73.3579.5889.6773.2455.9073.8173.1369.1965.0576.9274.1760.00
Qwen2.5VL-3B [8]61.3872.2278.6855.4139.6465.0858.1351.3555.3875.3860.5675.00
Qwen2.5VL-7B [8]69.9475.5688.6867.8449.4073.0271.2564.8664.6273.8567.0875.00
Qwen2.5VL-32B [8]70.4376.5386.4870.2748.1972.0662.5080.0065.9390.7768.0675.00
Qwen2.5VL-72B [8]76.9578.3394.7375.5454.4681.1173.1383.7870.9984.6277.9285.00
Proprietary MLLMs
Claude3.5-Sonnet [18]71.0474.0374.7377.4351.3376.8366.2579.4668.7981.5470.2897.00
GeminiPro1.5 [17]69.2575.4281.4367.3044.5876.0378.7574.5962.4266.1574.5860.00
GPT-4o-mini [6]54.5866.2559.0147.8430.6050.6354.3863.7858.6872.3167.3665.00
GPT-4o [6]59.5369.8668.9058.9239.0457.4655.6360.5453.1963.0868.1956.00
Gemini2.5Pro [5]81.0776.1196.0485.4167.2386.9887.8883.7872.0987.6977.0875.00

Evaluation results on Chinese MME-Finance for different types and styles of images.

Candlestick chartTechnical indicator chartStatistical chartTableDocumentMixed chartComputer ScreenshotMobile PhotographVertical Screenshot on MobileHorizontal Screenshot on Mobile
Open source MLLMs
Yi-VL-34B26.0021.6622.8723.5523.6324.5226.3020.4925.09
CogVLM2-19B38.8633.5931.1937.7437.4837.4837.1132.5036.77
InternVL2-2B36.2935.8039.0137.9048.2232.2643.7036.9239.63
InternVL2-4B34.4344.2046.9348.3151.5637.1051.9040.8043.72
InternVL2-8B49.7155.6956.4459.6066.4453.2361.8055.3162.11
InternVL2-76B55.8664.7561.3962.7467.5653.8765.5557.2869.44
InternVL3-2B35.8653.1549.8047.0258.8148.0652.0447.7752.92
InternVL3-8B63.4367.4073.0768.1572.5964.5272.0465.2772.80
InternVL3-9B60.2965.0870.5073.7172.5962.9073.2266.0369.81
InternVL3-14B60.1469.9474.1676.9475.4161.6175.1268.0873.66
InternVL3-38B61.4373.4876.7379.1176.0766.7777.4971.1275.16
InternVL3-78B64.1472.3877.9276.6174.8967.1077.3070.0073.42
LLaVA-Next-7B29.5720.8820.0016.2125.3313.5522.8919.4223.23
LLaVA-Next-13B24.1421.6621.3916.3719.5615.4820.3319.2919.88
MiniCPM2.636.5736.6937.9240.0844.8118.0638.5835.8047.33
Phi3-Vision31.7135.4729.2131.4534.3022.2636.4527.3231.55
Phi3.5-Vision30.2935.0327.9225.4833.3327.1032.0927.5429.81
Qwen2VL-2B40.7142.1049.1149.6859.4141.6149.9548.8851.80
Qwen2VL-7B55.7160.5569.2166.1368.3764.5269.2962.4162.73
Qwen2VL-72B64.1471.7177.5275.6575.2667.7476.3569.9674.53
Qwen2.5VL-3B44.1459.3463.3765.1667.7856.7764.0861.6156.40
Qwen2.5VL-7B60.5765.8672.3872.5074.1566.4573.5169.4266.83
Qwen2.5VL-32B64.0072.8268.3268.1577.4863.2373.7067.3770.56
Qwen2.5VL-72B60.0077.9079.9081.2180.9668.3980.9574.1178.14
Proprietary MLLMs
Claude3.5-Sonnet68.7171.2772.2871.1372.2266.1373.2264.4680.12
GeminiPro1.566.4373.0473.7663.1571.7863.2372.2364.5174.16
GPT-4o-mini55.7167.9658.2243.5556.8935.1655.4045.6370.68
GPT-4o53.1471.9362.9752.9862.5939.3564.0347.0175.90
Gemini2.5Pro73.4882.8784.6583.3180.7473.8782.9378.4883.48

Evaluation results on True/Fasle version of MME-Finance.

ModelAccuracyF1-Score
Open source MLLMs
InternVL3-2B68.4577.88
InternVL3-8B75.0081.05
InternVL3-9B68.9578.43
InternVL3-14B71.1079.92
InternVL3-38B76.9083.31
InternVL3-78B81.3086.26
Qwen2.5VL-3B69.8579.33
Qwen2.5VL-7B83.9087.14
Qwen2.5VL-32B78.6084.47
Qwen2.5VL-72B85.4088.73
Proprietary MLLMs
Claude3.5-Sonnet82.4086.94
GPT-4o-mini69.1072.26
GPT-4o87.9590.31
Gemini2.5Pro83.5087.56

Evaluation results on multi-turn version of MME-Finance.

ModelCreativityRichnessVisual PerceptionLogical CoherenceAnswerAverage AccuracyImage Relationship Understanding
Open source MLLMs
InternVL3-2B59.6669.9068.7079.9076.4670.4670.84
InternVL3-8B62.2670.1271.4383.6379.9473.9973.56
InternVL3-9B69.3177.6577.0687.1785.5379.5279.37
InternVL3-14B54.3562.7765.4679.2975.4667.0067.39
InternVL3-38B62.4570.8271.3683.8881.3473.8273.94
InternVL3-78B71.0177.7877.4087.5185.8579.7379.88
Qwen2.5VL-3B45.4156.7459.4772.3468.0260.5360.42
Qwen2.5VL-7B72.8381.0780.4089.2588.4983.2982.55
Qwen2.5VL-32B76.5379.9475.4482.5081.7678.2179.07
Qwen2.5VL-72B75.8182.9681.5390.2589.5884.2684.06
Proprietary MLLMs
Claude3.5-Sonnet82.1086.3778.9990.2189.0881.8084.76
GPT-4o-mini59.0163.7245.4473.6663.2846.7458.64
GPT-4o63.5069.7958.8380.2372.8561.7467.82
Gemini2.5Pro84.5987.1580.6990.0887.6984.0785.71

✒️Citation

@article{gan2024woodpecker,
  title={MME-Finance: A Multimodal Finance Benchmark for Expert-level Understanding and Reasoning},
  author={Gan, Ziliang and Lu, Yu and Zang, Dong and Li, Haohan and Liu, Che and Liu, Jian and Liu, Ji and Wu, Haipang and Fu, Chaoyou and Xu, Zenglin and Zhang, Rongjunchen and Dai, Yong},
  journal={arXiv preprint arXiv:2411.03314},
  year={2024}
}

📄 License

Code License Data License Usage and License Notices: The data and code are intended and licensed for research use only. License: Attribution-NonCommercial 4.0 International It should abide by the policy of OpenAI: https://openai.com/policies/terms-of-use

💖 Acknowledgement

Contributors

LHH-chuang

27 commits

Tinker250

15 commits

Songsongnah

1 commits

HiThink-Research/MME-Finance

[MM 2025] A Multimodal Finance Benchmark for Expert-level Understanding and Reasoning

44

stars

43

commits

Python

primary language

Jan 8, 2026

updated

hithink-research.github.io/MME-Finance/
finance
llm
llm-benchmarking
llm-evaluation
mmllm
multimodal

README

BizFinBench logo MME-Finance: A Multimodal Finance Benchmark for Expert-level Understanding and Reasoning

Ziliang Gan , Dong Zhang , Haohan Li , Yang Wu , Ji Liu , Haipang Wu , Chaoyou Fu , Zenglin Xu ,
Rongjunchen Zhang, Yong Dai

Corresponding author, zhangrongjunchen@myhexin.com

📖Paper |🏠Homepage|🤗Huggingface

In recent years, multimodal benchmarks for general domains have guided the rapid development of multimodal models on general tasks. However, the financial field has its peculiarities. It features unique graphical images (e.g., candlestick charts, technical indicator charts) and possesses a wealth of specialized financial knowledge (e.g., futures, turnover rate).

Benchmarks from general fields often fail to measure the performance of multimodal models in the financial domain, and thus cannot effectively guide the rapid development of large financial models. To promote the development of large financial multimodal models, we introduce MME-Finance, the first comprehensive bilingual multimodal benchmark designed for financial analysis.

📢 News

  • 🚀 [08/01/2026] We are pleased to announce the release of our new benchmark FinMTM! Welcome to visit the official link: FinMTM
  • 🚀 [01/08/2025] Our paper has been accepted for ACM MM 2025.
  • 🚀 [30/05/2025] We released MME-Finance-MT multi-turn question benchmark and MME-Finance-Binary benchmark.
  • 🚀 [08/01/2025] We have released all samples in both English and Chinese.
  • 🚀 [05/11/2024] We released MME-Finance benchmark, a bilingual multimodal benchmark in financial domain.

💡 Highlights

  • 🔥 Bilingual multimodal financial benchmark: MME-Finance is the first Bilingual multimodal financial benchmark which comprises 1,171 English and 1,103 Chinese open-ended questions, covering diverse financial image types and various multimodal capabilities.
  • 🔥 Evaluation strategy: MME-Finance proposes a Elaborate evaluation strategy that taking image into consideration, and has a high consistency with humans. It can serve as a reference for evaluating MLLMs for other works.
  • 🔥 Valuable insights: We conduct extensive evaluation on 19 MLLMs based on MME-Finance, revealing critical insights about the strengths and shortcomings of the current MLLMs in financial applications.

🛠️ Usage

We have integrated MMfin into the VLMEvalKit framework. For the environment configuration and the use of API, please refer to VLMEvalKit. Regarding the data, first of all, you should download the MMfin.tsv and MMfin_CN.tsv files, as well as the relevant financial images. The folder structure is shown as follows:

├─ datasets
    ├─ images
        ├─ MMfin
            ...
        ├─ MMfin_CN
            ...
        ├─ MMfin_MT_CN
            ...      
        ├─ MMfin_Binary
            ...      
    │ MMfin.tsv
    │ MMfin_CN.tsv
    | MMfin_MT_CN.tsv
    | MMfin_Binary.tsv

The following is the process of inference and evaluation (Qwen2-VL-2B-Instruct as an example):

export LMUData="The path of the datasets"
python run.py --data MMfin --model Qwen2-VL-2B-Instruct --verbose
python run.py --data MMfin_CN --model Qwen2-VL-2B-Instruct --verbose
python run.py --data MMfin_MT_CN --model Qwen2-VL-2B-Instruct --verbose
python run.py --data MMfin_Binary --model Qwen2-VL-2B-Instruct --verbose

Results

Evaluation results on the English MME-Finance for all tasks.

ModelOverallImage CaptionOCREntity RecognitionSpatial AwarenessAccurate Numerical CalculationEstimated Numerical CalculationRisking WarningInvestment AdviceReason ExplanationFinancial Question AnswerNot Applicable
Open source MLLMs
Yi-VL-34B17.5729.391.463.938.735.5611.4342.7335.0958.8947.4836.36
CogVLM2-19B46.3267.3261.2435.8316.5944.5133.3359.0952.8331.1158.6493.64
InternVL2-2B37.4259.6346.9721.2318.5228.2719.0559.0950.9460.0051.7033.63
InternVL2-4B47.6967.4458.8833.7418.9555.4930.4868.1854.3464.4460.9559.09
InternVL2-8B53.5871.7168.4338.2825.3362.8637.1472.7360.7576.6763.1361.82
InternVL2-76B61.6283.1777.6447.6030.3170.0841.9075.4566.4276.6772.2479.09
InternVL3-2B53.0771.2273.4841.8428.9160.1531.4357.2751.3267.7853.7469.09
InternVL3-8B65.6974.3984.2760.0044.6376.9943.3365.4556.6073.3369.5376.36
InternVL3-9B65.8977.9384.7260.7443.8475.3440.4869.0956.9870.0070.3468.18
InternVL3-14B69.0279.5184.7264.0549.5280.9046.1966.3657.3671.1172.2482.73
InternVL3-38B67.7579.5186.0756.8146.2982.1147.1469.0956.9874.4470.8887.27
InternVL3-78B71.2479.5189.6662.4549.6188.2749.0575.4558.4974.4474.9789.09
LLaMA3.2-11B42.5162.4439.1032.0214.5055.7937.1460.0050.5768.8957.5561.82
LLaMA3.2-90B48.7664.2746.7441.2725.8555.6422.8663.6461.1364.4465.5881.82
LLaVA-Next-7B28.1858.4122.8114.8511.097.0710.0045.4547.5512.2254.9755.45
LLaVA-Next-13B31.3762.6825.3922.5810.3112.639.0547.2740.0012.2259.4678.18
MiniCPM2.651.6571.2263.7137.6724.3755.6421.4372.7358.8766.6766.8077.27
Phi3-Vision46.6969.8857.6428.3418.0847.5234.7665.4558.1168.8957.41100.0
Phi3.5-Vision38.9967.5633.0318.9020.5232.3319.5267.2755.8572.2254.4293.64
Qwen2VL-2B44.4262.0766.0728.4720.0944.3623.3353.6344.5358.8953.4768.18
Qwen2VL-7B44.4462.1964.4926.5019.0445.5627.6257.2748.3058.8954.9768.18
Qwen2VL-72B65.6982.5687.5255.4627.1683.7640.9578.1865.6677.7875.3790.91
Qwen2.5VL-3B57.8563.5482.4749.0830.8370.5346.6761.8252.8368.8960.1490.91
Qwen2.5VL-7B62.0072.9382.4749.0830.8370.5346.6761.8252.8368.8960.1490.91
Qwen2.5VL-32B65.4175.6186.2949.3342.7981.9545.7171.8259.2470.0069.9387.27
Qwen2.5VL-72B68.2075.7387.6461.6040.0084.2158.0972.7358.4972.2275.3787.27
Proprietary MLLMs
Gemini1.5Pro61.8482.2080.2248.5923.1478.2050.9576.3669.4375.5670.7580.91
Claude3.5-Sonnet63.9187.8063.7054.2335.4672.3360.0080.9172.8382.2273.3395.45
GPT-4o-mini64.4386.4673.7154.7234.9369.1756.1976.3663.4672.2277.5587.27
GPT-4o72.7989.8886.1861.6045.6882.4165.2480.9170.5780.0082.5984.55
Gemini2.5Pro79.2890.8594.6170.1863.1487.9765.2475.4568.6878.8980.54100.00

Evaluation results on English MME-Finance for different types and styles of images.

Candlestick chartTechnical indicator chartStatistical chartTableDocumentMixed chartComputer ScreenshotMobile PhotographVertical Screenshot on MobileHorizontal Screenshot on Mobile
Open source MLLMs
Yi-VL-34B23.6416.3618.7615.4214.8932.3819.4214.3926.06
CogVLM2-19B39.4435.5752.3050.3845.7657.1447.3344.2249.70
InternVL2-2B30.3533.1838.6240.0038.4958.1040.3634.7335.45
InternVL2-4B35.3838.9851.4854.6647.7763.8150.8744.8543.64
InternVL2-8B42.3845.0060.4157.7952.5967.6256.3951.5648.79
InternVL2-76B55.5247.5063.0270.8463.0967.6262.7861.7354.54
InternVL3-2B38.3247.1658.4257.8653.5362.8655.0952.1946.97
InternVL3-8B53.2960.9170.6571.3064.7563.8168.8863.8056.97
InternVL3-9B52.8760.0071.4872.2164.3967.6269.0663.5957.88
InternVL3-14B59.4461.5973.0677.2567.2760.9570.7667.8962.12
InternVL3-38B61.1264.3268.5276.2665.1859.0569.3565.8660.30
InternVL3-78B64.9064.3270.6578.3273.5361.9072.9669.4563.33
LLaMA3.2-11B35.2431.5947.6350.9239.4248.5745.1639.0738.79
LLaMA3.2-90B40.5640.1151.2058.1745.8364.7650.1446.3346.06
LLaVA-Next-7B29.6523.5228.8028.3228.3444.7628.4526.0832.73
LLaVA-Next-13B27.2726.3633.6832.1432.9539.0532.6729.2030.91
MiniCPM2.645.0345.0054.2358.6349.4259.0552.0950.5145.45
Phi3-Vision37.6240.0049.4849.5448.7162.8649.7543.0840.30
Phi3.5-Vision32.7330.4546.2538.2439.2159.0544.7332.2841.52
Qwen2VL-2B38.7440.8046.6046.2644.6857.1445.1343.7138.79
Qwen2VL-7B39.7241.7046.6046.1144.0354.2944.7344.0936.97
Qwen2VL-72B60.1260.1165.1571.7366.0474.2467.6562.7868.48
Qwen2.5VL-3B50.0754.3261.7962.1455.6860.9561.0554.8149.39
Qwen2.5VL-7B55.2457.6164.9566.6460.7961.9062.5361.1460.30
Qwen2.5VL-32B60.9859.7767.7072.4462.3763.8167.4063.2560.00
Qwen2.5VL-72B62.3858.8669.7677.0267.4863.8170.5466.0857.88
Proprietary MLLMs
GeminiPro1.551.1957.3965.0969.2458.9273.3364.9158.3156.67
Claude3.5-Sonnet51.4753.5272.5171.1559.9379.0567.4758.1969.70
GPT-4o-mini58.1855.8070.3866.5664.0376.0066.4460.8963.94
GPT-4o67.2770.4575.1975.1172.1676.1976.0666.8474.85
Gemini2.5Pro72.7371.8282.6185.8078.1374.2981.0876.9274.24

Evaluation results on the Chinese MME-Finance for all tasks.

ModelOverallImage CaptionOCREntity RecognitionSpatial AwarenessAccurate Numerical CalculationEstimated Numerical CalculationRisking WarningInvestment AdviceReason ExplanationFinancial Question AnswerNot Applicable
Open source MLLMs
Yi-VL-34B23.5043.890.669.864.9423.9718.1320.0028.7960.0051.81100.0
CogVLM2-19B35.3255.6941.1037.8416.0239.3729.388.1131.4326.1528.4785.00
InternVL2-2B50.0668.0668.5745.6824.9445.5639.3859.4647.2567.6951.3913.00
InternVL2-4B45.7867.2260.2243.5119.2851.4338.7531.8946.5963.0836.9447.00
InternVL2-8B58.4473.4776.9255.1425.1852.8442.5053.5161.3276.9267.7860.00
InternVL2-76B62.6373.4775.7161.3538.4364.1353.1358.3863.0875.3867.3645.00
InternVL3-2B50.0668.0668.5745.6824.9445.5639.3859.4647.2567.6951.3913.00
InternVL3-8B69.2175.8386.8168.6536.8774.9263.1377.3068.5781.5473.0660.00
InternVL3-9B69.1275.6985.3868.7839.6475.2461.2570.8170.1183.0874.4440.00
InternVL3-14B71.9176.3990.5565.2749.2879.3768.1367.5767.6984.6274.0370.00
InternVL3-38B74.0776.2590.8875.5448.4381.4370.6377.8468.3584.6278.0650.00
InternVL3-78B73.6274.1791.8769.5948.8082.3878.1380.0067.2575.3877.5065.00
LLaVA-Next-7B21.4550.698.3512.169.2816.0313.1312.4328.3546.1525.1490.00
LLaVA-Next-13B19.8749.588.6812.3013.0114.609.388.1124.8413.8517.6490.00
MiniCPM2.638.6053.4764.2945.2723.9818.4127.5032.4336.7035.3827.9214.00
Phi3-Vision31.9157.9232.3140.6816.0229.0523.1322.7032.3143.0814.3175.00
Yi-VL-34B17.5729.391.463.938.735.5611.4342.7335.0958.8947.4836.36
Phi3.5-Vision [15]30.1255.9719.4520.2723.8520.4824.3828.6541.9841.5426.94100.0
Qwen2VL-2B [16]49.1265.9763.4148.3824.9439.0536.8836.7646.3756.9251.53100.0
Qwen2VL-7B [16]64.9173.6184.9564.0534.3469.6858.1355.1459.3467.6965.9795.00
Qwen2VL-72B [16]73.3579.5889.6773.2455.9073.8173.1369.1965.0576.9274.1760.00
Qwen2.5VL-3B [8]61.3872.2278.6855.4139.6465.0858.1351.3555.3875.3860.5675.00
Qwen2.5VL-7B [8]69.9475.5688.6867.8449.4073.0271.2564.8664.6273.8567.0875.00
Qwen2.5VL-32B [8]70.4376.5386.4870.2748.1972.0662.5080.0065.9390.7768.0675.00
Qwen2.5VL-72B [8]76.9578.3394.7375.5454.4681.1173.1383.7870.9984.6277.9285.00
Proprietary MLLMs
Claude3.5-Sonnet [18]71.0474.0374.7377.4351.3376.8366.2579.4668.7981.5470.2897.00
GeminiPro1.5 [17]69.2575.4281.4367.3044.5876.0378.7574.5962.4266.1574.5860.00
GPT-4o-mini [6]54.5866.2559.0147.8430.6050.6354.3863.7858.6872.3167.3665.00
GPT-4o [6]59.5369.8668.9058.9239.0457.4655.6360.5453.1963.0868.1956.00
Gemini2.5Pro [5]81.0776.1196.0485.4167.2386.9887.8883.7872.0987.6977.0875.00

Evaluation results on Chinese MME-Finance for different types and styles of images.

Candlestick chartTechnical indicator chartStatistical chartTableDocumentMixed chartComputer ScreenshotMobile PhotographVertical Screenshot on MobileHorizontal Screenshot on Mobile
Open source MLLMs
Yi-VL-34B26.0021.6622.8723.5523.6324.5226.3020.4925.09
CogVLM2-19B38.8633.5931.1937.7437.4837.4837.1132.5036.77
InternVL2-2B36.2935.8039.0137.9048.2232.2643.7036.9239.63
InternVL2-4B34.4344.2046.9348.3151.5637.1051.9040.8043.72
InternVL2-8B49.7155.6956.4459.6066.4453.2361.8055.3162.11
InternVL2-76B55.8664.7561.3962.7467.5653.8765.5557.2869.44
InternVL3-2B35.8653.1549.8047.0258.8148.0652.0447.7752.92
InternVL3-8B63.4367.4073.0768.1572.5964.5272.0465.2772.80
InternVL3-9B60.2965.0870.5073.7172.5962.9073.2266.0369.81
InternVL3-14B60.1469.9474.1676.9475.4161.6175.1268.0873.66
InternVL3-38B61.4373.4876.7379.1176.0766.7777.4971.1275.16
InternVL3-78B64.1472.3877.9276.6174.8967.1077.3070.0073.42
LLaVA-Next-7B29.5720.8820.0016.2125.3313.5522.8919.4223.23
LLaVA-Next-13B24.1421.6621.3916.3719.5615.4820.3319.2919.88
MiniCPM2.636.5736.6937.9240.0844.8118.0638.5835.8047.33
Phi3-Vision31.7135.4729.2131.4534.3022.2636.4527.3231.55
Phi3.5-Vision30.2935.0327.9225.4833.3327.1032.0927.5429.81
Qwen2VL-2B40.7142.1049.1149.6859.4141.6149.9548.8851.80
Qwen2VL-7B55.7160.5569.2166.1368.3764.5269.2962.4162.73
Qwen2VL-72B64.1471.7177.5275.6575.2667.7476.3569.9674.53
Qwen2.5VL-3B44.1459.3463.3765.1667.7856.7764.0861.6156.40
Qwen2.5VL-7B60.5765.8672.3872.5074.1566.4573.5169.4266.83
Qwen2.5VL-32B64.0072.8268.3268.1577.4863.2373.7067.3770.56
Qwen2.5VL-72B60.0077.9079.9081.2180.9668.3980.9574.1178.14
Proprietary MLLMs
Claude3.5-Sonnet68.7171.2772.2871.1372.2266.1373.2264.4680.12
GeminiPro1.566.4373.0473.7663.1571.7863.2372.2364.5174.16
GPT-4o-mini55.7167.9658.2243.5556.8935.1655.4045.6370.68
GPT-4o53.1471.9362.9752.9862.5939.3564.0347.0175.90
Gemini2.5Pro73.4882.8784.6583.3180.7473.8782.9378.4883.48

Evaluation results on True/Fasle version of MME-Finance.

ModelAccuracyF1-Score
Open source MLLMs
InternVL3-2B68.4577.88
InternVL3-8B75.0081.05
InternVL3-9B68.9578.43
InternVL3-14B71.1079.92
InternVL3-38B76.9083.31
InternVL3-78B81.3086.26
Qwen2.5VL-3B69.8579.33
Qwen2.5VL-7B83.9087.14
Qwen2.5VL-32B78.6084.47
Qwen2.5VL-72B85.4088.73
Proprietary MLLMs
Claude3.5-Sonnet82.4086.94
GPT-4o-mini69.1072.26
GPT-4o87.9590.31
Gemini2.5Pro83.5087.56

Evaluation results on multi-turn version of MME-Finance.

ModelCreativityRichnessVisual PerceptionLogical CoherenceAnswerAverage AccuracyImage Relationship Understanding
Open source MLLMs
InternVL3-2B59.6669.9068.7079.9076.4670.4670.84
InternVL3-8B62.2670.1271.4383.6379.9473.9973.56
InternVL3-9B69.3177.6577.0687.1785.5379.5279.37
InternVL3-14B54.3562.7765.4679.2975.4667.0067.39
InternVL3-38B62.4570.8271.3683.8881.3473.8273.94
InternVL3-78B71.0177.7877.4087.5185.8579.7379.88
Qwen2.5VL-3B45.4156.7459.4772.3468.0260.5360.42
Qwen2.5VL-7B72.8381.0780.4089.2588.4983.2982.55
Qwen2.5VL-32B76.5379.9475.4482.5081.7678.2179.07
Qwen2.5VL-72B75.8182.9681.5390.2589.5884.2684.06
Proprietary MLLMs
Claude3.5-Sonnet82.1086.3778.9990.2189.0881.8084.76
GPT-4o-mini59.0163.7245.4473.6663.2846.7458.64
GPT-4o63.5069.7958.8380.2372.8561.7467.82
Gemini2.5Pro84.5987.1580.6990.0887.6984.0785.71

✒️Citation

@article{gan2024woodpecker,
  title={MME-Finance: A Multimodal Finance Benchmark for Expert-level Understanding and Reasoning},
  author={Gan, Ziliang and Lu, Yu and Zang, Dong and Li, Haohan and Liu, Che and Liu, Jian and Liu, Ji and Wu, Haipang and Fu, Chaoyou and Xu, Zenglin and Zhang, Rongjunchen and Dai, Yong},
  journal={arXiv preprint arXiv:2411.03314},
  year={2024}
}

📄 License

Code License Data License Usage and License Notices: The data and code are intended and licensed for research use only. License: Attribution-NonCommercial 4.0 International It should abide by the policy of OpenAI: https://openai.com/policies/terms-of-use

💖 Acknowledgement

Contributors

LHH-chuang

27 commits

Tinker250

15 commits

Songsongnah

1 commits

Languages

Python

98.0%

Jupyter Notebook

1.9%