HANIA: Planner-Guided Multimodal Graph Evidence Selection for Grounded Question Answering Researchers introduced HANIA, a planner-guided multimodal graph framework for evidence-grounded question answering, which uses a frozen vision-language model and a two-group finite-state planner to select concise, relevant evidence. Evaluated on ScienceQA, HANIA achieved competitive answer accuracy without target-dataset fine-tuning or iterative retrieval, demonstrating that structured evidence planning and compact graph-guided retrieval can support multimodal QA. The code is available at https://github.com/Zafar-southeast/HANIA. arXiv:2608.29088v1 Announce Type: new Abstract: Multimodal question answering remains sensitive to noisy, incomplete, and weakly grounded evidence. Long unstructured contexts can introduce redundancy and encourage unsupported generation, while flat retrieval may overlook relations needed for multi-step reasoning. We present HANIA, a planner-guided multimodal graph framework for evidence-grounded question answering. HANIA processes the supplied image and text using a frozen vision-language model to extract concise question-relevant visual evidence with explicit abstention. It then constructs an input-grounded multimodal graph and applies a two-group finite-state planner to coordinate descriptive and relational evidence. Coverage-aware pruning retains a compact evidence set based on relevance, graph confidence, concept coverage, and modality diversity. The selected passages, visual statements, and graph triples are provided to a frozen instruction-tuned decoder. We evaluate HANIA on ScienceQA using answer accuracy, evidence-filtering quality, evidence-budget sensitivity, and efficiency. The results show that structured evidence planning and compact graph-guided retrieval can support competitive multimodal question answering without target-dataset fine-tuning or iterative retrieval. The code is available at https://github.com/Zafar-southeast/HANIA.