{"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-05851","title":"Router-Suggest: Dynamic Routing for Multimodal Auto-Completion in Visually-Grounded Dialogs","arxiv_id":"2601.05851","date":"2026-01-09","proceeding":null,"authors":["Sandeep Mishra","Devichand Budagam","Anubhab Mandal","Bishal Santra","Pawan Goyal","Manish Gupta"],"abstract":"Real-time multimodal auto-completion is essential for digital assistants, chatbots, design tools, and healthcare consultations, where user inputs rely on shared visual context. We introduce Multimodal Auto-Completion (MAC), a task that predicts upcoming characters in live chats using partially typed text and visual cues. Unlike traditional text-only auto-completion (TAC), MAC grounds predictions in multimodal context to better capture user intent. To enable this task, we adapt MMDialog and ImageChat to create benchmark datasets. We evaluate leading vision-language models (VLMs) against strong textual baselines, highlighting trade-offs in accuracy and efficiency. We present Router-Suggest, a router framework that dynamically selects between textual models and VLMs based on dialog context, along with a lightweight variant for resource-constrained environments. Router-Suggest achieves a 2.3x to 10x speedup over the best-performing VLM. A user study shows that VLMs significantly excel over textual models on user satisfaction, notably saving user typing effort and improving the quality of completions in multi-turn conversations. These findings underscore the need for multimodal context in auto-completions, leading to smarter, user-aware assistants.","url_abs":"https://arxiv.org/abs/2601.05851","url_pdf":"https://arxiv.org/pdf/2601.05851","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":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.05851"}},"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/devichand579/MAC","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":12},"by_repo_kind":{"found_in_text":{"samples":12,"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":"6bfdd1f79d5552d3","entry":"create_worker_file_name","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"TAC_models/mpc/parallel_mpc_inference.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/TAC_models/mpc/parallel_mpc_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":"6bfdd1f79d5552d3"}},{"code_sha256_prefix":"b1c5a3cdade6e2a0","entry":"find_best_by_latency","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"analyze_neural_classifier_results.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/analyze_neural_classifier_results.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":"b1c5a3cdade6e2a0"}},{"code_sha256_prefix":"b5720c03b472aeb1","entry":"get_completions","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"TAC_models/mpc/mpc_inference.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/TAC_models/mpc/mpc_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":"b5720c03b472aeb1"}},{"code_sha256_prefix":"d1bc42fc6db932b7","entry":"get_completions","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"TAC_models/mpc/mpc_inference_latency.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/TAC_models/mpc/mpc_inference_latency.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":"d1bc42fc6db932b7"}},{"code_sha256_prefix":"85e3b87ce8451c22","entry":"get_completions","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"TAC_models/mpc/parallel_mpc_inference.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/TAC_models/mpc/parallel_mpc_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":"85e3b87ce8451c22"}},{"code_sha256_prefix":"f29867af57afc82a","entry":"group_by_cost_weight","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"analyze_rf_results.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/analyze_rf_results.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":"f29867af57afc82a"}},{"code_sha256_prefix":"77d9e60a3a360be5","entry":"group_by_lambda","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"analyze_neural_classifier_results.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/analyze_neural_classifier_results.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":"77d9e60a3a360be5"}},{"code_sha256_prefix":"06b3af2a41f83859","entry":"is_empty","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"TAC_models/mpc/main_trie_creation.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/TAC_models/mpc/main_trie_creation.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":"06b3af2a41f83859"}},{"code_sha256_prefix":"fc505adbbada736d","entry":"load_results","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"analyze_neural_classifier_results.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/analyze_neural_classifier_results.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":"fc505adbbada736d"}},{"code_sha256_prefix":"524a94fe41433b05","entry":"load_results","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"analyze_rf_results.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/analyze_rf_results.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":"524a94fe41433b05"}},{"code_sha256_prefix":"178dfb309ae6aa7a","entry":"load_trie_from_file","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"TAC_models/mpc/mpc_inference.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/TAC_models/mpc/mpc_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":"178dfb309ae6aa7a"}},{"code_sha256_prefix":"8508c046f706ac64","entry":"output_map","repo":"devichand579/MAC","repo_kind":"found_in_text","path":"TAC_models/mpc/mpc_automate.py","file_url":"https://github.com/devichand579/MAC/blob/HEAD/TAC_models/mpc/mpc_automate.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":"8508c046f706ac64"}}]},"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}