Towards Effective In-context Cross-domain Knowledge Transfer via Domain-invariant-neurons-based Retrieval

arXiv cs.AI / 4/8/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses how LLMs’ reasoning performance can be improved when in-domain demonstrations are unavailable, by transferring demonstrations from other domains.
  • It argues that, despite large domain gaps, there are reusable implicit logical structures shared across domains that can support cross-domain in-context learning.
  • The authors propose DIN-Retrieval, which builds a domain-invariant hidden representation (DIN vector) and uses it at inference time to retrieve structurally compatible cross-domain examples.
  • Experiments on mathematical and logical reasoning transfer tasks show an average improvement of 1.8 over state-of-the-art retrieval-based methods.
  • The work includes an implementation release on GitHub to support reproduction and further experimentation.

Abstract

Large language models (LLMs) have made notable progress in logical reasoning, yet still fall short of human-level performance. Current boosting strategies rely on expert-crafted in-domain demonstrations, limiting their applicability in expertise-scarce domains, such as specialized mathematical reasoning, formal logic, or legal analysis. In this work, we demonstrate the feasibility of leveraging cross-domain demonstrating examples to boost the LLMs' reasoning performance. Despite substantial domain differences, many reusable implicit logical structures are shared across domains. In order to effectively retrieve cross-domain examples for unseen domains under investigation, in this work, we further propose an effective retrieval method, called domain-invariant neurons-based retrieval (\textbf{DIN-Retrieval}). Concisely, DIN-Retrieval first summarizes a hidden representation that is universal across different domains. Then, during the inference stage, we use the DIN vector to retrieve structurally compatible cross-domain demonstrations for the in-context learning. Experimental results in multiple settings for the transfer of mathematical and logical reasoning demonstrate that our method achieves an average improvement of 1.8 over the state-of-the-art methods \footnote{Our implementation is available at https://github.com/Leon221220/DIN-Retrieval}.