March 8, 2013
Posted by Dave Orr, Amar Subramanya, and Fernando Pereira, Google Research
When someone mentions Mercury, are they talking about the planet, the god, the car, the element, Freddie, or one of some 89 other possibilities? This problem is called disambiguation (a word that is itself ambiguous), and while it’s necessary for communication, and humans are amazingly good at it (when was the last time you confused a fruit with a giant tech company?), computers need help.
To provide that help, we are releasing the Wikilinks Corpus: 40 million total disambiguated mentions within over 10 million web pages -- over 100 times bigger than the next largest corpus (about 100,000 documents, see the table below for mention and entity counts). The mentions are found by looking for links to Wikipedia pages where the anchor text of the link closely matches the title of the target Wikipedia page. If we think of each page on Wikipedia as an entity (an idea we’ve discussed before), then the anchor text can be thought of as a mention of the corresponding entity.
| Dataset | Number of Mentions | Number of Entities |
|---|---|---|
| Bentivogli et al. (data) (2008) | 43,704 | 709 |
| Day et al. (2008) | less than 55,000 | 3,660 |
| Artiles et al. (data) (2010) | 57,357 | 300 |
| Wikilinks Corpus | 40,323,863 | 2,933,659 |
What might you do with this data? Well, we’ve already written one ACL paper on cross-document co-reference (and received lots of requests for the underlying data, which partly motivates this release). And really, we look forward to seeing what you are going to do with it! But here are a few ideas:
Gory Details
How do you actually get the data? It’s right here: Google’s Wikilinks Corpus. Tools and data with extra context can be found on our partners’ page: UMass Wiki-links. Understanding the corpus, however, is a little bit involved.
For copyright reasons, we cannot distribute actual annotated web pages. Instead, we’re providing an index of URLs, and the tools to create the dataset, or whichever slice of it you care about, yourself. Specifically, we’re providing:
The format looks like this:
URL http://1967mercurycougar.blogspot.com/2009_10_01_archive.htmlMENTION Lincoln Continental Mark IV 40110 http://en.wikipedia.org/wiki/Lincoln_Continental_Mark_IVMENTION 1975 MGB roadster 41481 http://en.wikipedia.org/wiki/MG_MGBMENTION Buick Riviera 43316 http://en.wikipedia.org/wiki/Buick_RivieraMENTION Oldsmobile Toronado 43397 http://en.wikipedia.org/wiki/Oldsmobile_ToronadoTOKEN seen 58190TOKEN crush 63118TOKEN owners 69290TOKEN desk 59772TOKEN relocate 70683TOKEN promote 35016TOKEN between 70846TOKEN re 52821TOKEN getting 68968TOKEN felt 41508
We’d love to hear what you’re working on, and look forward to what you can do with 40 million mentions across over 10 million web pages!
Thanks to our collaborators at UMass Amherst: Sameer Singh and Andrew McCallum.