PairSem: LLM-Guided Pairwise Semantic Matching for Scientific Document Retrieval
Wonbin Kweon, Runchu Tian, SeongKu Kang, Pengcheng Jiang, Zhiyong Lu, Jiawei Han, Hwanjo Yu
TL;DR
PairSem introduces a principled, unsupervised framework for fine-grained scientific document retrieval by modeling semantics as entity–aspect pairs. It combines offline LLM-based pair generation with corpus-level synonym merging, candidate augmentation, and lightweight predictors to enable efficient inference (PairSem_fast) without relying on query–document labels. Through extensive experiments on Chemistry, Biomedical, and Computer Science datasets with multiple base retrievers, PairSem yields consistent retrieval gains and favorable time–accuracy trade-offs, including substantial recalls on LitSearch and improvements over strong baselines like SemRank. The work demonstrates that explicitly capturing multi-aspect semantics of scientific concepts significantly enhances document matching and offers practical, plug-and-play applicability to existing dense retrievers.
Abstract
Scientific document retrieval is a critical task for enabling knowledge discovery and supporting research across diverse domains. However, existing dense retrieval methods often struggle to capture fine-grained scientific concepts in texts due to their reliance on holistic embeddings and limited domain understanding. Recent approaches leverage large language models (LLMs) to extract fine-grained semantic entities and enhance semantic matching, but they typically treat entities as independent fragments, overlooking the multi-faceted nature of scientific concepts. To address this limitation, we propose Pairwise Semantic Matching (PairSem), a framework that represents relevant semantics as entity-aspect pairs, capturing complex, multi-faceted scientific concepts. PairSem is unsupervised, base retriever-agnostic, and plug-and-play, enabling precise and context-aware matching without requiring query-document labels or entity annotations. Extensive experiments on multiple datasets and retrievers demonstrate that PairSem significantly improves retrieval performance, highlighting the importance of modeling multi-aspect semantics in scientific information retrieval.
