paper-with-me

홈 › Papers

SPECTER: Document-level Representation Learning using Citation-informed Transformers

2020-04-15 · ACL 2020 6 · Arman Cohan, Sergey Feldman, Iz Beltagy, Doug Downey, Daniel S. Weld

Representation learning is a critical ingredient for natural language processing systems. Recent Transformer language models like BERT learn powerful textual representations, but these models are targeted towards token- and sentence-level training objectives and do not leverage information on inter-document relatedness, which limits their document-level representation power. For applications on scientific documents, such as classification and recommendation, the embeddings power strong performance on end tasks. We propose SPECTER, a new method to generate document-level embedding of scientific documents based on pretraining a Transformer language model on a powerful signal of document-level relatedness: the citation graph. Unlike existing pretrained language models, SPECTER can be easily applied to downstream applications without task-specific fine-tuning. Additionally, to encourage further research on document-level models, we introduce SciDocs, a new evaluation benchmark consisting of seven document-level tasks ranging from citation prediction, to document classification and recommendation. We show that SPECTER outperforms a variety of competitive baselines on the benchmark.

📄 PDF Abstract BibTeX arXiv:2004.07180

Code (5)

allenai/scidocs 공식 구현 pytorch
allenai/specter 공식 구현 pytorch
allenai/aspire pytorch
hle027/IR-Competition
sntcristian/and-kge pytorch

Tasks

Citation PredictionDocument ClassificationGeneral ClassificationLanguage ModelingLanguage ModellingRepresentation LearningSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar 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 m…

Representation LearningRetrievalSentence

SKT5SciSumm -- Revisiting Extractive-Generative Approach for Multi-Document Scientific Summarization

2024-02-27 · Huy Quoc To, Ming Liu, Guangyan Huang, Hung-Nghiep Tran 외

Summarization for scientific text has shown significant benefits both for the research community and human society. Given the fact that the nature of scientific text is distinctive and the input of the multi-document sum…

Document SummarizationExtractive SummarizationMulti-Document SummarizationSentence

MultiSChuBERT: Effective Multimodal Fusion for Scholarly Document Quality Prediction

2023-08-15 · Gideon Maillette de Buy Wenniger, Thomas van Dongen, Lambert Schomaker

Automatic assessment of the quality of scholarly documents is a difficult task with high potential impact. Multimodality, in particular the addition of visual information next to text, has been shown to improve the perfo…

Chunking

Tracing the Flow of Knowledge From Science to Technology Using Deep Learning

2025-12-30 · Michael E. Rose, Mainak Ghosh, Sebastian Erhardt, Cheng Li 외 arxiv

We develop a language similarity model suitable for working with patents and scientific publications at the same time. In a horse race-style evaluation, we subject eight language (similarity) models to predict credible P…

PaECTER: Patent-level Representation Learning using Citation-informed Transformers

2024-02-29 · Mainak Ghosh, Sebastian Erhardt, Michael E. Rose, Erik Buunk 외

PaECTER is a publicly available, open-source document-level encoder specific for patents. We fine-tune BERT for Patents with examiner-added citation information to generate numerical representations for patent documents.…

Citation PredictionLanguage ModelingLanguage ModellingRepresentation Learning+2