<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>DeepEREntityLibrary</title><revhistory><revision><revnumber>1</revnumber><date>2015-04-13 11:08:27</date><authorinitials>MateuszKopec</authorinitials></revision></revhistory></articleinfo><section><title>DeepER Entity Library</title><para>DeepER Entity Library is a database containing around 900,000 entities, each described by its textual representations in Polish (names) and <code>WordNet</code> synsets. This resource has been originally created for deep entity recognition (DeepER) in Polish Question Answering System RAFAEL by analysing definitions in Polish Wikipedia [1,2]. A simplified version is also available, containing nominal groups instead of synsets. </para><para><emphasis role="strong">Download main library</emphasis>: <ulink url="http://clip.ipipan.waw.pl/DeepEREntityLibrary/DeepEREntityLibrary?action=AttachFile&amp;do=get&amp;target=entities.txt.gz">entities.txt.gz</ulink> </para><para><emphasis role="strong">Download simplified library</emphasis>: <ulink url="http://clip.ipipan.waw.pl/DeepEREntityLibrary/DeepEREntityLibrary?action=AttachFile&amp;do=get&amp;target=entitiesD.txt.gz">entitiesD.txt.gz</ulink> </para><para>Created and made available by Piotr Przybyła. </para><section><title>Main library</title><para>The library contains 809,786 entities with 1,169,452 names (972,592 unique) and 1,264,918 synsets (31,545 unique). Each of them consists of the following elements (entity #9751, describing Bronisław Komorowski): </para><itemizedlist><listitem><para>Main name: Bronisław Komorowski, </para></listitem><listitem><para>Other names (aliases): Bronisław Maria Komorowski, Komorowski, </para></listitem><listitem><para>Description URL: <ulink url="http://pl.wikipedia.org/wiki/?curid=121267"/>, </para></listitem><listitem><para>plWordNet 2.1 [3] synsets: </para><itemizedlist><listitem><para>&lt;podsekretarz1, podsekretarz stanu1, wiceminister1&gt; (vice-minister, undersecretary), </para></listitem><listitem><para>&lt;wicemarszałek1&gt; (vice-speaker of the Sejm, the Polish parliament), </para></listitem><listitem><para>&lt;polityk1&gt; (politician), </para></listitem><listitem><para>&lt;wysłannik1, poseł1, posłaniec2, wysłaniec1, posłannik1&gt; (member of a parliament), </para></listitem><listitem><para>&lt;marszałek1&gt; (speaker of the Sejm), </para></listitem><listitem><para>&lt;historyk1&gt; (historian), </para></listitem><listitem><para>&lt;minister1&gt; (minister), </para></listitem><listitem><para>&lt;prezydent1, prezydent miasta1&gt; (president of a city, mayor). </para></listitem></itemizedlist></listitem></itemizedlist><para>Each line of the file corresponds to a single entity and has the following format: </para><screen><![CDATA[<main_name><tab><article_name><tab><URL><tab><names_number(n)><tab><synsets_number(m)><tab><name_1><tab><name_2>...<tab><name_n><tab><synset_id_1><tab><synset_id_2>...<synset_id_m><tab><synset_repr_1><tab><synset_repr_2>...<synset_repr_m>]]></screen><para>where: </para><itemizedlist><listitem><para>synset_id corresponds to synset id in plWordNet 2.1, </para></listitem><listitem><para>synset_repr is a human-readable representation of a synset. </para></listitem></itemizedlist></section><section><title>Simplified library</title><para>The simplified version of the library instead of <code>WordNet</code> synsets contains nominal groups, from which they have been extracted. For example, the list for Bronisław Komorowski is the following: </para><itemizedlist><listitem><para>wicemarszałek i marszałek Sejmu </para></listitem><listitem><para>minister obrony narodowej </para></listitem><listitem><para>wiceminister i minister obrony narodowej </para></listitem><listitem><para>marszałek Sejmu RP </para></listitem><listitem><para>polski polityk </para></listitem><listitem><para>poseł </para></listitem><listitem><para>prezydent RP </para></listitem><listitem><para>historyk </para></listitem></itemizedlist><para>Therefore, each line has the following format: </para><screen><![CDATA[<main_name><tab><article_name><tab><URL><tab><names_number(n)><tab><groups_number(m)><tab><name_1><tab><name_2>...<tab><name_n><tab><group_1><tab><group_2>...<group_m>]]></screen></section><section><title>References</title><para>[1] Przybyła, P. (2015). Gathering Knowledge for Question Answering Beyond Named Entities. Proceedings of the 20th International Conference on Application of Natural Language to Information Systems (NLDB 2015). </para><para>[2] Przybyła, P. (2014). Odpowiadanie na pytania w języku polskim z użyciem głębokiego rozpoznawania nazw. Doctoral thesis, Institute of Computer Science, Polish Academy of Sciences. </para><para>[3] Maziarz, M., Piasecki, M., and Szpakowicz, S. (2012). Approaching plWordNet 2.0. Proceedings of the 6th Global Wordnet Conference. </para></section></section></article>