Home » Blog, Featured

Fork, merge and crowd-sourcing data curation

26 April 2014 11 Comments

I like to call this one "Fork"

Over the past few weeks there has been a sudden increase in the amount of financial data on scholarly communications in the public domain. This was triggered in large part by the Wellcome Trust releasing data on the prices paid for Article Processing Charges by the institutions it funds. The release of this pretty messy dataset was followed by a substantial effort to clean that data up. This crowd-sourced data curation process has been described by Michelle Brook. Here I want to reflect on the tools that were available to us and how they made some aspects of this collective data curation easy, but also made some other aspects quite hard.

The data started its life as a csv file on Figshare. This is a very frequent starting point. I pulled that dataset and did some cleanup using OpenRefine, a tool I highly recommend as a starting point for any moderate to large dataset, particularly one that has been put together manually. I could use OpenRefine to quickly identify and correct variant publisher and journal name spellings, clean up some of the entries, and also find issues that looked like mistakes. It’s a great tool for doing that initial cleanup, but its a tool for a single user, so once I’d done that work I pushed my cleaned up csv file to github so that others could work with it.

After pushing to github a number of people did exactly what I’d intended and forked the dataset. That is, they took a copy and added it to their own repository. In the case of code people will fork a repository, add to or improve the code, and then make a pull request that gives the original repository owner that there is new code that they might want to merge into their version of the codebase. The success of github has been built on making this process easy, even fun. For data the merge process can get a bit messy but the potential was there for others to do some work and for us to be able to combine it back together.

But github is really only used by people comfortable with command line tools – my thinking was that people would use computational tools to enhance the data. But Theo Andrews had the idea to bring in many more people to manually look at and add to the data. Here an online spreadsheet such as those provided by GoogleDocs that many people can work with is a powerful tool and it was through that adoption of the GDoc that somewhere over 50 people were able to add to the spreadsheet and annotate it to create a high value dataset that allowed the Wellcome Trust to do a much deeper analysis than had previously been the case. The dataset had been forked again, now to a new platform, and this tool enabled what you might call a “social merge” collecting the individual efforts of many people through an easy to use tool.

The interesting thing was that exactly the facilities that made the GDoc attractive for manual crowdsourcing efforts made it very difficult for those of us working with automated tools to contribute effectively. We could take the data and manipulate it, forking again, but if we then pushed that re-worked data back we ran the risk of overwriting what anyone else had done in the meantime. That live online multi-person interaction that works well for people, was actually a problem for computational processing. The interface that makes working with the data easy for people actually created a barrier to automation and a barrier to merging back what others of us were trying to do. [As an aside, yes we could in principle work through the GDocs API but that’s just not the way most of us work doing this kind of data processing].

Crowdsourcing of data collection and curation tends to follow one of two paths. Collection of data is usually done into some form of structured data store, supported by a form that helps the contributor provide the right kind of structure. Tools like EpiCollect provide a means of rapidly building these kinds of projects. At the other end large scale data curation efforts, such as GalaxyZoo, tend to create purpose built interfaces to guide the users through the curation process, again creating structured data. Where there has been less tool building and less big successes are the space in the middle, where messy or incomplete data has been collected and a community wants to enhance it and clean it up. OpenRefine is a great tool, but isn’t collaborative. GDocs is a great collaborative platform but creates barriers to using automated cleanup tools. Github and code repositories are great for supporting the fork, work, and merge back patterns but don’t support direct human interaction with the data.

These issues are part of a broader pattern of issues with the Open Access, Data, and Educational Resources more generally. With the right formats, licensing and distribution mechanisms we’ve become very very good at supporting the fork part of the cycle. People can easily take that content and re-purpose it for their own local needs. What we’re not so good at is providing the mechanisms, both social and technical, to make it easy to contribute those variations, enhancements and new ideas back to the original resources. This is both a harder technical problem and challenging from a social perspective. Giving stuff away, letting people use it is easy because it requires little additional work. Working with people to accept their contributions back in takes time and effort, both often in short supply.

The challenge may be even greater because the means for making one type of contribution easier may make others harder. That certainly felt like the case here. But if we are to reap the benefits of open approaches then we need to do more than just throw things over the fence. We need to find the ways to gather back and integrate all the value that downstream users can add.

Enhanced by Zemanta

11 Comments »

  • Tom Pollard said:

    Interesting! I was one of the people who forked the original code and
    then became unclear about how to continue collaboratively. It
    definitely felt like we needed a system for bringing everyone together.

    The manual approach is great for cleaning and sanity checking. The computational approach will be good in the long run ( https://xkcd.com/974/ ), when more data gets shared or we want to capture citations and other dynamic info.

  • Rufus Pollock said:

    Nice post Cameron. This post from last summer about using git for data (and the various other alternatives on offer) is quite relevant I think: http://blog.okfn.org/2013/07/02/git-and-github-for-data/

    As explained there, my inclination at present has been to use tools like git and mercurial even if only partially suited to the job (and somewhat geeky) simply because they are such good tools in themselves – metaphorically its like using a hammer to put in screws because the hammer is just so much better than any screw-driver around.

  • Bruce Becker said:

    Just out of interest, how is the curation of the original data set taken care of in the “social merge” ? Surely some relationship between “derived” data and the original data should be maintained ?

  • Transparency: A bit of grin and bear it, a bit of come and share it… | PLOS OpensPLOS Opens said:

    […] today require a great deal of further work to process and integrate – Cameron outlines some of the problems of collectively curating data in a separate post – and they only represent a small part of the whole, even the whole of […]

  • Transparency: A bit of grin and bear it, a bit of come and share it… | PLOS OpensPLOS Opens said:

    […] today require a great deal of further work to process and integrate – Cameron outlines some of the problems of collectively curating data in a separate post – and they only represent a small part of the whole, even the whole of […]

  • Cameron Neylon said:

    As it stands at the moment it isn’t. That’s kind of my point. The choice to move to GDocs effectively severed the link to the earlier versions and makes it difficult to incorporate those improvements into the ‘upstream’ versions.

    In many ways the design decisions that make GDocs a great tool for that ‘social merge’ – ie the ease with which people can work together on manual creation – actually contributes to that difficulty. And that’s what I found interesting about the whole process.

  • Bruce Becker said:

    Ah, the well-known “putting cats back in the bag” problem, or “Don’t open that box, it’s Pandora’s”… I guess the moral question is : do we avoid certain research practices because they make the world a messy place, or do we dig like a curious dog at the beach, consequences be damned ?

  • La Grande Chasse aux données - Recherche & Développement | RawDataHunter said:

    […] existe déjà et il y a déjà un certain nombre d’organisations qui travaillent sur ces questions là. On peut […]

  • Impact of Social Sciences – Fork, merge and crowd-sourcing data curation: tools for collective data processing and analysis. said:

    […] post originally appeared on Cameron Neylon’s blog Science in the Open and is reposted under […]