paper-with-me

Papers

Multi-objective Representation Learning for Scientific Document Retrieval

2022-10-01 · sdp (COLING) 2022 10 · Mathias Parisot, Jakub Zavrel

Existing dense retrieval models for scientific documents have been optimized for either retrieval by short queries, or for document similarity, but usually not for both. In this paper, we explore the space of combining multiple objectives to achieve a single representation model that presents a good balance between both modes of dense retrieval, combining the relevance judgements from MS MARCO with the citation similarity of SPECTER, and the self-supervised objective of independent cropping. We also consider the addition of training data from document co-citation in a sentence context and domain-specific synthetic data. We show that combining multiple objectives yields models that generalize well across different benchmark tasks, improving up to 73% over models trained on a single objective.

📄 PDF Abstract BibTeX

Code (1)

zetaalphavector/multi-obj-repr-learning 공식 구현 pytorch

Tasks

Representation LearningRetrievalSentence

Similar Papers 제목 키워드 기반

Document-as-Image Representations Fall Short for Scientific Retrieval

2026-04-20 · Ghazal Khalighinejad, Raghuveer Thirukovalluru, Alexander H. Oh, Bhuwan Dhingra arxiv

Many recent document embedding models are trained on document-as-image representations, embedding rendered pages as images rather than the underlying source. Meanwhile, existing benchmarks for scientific document retriev…

LLM-Based Compact Reranking with Document Features for Scientific Retrieval

2025-05-19 · Runchu Tian, Xueqiang Xu, Bowen Jin, SeongKu Kang 외

Scientific retrieval is essential for advancing academic discovery. Within this process, document reranking plays a critical role by refining first-stage retrieval results. However, large language model (LLM) listwise re…

Large Language ModelRerankingRetrieval

Sparse Meets Dense: A Hybrid Approach to Enhance Scientific Document Retrieval

2024-01-08 · Priyanka Mandikal, Raymond Mooney

Traditional information retrieval is based on sparse bag-of-words vector representations of documents and queries. More recent deep-learning approaches have used dense embeddings learned using a transformer-based large l…

Deep LearningInformation RetrievalLanguage ModelingLanguage Modelling+2

Weakly-Supervised Scientific Document Classification via Retrieval-Augmented Multi-Stage Training

2023-06-12 · ran Xu, Yue Yu, Joyce C. Ho, Carl Yang

Scientific document classification is a critical task for a wide range of applications, but the cost of obtaining massive amounts of human-labeled data can be prohibitive. To address this challenge, we propose a weakly-s…

Document ClassificationRetrieval

ColMate: Contrastive Late Interaction and Masked Text for Multimodal Document Retrieval

2025-11-02 · Ahmed Masry, Megh Thakkar, Patrice Bechard, Sathwik Tejaswi Madhusudhan 외 arxiv

Retrieval-augmented generation has proven practical when models require specialized knowledge or access to the latest data. However, existing methods for multimodal document retrieval often replicate techniques developed…

Representation LearningContrastive Learning