Log in Help
Print
Homeie 〉 ie_answers.html
 

GATE Information Extraction: Answers

Your task was to fill the template given below with information about succession events extracted from this text from the Wall Street Journal:

<DOC>
<DOCID> wsj93_050.0203 </DOCID>
<DOCNO> 930219-0013. </DOCNO>
<HL>    Marketing Brief:
@  Noted.... </HL>
<DD> 02/19/93 </DD>
<SO> WALL STREET JOURNAL (J), PAGE B5 </SO>
<CO>    NYTA </CO>
<IN> MEDIA (MED), PUBLISHING (PUB) </IN>
<TXT>
<p>
New York Times Co. named Russell T. Lewis, 45, president and
general manager of its flagship New York Times newspaper,
responsible for all business-side activities. He was executive
vice president and deputy general manager. He succeeds Lance
R. Primis, who in September was named president and chief
operating officer of the parent.
</p>
</TXT>
</DOC> 

using the following key:

<ORGANIZATION-1>
    NAME         : "New York Times Co."
<ORGANIZATION-2>
    NAME         : "New York Times"

<PERSON-1>
    NAME         : "Russell T. Lewis"
<PERSON-2>
    NAME         : "Lance R. Primis"

The first entry was completed for you:

<SUCCESSION-1>
    ORGANIZATION : <ORGANIZATION-2>
    POST         : "president"
    WHO_IS_IN    : <PERSON-1>
    WHO_IS_OUT   : <PERSON-2>

The remaining slots should have been filled as follows:

<SUCCESSION-2>
    ORGANIZATION : <ORGANIZATION-2>
    POST         : "general manager"
    WHO_IS_IN    : <PERSON-1>
    WHO_IS_OUT   : <PERSON-2>

<SUCCESSION-3>
    ORGANIZATION : <ORGANIZATION-2>
    POST         : "executive vice president"
    WHO_IS_IN    :
    WHO_IS_OUT   : <PERSON-1>

<SUCCESSION-4>
    ORGANIZATION : <ORGANIZATION-2>
    POST         : "deputy general manager"
    WHO_IS_IN    :
    WHO_IS_OUT   : <PERSON-1>

<SUCCESSION-5>
    ORGANIZATION : <ORGANIZATION-1>
    POST         : "president"
    WHO_IS_IN    : <PERSON-2>
    WHO_IS_OUT   :

<SUCCESSION-6>
    ORGANIZATION : <ORGANIZATION-1>
    POST         : "chief operating officer"
    WHO_IS_IN    : <PERSON-2>
    WHO_IS_OUT   :