From 6f6734a5fd3c44609858ac51f1cafb6c3d6bd212 Mon Sep 17 00:00:00 2001 From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de> Date: Thu, 6 Jun 2019 10:38:54 +0200 Subject: [PATCH] Continue slides --- research-group-presi/slides-2nd.md | 24 +++++++++++++++--------- research-group-presi/slides.html | 3 +++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/research-group-presi/slides-2nd.md b/research-group-presi/slides-2nd.md index 83db65a..bcb4180 100644 --- a/research-group-presi/slides-2nd.md +++ b/research-group-presi/slides-2nd.md @@ -4,7 +4,7 @@ --- -* Signpost +* Signpost/Intro * overview over the presi so people can follow more easily * Motivation: why do we want to study this: confluence questions * funnel diagramm without filters: explain state of scientific literature on it @@ -13,6 +13,16 @@ --- +## Overview + +* Motivation +* State of the literature/Literature: What does the scientific community know +* What is an edit filter and why was it introduced?/Documentation: What is an edit filter and why was it introduced according to Wikipedia's/MediaWiki pages? +* Data Analysis: Edit filters on English Wikipedia +* Open questions + +--- + ## Edit filter, an example <img src="images/Screenshot-trigger-disallow.png" class="stretch" height="500" alt="screenshot-filter-disallow-message"> @@ -27,6 +37,10 @@ What task(s) do they take care of? How are they different from other existing mechanisms? What is their role in Wikipedia's complex socio-technical system? + Q1 We wanted to improve our understanding of the role of filters in existing algorithmic quality-control mechanisms (bots, ORES, humans). + Q2 Which type of tasks do these filters take over in comparison to the other mechanisms? How these tasks evolve over time (are they changes in the type, number, etc.)? + Q3 Since filters are classical rule-based systems, what are suitable areas of application for such rule-based system in contrast to the other ML-based approaches. + --- > "The edit filter is a tool that allows editors in the *edit filter manager* group to set controls mainly to address common patterns of harmful editing." @@ -41,13 +55,6 @@ One thing is ostentatiously missing: edit filters --- -# Data - -* wikipedia's pages (policies, guidelines, etc.) -* abuse filter extension tables - ---- - # Descriptive Overview. What is an edit filter? --- @@ -184,7 +191,6 @@ Active Hidden Filters Actions --- * Precision/Recall: False Positives? were filters shut down, bc they matched more False positives than they had real value? -* Do filters work the desired way/help for a smoother Wikipedia service or is it a lot of work to maintain them and the usefulness is questionable? * What can we filter with a REGEX? And what not? Are regexes the suitable technology for the means the community is trying to achieve? --- diff --git a/research-group-presi/slides.html b/research-group-presi/slides.html index 4802d5f..694b3c5 100644 --- a/research-group-presi/slides.html +++ b/research-group-presi/slides.html @@ -483,6 +483,9 @@ deleted hidden filters: 384</code></pre> slideNumber: true }); + + Reveal.configure({ slideNumber: 'c/t' }); + </script> </body> </html> -- GitLab