Papers › UniFinEval: Towards Unified Evaluation of Financial Multimodal Models across Text,...

UniFinEval: Towards Unified Evaluation of Financial Multimodal Models across Text, Images and Videos

9 Jan 2026arXiv:2601.22162added by Syntology

Zhi Yang, Lingfeng Zeng, Fangqi Lou, Qi Qi, Wei Zhang, Zhenyu Wu, Zhenxiong Yu, Jun Han, Zhiheng Jin, Lejie Zhang, Xiaoming Huang, Xiaolong Liang, Zheng Wei, Junbo Zou, Dongpo Cheng, Zhaowei Liu, Xin Guo, Rongjunchen Zhang, Liwen Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Multimodal large language models are playing an increasingly significant role in empowering the financial domain, however, the challenges they face, such as multimodal and high-density information and cross-modal multi-hop reasoning, go beyond the evaluation scope of existing multimodal benchmarks. To address this gap, we propose UniFinEval, the first unified multimodal benchmark designed for high-information-density financial environments, covering text, images, and videos. UniFinEval systematically constructs five core financial scenarios grounded in real-world financial systems: Financial Statement Auditing, Company Fundamental Reasoning, Industry Trend Insights, Financial Risk Sensing, and Asset Allocation Analysis. We manually construct a high-quality dataset consisting of 3,767 question-answer pairs in both chinese and english and systematically evaluate 10 mainstream MLLMs under Zero-Shot and CoT settings. Results show that Gemini-3-pro-preview achieves the best overall performance, yet still exhibits a substantial gap compared to financial experts. Further error analysis reveals systematic deficiencies in current models. UniFinEval aims to provide a systematic assessment of MLLMs' capabilities in fine-grained, high-information-density financial environments, thereby enhancing the robustness of MLLMs applications in real-world financial scenarios. Data and code are available at https://github.com/aifinlab/UniFinEval.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.22162")

Code

Syntology Ran 0 of 21 code samples harvested from 1 repository linked to this paper; 21 have no recorded run.

By repository: found in paper text by Syntology: 21 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aifinlab/UniFinEval found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 0 ran; 0 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

21unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from aifinlab/UniFinEval. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_process_value aifinlab/UniFinEval/evaluate_py/result_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 93a10bdfb8d89468 · report
calculate_output_statistics aifinlab/UniFinEval/evaluate_py/statistics.py found in paper text by Syntology unverified Apache-2.0 (permissive) · df38989e5f169bd9 · report
calculate_statistics aifinlab/UniFinEval/evaluate_py/statistics.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 197585381b7bb3fd · report
clean_json_text aifinlab/UniFinEval/evaluate_py/judge.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a97875241ff90c42 · report
compress_image aifinlab/UniFinEval/evaluate_py/model_api.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6eb801bbd3095e75 · report
convert_batch aifinlab/UniFinEval/evaluate_py/data_converter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ff8af687b81c85d6 · report
convert_to_module2_format aifinlab/UniFinEval/evaluate_py/result_converter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5a452f073e882c48 · report
convert_to_standard_format aifinlab/UniFinEval/evaluate_py/data_converter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e8760156d157dfd3 · report
encode_image aifinlab/UniFinEval/evaluate_py/model_api.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 625809a36981482c · report
evaluate_single_item aifinlab/UniFinEval/evaluate_py/evaluator.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 58ca03390a3351e2 · report
format_options aifinlab/UniFinEval/evaluate_py/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 15d98731e128c61f · report
get_image_format aifinlab/UniFinEval/evaluate_py/model_api.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 571e6a28dad787d4 · report
get_prompt aifinlab/UniFinEval/evaluate_py/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eb48ceb1095ac012 · report
is_answer_empty aifinlab/UniFinEval/evaluate_py/result_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 102ece5a1388ab6c · report
load_csv aifinlab/UniFinEval/evaluate_py/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 80031dd34b37c131 · report
load_json aifinlab/UniFinEval/evaluate_py/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d068ef448a266fb4 · report
load_jsonl aifinlab/UniFinEval/evaluate_py/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fca995540b6041ae · report
merge_multi_round_items aifinlab/UniFinEval/evaluate_py/data_converter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3a416d9bf9a752e6 · report
normalize_question_type aifinlab/UniFinEval/evaluate_py/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f6d2ed65eee5b187 · report
sanitize_messages_for_log aifinlab/UniFinEval/evaluate_py/logger.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b28da1e86c8bd6f5 · report
strip_boxed_content aifinlab/UniFinEval/evaluate_py/result_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2a0691b3aab83548 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.22162, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections