Papers › I^3 Retriever: Incorporating Implicit Interaction in Pre-trained Language Models for...

I^3 Retriever: Incorporating Implicit Interaction in Pre-trained Language Models for Passage Retrieval

4 Jun 2023arXiv:2306.02371archive 2025-07-28

Qian Dong, Yiding Liu, Qingyao Ai, Haitao Li, Shuaiqiang Wang, Yiqun Liu, Dawei Yin, Shaoping Ma

Passage retrieval is a fundamental task in many information systems, such as web search and question answering, where both efficiency and effectiveness are critical concerns. In recent years, neural retrievers based on pre-trained language models (PLM), such as dual-encoders, have achieved huge success. Yet, studies have found that the performance of dual-encoders are often limited due to the neglecting of the interaction information between queries and candidate passages. Therefore, various interaction paradigms have been proposed to improve the performance of vanilla dual-encoders. Particularly, recent state-of-the-art methods often introduce late-interaction during the model inference process. However, such late-interaction based methods usually bring extensive computation and storage cost on large corpus. Despite their effectiveness, the concern of efficiency and space footprint is still an important factor that limits the application of interaction-based neural retrieval models. To tackle this issue, we incorporate implicit interaction into dual-encoders, and propose I^3 retriever. In particular, our implicit interaction paradigm leverages generated pseudo-queries to simulate query-passage interaction, which jointly optimizes with query and passage encoders in an end-to-end manner. It can be fully pre-computed and cached, and its inference process only involves simple dot product operation of the query vector and passage vector, which makes it as efficient as the vanilla dual encoders. We conduct comprehensive experiments on MSMARCO and TREC2019 Deep Learning Datasets, demonstrating the I^3 retriever's superiority in terms of both effectiveness and efficiency. Moreover, the proposed implicit interaction is compatible with special pre-training and knowledge distillation for passage retrieval, which brings a new state-of-the-art performance.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2306.02371")

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

By repository: community (archive-listed): 10 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

deriq-qian-dong/iii-retriever officialmentioned in paperpytorch report
kylrth/procedure-generation mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from kylrth/procedure-generation. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

diff kylrth/procedure-generation/dataset/LCStep/procedure_checks.py community (archive-listed) unverified MIT (permissive) · e3a718e66091d9b5 · report
edit_text kylrth/procedure-generation/dataset/LCStep/procedure_checks.py community (archive-listed) unverified MIT (permissive) · 82251eae371323ac · report
embedder_from_name kylrth/procedure-generation/embedder.py community (archive-listed) unverified MIT (permissive) · 2b67bd338b3723e3 · report
format_output kylrth/procedure-generation/dataset/LCStep/format_procedure.py community (archive-listed) unverified MIT (permissive) · 1e6e60724155691b · report
format_steps kylrth/procedure-generation/dataset/base.py community (archive-listed) unverified MIT (permissive) · 7f44e2ea06b8f400 · report
get_input kylrth/procedure-generation/dataset/champ.py community (archive-listed) unverified MIT (permissive) · ecbed2ce7f3a5dbe · report
get_solution_steps kylrth/procedure-generation/dataset/champ.py community (archive-listed) unverified MIT (permissive) · 10e5eac50c8be539 · report
make_logger kylrth/procedure-generation/dataset/LCStep/procedure_checks.py community (archive-listed) unverified MIT (permissive) · 1c6913fad40e54fa · report
make_procedure_object kylrth/procedure-generation/dataset/champ.py community (archive-listed) unverified MIT (permissive) · 92a043a4e1217518 · report
prepare_input_text kylrth/procedure-generation/dataset/LCStep/format_procedure.py community (archive-listed) unverified MIT (permissive) · 12c299b39673d0a4 · report

Tasks

Knowledge DistillationPassage RetrievalQuestion AnsweringRetrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Knowledge Distillation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections