Skip to content
Snippets Groups Projects
Commit 2b932981 authored by Lyudmila Vaseva's avatar Lyudmila Vaseva
Browse files

[Defence] Reorganise slides

parent 8326915c
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,13 @@ apply the insights to less open systems
---
## Bigger picture: Upload filters (optional for motivation)
<img src="images/Blackout_of_wikipediade_by_Wikimedia_Deutschland_-_March_2019.png" height="500" alt="blackout German Wikipedia March 2019">
<small>[https://upload.wikimedia.org/wikipedia/commons/c/c5/Blackout_of_wikipedia.de_by_Wikimedia_Deutschland_-_March_2019.png](https://upload.wikimedia.org/wikipedia/commons/c/c5/Blackout_of_wikipedia.de_by_Wikimedia_Deutschland_-_March_2019.png)</small>
---
## What is an edit filter (live)
Notes:
......@@ -54,10 +61,17 @@ vlt swap with motivation
Ask audience:
* how many have a Wikipedia account/ who has edited Wikipedia?
* has anyone encountered a filter? been prevented from publishing their changes?
Then demo:
* edit, receive a warning
* have a look at the corresponding filter's detailed page
Sumup:
* MediaWiki extension
* regex based filtering of edits and other actions (e.g. account creation, page deletion or move, upload)
* triggers *before* an edit is published
* different actions can be defined
---
## Research questions
......@@ -108,17 +122,6 @@ manner.
---
## What is an edit filter
* MediaWiki extension
* regex based filtering of edits and other actions (e.g. account creation, page deletion or move, upload)
* triggers *before* an edit is published
* different actions can be defined
TODO: Screenshots?
---
## Q1: What is the role of edit filters among existing algorithmic quality-control mechanisms on Wikipedia (bots, semi-automated tools, ORES, humans)?
* 1st mechanism activated to control quality (at the beginning of the funnel)
......@@ -209,6 +212,10 @@ TODO: Screenshots?
---
## Sum Up: Contributions?
---
## Current Limitations
Data
......@@ -223,14 +230,6 @@ Process
- Evaluation: what would I do differently?/what went not so well
- Start writing after getting hold of all the data
---
## Bigger picture: Upload filters
<img src="images/Blackout_of_wikipediade_by_Wikimedia_Deutschland_-_March_2019.png" height="500" alt="blackout German Wikipedia March 2019">
<small>[https://upload.wikimedia.org/wikipedia/commons/c/c5/Blackout_of_wikipedia.de_by_Wikimedia_Deutschland_-_March_2019.png](https://upload.wikimedia.org/wikipedia/commons/c/c5/Blackout_of_wikipedia.de_by_Wikimedia_Deutschland_-_March_2019.png)</small>
---
# Thank you!
......@@ -250,46 +249,6 @@ OLD
---
# Motivation
* What is the role of filters among existing (algorithmic) quality-control mechanisms (bots, semi-automated tools, ORES, humans)? Which type of tasks do filters take over?
* How have these tasks evolved over time (are they changes in the type, number, etc.)?
* What are suitable areas of application for rule-based systems such as filters in contrast to the other ML-based approaches?
---
## What is an edit filter
* MediaWiki extension
* regex based filtering of edits and other actions (e.g. account creation, page deletion or move, upload)
* triggers *before* an edit is published
* different actions can be defined
---
## Motivations for its introduction
* disallow certain types of obvious pervasive (perhaps automated) vandalism directly
* takes more than a single click to revert
* human editors can use their time more productively elsewhere
---
## Edit filters in the quality control mechanisms frame
* the question of infrastructure
* guidelines say: for in-depth checks and problems with a particular article bots are better (don't use up resources)
* they were introduced before the ml tools came around.
* they probably work, so no one sees a reason to shut them down
---
* hypothesis: Wikipedia is a diy project driven by volunteers; they work on whatever they like to work
* hypothesis: it is easier to understand what's going on than it is with a ML tool. people like to use them for simplicity and transparency reasons
* hypothesis: it is easier to set up a filter than program a bot. Setting up a filter requires "only" understanding of regular expressions. Programming a bot requires knowledge of a programming language and understanding of the API.
---
# Data Analysis: Edit Filters on EN Wikipedia
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment