{"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/multi-hop-paragraph-retrieval-for-open-domain","title":"Multi-Hop Paragraph Retrieval for Open-Domain Question Answering","arxiv_id":"1906.06606","date":"2019-06-15","proceeding":"ACL 2019 7","authors":["Yair Feldman","Ran El-Yaniv"],"abstract":"This paper is concerned with the task of multi-hop open-domain Question Answering (QA). This task is particularly challenging since it requires the simultaneous performance of textual reasoning and efficient searching. We present a method for retrieving multiple supporting paragraphs, nested amidst a large knowledge base, which contain the necessary evidence to answer a given question. Our method iteratively retrieves supporting paragraphs by forming a joint vector representation of both a question and a paragraph. The retrieval is performed by considering contextualized sentence-level representations of the paragraphs in the knowledge source. Our method achieves state-of-the-art performance over two well-known datasets, SQuAD-Open and HotpotQA, which serve as our single- and multi-hop open-domain QA benchmarks, respectively.","url_abs":"https://arxiv.org/abs/1906.06606v1","url_pdf":"https://arxiv.org/pdf/1906.06606v1.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":"multi-hop-paragraph-retrieval-for-open-domain","repo_url":"https://github.com/yairf11/MUPPET","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":null}],"tasks":[{"task_slug":"open-domain-question-answering","task_name":"Open-Domain Question Answering"},{"task_slug":"question-answering","task_name":"Question Answering"},{"task_slug":"retrieval","task_name":"Retrieval"},{"task_slug":"sentence","task_name":"Sentence"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/question-answering-on-hotpotqa","task":"Question Answering","dataset":"HotpotQA","model":"MUPPET","rank_in_archive_order":55,"of":72,"metrics":{"ANS-EM":"0.306","ANS-F1":"0.403","JOINT-EM":"0.109","JOINT-F1":"0.270","SUP-EM":"0.167","SUP-F1":"0.473"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/1906.06606","atlas_url":"https://app.syntology.ai/?focus=1906.06606","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1906.06606"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yairf11/MUPPET","reach":null}],"summary":{"unverified":5},"by_repo_kind":{"official":{"samples":5,"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":5,"samples":[{"code_sha256_prefix":"77535ec3fc559506","entry":"tokenize","repo":"yairf11/MUPPET","repo_kind":"official","path":"hotpot/encoding/iterative_encoding_retrieval_batch.py","file_url":"https://github.com/yairf11/MUPPET/blob/HEAD/hotpot/encoding/iterative_encoding_retrieval_batch.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"77535ec3fc559506"}},{"code_sha256_prefix":"2f4e107f20b2673e","entry":"tokenize_and_concat","repo":"yairf11/MUPPET","repo_kind":"official","path":"hotpot/encoding/iterative_encoding_retrieval_batch.py","file_url":"https://github.com/yairf11/MUPPET/blob/HEAD/hotpot/encoding/iterative_encoding_retrieval_batch.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"2f4e107f20b2673e"}},{"code_sha256_prefix":"5bf65e375ccb1b64","entry":"tokenize_question","repo":"yairf11/MUPPET","repo_kind":"official","path":"hotpot/encoding/iterative_encoding_retrieval_batch.py","file_url":"https://github.com/yairf11/MUPPET/blob/HEAD/hotpot/encoding/iterative_encoding_retrieval_batch.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"5bf65e375ccb1b64"}},{"code_sha256_prefix":"983238535bf399e2","entry":"tokenize_sentences","repo":"yairf11/MUPPET","repo_kind":"official","path":"hotpot/scripts/train_eval/hotpot_qa_distractors_eval.py","file_url":"https://github.com/yairf11/MUPPET/blob/HEAD/hotpot/scripts/train_eval/hotpot_qa_distractors_eval.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"983238535bf399e2"}},{"code_sha256_prefix":"dccdf913187eca57","entry":"tokenize_words","repo":"yairf11/MUPPET","repo_kind":"official","path":"hotpot/scripts/train_eval/hotpot_qa_distractors_eval.py","file_url":"https://github.com/yairf11/MUPPET/blob/HEAD/hotpot/scripts/train_eval/hotpot_qa_distractors_eval.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"dccdf913187eca57"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}