Resources

From QA@L²F
Revision as of 16:37, 22 March 2010 by Acbm (talk | contribs)
Jump to: navigation, search

Named Entity Recognition in Questions: Towards a Golden Collection

  • A set of nearly 5,500 manually annotated questions to be used as training corpus in machine learning based NER systems. The named entities in these questions were identified and classified according to the categories: Person, Location and Organization. We extended and particularized the guidelines of the shared task of the Conference on Computational Natural Language Learning (CoNLL) 2003 on NER to face the demands presented by questions.

These corpora are freely available for research purposes. You can download the training corpus here, and the testing corpus here.

Further details on building this question corpora can be found in [2]. We kindly ask you to cite this publication whenever you use the resource.


Rule-based Question Classifier

Our rule-based question classifier couples two strategies to obtain its results:

  • a direct (pattern) match is performed for specific questions: Who is Mozart? is directly mapped into Human:Description;
  • headwords are identified and mapped into the question classification (by using WordNet): in the question What is Australia's national flower? the headword flower is identified and mapped into the category Entity:Plant.

Here we make available the resources we used in the rule-based question classifier:

  • Question Patterns
  • Question Tree Patterns