Difference between revisions of "Wikipedia Infobox Generator Using Cross Lingual Unstructured Text"

From Cohen Courses
Jump to navigationJump to search
Line 20: Line 20:
 
* Topic modelling to detect type of page (Eg, country, person, athlete, actor)
 
* Topic modelling to detect type of page (Eg, country, person, athlete, actor)
 
* Training CRF models for fact identification and extraction
 
* Training CRF models for fact identification and extraction
* Clustering for aligning multiple language class values
+
* Clustering for aligning multiple language entity names based on page topic
  
  

Revision as of 14:41, 8 September 2011

Team Members

Project Idea

WikipediaExample.png

Key facts about Wikipedia articles are often mentioned in short block sections called 'InfoBoxes'. For example, an article on Brazil would mention "Capital:Brasília", "Largest city:São Paulo", "Official language : Portuguese", etc. As these infoboxes are manually created & maintained, several articles have either missing or outdated information (that only got revised in the plain text). We also note that articles in languages closer to the native speakers have much more detailed information. For eg, articles on latin Soccer players have better facts like "Debut match, number of goals, Records wins" mentioned in Español version of Wikipedia whereas the English version lacks these crucial stats.


In our SPLODD project, we propose to achieve two objectives:

  • Extract facts for unstructured wikipedia text to generate infobox
  • Combine facts in multiple languages for an article to generate infoboxes with comprehensive information.


Methodology used:

  • Topic modelling to detect type of page (Eg, country, person, athlete, actor)
  • Training CRF models for fact identification and extraction
  • Clustering for aligning multiple language entity names based on page topic


Challenges:

  • Large scale data
  • Noise : Same infobox entity name can be written in different ways in the same language. For eg, "Number of Goals","No. of Goals","Goals", "# Goals", etc.

Corpus

Reference Papers