paper-with-me

Papers

StRE: Self Attentive Edit Quality Prediction in Wikipedia

2019-06-11 · ACL 2019 7 · Soumya Sarkar, Bhanu Prakash Reddy, Sandipan Sikdar, Animesh Mukherjee

Wikipedia can easily be justified as a behemoth, considering the sheer volume of content that is added or removed every minute to its several projects. This creates an immense scope, in the field of natural language processing towards developing automated tools for content moderation and review. In this paper we propose Self Attentive Revision Encoder (StRE) which leverages orthographic similarity of lexical units toward predicting the quality of new edits. In contrast to existing propositions which primarily employ features like page reputation, editor activity or rule based heuristics, we utilize the textual content of the edits which, we believe contains superior signatures of their quality. More specifically, we deploy deep encoders to generate representations of the edits from its text content, which we then leverage to infer quality. We further contribute a novel dataset containing 21M revisions across 32K Wikipedia pages and demonstrate that StRE outperforms existing methods by a significant margin at least 17% and at most 103%. Our pretrained model achieves such result after retraining on a set as small as 20% of the edits in a wikipage. This, to the best of our knowledge, is also the first attempt towards employing deep language models to the enormous domain of automated content moderation and review in Wikipedia.

📄 PDF Abstract BibTeX arXiv:1906.04678

Code (1)

bhanu77prakash/StRE 공식 구현

Tasks

Prediction

Similar Papers 제목 키워드 기반

ASAPP-ASR: Multistream CNN and Self-Attentive SRU for SOTA Speech Recognition

2020-05-21 · Jing Pan, Joshua Shapiro, Jeremy Wohlwend, Kyu J. Han 외

In this paper we present state-of-the-art (SOTA) performance on the LibriSpeech corpus with two novel neural network architectures, a multistream CNN for acoustic modeling and a self-attentive simple recurrent unit (SRU)…

Data AugmentationDiversityLanguage ModelingLanguage Modelling+2

EViT: Expediting Vision Transformers via Token Reorganizations

2021-09-29 · ICLR 2022 4 · Youwei Liang, Chongjian Ge, Zhan Tong, Yibing Song 외

Vision Transformers (ViTs) take all the image patches as tokens and construct multi-head self-attention (MHSA) among them. A complete leverage of these image tokens brings redundant computations since not all the tokens …

Not All Patches are What You Need: Expediting Vision Transformers via Token Reorganizations

2022-02-16 · Youwei Liang, Chongjian Ge, Zhan Tong, Yibing Song 외

Vision Transformers (ViTs) take all the image patches as tokens and construct multi-head self-attention (MHSA) among them. Complete leverage of these image tokens brings redundant computations since not all the tokens ar…

AllEfficient ViTs

StreamEdit: Training-Free Video Editing via Few-Step Streaming Video Generation

2026-05-20 · Guanlong Jiao, Chenyangguang Zhang, Jia Jun Cheng Xian, Zewei Zhang 외 arxiv

Although existing video editing methods are generally feasible, they often require many costly iterations and still struggle to deliver high-quality yet satisfying editing results. We attribute this limitation to the pre…

Video Generation

Disentangled Self-Attentive Neural Networks for Click-Through Rate Prediction

2021-01-11 · Yichen Xu, Yanqiao Zhu, Feng Yu, Qiang Liu 외

Click-Through Rate (CTR) prediction, whose aim is to predict the probability of whether a user will click on an item, is an essential task for many online applications. Due to the nature of data sparsity and high dimensi…

Click-Through Rate PredictionComputational EfficiencyFeature ImportancePrediction