{"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/refining-query-representations-for-dense","title":"Optimizing Test-Time Query Representations for Dense Retrieval","arxiv_id":"2205.12680","date":"2022-05-25","proceeding":null,"authors":["Mujeen Sung","Jungsoo Park","Jaewoo Kang","Danqi Chen","Jinhyuk Lee"],"abstract":"Recent developments of dense retrieval rely on quality representations of queries and contexts from pre-trained query and context encoders. In this paper, we introduce TOUR (Test-Time Optimization of Query Representations), which further optimizes instance-level query representations guided by signals from test-time retrieval results. We leverage a cross-encoder re-ranker to provide fine-grained pseudo labels over retrieval results and iteratively optimize query representations with gradient descent. Our theoretical analysis reveals that TOUR can be viewed as a generalization of the classical Rocchio algorithm for pseudo relevance feedback, and we present two variants that leverage pseudo-labels as hard binary or soft continuous labels. We first apply TOUR on phrase retrieval with our proposed phrase re-ranker, and also evaluate its effectiveness on passage retrieval with an off-the-shelf re-ranker. TOUR greatly improves end-to-end open-domain question answering accuracy, as well as passage retrieval performance. TOUR also consistently improves direct re-ranking by up to 2.0% while running 1.3-2.4x faster with an efficient implementation.","url_abs":"https://arxiv.org/abs/2205.12680v3","url_pdf":"https://arxiv.org/pdf/2205.12680v3.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":"refining-query-representations-for-dense","repo_url":"https://github.com/dmis-lab/tour","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"contrastive-learning","task_name":"Contrastive Learning"},{"task_slug":"information-retrieval","task_name":"Information Retrieval"},{"task_slug":"open-domain-question-answering","task_name":"Open-Domain Question Answering"},{"task_slug":"passage-retrieval","task_name":"Passage Retrieval"},{"task_slug":"question-answering","task_name":"Question Answering"},{"task_slug":"re-ranking","task_name":"Re-Ranking"},{"task_slug":"retrieval","task_name":"Retrieval"}],"methods":[{"method_slug":"contrastive-learning","method_name":"Contrastive Learning"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2205.12680","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2205.12680"}},"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/dmis-lab/tour","reach":null}],"summary":{"ran_draft_wrong":3,"ran_violates":1,"ran_fixture":1,"unverified":1},"by_repo_kind":{"official":{"samples":6,"ran":5,"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":"b2500f60514bc88f","entry":"annotate_phrase_vecs","repo":"dmis-lab/tour","repo_kind":"official","path":"run_tour_densephrases.py","file_url":"https://github.com/dmis-lab/tour/blob/HEAD/run_tour_densephrases.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b2500f60514bc88f"}},{"code_sha256_prefix":"761193604ffd421f","entry":"get_top_phrases_query_vec","repo":"dmis-lab/tour","repo_kind":"official","path":"run_tour_densephrases.py","file_url":"https://github.com/dmis-lab/tour/blob/HEAD/run_tour_densephrases.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"761193604ffd421f"}},{"code_sha256_prefix":"8d6173f6bbbf118a","entry":"load_json","repo":"dmis-lab/tour","repo_kind":"official","path":"cross_encoder.py","file_url":"https://github.com/dmis-lab/tour/blob/HEAD/cross_encoder.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8d6173f6bbbf118a"}},{"code_sha256_prefix":"7a2ec91f84e33d49","entry":"sort_based_on_index","repo":"dmis-lab/tour","repo_kind":"official","path":"cross_encoder.py","file_url":"https://github.com/dmis-lab/tour/blob/HEAD/cross_encoder.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7a2ec91f84e33d49"}},{"code_sha256_prefix":"cefc3944c11d3826","entry":"update_query_vec","repo":"dmis-lab/tour","repo_kind":"official","path":"run_tour_densephrases.py","file_url":"https://github.com/dmis-lab/tour/blob/HEAD/run_tour_densephrases.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cefc3944c11d3826"}},{"code_sha256_prefix":"df86542c150c270b","entry":"to_fp16","repo":"dmis-lab/tour","repo_kind":"official","path":"cross_encoder.py","file_url":"https://github.com/dmis-lab/tour/blob/HEAD/cross_encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"df86542c150c270b"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}