{"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/multi-modal-grounded-planning-and-efficient","title":"Multi-Modal Grounded Planning and Efficient Replanning For Learning Embodied Agents with A Few Examples","arxiv_id":"2412.17288","date":"2024-12-23","proceeding":null,"authors":["Taewoong Kim","Byeonghwi Kim","Jonghyun Choi"],"abstract":"Learning a perception and reasoning module for robotic assistants to plan steps to perform complex tasks based on natural language instructions often requires large free-form language annotations, especially for short high-level instructions. To reduce the cost of annotation, large language models (LLMs) are used as a planner with few data. However, when elaborating the steps, even the state-of-the-art planner that uses LLMs mostly relies on linguistic common sense, often neglecting the status of the environment at command reception, resulting in inappropriate plans. To generate plans grounded in the environment, we propose FLARE (Few-shot Language with environmental Adaptive Replanning Embodied agent), which improves task planning using both language command and environmental perception. As language instructions often contain ambiguities or incorrect expressions, we additionally propose to correct the mistakes using visual cues from the agent. The proposed scheme allows us to use a few language pairs thanks to the visual cues and outperforms state-of-the-art approaches. Our code is available at https://github.com/snumprlab/flare.","url_abs":"https://arxiv.org/abs/2412.17288v1","url_pdf":"https://arxiv.org/pdf/2412.17288v1.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":"multi-modal-grounded-planning-and-efficient","repo_url":"https://github.com/snumprlab/flare","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"common-sense-reasoning","task_name":"Common Sense Reasoning"},{"task_slug":"task-planning","task_name":"Task Planning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2412.17288","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2412.17288"}},"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/snumprlab/flare","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":1,"unverified":10},"by_repo_kind":{"official":{"samples":11,"ran":1,"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":"3371127a0ac34f26","entry":"get_grid","repo":"snumprlab/flare","repo_kind":"official","path":"utils/model.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/utils/model.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":"3371127a0ac34f26"}},{"code_sha256_prefix":"31b8eb90437dc8bd","entry":"exist_or_no","repo":"snumprlab/flare","repo_kind":"official","path":"models/instructions_processed_LP/ALFRED_task_helper.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/instructions_processed_LP/ALFRED_task_helper.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":"31b8eb90437dc8bd"}},{"code_sha256_prefix":"b227dc7436fadba6","entry":"get_model_instance_segmentation","repo":"snumprlab/flare","repo_kind":"official","path":"models/segmentation/alfworld_mrcnn.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/segmentation/alfworld_mrcnn.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":"b227dc7436fadba6"}},{"code_sha256_prefix":"813787ba35751cfb","entry":"load_pretrained_model","repo":"snumprlab/flare","repo_kind":"official","path":"models/segmentation/alfworld_mrcnn.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/segmentation/alfworld_mrcnn.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":"813787ba35751cfb"}},{"code_sha256_prefix":"b37f86414c9c3302","entry":"multidim_logsoftmax","repo":"snumprlab/flare","repo_kind":"official","path":"models/depth/alfred_perception_models.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/depth/alfred_perception_models.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":"b37f86414c9c3302"}},{"code_sha256_prefix":"db3b1107cf233e7f","entry":"multidim_softmax","repo":"snumprlab/flare","repo_kind":"official","path":"models/depth/alfred_perception_models.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/depth/alfred_perception_models.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":"db3b1107cf233e7f"}},{"code_sha256_prefix":"3ad8e7f1396f4717","entry":"none_or_str","repo":"snumprlab/flare","repo_kind":"official","path":"models/instructions_processed_LP/ALFRED_task_helper.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/instructions_processed_LP/ALFRED_task_helper.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":"3ad8e7f1396f4717"}},{"code_sha256_prefix":"3ad12ba97cb854ec","entry":"object_color_to_intid","repo":"snumprlab/flare","repo_kind":"official","path":"models/depth/segmentation_definitions.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/depth/segmentation_definitions.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":"3ad12ba97cb854ec"}},{"code_sha256_prefix":"2ba4e58925d8510f","entry":"object_intid_to_color","repo":"snumprlab/flare","repo_kind":"official","path":"models/depth/segmentation_definitions.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/depth/segmentation_definitions.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":"2ba4e58925d8510f"}},{"code_sha256_prefix":"9dc57a7f08acfdd2","entry":"object_string_to_intid","repo":"snumprlab/flare","repo_kind":"official","path":"models/depth/segmentation_definitions.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/depth/segmentation_definitions.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":"9dc57a7f08acfdd2"}},{"code_sha256_prefix":"85a85b6410201655","entry":"read_test_dict","repo":"snumprlab/flare","repo_kind":"official","path":"models/instructions_processed_LP/ALFRED_task_helper.py","file_url":"https://github.com/snumprlab/flare/blob/HEAD/models/instructions_processed_LP/ALFRED_task_helper.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":"85a85b6410201655"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}