Blog

Badging Wikipedia Contributions

I’m keen on using mediawiki as a platform for learning analytics. So projects which can use analytics on Wikipedia (and related mediawiki projects) are interesting because a) they’re hopefully useful to the individual project and b) they provide proof of concept for use outside of mediawiki and within school-hosted environments, etc.

One thing I’ve been talking to people about recently is the possibility of analytics (or/and badging) on user contributions, as a way to ‘accredit’ training (either within dummy wikis or from previously existing data), and perhaps provide pointers to more experienced editors about areas they might like to explore for new training. So, supporting incoming users and checking they can actually deploy the lessons learnt in real wiki-contexts, and also facilitating moderately experienced editors in learning new skills and engaging in the training materials (which might also encourage them to take part in outreach/education projects – so much the better!).

Expect an update on this when I’ve had time to actually play…but a really simple (dumb) way to do this is:

  1. Scrape tables from user contributions (e.g. using the gdocs scraper – various options, importHtml doesn’t seem to play well so I’ll have to look through, Martin Hawksey’s great guide)
  2. For each edit referred to, extract the content of the edit to see what was altered (this might involve having to do a comparison – and it won’t work for all edits). We can also look for things like “N” (indicates new page created)
  3. Check the next edit to see if it was reverted
  4. Use a bag of words approach to see what was attempted (see 3 to check whether successfully or not)

Obviously we’re also interested in other things like whether or not users contribute on talk and article pages, whether they edit a range of pages or just the one, can upload to commons, etc. But as a basic level, I think this is a pretty straightforward project.


Print pagePDF pageEmail page

This Post Has 5 Comments

  1. Simon Knight says:

    This tool allows you to search through a user’s contributions for particular strings. Presumably it could be used to do exactly what I describe above on a global edit basis http://toolserver.org/~snottywong/commentsearch.html?name=Sjgknight
    There’s no way to spot reverts though. And it would need triggering (pretty easy – if new row from ImportHTML then trigger – the issue with ImportHTML is that it doesn’t give me enough of the information, and it doesn’t give me the revision number, one of the other import options may work better there)

  2. Simon Knight says:

    I should also have said in the post that I know the API will let me do this stuff…but that isn’t the point (sort of), I obviously should play with using APIs and see if I can gather data myself like that (which I haven’t done before), but I’m really keen on seeing what stuff ANYONE could do easily – hence looking for table scraping methods first.

Leave A Reply

You must be logged in to post a comment.

%d bloggers like this: