{"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-2606-23881","title":"Ground Then Rank: Revisiting Knowledge-Based VQA with Training-Free Entity Identification","arxiv_id":"2606.23881","date":"2026-06-22","proceeding":null,"authors":["Qian Ma","Qiong Wu","Zhengyi Zhou","Yao Ma"],"abstract":"Knowledge-Based Visual Question Answering (KB-VQA) requires grounding visual queries to external knowledge beyond directly observable content in images. While recent multi modal large language models (MLLMs) show strong perceptual abilities, they struggle on KB-VQA tasks requiring groundings from both fine-grained entity and evidence levels. Most existing multi-modal retrieval augmented generation (MM-RAG) methods tightly couple entity discrimination and section-level evidence ranking into a single re-ranking stage, leading to high cost and limited generalization. In this work, we revisit existing MM-RAG solutions from a workflow perspective and argue both entity-level and fact-level groundings are key bottlenecks. We observe that although MLLMs often fail under open-ended entity naming, they can better identify the correct entity when selecting from a small set of candidate names. Based on this insight, we propose a simple and training-free identify-before-answer IBA framework that decouples entity identification from section-level re-ranking. Our approach prompts an MLLM to select high-confidence entities using only candidate names, followed by an off-the-shelf textual re-ranker for evidence selection. Experiments on Encyclopedic-VQA and InfoSeek show that our method consistently outperforms fine-tuned multi-modal re-ranking baselines while reducing training and inference complexity. Additional analyses reveal that the improvements arise not only from better entity identification, but also from selecting more informative evidence once correct entity is fixed. Our implementation is made public to ease reproducibility.","url_abs":"https://arxiv.org/abs/2606.23881","url_pdf":"https://arxiv.org/pdf/2606.23881","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":"https://app.syntology.ai/?focus=2606.23881","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.23881"}},"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/VAN-QIAN/ACL26-IBA","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Go2Heart/EchoSight","reach":null}],"summary":{"ran":8,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":10,"ran":8,"repositories":2}},"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":5,"samples":[{"code_sha256_prefix":"ef0589cda32db5be","entry":"KnowledgeBase","repo":"Go2Heart/EchoSight","repo_kind":"found_in_text","path":"model/retriever.py","file_url":"https://github.com/Go2Heart/EchoSight/blob/HEAD/model/retriever.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":"ef0589cda32db5be"}},{"code_sha256_prefix":"128dc22d75efa617","entry":"Retriever","repo":"Go2Heart/EchoSight","repo_kind":"found_in_text","path":"model/retriever.py","file_url":"https://github.com/Go2Heart/EchoSight/blob/HEAD/model/retriever.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":"128dc22d75efa617"}},{"code_sha256_prefix":"583a95121563c899","entry":"WikipediaKnowledgeBase","repo":"Go2Heart/EchoSight","repo_kind":"found_in_text","path":"model/retriever.py","file_url":"https://github.com/Go2Heart/EchoSight/blob/HEAD/model/retriever.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":"583a95121563c899"}},{"code_sha256_prefix":"a19c6df8e772d6b0","entry":"WikipediaKnowledgeBaseEntry","repo":"Go2Heart/EchoSight","repo_kind":"found_in_text","path":"model/retriever.py","file_url":"https://github.com/Go2Heart/EchoSight/blob/HEAD/model/retriever.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":"a19c6df8e772d6b0"}},{"code_sha256_prefix":"bd6639d5dcf96a75","entry":"get_all_sections","repo":"VAN-QIAN/ACL26-IBA","repo_kind":"found_in_text","path":"model/answer_generator.py","file_url":"https://github.com/VAN-QIAN/ACL26-IBA/blob/HEAD/model/answer_generator.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bd6639d5dcf96a75"}},{"code_sha256_prefix":"010caf3fb5a3f3d9","entry":"load_metadata","repo":"VAN-QIAN/ACL26-IBA","repo_kind":"found_in_text","path":"src/io.py","file_url":"https://github.com/VAN-QIAN/ACL26-IBA/blob/HEAD/src/io.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"010caf3fb5a3f3d9"}},{"code_sha256_prefix":"6ffda17dabcb5235","entry":"load_retrieval_results","repo":"VAN-QIAN/ACL26-IBA","repo_kind":"found_in_text","path":"src/io.py","file_url":"https://github.com/VAN-QIAN/ACL26-IBA/blob/HEAD/src/io.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6ffda17dabcb5235"}},{"code_sha256_prefix":"1d93a3fa840e2902","entry":"reconstruct_wiki_sections","repo":"VAN-QIAN/ACL26-IBA","repo_kind":"found_in_text","path":"model/answer_generator.py","file_url":"https://github.com/VAN-QIAN/ACL26-IBA/blob/HEAD/model/answer_generator.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1d93a3fa840e2902"}},{"code_sha256_prefix":"fd38886c4624b749","entry":"ClipRetriever","repo":"Go2Heart/EchoSight","repo_kind":"found_in_text","path":"model/retriever.py","file_url":"https://github.com/Go2Heart/EchoSight/blob/HEAD/model/retriever.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":"fd38886c4624b749"}},{"code_sha256_prefix":"69ce67508718d107","entry":"extract_title_from_section","repo":"VAN-QIAN/ACL26-IBA","repo_kind":"found_in_text","path":"src/context.py","file_url":"https://github.com/VAN-QIAN/ACL26-IBA/blob/HEAD/src/context.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"69ce67508718d107"}}]},"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":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}