{"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/tool-lmm-a-large-multi-modal-model-for-tool","title":"MLLM-Tool: A Multimodal Large Language Model For Tool Agent Learning","arxiv_id":"2401.10727","date":"2024-01-19","proceeding":null,"authors":["Chenyu Wang","Weixin Luo","Qianyu Chen","Haonan Mai","Jindi Guo","Sixun Dong","Xiaohua","Xuan","Zhengxin Li","Lin Ma","Shenghua Gao"],"abstract":"Recently, the astonishing performance of large language models (LLMs) in natural language comprehension and generation tasks triggered lots of exploration of using them as central controllers to build agent systems. Multiple studies focus on bridging the LLMs to external tools to extend the application scenarios. However, the current LLMs' perceiving tool-use ability is limited to a single text query, which may result in ambiguity in understanding the users' real intentions. LLMs are expected to eliminate that by perceiving the visual- or auditory-grounded instructions' information. Therefore, in this paper, we propose MLLM-Tool, a system incorporating open-source LLMs and multi-modal encoders so that the learnt LLMs can be conscious of multi-modal input instruction and then select the function-matched tool correctly. To facilitate the evaluation of the model's capability, we collect a dataset featured by consisting of multi-modal input tools from HuggingFace. Another important feature of our dataset is that our dataset also contains multiple potential choices for the same instruction due to the existence of identical functions and synonymous functions, which provides more potential solutions for the same query. The experiments reveal that our MLLM-Tool is capable of recommending appropriate tools for multi-modal instructions. Codes and data are available at https://github.com/MLLM-Tool/MLLM-Tool.","url_abs":"https://arxiv.org/abs/2401.10727v2","url_pdf":"https://arxiv.org/pdf/2401.10727v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"tool-lmm-a-large-multi-modal-model-for-tool","repo_url":"https://github.com/mllm-tool/mllm-tool","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"tool-lmm-a-large-multi-modal-model-for-tool","repo_url":"https://github.com/tool-lmm/tool-lmm","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"language-modeling","task_name":"Language Modeling"},{"task_slug":"language-modelling","task_name":"Language Modelling"},{"task_slug":"large-language-model","task_name":"Large Language Model"},{"task_slug":"multimodal-large-language-model","task_name":"Multimodal Large Language Model"}],"methods":[{"method_slug":"focus","method_name":"Focus"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2401.10727","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2401.10727"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mllm-tool/mllm-tool","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tool-lmm/tool-lmm","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":1,"ran":5,"ran_draft_wrong":2,"unverified":3},"by_repo_kind":{"official":{"samples":11,"ran":8,"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":"9b4dff79d5e6102c","entry":"apply_rotary_pos_emb","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/model/modeling_llama.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/model/modeling_llama.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9b4dff79d5e6102c"}},{"code_sha256_prefix":"ef0c6cef58b1e328","entry":"build_one_instance","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/model/openllama.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/model/openllama.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef0c6cef58b1e328"}},{"code_sha256_prefix":"432c312da80537d6","entry":"get_clip_timepoints","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/model/ImageBind/data.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/model/ImageBind/data.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"432c312da80537d6"}},{"code_sha256_prefix":"221b2d116fdf1032","entry":"get_obj_from_str","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/dataset/utils.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/dataset/utils.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"221b2d116fdf1032"}},{"code_sha256_prefix":"899cb7d14116e83d","entry":"get_questions","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/inference.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/inference.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"899cb7d14116e83d"}},{"code_sha256_prefix":"e1e69d9ba9ffcb24","entry":"load_and_transform_vision_data","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/model/ImageBind/data.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/model/ImageBind/data.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e1e69d9ba9ffcb24"}},{"code_sha256_prefix":"cfb25e6ab8ddf8db","entry":"process_batch_instance","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/model/openllama.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/model/openllama.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cfb25e6ab8ddf8db"}},{"code_sha256_prefix":"b99eea6376d1e212","entry":"rotate_half","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/model/modeling_llama.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/model/modeling_llama.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b99eea6376d1e212"}},{"code_sha256_prefix":"ef52d142b2c30ac2","entry":"instantiate_from_config","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/dataset/utils.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/dataset/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef52d142b2c30ac2"}},{"code_sha256_prefix":"a5ae1f5220848590","entry":"predict","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/inference.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/inference.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a5ae1f5220848590"}},{"code_sha256_prefix":"22a14acf7a13a6b0","entry":"run_eval","repo":"mllm-tool/mllm-tool","repo_kind":"official","path":"code/inference.py","file_url":"https://github.com/mllm-tool/mllm-tool/blob/HEAD/code/inference.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"22a14acf7a13a6b0"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}