paper-with-me

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 representations of academic papers (i.e. embeddings) impact academic expert retrieval. We use the Microsoft Academic Graph dataset and experiment with different configurations of a document-centric voting model for retrieval. In particular, we explore the impact of the use of contextualized embeddings on search performance. We also present results for paper embeddings that incorporate citation information through retrofitting. Additionally, experiments are conducted using different techniques for assigning author weights based on author order. We observe that using contextual embeddings produced by a transformer model trained for sentence similarity tasks produces the most effective paper representations for document-centric expert retrieval. However, retrofitting the paper embeddings and using elaborate author contribution weighting strategies did not improve retrieval performance.

📄 PDF Abstract BibTeX arXiv:2010.08269

Code (1)

mabergerx/SDP500_expert_search 공식 구현

Tasks

NavigateRetrievalSentenceSentence Similarity

Similar Papers 제목 키워드 기반

A Survey on Knowledge Organization Systems of Research Fields: Resources and Challenges

2024-09-06 · Angelo Salatino, Tanay Aggarwal, Andrea Mannocci, Francesco Osborne 외

Knowledge Organization Systems (KOSs), such as term lists, thesauri, taxonomies, and ontologies, play a fundamental role in categorising, managing, and retrieving information. In the academic domain, KOSs are often adopt…

Articles

Learning Distributed Representations of Texts and Entities from Knowledge Base

2017-05-06 · TACL 2017 1 · Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji

We describe a neural network model that jointly learns distributed representations of texts and knowledge base (KB) entities. Given a text in the KB, we train our proposed model to predict entities that are relevant to t…

Entity DisambiguationEntity LinkingQuestion AnsweringSentence

Automated Novelty Evaluation of Academic Paper: A Collaborative Approach Integrating Human and Large Language Model Knowledge

2025-07-15 · Wenqing Wu, Chengzhi Zhang, Yi Zhao arxiv

Novelty is a crucial criterion in the peer review process for evaluating academic papers. Traditionally, it's judged by experts or measure by unique reference combinations. Both methods have limitations: experts have lim…

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

An open-source framework for ExpFinder integrating $N$-gram Vector Space Model and $μ$CO-HITS

2021-03-01 · Hung Du, Yong-Bin Kang

Finding experts drives successful collaborations and high-quality product development in academic and research domains. To contribute to the expert finding research community, we have developed ExpFinder which is a novel…