{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-22162","title":"UniFinEval: Towards Unified Evaluation of Financial Multimodal Models across Text, Images and Videos","arxiv_id":"2601.22162","date":"2026-01-09","proceeding":null,"authors":["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"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2601.22162","url_pdf":"https://arxiv.org/pdf/2601.22162","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.22162","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.22162"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/aifinlab/UniFinEval","reach":null}],"summary":{"unverified":21},"by_repo_kind":{"found_in_text":{"samples":21,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"93a10bdfb8d89468","entry":"build_process_value","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/result_utils.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/result_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"93a10bdfb8d89468"}},{"code_sha256_prefix":"df38989e5f169bd9","entry":"calculate_output_statistics","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/statistics.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/statistics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"df38989e5f169bd9"}},{"code_sha256_prefix":"197585381b7bb3fd","entry":"calculate_statistics","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/statistics.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/statistics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"197585381b7bb3fd"}},{"code_sha256_prefix":"a97875241ff90c42","entry":"clean_json_text","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/judge.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/judge.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a97875241ff90c42"}},{"code_sha256_prefix":"6eb801bbd3095e75","entry":"compress_image","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/model_api.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/model_api.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6eb801bbd3095e75"}},{"code_sha256_prefix":"ff8af687b81c85d6","entry":"convert_batch","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/data_converter.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/data_converter.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ff8af687b81c85d6"}},{"code_sha256_prefix":"5a452f073e882c48","entry":"convert_to_module2_format","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/result_converter.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/result_converter.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5a452f073e882c48"}},{"code_sha256_prefix":"e8760156d157dfd3","entry":"convert_to_standard_format","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/data_converter.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/data_converter.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e8760156d157dfd3"}},{"code_sha256_prefix":"625809a36981482c","entry":"encode_image","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/model_api.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/model_api.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"625809a36981482c"}},{"code_sha256_prefix":"58ca03390a3351e2","entry":"evaluate_single_item","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/evaluator.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/evaluator.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"58ca03390a3351e2"}},{"code_sha256_prefix":"15d98731e128c61f","entry":"format_options","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/prompts.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/prompts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"15d98731e128c61f"}},{"code_sha256_prefix":"571e6a28dad787d4","entry":"get_image_format","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/model_api.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/model_api.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"571e6a28dad787d4"}},{"code_sha256_prefix":"eb48ceb1095ac012","entry":"get_prompt","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/prompts.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/prompts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eb48ceb1095ac012"}},{"code_sha256_prefix":"102ece5a1388ab6c","entry":"is_answer_empty","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/result_utils.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/result_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"102ece5a1388ab6c"}},{"code_sha256_prefix":"80031dd34b37c131","entry":"load_csv","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/data_loader.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/data_loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"80031dd34b37c131"}},{"code_sha256_prefix":"d068ef448a266fb4","entry":"load_json","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/data_loader.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/data_loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d068ef448a266fb4"}},{"code_sha256_prefix":"fca995540b6041ae","entry":"load_jsonl","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/data_loader.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/data_loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fca995540b6041ae"}},{"code_sha256_prefix":"3a416d9bf9a752e6","entry":"merge_multi_round_items","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/data_converter.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/data_converter.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3a416d9bf9a752e6"}},{"code_sha256_prefix":"f6d2ed65eee5b187","entry":"normalize_question_type","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/prompts.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/prompts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f6d2ed65eee5b187"}},{"code_sha256_prefix":"b28da1e86c8bd6f5","entry":"sanitize_messages_for_log","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/logger.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/logger.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b28da1e86c8bd6f5"}},{"code_sha256_prefix":"2a0691b3aab83548","entry":"strip_boxed_content","repo":"aifinlab/UniFinEval","repo_kind":"found_in_text","path":"evaluate_py/result_utils.py","file_url":"https://github.com/aifinlab/UniFinEval/blob/HEAD/evaluate_py/result_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2a0691b3aab83548"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}