wiki:private/NlpInPracticeCourse/InformationExtraction

Version 9 (modified by Ales Horak, 8 years ago) (diff)

--

Extracting structured information from text

IA161 Advanced NLP Course?, Course Guarantee: Aleš Horák

Prepared by: Vojtěch Kovář

State of the Art

Information extraction (IE) is a technology based on analyzing natural language in order to extract snippets of information. The process takes texts (and sometimes speech) as input and produces fixed-format, unambiguous data as output. This data may be used directly for display to users, or may be stored in a database or spreadsheet for later analysis, or may be used for indexing purposes in information retrieval (IR) applications such as Internet search engines like Google.

References

  1. Cunningham, Hamish. An Introduction to Information Extraction. Encyclopedia of Language and Linguistics, 2nd Edition. Elsevier, 2005.
  2. Chang, Chia-Hui, et al.A Survey of Web Information Extraction Systems. Knowledge and Data Engineering, IEEE Transactions on 18.10 (2006).
  3. Banko, Michele, et al. Open information extraction for the web. IJCAI. Vol. 7. 2007.
  4. Fader, Anthony, Soderland, Stephen and Etzioni, Oren. Identifying relations for open information extraction. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP '11). Association for Computational Linguistics, Stroudsburg, PA, USA, 2011.

Practical Session

You are given few short excerpts from Czech wikipedia as a plain text. They were analyzed by automatic sentence detection, tokenization (unitok tool), morphological analysis and tagging (desamb tool), and syntactic analysis (SET tool, with --long-phrases option) and this is the result.

Write a short program in Python which will extract simple information about who was who, from the parsed file. The result should look like this file.

Attachments (9)

Download all attachments as: .zip