{ "paper_id": "M92-1027", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:13:07.243541Z" }, "title": "HUGHES RESEARCH LABORATORIES : DESCRIPTION OF THE TRAINABLE TEXT SKIMMER USED FOR MUC-4", "authors": [ { "first": "Stephanie", "middle": [ "E" ], "last": "August", "suffix": "", "affiliation": { "laboratory": "Hughes Aircraft Company Hughes Research Laboratorie s Electro-Optical and Data Systems Group", "institution": "", "location": { "addrLine": "3011 Malibu Canyon Road M/S RL9 6", "postBox": "P.O. Box 902", "postCode": "-EO E52 C235, 90265, 90245-0902", "settlement": "Malibu, El Segundo", "region": "CA, CA" } }, "email": "august@sed170.hac.com" }, { "first": "Charles", "middle": [ "P" ], "last": "Dola", "suffix": "", "affiliation": { "laboratory": "Hughes Aircraft Company Hughes Research Laboratorie s Electro-Optical and Data Systems Group", "institution": "", "location": { "addrLine": "3011 Malibu Canyon Road M/S RL9 6", "postBox": "P.O. Box 902", "postCode": "-EO E52 C235, 90265, 90245-0902", "settlement": "Malibu, El Segundo", "region": "CA, CA" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "", "pdf_parse": { "paper_id": "M92-1027", "_pdf_hash": "", "abstract": [], "body_text": [ { "text": "The objective of the Hughes Trainable Text Skimmer (TTS) Project is to create text skimming softwar e that: (1) can be easily re-configured for new applications, (2) improves its performance with use, and (3) is fas t enough to process several megabytes of text per day. The TTS-MUC4 system is our second full-scale prototype . I t is an adaptation of the TTS-MUC3 system [1] [2] , which constituted our first-full scale text skimming prototype .", "cite_spans": [ { "start": 162, "end": 165, "text": "(2)", "ref_id": "BIBREF1" }, { "start": 372, "end": 375, "text": "[1]", "ref_id": "BIBREF0" }, { "start": 376, "end": 379, "text": "[2]", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "TTS-MUC3 utilized a previously-constructed text database facility and pattern matcher used for shallo w parsing. Its modular process model integrated the results of case memory retrieval over sentences from multipl e stories, extracting the date and location of incidents, and computing cross-reference information for various slots . One calendar month and approximately three (3) person months were spent developing TTS for MUC-3 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "TTS-MUC3 demonstrated that a pattern classification approach was promising for performing tex t skimming . TTS-MUC4 is similar to TTS-MUC3, with a few minor changes . First, the K-Nearest Neighbo r classifier used in TTS-MUC3 was replaced in TTS-MUC4 with a Bayesian Classifier which actually includes specialized classifiers for each slot . Therefore, for : INCIDENT-TYPE the set of features present in an entire sentence were used as features, but for :HUM-TGT-NAME the features just before and after a candidate were used . Secondly, in the new prototype, code was added to extract information to fill the new and revised slots of the MUC-4 templates . Thirdly, additional filters were developed to improve the precision of the values of the template fillers . Like our rust prototype, TTS-MUC4 incorporates semi-automated lexicon generation and almost fully automate d phrase pattern generation . Two calendar months and approximately 2.5 person months were spent on enhancing th e TTS-MUC3 system to create TTS-MUC4 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "As with TTS-MUC3, all the modules in TTS-MUC4 are domain independent. All the modules except the date and location extraction modules are trained prior to skimming . In addition, the location extraction modul e requires a location database, including the specification of which locations are contained within others .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "The goal of the TTS project is to develop a text skimmer that can be used in a variety of applications . B y relying on statistical information processing and keeping the amount of domain-dependent information to a minimum, it is hoped that this system can be easily ported to a variety of tasks, such as analysis of finance-relate d wire-service stories.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "There are two aspects of TTS . The first is system training, or the process of deriving or identifying th e phrases which are used in the training corpus . The second is text skimming, or the process of skimming a tex t with the purpose of identifying whether the text falls into a specific category, and if so, extracting particular pieces of information from the text . Figure 1 illustrates the key components of both aspects of Hughes Trainable Tex t Skimmer. The training involves deriving the set of phrases used to generate the templates associated with a particular corpus of texts, and the generation of training features which map features to the actual text in the stories . The text skimming involves the Text Database, databases containing derived phrases and training features, a Phrasa l Parser, the Classifier, and a Feature-to-Template Process Model. ", "cite_spans": [], "ref_spans": [ { "start": 372, "end": 380, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "THE TTS APPROAC H", "sec_num": null }, { "text": "The training processor uses the provided templates to derive the phrase lexicon and build the features used by the pattern classifier. Phrases are generated from the fillers for the template slots. Features are generated from the sentences that provided the fillers . The word lexicon is generated by performing a word frequency analysi s on the raw text. In TTS-MUC4, all words that occur between 10 and 105 times are included in the lexicon .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "The text database contains: (1) the database of training stories, (2) the database of testing stories, (3) the database of training templates for user browsing, and (4) the database of parsed templates for use during training . It supports retrieval of a single fragment of text from a large collection of texts that may be spread over multiple dis k files. The values retrieved from the text database fall into three categories . A raw text string can be retrieved fo r processing a story or browsing templates. A recursive token structure, representing an entire story, with individua l words at the leaf nodes, can also be returned. In the third case, an s-expression representing a parsed template can be retrieved for further use by the pattern classifier .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "The phrasal parser is a fast, shallow, conceptual parser . The parser accepts a token structure, a lexica l hierarchy, and a phrase-pattern set . The parser returns an ordered list of text features . A text feature includes: (1) a member of the concept hierarchy, (2) the string covered by the phrase, and (3) a recursive token structure spanning the tokens covered by the phrase .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "Lexicon entries are created by adding word stems to a concept hierarchy as follows , (ks :isa h-lex \"PRIEST\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": ":religious-individual-w ) (ks :isa h-lex \"MISSIONARY\" :religious-individual-w ) (ks :isa h-lex \"CONFERENCE\" :conference-w ) (ks :isa h-lex \"SUMMIT\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": ":conference-w ) (ks :isa h-lex \"RECEPTION\" :conference-w)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "Phrasal pattern definitions have three parts : the discrimination net to which the pattern belongs, a list of th e pattern components, and the pattern descriptor . Phrasal patterns may reference either elements of the concep t hierarchy, or specific words . Pattern definitions have the syntax illustrated in the following examples :", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "(ph :defpattern (net ? h-con ) ( :determiner :small-number :unidentified-w :human-group-w ) :civilian ) (ph :defpattern (net ? h-con ) ( :civilian-w \"FROM\" :number-w :spanish-name-w \"AREA\" ) :civilian ) (ph :defpattern (net ? h-con ) ( :public-w :communication-device-w :building-w ) :communications )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "The features are extracted using a depth first search of the patterns, with a preference for patterns that have specific words over those which have only concept names, as well as a preference for longer patterns .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "The pattern classifier actually consists of a separate pattern classifier for each template slot to be filled. Each such classifier takes an ordered list of text features, and returns the probability of a set fill or a string fill, base d upon all previously used fills for that particular slot.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "The feature-to-template process model has the task of identifying which features of the test text are relevant to each template slot . It also has the task of generating a completed story template for each relevant topi c identified in the story .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TTS Module Descriptions", "sec_num": null }, { "text": "Once an initial training phase has been completed to initialize the pattern classifiers, the feature-to-templat e process model performs its task in four phases : (1) pattern classification, (2) topic grouping, (3) slot filling, and (4 ) template generation . During the first phase, TTS-MUC4 iterates over all sentences in the text and collects potentia l topics . The second phase consists of determining which topics are relevant, and eliminating from furthe r consideration the sentences having no bearing on the chosen topics. In phase 3, the values to be supplied in the completed template(s) are extracted and/or computed from the relevant sentences, based upon the focus of eac h selected topic . Lastly, the standard MUC-4 templates are generated .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Flow of Control", "sec_num": null }, { "text": "For each sentence of a story, a set of Bayesian classifiers is used . For set fills, the classifiers compute the probabilities of the different potential set fills . For string fills, the classifiers compute the probability that a particular phrase is, for example, a human target . (See the Site Report section of this volume for a detailed description of TTS-MUC4, including details on the Bayesian classifiers . )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Pattern Classification", "sec_num": null }, { "text": "TopicGrouping and Relevance Assessment Topic grouping (analogous to discourse processing) is based on the INCIDENT: TYPE slot . The weigh t for each type of incident is computed for every sentence . The weights are then passed through a competitive filter , resulting in binary signals. The competitive filter first normalizes the topic weights using a Gaussian mask on a sentence by sentence basis, then computes the best topic. A topic is a set of contiguous sentences with the sam e computed value for INCIDENT: TYPE . Figure 2 shows the inputs and outputs to the topic grouping process . Note that moderately high evidenc e of kidnapping throughout the story is suppressed in favor of the bombing interpretation, which turns out to b e correct. This filter used is topic grouping is designed to pick out signals that are high but that \"drop out\" from time to time, as one can see in the smoothing over the arson signal . ", "cite_spans": [], "ref_spans": [ { "start": 522, "end": 530, "text": "Figure 2", "ref_id": "FIGREF1" } ], "eq_spans": [], "section": "Pattern Classification", "sec_num": null }, { "text": "Slot filling consists of five parts : (1) pure set fills, (2) string fills, (3) cross-referenced slots, (4) dat e extraction, and (5) location extraction . The first three parts consider only relevant sentences. A relevant sentenc e shares the same topic with the previous sentence or contains no competing topic . There are two distinct types of processing for slot filling. Two slots, date and location, are filled by domain specific procedures. The remaining slots are filled using hypotheses returned by the pattern classifier. The slots are filled from the pattern classifier fall into three categories:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Slot Fillin g", "sec_num": null }, { "text": "1. Set fills-Pure set fills are computed by averaging the weights over all sentences fo r a given topic, and picking the highest score .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Slot Fillin g", "sec_num": null }, { "text": "2. String fills-String fills are computed in a similar manner to set fills. They differ in that the suggestions returned by the classifier are subject to a threshold on th e weights. For the official run of TTS-MUC4 the string fill threshold was set at 0 .75 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Slot Fillin g", "sec_num": null }, { "text": "3. Cross reference generation-Cross reference generation is performed by choosing th e most likely tag (as suggested by the classifier) for the sentence that contains th e string fill .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Slot Fillin g", "sec_num": null }, { "text": "For date extraction, all sentences within a topic are scanned for absolute or relative date references. Absolute date references are combined into a range . Absolute dates are preferred over relative dates within a give n sentence. Relative date references are interpreted with respect to either the current date specification for a story (if on e has been found) or the story date line.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Slot Fillin g", "sec_num": null }, { "text": "For location extraction, all sentences within a topic are scanned for known location names . The resulting list of location names is then searched for a maximal, legal, location containment chain .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Slot Fillin g", "sec_num": null }, { "text": "A detailed look at the processing of TST-MUC4-0048 provides insight into TTS-MUC4 . Upon reading th e first sentence of TST-MUC4-0048 : :politician-w \"PRESIDENT \" #) ) elect-w \"ELECT \" #) ) :spanish-name \"ALFREDO CRISTIANI \" #) ) condemn-w \"CONDEMNED \" #) ) :terrorist-act-indiv \"THE TERRORIST \" #) ) :death-w \"KILLING \" #) ) government-official-or-legal-or-judicial-desc r \"ATTORNEY GENERAL \" #) ) :spanish-name \"ROBERTO GARCIA ALVARADO \" #) ) doubt-l-w \"ACCUSED \" #) ) terrorist-act-org \"THE FARABUNDO MARTI NATIONAL LIBERATION FRONT (FMLN) \" #) ) :crime-w \"CRIME\" #)) )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TST-MUC4-0048 ANALYSIS", "sec_num": null }, { "text": "SALVADORAN PRESIDENT-ELECT", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TST-MUC4-0048 ANALYSIS", "sec_num": null }, { "text": "TTS-MUC4 identifies each potentially relevant template slot, and hypothesizes possible values, based upo n similar sentences which TTS-MUC4 has retrieved from case memory . In this case, for example, the system choose s : attack as the most likely : incident-type, based upon the following calculated likelihoods for each topi c associated with the first sentence of -0048 : Based on semantic features such as :death-w, :government-official-or-legal-orjudicial-descr, and : terrorist-act-org, the Bayesian classifier for INCIDENT-TYPE computes th e probabilities above . Likewise, using features such as :death-w and : terrorist-act-org, another Bayesian classifier computes the probability that \"ROBERTO GARCIA ALVARADO\" is a human target .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TST-MUC4-0048 ANALYSIS", "sec_num": null }, { "text": "Processing proceeds in a like manner for the next 6 sentences of the story, and the template shown in figur e 3 is produced.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TST-MUC4-0048 ANALYSIS", "sec_num": null }, { "text": "TST2-MUC4-004 8 1 . MESSAGE : TEMPLATE 1 2 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": ". MESSAGE : ID", "sec_num": "0" }, { "text": "INCIDENT : DATE 01 JUNE 198 8 3 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": ". MESSAGE : ID", "sec_num": "0" }, { "text": "INCIDENT The most notable feature of this template fill is over generation . TTS-MUC4 correctly identifies one human target and one physical target, but one other person, JOSE NAPOLEON DUARTE, and several coreferents are also generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": ". MESSAGE : ID", "sec_num": "0" }, { "text": "Sentences 11 through 13 of TST-MUC4-0048 :", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": ". MESSAGE : ID", "sec_num": "0" }, { "text": "along with the preceding 2 sentences and the subsequent sentence 14, produce the template shown in figure 4 . The most notable feature of these template fills is the fragmentation of the string fills . Many of the correc t features are tagged, but, because TTS only has a shallow parser, the phrases : \"CHILDREN\" and \"v IC E PRESIDENT' S \" are never combined into the correct answer \"VICE PRES IDENT' S CHILDREN . \"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "GUERRILLAS ATTACKED MERINO'S HOME IN SAN SALVADOR 5 DAYS AGO WITH EXPLOSIVES . THERE WERE SEVEN CHILDREN, INCLUDING FOU R OF THE VICE PRESIDENT'S CHILDREN, IN THE HOME AT THE TIME . A 15-YEAR-OLD NIECE OF MERINO'S WAS INJURED .", "sec_num": null }, { "text": "In addition to the two templates above, TTS-MUC4 also produces a spurious template based on th e sentences 21 through 22 :", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "GUERRILLAS ATTACKED MERINO'S HOME IN SAN SALVADOR 5 DAYS AGO WITH EXPLOSIVES . THERE WERE SEVEN CHILDREN, INCLUDING FOU R OF THE VICE PRESIDENT'S CHILDREN, IN THE HOME AT THE TIME . A 15-YEAR-OLD NIECE OF MERINO'S WAS INJURED .", "sec_num": null }, { "text": "ACCORDING TO THE POLICE AND GARCIA ALVARADO'S DRIVER, WH O ESCAPED UNSCATHED, THE ATTORNEY GENERAL WAS TRAVELING WIT H TWO BODYGUARDS . ONE OF THEM WAS INJURED . and the subsequent 3 sentences . The template produced is not spurious, in a sense, because it describes the sam e incident as template 1 . However, because TTS-MUC4 does not have a full discourse processing component, the tw o templates are not combined . ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "GUERRILLAS ATTACKED MERINO'S HOME IN SAN SALVADOR 5 DAYS AGO WITH EXPLOSIVES . THERE WERE SEVEN CHILDREN, INCLUDING FOU R OF THE VICE PRESIDENT'S CHILDREN, IN THE HOME AT THE TIME . A 15-YEAR-OLD NIECE OF MERINO'S WAS INJURED .", "sec_num": null }, { "text": "TST2-MUC4-004 8 2 -19 APR 198 9 EL SALVADOR : SAN SALVADOR (DEPARTMENT ) BOMBIN G ACCOMPLISHE D \"EXPLOSIVES \" OTHER : \"EXPLOSIVES \" TERRORIST AC T \"GUERRILLAS \" * * \"MERINO'S HOME \" \"THE VEHICLE \" TRANSPORT VEHICLE : \"THE VEHICLE \" POLITICAL FIGURE OFFICE OR RESIDENCE : \"MERINO'S HOME \" 1 : \"MERINO'S HOME \" 1 : \"THE VEHICLE \" * SOME DAMAGE : \"THE VEHICLE \" (DESTROYED SOME DAMAGE) : \"MERINO'S HOME \" 2 \"MERINO'S \" \"VICE PRESIDENT'S \" \"CHILDREN \" \"DRIVER \" \"CHILDREN \" CIVILIAN : \"CHILDREN \" CIVILIAN : \"DRIVER \" CIVILIAN : \"CHILDREN \" CIVILIAN : \"VICE PRESIDENT'S \" CIVILIAN : \"MERINO'S \" 1 : \"MERINO'S \" 1 : \"VICE PRESIDENT'S \" 1 : \"CHILDREN \" 1 : \"DRIVER \" 7 : \"SEVEN CHILDREN \" * INJURY : \"MERINO'S \" DEATH : \"SEVEN CHILDREN \" DEATH : \"DRIVER\" DEATH : \"CHILDREN \" DEATH : \"VICE PRESIDENT'S \" 1 1", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "HUM TGT : TOTAL NUMBER", "sec_num": "24." } ], "back_matter": [ { "text": "To understand the performance of TTS-MUC4, one should look at the the inter-dependence between th e various processing modules . Figure 5 shows these dependencies. Each module points to the modules upon which i t depends. We contend that improving a module will enable improvement of the behavior of its dependents . For example, in tuning the system parameter, the pattern classifier for each slot was adjusted to balanc e recall and performance. In every case, adjusting that parameter to optimize the pattern classification resulted i n increased performance of the overall system .", "cite_spans": [], "ref_spans": [ { "start": 129, "end": 137, "text": "Figure 5", "ref_id": null } ], "eq_spans": [], "section": "CONCLUSION S", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Hughes Trainable Tex t Skimmer: description of the ITS system as used for MUC-3", "authors": [ { "first": "Charles", "middle": [ "P" ], "last": "Dolan", "suffix": "" }, { "first": "Seth", "middle": [ "R" ], "last": "Goldman", "suffix": "" }, { "first": "Thomas", "middle": [ "V" ], "last": "Cuda", "suffix": "" }, { "first": "Alan", "middle": [ "M" ], "last": "Nakamura", "suffix": "" } ], "year": 1991, "venue": "Proceedings of the Third Message Understandin g Conference (MUC-3)", "volume": "", "issue": "", "pages": "21--23", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dolan, Charles P., Goldman, Seth R ., Cuda, Thomas V ., Nakamura, Alan M . Hughes Trainable Tex t Skimmer: description of the ITS system as used for MUC-3 . Proceedings of the Third Message Understandin g Conference (MUC-3) . San Diego, California, 21-23 May 1991 .", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Hughes Trainable Tex t Skimmer. MUC-3 test results and analysis", "authors": [ { "first": "Charles", "middle": [ "P" ], "last": "Dolan", "suffix": "" }, { "first": "Seth", "middle": [ "R" ], "last": "Goldman", "suffix": "" }, { "first": "Thomas", "middle": [ "V" ], "last": "Cuda", "suffix": "" }, { "first": "Alan", "middle": [ "M" ], "last": "Nakamura", "suffix": "" } ], "year": 1991, "venue": "Proceedings of the Third Message Understanding Conferenc e (MUC-3)", "volume": "", "issue": "", "pages": "21--23", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dolan, Charles P ., Goldman, Seth R ., Cuda, Thomas V ., Nakamura, Alan M . Hughes Trainable Tex t Skimmer. MUC-3 test results and analysis . Proceedings of the Third Message Understanding Conferenc e (MUC-3) . San Diego, California, 21-23 May 1991 .", "links": null } }, "ref_entries": { "FIGREF0": { "text": "A block diagram of Hughes Trainable Text Skimmer.", "num": null, "uris": null, "type_str": "figure" }, "FIGREF1": { "text": "Input and output to topic grouping for TST-MUC3-0099 .", "num": null, "uris": null, "type_str": "figure" }, "FIGREF2": { "text": "Similar likelihoods are calculated for each sentence.", "num": null, "uris": null, "type_str": "figure" }, "FIGREF3": { "text": "TGT : FOREIGN NATION * 16 . PHYS TGT : EFFECT OF INCIDENT DESTROYED : \"VEHICLE \" 17 . PHYS TGT : TOTAL NUMBER 1 18 . HUM TGT : NAME \"GARCIA ALVARADO \" 19 . HUM TGT : DESCRIPTION \"DEMOCRAT\" : \"JOSE NAPOLEON DUARTE \" \"ATTORNEY GENERAL\" : \"ROBERTO GARCIA ALVARADO \" 20 . HUM TGT : TYPE CIVILIAN : \"ROBERTO GARCIA ALVARADO \" CIVILIAN : \"JOSE NAPOLEON DUARTE \" CIVILIAN : \"GARCIA ALVARADO \" 21 . HUM TGT : NUMBER 1 : \"GARCIA ALVARADO \" 1", "num": null, "uris": null, "type_str": "figure" }, "FIGREF4": { "text": "Template produced for TST-MUC4-0048 sentences 1-7 .", "num": null, "uris": null, "type_str": "figure" }, "FIGREF5": { "text": "Template produced for TST-MUC4-0048 sentences 9-14.", "num": null, "uris": null, "type_str": "figure" }, "FIGREF6": { "text": ": STAGE OF EXECUTION 6. INCIDENT : INSTRUMENT I D 7. INCIDENT : INSTRUMENT TYP E 8. PERP : INCIDENT CATEGOR Y 9. PERP : INDIVIDUAL I D 10. PERP : ORGANIZATION I D 11. PERP : ORGANIZATION CONFIDENC E 12. PHYS TGT : I D 13. PHYS TGT : TYP E 14. PHYS TGT : NUMBE R 15. PHYS TGT : FOREIGN NATION 16. PHYS TGT : EFFECT OF INCIDEN T 17. PHYS TGT : TOTAL NUMBE R 18. HUM TGT : NAM E 19. HUM TGT : DESCRIPTION 20. HUM TGT : TYP E 21. HUM TGT : NUMBE R 22. HUM TGT : FOREIGN NATION 23. HUM TGT : EFFECT OF INCIDEN T", "num": null, "uris": null, "type_str": "figure" }, "TABREF1": { "num": null, "text": "ALFREDO CRISTIANI CONDEMNED TH E TERRORIST KILLING OF ATTORNEY GENERAL ROBERTO GARCI A ALVARADO AND ACCUSED THE FARABUNDO MARTI NATIONAL LIBERATIO N FRONT (FMLN) OF THE CRIME .", "content": "
TTS-MUC4 extracts the following features :
(feature
((featureof-country-w \"SALVADORAN \"
#<token :SALVADORAN>) )
((featur e
((featur e
((featur e
((featur e
((featur e
((feature
((featur e
((feature
((feature
((feature
((feature
", "type_str": "table", "html": null } } } }