paper-with-me

홈 › Papers

Aspect-based Document Similarity for Research Papers

2020-10-13 · COLING 2020 8 · Malte Ostendorff, Terry Ruas, Till Blume, Bela Gipp, Georg Rehm

Traditional document similarity measures provide a coarse-grained distinction between similar and dissimilar documents. Typically, they do not consider in what aspects two documents are similar. This limits the granularity of applications like recommender systems that rely on document similarity. In this paper, we extend similarity with aspect information by performing a pairwise document classification task. We evaluate our aspect-based document similarity for research papers. Paper citations indicate the aspect-based similarity, i.e., the section title in which a citation occurs acts as a label for the pair of citing and cited paper. We apply a series of Transformer models such as RoBERTa, ELECTRA, XLNet, and BERT variations and compare them to an LSTM baseline. We perform our experiments on two newly constructed datasets of 172,073 research paper pairs from the ACL Anthology and CORD-19 corpus. Our results show SciBERT as the best performing system. A qualitative examination validates our quantitative results. Our findings motivate future research of aspect-based document similarity and the development of a recommender system based on the evaluated techniques. We make our datasets, code, and trained models publicly available.

📄 PDF Abstract BibTeX arXiv:2010.06395

Code (1)

malteos/aspect-document-similarity 공식 구현 pytorch

Tasks

Document ClassificationRecommendation Systems

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 설명 없음
Adam 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Specialized Document Embeddings for Aspect-based Similarity of Research Papers

2022-03-28 · Malte Ostendorff, Till Blume, Terry Ruas, Bela Gipp 외

Document embeddings and similarity measures underpin content-based recommender systems, whereby a document is commonly represented as a single generic embedding. However, similarity computed on single vector representati…

Document ClassificationRecommendation SystemsSegmentation

Multi-Vector Models with Textual Guidance for Fine-Grained Scientific Document Similarity

2021-12-17 · ACL ARR December 2022 12 · Anonymous

We present a new scientific document similarity model based on matching fine-grained aspects of texts. To train our model, we exploit a naturally-occurring source of supervision: sentences in the full-text of papers that…

Sentence

Multi-Vector Models with Textual Guidance for Fine-Grained Scientific Document Similarity

2021-11-16 · NAACL 2022 7 · Sheshera Mysore, Arman Cohan, Tom Hope

We present a new scientific document similarity model based on matching fine-grained aspects of texts. To train our model, we exploit a naturally-occurring source of supervision: sentences in the full-text of papers that…

Sentence

SlideSpawn: An Automatic Slides Generation System for Research Publications

2024-11-20 · Keshav Kumar, Ravindranath Chowdary

Research papers are well structured documents. They have text, figures, equations, tables etc., to covey their ideas and findings. They are divided into sections like Introduction, Model, Experiments etc., which deal wit…

Sentence

Chain of Retrieval: Multi-Aspect Iterative Search Expansion and Post-Order Search Aggregation for Full Paper Retrieval

2025-07-14 · Sangwoo Park, Jinheon Baek, Soyeong Jeong, Sung Ju Hwang arxiv

Scientific paper retrieval, particularly framed as document-to-document retrieval, aims to identify relevant papers in response to a long-form query paper, rather than a short query string. Previous approaches to this ta…