Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
43.3 kB
{
"paper_id": "M92-1038",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:13:04.866177Z"
},
"title": "University of Massachusetts : Description of the CIRCUS System a s Used for MUC-4",
"authors": [
{
"first": "W",
"middle": [],
"last": "Lehnert",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {
"postCode": "0100 3",
"region": "MA"
}
},
"email": "lehnert@cs.umass.edu"
},
{
"first": "C",
"middle": [],
"last": "Cardie",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {
"postCode": "0100 3",
"region": "MA"
}
},
"email": ""
},
{
"first": "D",
"middle": [],
"last": "Fisher",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {
"postCode": "0100 3",
"region": "MA"
}
},
"email": ""
},
{
"first": "J",
"middle": [],
"last": "Mccarthy",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {
"postCode": "0100 3",
"region": "MA"
}
},
"email": ""
},
{
"first": "E",
"middle": [],
"last": "Riloff",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {
"postCode": "0100 3",
"region": "MA"
}
},
"email": ""
},
{
"first": "S",
"middle": [],
"last": "Soderland",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {
"postCode": "0100 3",
"region": "MA"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "CIRCUS is a conceptual analyzer that produces semantic case frame representations for input sentences. Although space does not permit us to give a full technical description of CIRCUS, we will attempt to convey som e sense of sentence analysis via CIRCUS. For more details, please consult [2] and [1]. CIRCUS uses no syntactic grammar and produces no parse tree as it analyzes a sentence. Rather, it uses lexically-indexed syntactic knowledge to segment incoming text into noun phrases, prepositional phrases, and ver b phrases. These constituents are stored in global buffers that track the subjects, verbs, direct objects, and prepositiona l phrases of a sentence. Because we restrict the buffer contents to simple constituents with a highly local sense of th e sentence, larger constituents like clauses are not explicitly stored by the syntactic component of CIRCUS .",
"pdf_parse": {
"paper_id": "M92-1038",
"_pdf_hash": "",
"abstract": [
{
"text": "CIRCUS is a conceptual analyzer that produces semantic case frame representations for input sentences. Although space does not permit us to give a full technical description of CIRCUS, we will attempt to convey som e sense of sentence analysis via CIRCUS. For more details, please consult [2] and [1]. CIRCUS uses no syntactic grammar and produces no parse tree as it analyzes a sentence. Rather, it uses lexically-indexed syntactic knowledge to segment incoming text into noun phrases, prepositional phrases, and ver b phrases. These constituents are stored in global buffers that track the subjects, verbs, direct objects, and prepositiona l phrases of a sentence. Because we restrict the buffer contents to simple constituents with a highly local sense of th e sentence, larger constituents like clauses are not explicitly stored by the syntactic component of CIRCUS .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "While syntactic buffers are being bound to sentence fragments, a mechanism for handling predictive semantics is responsible for establishing case role assignments . Semantic case frames are activated by concept node (CN) definitions, and each CN defmition can be triggered by one or more lexical items . Associated with each slot in a CN are both hard and soft constraints . A hard constraint is a predicate that must be satisfied, while a soft constraint defines a preference rather than an absolute requirement When a CN instantiation meets certain criteria established by the CN definition, CIRCUS freezes that case frame and passes it along as output from the sentence analyzer. A single sentence can generate an arbitrary number of case frame instantiations depending on the conceptual complexit y of the sentence and the availability of relevant CN definitions in the dictionary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Because CIRCUS is designed to generate case frame representations in response to sentence fragments , ungrammatical sentences or sentences with highly complicated syntactic structures are often navigated without difficulty. CIRCUS was designed to maximize robust processing in the face of incomplete knowledge . It does not require complete dictionary coverage with respect to CN defmition or even part-of-speech recognition, so CIRCU S is especially well-suited for text extraction applications from unconstrained text . The first serious evaluation of CIRCUS took place with MUC-3, where CIRCUS posted the highest combined scores for recall and precision of al l the participating sites [3, 4, 5] .",
"cite_spans": [
{
"start": 689,
"end": 692,
"text": "[3,",
"ref_id": null
},
{
"start": 693,
"end": 695,
"text": "4,",
"ref_id": "BIBREF4"
},
{
"start": 696,
"end": 698,
"text": "5]",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Consolidation refers to the problem of mapping CN instantiations produced by CIRCUS into even t descriptions appropriate for target template instantiations . Since information pertaining to a single event can be distributed across multiple sentences, problems associated with consolidation are challenging, especially when a text describes multiple events. It is necessary to know when different noun phrases point to the same referent and when the topic shifts from one event to another.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MEMORY-BASED CONSOLIDATIO N",
"sec_num": null
},
{
"text": "The UMass,/MUC-3 system used a rule based consolidation module which was largely dominated by rules designed t o merge appropriate structures. Because the rule base was large (168 rules), it was difficult to pinpoint weak spots i n the rule base and it became increasingly difficult to make reliable adjustments as needed . Because of our dissatisfaction with last year's approach, we decided to design a new consolidation module for MUC-4 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MEMORY-BASED CONSOLIDATIO N",
"sec_num": null
},
{
"text": "Our new consolidation module is \"memory-based \" in the sense that it assumes a specific memor y organization strategy, and all processing is motivated by a small number of memory manipulations . The basic structure of memory-based consolidation (MBC) is a simple stack of incident structures, along with two associate d stacks that track human targets and physical targets . At the end of each consolidation run, the number of incident structures on the incident stack usually corresponds to the number of templates we will instantiate, with eac h incident structure containing all the information needed to fill at least one template .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MEMORY-BASED CONSOLIDATIO N",
"sec_num": null
},
{
"text": "The incident-structure serves as the basic data type inside MBC as well as the data type that is output fro m MBC. An incident structure is a frame consisting of slots for a date, location, perpetrators, and subevents . Each subevent consists of a specific incident type (murder, bombing, robbery, etc .) along with victims, physical targets, instruments, and effects. Although multiple subevents are permitted in an incident-structure to handle combined events like a arson/robbery combination, most incident structures contain only one subevent . When a new incidentstructure is input to MBC, it will either merge with an existing incident structure already on the incident stack, or i t will be added to the incident stack as a separate incident . When target templates are eventually generated from inciden t structures on the incident stack, each subevent within an incident structure will spawn its own templat e instantiation .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MEMORY-BASED CONSOLIDATIO N",
"sec_num": null
},
{
"text": "In comparing MBC with the rule-based consolidation module in UMass/MUC-3, we find that MBC tends t o generate fewer spurious templates without sacrificing significant recall . However, we have seen test sets where MBC does lag behind in recall. In general, the two modules seem quite comparable in terms of overall performance , although MBC is easier to understand, maintain, and scale-up . Most of the merging rules used by rule-base d consolidation were incorporated into MBC, so it makes sense that the two modules exhibit similar behavior . Our decision to run MBC for MUC-4 was largely motivated by use of the All Templates metric as the official scorin g metric for MUC-4 . Because All Templates is maximally sensitive to all types of precision loss, it is generall y advantageous to minimize spurious templates for this metric . MBC seemed consistently better at eliminatin g spurious templates, so we decided to risk a possible loss of some recall for the sake of maximizing our precision .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MEMORY-BASED CONSOLIDATIO N",
"sec_num": null
},
{
"text": "In order to illustrate the behavior of UMass/MUC-4 in operation, we will trace the processing of a sample text that contains two separate bombing incidents . In general, CIRCUS generates multiple CN instantiations i n response to each sentence, while Memory-Based Consolidation (MBC) extracts information from the CNs an d organizes it within incident structures . CIRCUS and MBC work in a serial fashion : CIRCUS analyzes the entire tex t rust, and then MBC works on the resulting concept node instantiations . But for the sake of this presentation, w e will examine the effects of CIRCUS and MBC working together on a sentence-by-sentence basis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A SHORT WALK THROUGH TST2-MUC4-004 8",
"sec_num": null
},
{
"text": "Because our CN definitions extract information on the basis of phrase fragments, we will underline thos e portions of the input sentences that are important to relevant CN ' s . Any remaining segments of the input sentences that are not underlined are effectively ignored during semantic processing by CIRCUS . We will also show th e preprocessed version of each input sentence, to indicate which items have been recognized by the phrasal lexico n (these will be catenated), and other minor transformations to the original source text . Abbreviations preceded by \"> \" represent punctuation marks. For example, >CO is a comma .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A SHORT WALK THROUGH TST2-MUC4-004 8",
"sec_num": null
},
{
"text": "The first job of MBC is to partition multiple CNs into event structures which are then restructured int o incident structures. As a rule, all CNs generated from a single sentence tend to fall into the same partition, so w e will omit any detailed discussion of this preliminary conversion . But it is important to note that essential mergin g operations can take place during the creation of initial incident structures. For example, S l illustrates how an accused perpetrator is linked to a murder because their associated CNs fall into a single partition:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A SHORT WALK THROUGH TST2-MUC4-004 8",
"sec_num": null
},
{
"text": "CIRCUS triggers a murder CN from \"KILLING\" which picks up a target = \"ATTORNEY GENERA L ROBERTO GARCIA ALVARADO .\" The subject of the sentence has been recognized as such but does not ente r into the murder CN . When CIRCUS encounters the verb \"ACCUSED\", a clause boundary is recognized. Thi s allows CIRCUS to reset syntactic buffers and pick up \" ACCUSED \" as a new verb while retaining the previou s subject buffer . \"ACCUSED\" triggers a perpetrator CN with confidence = SUSPECTED_OR_ACCUSED, accuser = \"SALVADORAN PRESIDENT-ELECT ALFREDO CRISTIANI\", and perpetrator = FARABUNDO_MARTI_NATIONAL LIBERATION_FRONT . Note that the FMLN is recognized as a terroris t organization, thereby satisfying a soft constraint in the perpetrator CN. \"ACCUSED\" tells us to assume a less than factual confidence level within the perpetrator CN, but CIRCUS does not connect the perpetrator CN with any even t description. In particular, no attempt is made by CIRCUS to resolve a referent for \"the crime .\" The two resulting CN instantiations look like: Because MBC has no incident structures on its incident stack, this new incident structure is added to the stack , and the victim description is added to the victim stack.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A SHORT WALK THROUGH TST2-MUC4-004 8",
"sec_num": null
},
{
"text": "TYPE =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A SHORT WALK THROUGH TST2-MUC4-004 8",
"sec_num": null
},
{
"text": "S2: (we omit this sentence from the discussion -no alterations to memory are made )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A SHORT WALK THROUGH TST2-MUC4-004 8",
"sec_num": null
},
{
"text": "CIRCUS generates 5 CNs in response to this sentence. A simple CN describing a weapon is generated b y \"BOMB .\" More complicated CNs are triggered by \"KILLED,\" \"PLACED,\" and \"EXPLODED .\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S3: (GARCIA ALVARADO >CO &&56 >CO WAS KILLED WHEN A BOMB PLACED BY URBAN GUERRILLAS ON HI S VEHICLE )XPLODED AS IT CAME TO A HALT AT AN INTERSECTION IN DOWNTOWN SAN SALVADOR >PE )",
"sec_num": null
},
{
"text": "The trigger \"KILLED\" creates a murder CN with victim = \"GARCIA ALVARADO. \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S3: (GARCIA ALVARADO >CO &&56 >CO WAS KILLED WHEN A BOMB PLACED BY URBAN GUERRILLAS ON HI S VEHICLE )XPLODED AS IT CAME TO A HALT AT AN INTERSECTION IN DOWNTOWN SAN SALVADOR >PE )",
"sec_num": null
},
{
"text": "The trigger \"PLACED\" creates a location CN with instrument = \"BOMB,\" and actor = \"URBA N GUERRILLAS.\" This same CN also looks for a physical target inside a prepositional phrase, but it misses \"ON HIS VEHICLE\" because \"on\" is not one of the prepositions that it predicts . If the sentence had said \"outside \", \" inside \" , \"by\", \"near\", \"in\", \"under\", \" opposite\", \"across_from\", or \"in_front_of', instead of \"on\", we would have picked up this physical target. The omission of \"on\" was a simple oversight in an otherwise legitimate CN definition. This particular CN is specifically predicting a bomb since bombs are frequently the object of the verb \"t o place\" in this domain .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S3: (GARCIA ALVARADO >CO &&56 >CO WAS KILLED WHEN A BOMB PLACED BY URBAN GUERRILLAS ON HI S VEHICLE )XPLODED AS IT CAME TO A HALT AT AN INTERSECTION IN DOWNTOWN SAN SALVADOR >PE )",
"sec_num": null
},
{
"text": "The trigger \"EXPLODED\" creates a bombing CN with instrument = \"A BOMB . \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S3: (GARCIA ALVARADO >CO &&56 >CO WAS KILLED WHEN A BOMB PLACED BY URBAN GUERRILLAS ON HI S VEHICLE )XPLODED AS IT CAME TO A HALT AT AN INTERSECTION IN DOWNTOWN SAN SALVADOR >PE )",
"sec_num": null
},
{
"text": "Note that we miss the location San Salvador in S3 . Although we have a bottom-up mechanism designed t o find dates and locations, it doesn't always work. All 5 CNs are placed in a single partition which generates a ne w incident structure containing a single subevent:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S3: (GARCIA ALVARADO >CO &&56 >CO WAS KILLED WHEN A BOMB PLACED BY URBAN GUERRILLAS ON HI S VEHICLE )XPLODED AS IT CAME TO A HALT AT AN INTERSECTION IN DOWNTOWN SAN SALVADOR >PE )",
"sec_num": null
},
{
"text": "When MBC receives this new incident structure, it runs a memory integration test for compatible target/victim descriptions, and determines that this new subevent is compatible with the incident structure already i n memory. MBC therefore merges the two incidents, and memory acquires the fact that Alvarado was killed by a bomb .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SUBEVENT : BOMBING TARGETS : NIL EFFECTS : NIL INSTRUMENT: (#S(INSTRUMEN T VICTIMS : (#S(VICTIM ID (BOMB ) ID (GARCIA ALVARADO) TYPE WS-BOMB)) TITLE NIL NATIONALITY NIL NUM 1 TYPE (WS-GOVT-OFFICIAL WS-LEGAL-OR-JUDICIA L WS-PROPER-NAME) EFFECTS (DEATH) SENTENCE 3))",
"sec_num": null
},
{
"text": "CIRCUS generates two CNs here. One fairly complicated CN is triggered by \"PLACED .\" This CN picks up not just the bomb as a weapon, but also the individual as the responsible party, and the vehicle as a target . The second CN describes the bomb as a weapon and its link to the targeted vehicle (as before) . These two CNs are largely redundant, and they are merged into a single incident structure because they share the same partition . This incident structure contains a perpetrator id = \"AN INDIVIDUAL\" along with the following subeven t",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S8: (VICE PRESIDENT-ELECT FRANCISCO MERINO SAID THAT WHEN THE ATTORNEY @GENERAL@S CAR STOPPE D AT A LIGHT ON A STREET IN DOWNTOWN SAN SALVADOR >CO ANINDIVIDUALPLACEDABOMB ON THE ROOF OF THE ARMORED VFRTCLE >PE )",
"sec_num": null
},
{
"text": "MBC checks this incident structure against the incident structure already in memory and determines that the y should be merged, thereby picking up a physical target for the first time . Had we picked up this physical target from S3 as well, the target integration test would have merged the two vehicle descriptions at this point as well . Note that MBC merges the description of the perpetrator as \"an individual\" with the previously encountered descriptor \"urban guerrillas\" because the earlier description is recognized to be more specific .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SUBEVENT: BOMBING TARGETS : (M(PHYS-OBJ VICTIMS : NIL ID (ARMORED VEHICLE) EFFECTS : NI L NUM 1 INSTRUMENT: (#S(INSTRUMENT TYPE (WS-TRANSPORT-VEHICLE) ID (BOMB) EFFECTS NIL TYPE WS-BOMB)) SENTENCE 8))",
"sec_num": null
},
{
"text": "CIRCUS generates 7 highly redundant CNs in response to S11 . The most comprehensive CN instantiates a n attack with actor = \"GUERRILLAS,\" target = \" MERINO'S HOME,\" and instrument = \"EXPLOSIVES.\" This same CN also picks up the location (San Salvador) and date (April 14) by the bottom-up attachment mechanism . Locations and dates are normally not predicted by CN definitions, but they can be inserted into available CNs vi a bottom-up attachment. All of this information is incorporated into a single incident structure containing a bombin g subevent (an attack using explosives is understood to be a bombing) . The resulting incident structure is then passed to the memory integration portion of MBC .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Si! :(GUERRTLLAS ATTACKF,D (dMF.RTNOPS HOMR TN SAN SALVADOR ON APR 14 89 >CO &&5 DAYS AGO >CO WITH EXPLOSIVES >PE)",
"sec_num": null
},
{
"text": "Just as before, MBC checks to see if the new incident can be merged into the lone incident structure currentl y stored in memory . But this time the new structure fails to match the existing structure because of incompatibl e targets . MBC cannot merge a home with a vehicle. When MBC fails to merge the new bombing incident with th e old bombing incident, it moves down the target stack to see if there is another incident structure that might merge , but there are no other physical targets in memory . MBC adds the new incident to the top of the incident stack, and memory now contains two bombing incidents .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Si! :(GUERRTLLAS ATTACKF,D (dMF.RTNOPS HOMR TN SAN SALVADOR ON APR 14 89 >CO &&5 DAYS AGO >CO WITH EXPLOSIVES >PE)",
"sec_num": null
},
{
"text": "CIRCUS produces no output for this sentence because no CN triggers are encountered . We sometimes miss information in sentences where the only verb is a form of \"to be .\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S12:(THERE WERE && 7 CHILDREN >CO INCLUDING &&4 OF THE VICE @PRESIDENT@S CHILDREN >CO IN TH E HOME AT THE TIME >PE )",
"sec_num": null
},
{
"text": "CIRCUS generates an injury CN with victim = \"A 15-YEAR-OLD NIECE .\" This results in a subevent o f unknown type with a victim id = \"A 15-YEAR-OLD NIECE.\" When MBC receives this incident, it examines the first incident on the top of its stack to see if a merge is possible. Since no incompatible victims are found i n memory for this incident (the latest bombing incident specifies no victims), a merging occurs .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S13:(A 75 -YEAR-OLD NIECE OF @MERINO@S WAS INJURED >PE )",
"sec_num": null
},
{
"text": "[we omit these sentences from our discussion -no alterations are made to memory .]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S14-S17 :",
"sec_num": null
},
{
"text": "CIRCUS produces a murder CN with victim = \"Attorney General Garcia\" and actor = \"irrational violence . \" This CN has a soft constraint on the actor slot which specifies a human or organization, but the CN survives the CN filter because its other variable slot has a filler that does meet the required soft constraints (the filter errs on th e side of spurious information if one slot looks good and the other slot looks bad) . MBC is careful to check availabl e soft constraints when it integrates information into its preliminary incident structures . Any slot fill that violates a soft constraint is discarded at that time .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S18: (RICARDO VALDIVIESO >CO PRESIDENT OF THE LEGISLATIVE ASSEMBLY AND AN ARENA LEADER >CO SAID THE FMLN AND ITS FRONT GROUPS ARE RESPONSIBLE FOR THE \"IRRATIONAL VIOLENCE THAT JTLLED ATTORNRY GRNF.RAT, GARCIA >DQ >PE )",
"sec_num": null
},
{
"text": "When MBC attempts to integrate this incident into memory, it locates a compatible target in the victi m stack, and merges the new incident structure with the existing structure that describes Garcia as a victim . Because we have now merged new information into an incident that was not at the top of the incident stack, we have to reorde r the incident stack by moving the most recently referenced incident to the top of the stack . This effectively identifies the first incident as the current topic once again . Ideally, this would set us up to correctly integrate informatio n contained later in S21 and S22 where new information is presented about the vehicle bombing, but CIRCUS fails to pick up the additional human targets from those sentences, so the topic shift that we ' ve successfully recognized at S18 goes unrewarded .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S18: (RICARDO VALDIVIESO >CO PRESIDENT OF THE LEGISLATIVE ASSEMBLY AND AN ARENA LEADER >CO SAID THE FMLN AND ITS FRONT GROUPS ARE RESPONSIBLE FOR THE \"IRRATIONAL VIOLENCE THAT JTLLED ATTORNRY GRNF.RAT, GARCIA >DQ >PE )",
"sec_num": null
},
{
"text": "When MBC completes its analysis, the two bombing incident structures are converted into two templat e instantiations, along with a third threat incident picked up from additional sentences near the end of the text . In order to instantiate the final templates, we rely on semantic features in our dictionary to recognize a home as a civilia n residence and an armored vehicle as a transport vehicle. When instantiating response templates, we attempt to fill all slots with the exception of phys-tgt-total-num and hum-tgt-total-num .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S18: (RICARDO VALDIVIESO >CO PRESIDENT OF THE LEGISLATIVE ASSEMBLY AND AN ARENA LEADER >CO SAID THE FMLN AND ITS FRONT GROUPS ARE RESPONSIBLE FOR THE \"IRRATIONAL VIOLENCE THAT JTLLED ATTORNRY GRNF.RAT, GARCIA >DQ >PE )",
"sec_num": null
},
{
"text": "We did fairly well on the first template (see Figure 1) . We missed San Salvador as the location within E l Salvador, we said the vehicle was destroyed instead of damaged, and we missed 3 human targets (the driver who wa s not hurt, and the 2 bodyguards, one of whom was injured). All the other slots were correctly filled . On the second template, we fail in three places. We have no perpetrator organization, we miss the physical target type for Merino' s home (it should have been GOVERNMENT OFFICE OR RESIDENCE), and we are missing the 7 children tha t were human targets (this is one of the few texts where a hum-tgt-total-num slot should receive a value) .",
"cite_spans": [],
"ref_spans": [
{
"start": 46,
"end": 55,
"text": "Figure 1)",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "S18: (RICARDO VALDIVIESO >CO PRESIDENT OF THE LEGISLATIVE ASSEMBLY AND AN ARENA LEADER >CO SAID THE FMLN AND ITS FRONT GROUPS ARE RESPONSIBLE FOR THE \"IRRATIONAL VIOLENCE THAT JTLLED ATTORNRY GRNF.RAT, GARCIA >DQ >PE )",
"sec_num": null
},
{
"text": "Overall, TST2-MUC4-0048 showed the UMass/MUC-4 system working fairly well and not making an y major errors. Most of our recall loss resulted from a failure to recognize relevant information in S12 (the 7 children) , S21 and S22 (the driver and 2 bodyguards). As we saw in this message, we can recover from some failures i n sentence analysis when a text provides redundant descriptions (e .g. we missed the physical target in S3, but picked it up correctly in S8). When memory-based consolidation responds correctly to topic transitions, the output tha t CIRCUS generates usually makes it into the correct places in the response templates . TST2-MUC4-0048 shows how MBC was able to correctly recognize two topic transitions : first from an old incident to a new incident, and then back again to the earlier incident . Given that the errors encountered for TST2-MUC4-0048 were relatively minor (on e could even argue that the third template was valid and should have been covered by an optional key template), there is nothing here that illustrates the more damaging problems that impacted our TST3 and TST4 score reports . Figure 2 shows score reports for the two templates that mapped to TST2-MUC4-0048 answer keys, along wit h the score report for the entire message which averages in the spurious template that we generated for the threat . This final score report for the whole message illustrates how much negative impact spurious templates have o n precision if a system is generating one spurious template for every two good templates . If we had generated a summary score report based on only two templates instead of three, our All Templates precision would have been 94 . With the third template averaged in, our All Templates precision drops to 76 .",
"cite_spans": [],
"ref_spans": [
{
"start": 1123,
"end": 1131,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "S18: (RICARDO VALDIVIESO >CO PRESIDENT OF THE LEGISLATIVE ASSEMBLY AND AN ARENA LEADER >CO SAID THE FMLN AND ITS FRONT GROUPS ARE RESPONSIBLE FOR THE \"IRRATIONAL VIOLENCE THAT JTLLED ATTORNRY GRNF.RAT, GARCIA >DQ >PE )",
"sec_num": null
}
],
"back_matter": [
{
"text": " Templat e P06 ACT COR PAR INC ACR IPA SPU MIS NON REC PRE OV G inc-total 6 6 5 1 0 0 0 0 0 0 92 92 0 perp-total 4 4 4 0 0 0 0 0 0 0 100 100 0 phys-tgt-total 4 4 3 1 0 0 0 0 0 2 88 88 0 hum-tgt-total 14 5 5 0 0 0 0 0 9 2 36 100 In a domain that is characterized by complicated domain guidelines, and lots of grey areas, answer keys canno t be trusted to give encodings that are necessarily superior to the output of a high performance extraction system. If this is the case, it may be very difficult to attain 85% precision under all templates, and optimal precision level s may be closer to the 70-80% range .",
"cite_spans": [],
"ref_spans": [
{
"start": 1,
"end": 285,
"text": "Templat e P06 ACT COR PAR INC ACR IPA SPU MIS NON REC PRE OV G inc-total 6 6 5 1 0 0 0 0 0 0 92 92 0 perp-total 4 4 4 0 0 0 0 0 0 0 100 100 0 phys-tgt-total 4 4 3 1 0 0 0 0 0 2 88 88 0 hum-tgt-total 14 5 5 0 0 0 0 0 9 2 36 100",
"ref_id": null
}
],
"eq_spans": [],
"section": "Vehicle Bombing",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A Cognitively Plausible Approach to Understanding Complex Syntax",
"authors": [
{
"first": "C",
"middle": [],
"last": "Cardie",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Lehnert",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Ninth National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "117--124",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cardie, C. and Lehnert, W . (1991) \"A Cognitively Plausible Approach to Understanding Complex Syntax\" in Proceedings of the Ninth National Conference on Artificial Intelligence . Anaheim, CA . pp. 117-124.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Symbolic/Subsymbolic Sentence Analysis: Exploiting the Best of Two Worlds\" i n Advances in Connectionist and",
"authors": [
{
"first": "W",
"middle": [],
"last": "Lehnert",
"suffix": ""
}
],
"year": 1991,
"venue": "Neural Computation Theory",
"volume": "1",
"issue": "",
"pages": "135--164",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lehnert, W . (1991) \" Symbolic/Subsymbolic Sentence Analysis: Exploiting the Best of Two Worlds\" i n Advances in Connectionist and Neural Computation Theory. Vol 1 . (eds: J . Pollack and J . Barnden). pp. 135- 164 . Ablex Publishing . Norwood, NJ. pp. 135-164.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Test Results and Analysis",
"authors": [],
"year": null,
"venue": "Proceedings of the Third Message Understanding Conference",
"volume": "",
"issue": "",
"pages": "116--119",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Test Results and Analysis\" in Proceedings of the Third Message Understanding Conference . Morgan Kaufman . San Mateo, CA . pp. 116-119.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "University of Massachusetts : Description of the CIRCUS System as Used for MUC-3",
"authors": [
{
"first": "W",
"middle": [],
"last": "Lehnert",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Cardie",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Fisher",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Riloff",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Williams",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Third Message Understanding Conference",
"volume": "",
"issue": "",
"pages": "223--233",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lehnert, W ., Cardie, C., Fisher, D., Riloff, E ., Williams, R . (1991b) \"University of Massachusetts : Description of the CIRCUS System as Used for MUC-3\" in Proceedings of the Third Message Understanding Conference. Morgan Kaufman. San Mateo, CA. pp . 223-233.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "The CIRCUS System as Used in MUC-3",
"authors": [
{
"first": "W",
"middle": [],
"last": "Lehnert",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Williams",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Cardie",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Riloff",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Fisher",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lehnert, W ., Williams, R., Cardie, C, Riloff, E ., and Fisher, D.(1991c) \"The CIRCUS System as Used in MUC-3,\" Technical Report No . 91-59, Department of Computer and Information Science, University o f Massachusetts. 1991 .",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "MURDER VICTIM = WS-GOVT-OFFICIAL,. . . noun group = (ATTORNEY GENERAL ROBERTO GARCIA ALVARADO ) TYPE = PERPETRATOR CONFIDENCE = SUSPECTED OR_ACCUSED BY AUTHORITIFS ACCUSER = WS-GOVT-OFFICIAL noun group = (PRESIDENT-ELECT ALFREDO CRISTIANI ) predicates = (SALVADORAN ) PERPETRATOR = WS-ORGANIZATION, . . . noun group = (FARABUNDQMARTI NATIONAL LIBERATION FRONT ) MBC's preprocessing and partitioning merges these two CNs into a single event structure before any high-level memory integration is attempted . Incident structures are designed to collapse multiple events (subevents) associate d with a single perpetrator into a single structure. The incident structure for S l looks like: INCIDENT DATE =NIL LOCATION =NIL PERPS = (#S(PERPETRATO R ID NIL ORG (FARABUNDO MARTI NATIONALL1BERATION_FRONT ) WORD-SENSES (WS-TERRORIST WS-ORGANIZATION) CONFIDENCE (SUSPECTED OR ACCUSED_BY AUTHORITIES ) NEW-",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "TGT : DESCRIPTION \"ATTORNEY GENERAL\": \"ROBERTO GARCIA ;correct/missing ALVARADO\" 20 : HUM TGT: TYPE GOVERNMENT OFFICIAL: \"ROBERTO GARCIA ;correct/missing ALVARADO\" 21 : HUM TGT: NUMBER 1 : \"ROBERTO GARCIA ALVARADO \" ;correct/missin g22 . HUM TGT: FOREIGN NATION;N/A 23 : HUM TGT : EFFECT DEATH : \"ROBERTO GARCIA ALVARADO\" ;correct/missing 24 : HUM TGT: TOTAL NUMBER ;N/A Our response template for the first bombing inciden t",
"num": null
}
}
}
}