paper-with-me

Papers

Neighborhood Contrastive Learning for Scientific Document Representations with Citation Embeddings

2022-02-14 · Malte Ostendorff, Nils Rethmeier, Isabelle Augenstein, Bela Gipp, Georg Rehm

Learning scientific document representations can be substantially improved through contrastive learning objectives, where the challenge lies in creating positive and negative training samples that encode the desired similarity semantics. Prior work relies on discrete citation relations to generate contrast samples. However, discrete citations enforce a hard cut-off to similarity. This is counter-intuitive to similarity-based learning, and ignores that scientific papers can be very similar despite lacking a direct citation - a core problem of finding related research. Instead, we use controlled nearest neighbor sampling over citation graph embeddings for contrastive learning. This control allows us to learn continuous similarity, to sample hard-to-learn negatives and positives, and also to avoid collisions between negative and positive samples by controlling the sampling margin between them. The resulting method SciNCL outperforms the state-of-the-art on the SciDocs benchmark. Furthermore, we demonstrate that it can train (or tune) models sample-efficiently, and that it can be combined with recent training-efficient methods. Perhaps surprisingly, even training a general-domain language model this way outperforms baselines pretrained in-domain.

📄 PDF Abstract BibTeX arXiv:2202.06671

Code (1)

malteos/scincl 공식 구현 pytorch

Tasks

Citation PredictionContrastive LearningDocument ClassificationDocument EmbeddingLanguage ModelingLanguage ModellingRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Neighborhood Contrastive Learning for Scientific Document Representations with Citation Embeddings

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Learning scientific document representations can be substantially improved through contrastive learning objectives, where the challenge lies in creating positive and negative training samples that encode the desired simi…

Contrastive LearningLanguage ModelingLanguage Modelling

FLeW: Facet-Level and Adaptive Weighted Representation Learning of Scientific Documents

2025-09-09 · Zheng Dou, Deqing Wang, Fuzhen Zhuang, Jian Ren 외 arxiv

Scientific document representation learning provides powerful embeddings for various tasks, while current methods face challenges across three approaches. 1) Contrastive training with citation-structural signals underuti…

Representation LearningDomain Generalization

CitationIE: Leveraging the Citation Graph for Scientific Information Extraction

2021-06-03 · ACL 2021 5 · Vijay Viswanathan, Graham Neubig, PengFei Liu

Automatically extracting key information from scientific documents has the potential to help scientists work more efficiently and accelerate the pace of scientific progress. Prior work has considered extracting document-…

OpenMSD: Towards Multilingual Scientific Documents Similarity Measurement

2023-09-19 · Yang Gao, Ji Ma, Ivan Korotkov, Keith Hall 외

We develop and evaluate multilingual scientific documents similarity measurement models in this work. Such models can be used to find related works in different languages, which can help multilingual researchers find and…

New Datasets and a Benchmark of Document Network Embedding Methods for Scientific Expert Finding

2020-04-07 · Robin Brochier, Antoine Gourru, Adrien Guille, Julien Velcin

The scientific literature is growing faster than ever. Finding an expert in a particular scientific domain has never been as hard as today because of the increasing amount of publications and because of the ever growing …

DiversityNetwork Embedding