Papers › Improving Ad-hoc Search Effectiveness for Conversational Information Retrieval via...

Improving Ad-hoc Search Effectiveness for Conversational Information Retrieval via Model Merging

9 Jul 2026arXiv:2607.08540added by Syntology

Ahmed Rayane Kebir, Jose G. Moreno, Lynda Tamine

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Conversational information retrieval is challenging since it requires the consideration of the conversation history which potentially gives rise to topic shifts and coreference resolution across previous turns. To address these challenges, previous work mainly rely on traditional fine-tuning of ad-hoc retrievers on conversational datasets or extrapolates their generalizability through multi-tasking. However, this mainstream approach is costly - since it requires model re-training - and exhibits catastrophic forgetting, where the model loses its foundational ad-hoc retrieval performance. In this paper, we fill this gap by introducing model merging as a training-free strategy enabling the design of a single retrieval model that operates across both ad-hoc and conversational settings with no additional fine-tuning. We conduct experiments using linear and non-linear parameter-wise merging strategies - namely Model Soup and Slerp - on standard ad-hoc search and conversational retrieval datasets. Our results demonstrate that model merging significantly enhances the ad-hoc search capabilities of conversational retrievers while improving generalizability across task-specific datasets, achieving up to 15% higher NDCG@3 under zero-shot conditions.

PaperPDFCode 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="2607.08540")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

RayaneA7/model-merging-CIR found in paper text by Syntology report
fengranMark/QRACDR found in paper text by Syntology report

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

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 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.

11ran
2unverified

Licence: 13 of the 13 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 fengranMark/QRACDR. “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.

GetProcessingFn fengranMark/QRACDR/index/gen_doc_embeddings.py found in paper text by Syntology ran no licence file found · pointer only · 8401ea37bd6f2579 · report
PassagePreprocessingFn fengranMark/QRACDR/index/gen_tokenized_doc.py found in paper text by Syntology ran no licence file found · pointer only · 26deee1ffdfe9f35 · report
QueryPreprocessingFn fengranMark/QRACDR/index/gen_tokenized_doc.py found in paper text by Syntology ran no licence file found · pointer only · 7b35e59c7f45e0fc · report
cal_kd_loss fengranMark/QRACDR/src/train_QRACDR.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9a17c22d15cfd8be · report
load_collection fengranMark/QRACDR/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · f20c78e709caa7fa · report
modify_neg_docs fengranMark/QRACDR/preprocess/preprocess_topiocqa.py found in paper text by Syntology ran no licence file found · pointer only · dadba3a20f2151cc · report
modify_pos_docs fengranMark/QRACDR/preprocess/preprocess_topiocqa.py found in paper text by Syntology ran no licence file found · pointer only · 08793fb12b976418 · report
pad_input_ids fengranMark/QRACDR/index/gen_tokenized_doc.py found in paper text by Syntology ran no licence file found · pointer only · b201d8d93b242b70 · report
padding_seq_to_same_length fengranMark/QRACDR/src/data.py found in paper text by Syntology ran no licence file found · pointer only · 58745a56a67a45ad · report
pload fengranMark/QRACDR/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · 4244b1c4f07c6819 · report
split_and_padding_neighbor fengranMark/QRACDR/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · bcc8d91ab4ec9700 · report
cal_ranking_loss fengranMark/QRACDR/src/train_QRACDR.py found in paper text by Syntology unverified no licence file found · pointer only · f0076b71c838d87b · report
cal_ranking_oracle_loss fengranMark/QRACDR/src/train_QRACDR.py found in paper text by Syntology unverified no licence file found · pointer only · 0d01fa6ed9029c43 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.08540, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 with no cell pointed at. What is not shown.

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.

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