{"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-2509-01337","title":"LLM-Guided Semantic Relational Reasoning for Multimodal Intent Recognition","arxiv_id":"2509.01337","date":"2025-09-01","proceeding":"EMNLP","authors":["Qianrui Zhou","Hua Xu","Yifan Wang","Xinzhi Dong","Hanlei Zhang"],"abstract":"Understanding human intents from multimodal signals is critical for analyzing human behaviors and enhancing human-machine interactions in real-world scenarios. However, existing methods exhibit limitations in their modality-level reliance, constraining relational reasoning over fine-grained semantics for complex intent understanding. This paper proposes a novel LLM-Guided Semantic Relational Reasoning (LGSRR) method, which harnesses the expansive knowledge of large language models (LLMs) to establish semantic foundations that boost smaller models' relational reasoning performance. Specifically, an LLM-based strategy is proposed to extract fine-grained semantics as guidance for subsequent reasoning, driven by a shallow-to-deep Chain-of-Thought (CoT) that autonomously uncovers, describes, and ranks semantic cues by their importance without relying on manually defined priors. Besides, we formally model three fundamental types of semantic relations grounded in logical principles and analyze their nuanced interplay to enable more effective relational reasoning. Extensive experiments on multimodal intent and dialogue act recognition tasks demonstrate LGSRR's superiority over state-of-the-art methods, with consistent performance gains across diverse semantic understanding scenarios. The complete data and code are available at https://github.com/thuiar/LGSRR.","url_abs":"https://arxiv.org/abs/2509.01337","url_pdf":"https://arxiv.org/pdf/2509.01337","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":{"syntology_url":"https://syntology.ai/paper/2509.01337","atlas_url":"https://app.syntology.ai/?focus=2509.01337","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2509.01337"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/thuiar/LGSRR","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_honours":1,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":9,"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":"50e1ffed03f484ec","entry":"gelu","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"backbones/SubNets/FeatureNets.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/backbones/SubNets/FeatureNets.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"50e1ffed03f484ec"}},{"code_sha256_prefix":"1ef6337ae6763042","entry":"add_config_param","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"configs/base.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/configs/base.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":"1ef6337ae6763042"}},{"code_sha256_prefix":"9b090a000fcecd10","entry":"dcg","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"methods/LGSRR/loss.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/methods/LGSRR/loss.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":"9b090a000fcecd10"}},{"code_sha256_prefix":"ebb08d6d862368f0","entry":"freeze_backbone_parameters","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"backbones/SubNets/FeatureNets.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/backbones/SubNets/FeatureNets.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":"ebb08d6d862368f0"}},{"code_sha256_prefix":"8c6bc8fd52264b46","entry":"load_npy","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"utils/functions.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/utils/functions.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":"8c6bc8fd52264b46"}},{"code_sha256_prefix":"10143f06c61791b1","entry":"neuralNDCG","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"methods/LGSRR/loss.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/methods/LGSRR/loss.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":"10143f06c61791b1"}},{"code_sha256_prefix":"f4e332ae47e0f422","entry":"restore_model","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"utils/functions.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/utils/functions.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":"f4e332ae47e0f422"}},{"code_sha256_prefix":"d152ab9b27609574","entry":"set_output_path","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"utils/functions.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/utils/functions.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":"d152ab9b27609574"}},{"code_sha256_prefix":"1f6328f8dc619bec","entry":"sinkhorn_scaling","repo":"thuiar/LGSRR","repo_kind":"found_in_text","path":"methods/LGSRR/loss.py","file_url":"https://github.com/thuiar/LGSRR/blob/HEAD/methods/LGSRR/loss.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":"1f6328f8dc619bec"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.MM","source":"arxiv_api"},"syntology_extracted_results":null}