Improving Scientific Document Retrieval with Academic Concept Index
- company arXiv
- person SeongKu Kang
A new method for improving scientific document retrieval uses an academic concept index to address the vocabulary and annotation gaps that limit general-domain search tools in scholarly settings, according to a paper posted to arXiv. The paper, submitted on 2 January 2026 and revised on 17 June 2026, notes that adapting general-purpose information retrieval systems to scientific domains is difficult because of scarce domain-specific relevance labels and a mismatch in terminology and information needs [1][2]. Information retrieval, broadly, is the task of identifying and retrieving system resources relevant to an information need, with web search engines being the most visible application [3]. Full-text search techniques, which examine all words in stored documents, have been in use since the 1960s [4]. Recent approaches have used large language models, or LLMs, to generate synthetic queries for fine-tuning and to produce auxiliary contexts that support relevance matching [2][6]. LLMs are neural networks trained on vast text corpora for tasks such as generation and summarization [6]. However, the authors argue that both strategies overlook the diverse academic concepts within scientific papers, often yielding queries and contexts that are redundant or conceptually narrow [2]. To address this, the researchers introduce an academic concept index that extracts key concepts from papers and organizes them using an academic taxonomy [2]. Metadata, which describes characteristics of data such as a document’s author or keywords, has long been used to help users find relevant information [5]. The new index builds on that principle by structuring concepts to guide two enhancements. The first, called CCQGen, conditions LLMs on uncovered concepts to generate complementary queries with broader concept coverage. The second, CCExpand, uses document snippets as concise responses to those concept-aware queries [2]. Experiments reported in the paper indicate that incorporating the academic concept index into both query generation and context augmentation produces higher-quality queries, better conceptual alignment, and improved retrieval performance [2]. The work was led by SeongKu Kang and appears under the Computer Science > Information Retrieval category on arXiv [1].
research-papersafety-research
Background sources we checked (9)
- arxiv.org ↗ Adapting general-domain retrievers to scientific domains is challenging due to the scarcity of large-scale domain-specific relevance annotations and the substantial mismatch in vocabulary and information needs. Recent approaches address these issues through two independent direct…
- en.wikipedia.org ↗ Information retrieval (IR) in computing and information science is the task of identifying and retrieving information system resources that are relevant to an information need. The information need can be specified in the form of a search query. In the case of document retrieval,…
- en.wikipedia.org ↗ In text retrieval, full-text search refers to a set of techniques for searching a single computer-stored document or a collection in a full-text database. Full-text search is distinguished from searches based on metadata or on specific parts of documents, such as titles, abstract…
- en.wikipedia.org ↗ Metadata (or metainformation) is data (or information) that defines and describes the characteristics of other data. It often helps to describe, explain, locate, or otherwise make data easier to retrieve, use, or manage. For example, the title, author, and publication date of a b…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
- en.wikipedia.org ↗ PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder Larry Page. PageRank is a way of measuring the importance of website pages. According to Google: PageRank works by count…
- en.wikipedia.org ↗ Conservatism is a cultural, social, and political philosophy and ideology that seeks to promote and preserve traditional institutions, customs, and values. The central tenets of conservatism may vary in relation to the culture and civilization in which it appears. In Western cult…
- en.wikipedia.org ↗ Particulate matter (PM) or particulates are microscopic particles of solid or liquid matter suspended in the air. The combination of particulates and air is called an aerosol. Sources of particulate matter can be either natural or occur as a result of human activities. Particulat…
- en.wikipedia.org ↗ Resistive random-access memory (ReRAM or RRAM) is a type of non-volatile (NV) random-access (RAM) computer memory that works by changing the resistance across a dielectric solid-state material, often referred to as a memristor. One major advantage of ReRAM over other NVRAM techno…
Sources
- export.arxiv.org — Improving Scientific Document Retrieval with Academic Concept Index ↗