paper-with-me

Papers

Paper2vec: Citation-Context Based Document Distributed Representation for Scholar Recommendation

2017-03-20 · Han Tian, Hankz Hankui Zhuo

Due to the availability of references of research papers and the rich information contained in papers, various citation analysis approaches have been proposed to identify similar documents for scholar recommendation. Despite of the success of previous approaches, they are, however, based on co-occurrence of items. Once there are no co-occurrence items available in documents, they will not work well. Inspired by distributed representations of words in the literature of natural language processing, we propose a novel approach to measuring the similarity of papers based on distributed representations learned from the citation context of papers. We view the set of papers as the vocabulary, define the weighted citation context of papers, and convert it to weight matrix similar to the word-word cooccurrence matrix in natural language processing. After that we explore a variant of matrix factorization approach to train distributed representations of papers on the matrix, and leverage the distributed representations to measure similarities of papers. In the experiment, we exhibit that our approach outperforms state-of-theart citation-based approaches by 25%, and better than other distributed representation based methods.

📄 PDF Abstract BibTeX arXiv:1703.06587

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Effective Distributed Representations for Academic Expert Search

2020-10-16 · EMNLP (sdp) 2020 11 · Mark Berger, Jakub Zavrel, Paul Groth

Expert search aims to find and rank experts based on a user's query. In academia, retrieving experts is an efficient way to navigate through a large amount of academic knowledge. Here, we study how different distributed …

NavigateRetrievalSentenceSentence Similarity

When Large Language Models Meet Citation: A Survey

2023-09-18 · Yang Zhang, YuFei Wang, Kai Wang, Quan Z. Sheng 외

Citations in scholarly work serve the essential purpose of acknowledging and crediting the original sources of knowledge that have been incorporated or referenced. Depending on their surrounding textual context, these ci…

Citation PredictionCitation RecommendationSurvey

Contextualizing Citations for Scientific Summarization using Word Embeddings and Domain Knowledge

2017-05-23 · Arman Cohan, Nazli Goharian

Citation texts are sometimes not very informative or in some cases inaccurate by themselves; they need the appropriate context from the referenced paper to reflect its exact contributions. To address this problem, we pro…

ArticlesWord Embeddings

Directed Criteria Citation Recommendation and Ranking Through Link Prediction

2024-03-18 · William Watson, Lawrence Yong

We explore link prediction as a proxy for automatically surfacing documents from existing literature that might be topically or contextually relevant to a new document. Our model uses transformer-based graph embeddings t…

Citation RecommendationLink PredictionPrediction

hyperdoc2vec: Distributed Representations of Hypertext Documents

2018-05-10 · ACL 2018 7 · Jialong Han, Yan Song, Wayne Xin Zhao, Shuming Shi 외

Hypertext documents, such as web pages and academic papers, are of great importance in delivering information in our daily life. Although being effective on plain documents, conventional text embedding methods suffer fro…

Citation RecommendationDocument EmbeddingGeneral Classification