paper-with-me

홈 › Papers

Scalable Recommendation of Wikipedia Articles to Editors Using Representation Learning

2020-09-24 · Oleksii Moskalenko, Denis Parra, Diego Saez-Trumper

Wikipedia is edited by volunteer editors around the world. Considering the large amount of existing content (e.g. over 5M articles in English Wikipedia), deciding what to edit next can be difficult, both for experienced users that usually have a huge backlog of articles to prioritize, as well as for newcomers who that might need guidance in selecting the next article to contribute. Therefore, helping editors to find relevant articles should improve their performance and help in the retention of new editors. In this paper, we address the problem of recommending relevant articles to editors. To do this, we develop a scalable system on top of Graph Convolutional Networks and Doc2Vec, learning how to represent Wikipedia articles and deliver personalized recommendations for editors. We test our model on editors' histories, predicting their most recent edits based on their prior edits. We outperform competitive implicit-feedback collaborative-filtering methods such as WMRF based on ALS, as well as a traditional IR-method such as content-based filtering based on BM25. All of the data used on this paper is publicly available, including graph embeddings for Wikipedia articles, and we release our code to support replication of our experiments. Moreover, we contribute with a scalable implementation of a state-of-art graph embedding algorithm as current ones cannot efficiently handle the sheer size of the Wikipedia graph.

📄 PDF Abstract BibTeX arXiv:2009.11771

Code (1)

digitalTranshumant/WikiRecNet-ComplexRec2020 공식 구현

Tasks

ArticlesCollaborative FilteringGraph EmbeddingRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
ALS 설명 없음

Similar Papers 제목 키워드 기반

Eliciting New Wikipedia Users' Interests via Automatically Mined Questionnaires: For a Warm Welcome, Not a Cold Start

2019-04-08 · Ramtin Yazdanian, Leila Zia, Jonathan Morgan, Bahodir Mansurov 외

Every day, thousands of users sign up as new Wikipedia contributors. Once joined, these users have to decide which articles to contribute to, which users to seek out and learn from or collaborate with, etc. Any such task…

ArticlesRecommendation Systems

References in Wikipedia: The Editors' Perspective

2021-02-24 · Lucie-Aimée Kaffee, Hady Elsahar

References are an essential part of Wikipedia. Each statement in Wikipedia should be referenced. In this paper, we explore the creation and collection of references for new Wikipedia articles from an editors' perspective…

Articles

Mind Your POV: Convergence of Articles and Editors Towards Wikipedia's Neutrality Norm

2018-09-18 · Umashanthi Pavalanathan, Xiaochuang Han, Jacob Eisenstein

Wikipedia has a strong norm of writing in a 'neutral point of view' (NPOV). Articles that violate this norm are tagged, and editors are encouraged to make corrections. But the impact of this tagging system has not been q…

ArticlesTime SeriesTime Series Analysis

Leveraging Recommender Systems to Reduce Content Gaps on Peer Production Platforms

2023-07-17 · Mo Houtti, Isaac Johnson, Morten Warncke-Wang, Loren Terveen

Peer production platforms like Wikipedia commonly suffer from content gaps. Prior research suggests recommender systems can help solve this problem, by guiding editors towards underrepresented topics. However, it remains…

ArticlesRecommendation Systems

Identifying Semantic Edit Intentions from Revisions in Wikipedia

2017-09-01 · EMNLP 2017 9 · Diyi Yang, Aaron Halfaker, Robert Kraut, Eduard Hovy

Most studies on human editing focus merely on syntactic revision operations, failing to capture the intentions behind revision changes, which are essential for facilitating the single and collaborative writing process. I…

ArticlesInformation RetrievalLexical SimplificationNatural Language Inference+1