Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
70.6 kB
{
"paper_id": "A92-1024",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:03:31.714971Z"
},
"title": "Automatic Extraction of Facts from Press Releases to Generate News Stories",
"authors": [
{
"first": "Peggy",
"middle": [
"M"
],
"last": "Andersen",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Philip",
"middle": [
"J"
],
"last": "Hayes",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Alison",
"middle": [
"K"
],
"last": "Huettner",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Linda",
"middle": [
"M"
],
"last": "Schmandt",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Irene",
"middle": [
"B"
],
"last": "Nirenburg",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "While complete understanding of arbitrary input text remains in the future, it is currently possible to construct natural language processing systems that provide a partial understanding of text with limited accuracy. Moreover, such systems can provide cost-effective solutions to commercially-significant business problems. This paper describes one such system: JASPER. JASPER is a fact extraction system recently developed and deployed by Carnegie Group for Reuters Ltd. JASPER uses a template-driven approach, partial understanding techniques, and heuristic procedures to extract certain key pieces of information from a limited range of text. We believe that many significant business problems can be solved by fact extraction applications which involve locating and extracting specific, predefined types of information from a limited range of text. The information extracted by such systems can be used in a variety of ways, such as filling in values in a database, generating summaries of the input text, serving as a part of the knowledge in an expert system, or feeding into another program which bases decisions on it. We expect to develop many such applications in the future using similar techniques.",
"pdf_parse": {
"paper_id": "A92-1024",
"_pdf_hash": "",
"abstract": [
{
"text": "While complete understanding of arbitrary input text remains in the future, it is currently possible to construct natural language processing systems that provide a partial understanding of text with limited accuracy. Moreover, such systems can provide cost-effective solutions to commercially-significant business problems. This paper describes one such system: JASPER. JASPER is a fact extraction system recently developed and deployed by Carnegie Group for Reuters Ltd. JASPER uses a template-driven approach, partial understanding techniques, and heuristic procedures to extract certain key pieces of information from a limited range of text. We believe that many significant business problems can be solved by fact extraction applications which involve locating and extracting specific, predefined types of information from a limited range of text. The information extracted by such systems can be used in a variety of ways, such as filling in values in a database, generating summaries of the input text, serving as a part of the knowledge in an expert system, or feeding into another program which bases decisions on it. We expect to develop many such applications in the future using similar techniques.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "While a computer program that can provide complete understanding of arbitrary input text remains a distant dream, it is currently possible to construct natural language processing systems that provide a partial understanding of certain types of text with limited accuracy. Moreover, such systems can provide cost-effective solutions to commercially-significant business problems. This paper describes one such system: JASPER. JASPER (Journalist's Assistant for Preparing Earnings Reports) is a fact extraction system recently developed and deployed by Carnegie Group for Reuters Ltd. JASPER uses a templatedriven approach and partial understanding techniques to extract certain key pieces of information from a limited range of text. Specifically, JASPER takes as input a live",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Reuters Ltd 85 Fleet Street London, EC4P 4AJ England feed of company press releases from PR Newswire. It identifies which of those releases contain information on company earnings and dividends, and for those releases, it extracts a predetermined set of information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "It then reformats that information into a candidate Reuters news story and ships it off to a financial journalist for validation or editing. JASPER improves both the speed and accuracy of producing Reuters stories and hence provides a significant competitive advantage in the fast-paced world of financial journalism.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "JASPER gets excellent results in terms of both accuracy and speed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "It does this by combining frame-based knowledge representation, object-oriented processing, powerful pattern matching, and heuristics which take advantage of stylistic conventions, including lexical, syntactic, semantic, and pragmatic regularities observed in the text corpus. The shallow, localized processing approach that we have adopted focusses on the information to be extracted and ignores irrelevant text. The first phase of JASPER has been deployed at Reuters for use and testing. It provides a low-risk and high-value solution to a realworld business problem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "JASPER's architecture facilitates transfer to other fact extraction applications; the domain-independent core which controls processing is separate from the application-specific knowledge base which makes decisions about extracting information, so only the latter needs to be rewritten for other applications. Still, the knowledge engineering required to build an application is significanL We estimate that the JASPER application involved approximately eight person months in knowledge engineering, apart from basic system development.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "Many significant business problems can be solved by similarly focussed fact extraction applications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "The information extracted can used in a variety of ways, such as filling in values in a database, generating summaries of the input text, serving as a part of the knowledge in an expert system, or feeding into another program which bases decisions on it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "We expect to develop many such applications in the future using similar techniques.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Steven P. Weinstein",
"sec_num": null
},
{
"text": "Most text understanding systems have generally fallen into two categories:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "\u2022 systems which attempt to perform a complete linguistic analysis of the text o systems which perform partial understanding to accomplish certain specific understanding tasks Most of the linguistically-based systems perform a more or less pure syntactic analysis and a semantic and/or pragmatic analysis to arrive at a representation of the meaning of the text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "TACITUS [3] , PROTEUS [5] , PUNDIT [2] , CAUCUS [9], and the News Analysis System (bIAS) [6] all fall into this category. The systems differ in the specifics of the syntactic, semantic and pragmatic analysis used and in the degree to which the different levels of processing are integrated. For example, TACITUS' syntactic step does enough semantic processing to produce a logical form; a second step performs pragmatic tasks such as reference resolution. Some systems base their processing on a particular linguistic theory; for example, CAUCUS uses Lexical Functional Grammar and NAS uses a Government-Binding approach to syntax and semantics. Other systems use more idiosyncratic approaches to the analysis.",
"cite_spans": [
{
"start": 8,
"end": 11,
"text": "[3]",
"ref_id": "BIBREF2"
},
{
"start": 22,
"end": 25,
"text": "[5]",
"ref_id": "BIBREF5"
},
{
"start": 35,
"end": 38,
"text": "[2]",
"ref_id": "BIBREF1"
},
{
"start": 89,
"end": 92,
"text": "[6]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "These linguistically-based systems have a tremendous potential for complete understanding of a wide range of text, because, in theory, they do a complete analysis of the text. However, the processing of such systems tends to be relatively slow; in addition, these systems have tended to be used in research contexts in part because the range of coverage that they can provide is necessarily limited. A full analysis of text that covers diverse topics or that must be processed at a high rate of throughput is not feasible given the current state of the art.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "Systems which do not attempt a complete understanding of the text, but rather focus on specific understanding tasks are more likely to result in deployable applications. ATRANS [7] , the only major deployed fact extraction system before JASPER, is the most notable example. ATRANS operates in the domain of international banking telexes, dealing with one major subclass of such telexes -money Iransfer telexes. ATRANS automatically extracts the information required to complete the transfer (the various banks mentioned in the telex, their roles in the money transfer, payment amounts, dates, security keys, etc.) and formats it for entry into the bank's automated transaction processing system.",
"cite_spans": [
{
"start": 177,
"end": 180,
"text": "[7]",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "The understanding techniques used in ATRANS are based on caseframe analysis using the Conceptual Dependency formalism [8] which relies on semantics over syntax, and does not require a complete analysis of the text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "General Electric's SCISOR system [4] uses a hybrid approach, combining syntactic and caseframe parsing. This allows it to exploit the strong top-down domain expectations provided by caseframes to deal with relevant fragments from text that it cannot fully analyze, while at the same time generating complete linguistic analyses when possible. SCISOR is also designed so that general grammatical knowledge and domain-specific knowledge are kept separate. This will greatly facilitate its transfer to other domains.",
"cite_spans": [
{
"start": 33,
"end": 36,
"text": "[4]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "A major component of Reuters business is to provide real-time financial news to financial traders. Corporate earnings and dividend reports are two routine, but extremely important, types of financial news that Reuters handles. Publicly-traded companies must, by law, provide this information periodically, and equities traders rely on news services like Reuters to distill the companies' reports and make the information available within minutes or even seconds so that they can use it to make decisions about which stocks to buy and sell. It is imperative that the reports be generated very quickly and very accurately; if Reuters can produce important earnings and dividend stories first, they will have the edge in the very competitive realtime financial news market.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Business Problem",
"sec_num": "3."
},
{
"text": "One important electronic sources of earnings information is PR Newswire, which provides a wide range of press releases on many topics to subscribers. Figure 1 is a typical earnings press release received through the PR Newswire service. Figure 2 shows the corresponding Reuters news story which a reporter would generate from this release.",
"cite_spans": [],
"ref_spans": [
{
"start": 150,
"end": 158,
"text": "Figure 1",
"ref_id": null
},
{
"start": 237,
"end": 245,
"text": "Figure 2",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Business Problem",
"sec_num": "3."
},
{
"text": "While the production of these reports is crucial to Reuters business, it is a routine, tedious task which requires just enough domain knowledge and human intelligence to require trained reporters. JASPER helps Reuters produce earnings and dividend news stories substantially faster, with fewer errors, and with less tedium. JASPER automatically generates draft earnings and dividend stories from the press releases carried on PR Newswire and makes them available In all, JASPER attempts to extract 56 different values from an earnings release, though not all of these will ever be present in any given release. Most of the values that JASPER extracts are numbers --net income, per share income, revenues, sales, average number of shares outstanding, etc. --and most information types are reported for four time periods: the quarter just ended, the corresponding quarter of the prior year, the fiscal year to date just ended, and the corresponding year to date period of the prior year. Other information types have only one value; these include the quarter being reported (Q1, Q2, Q3, or Q4), the end date of the quarter being reported, the place of origin of the release, the dividend, the date on which the dividend will be paid, etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Business Problem",
"sec_num": "3."
},
{
"text": "The JASPER system was developed between December, 1990 and August, 1991. The software was installed in early August, 1991, and reporters in New York and other Reuters offices in the United States began experimental use of the system immediately.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Business Problem",
"sec_num": "3."
},
{
"text": "Results of this use have shown that JASPER does its job quickly and accurately.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Business Problem",
"sec_num": "3."
},
{
"text": "\u2022 JASPER processes the average earnings or dividend release in approximately 25 seconds. \u2022 By the standard measures of recall and precision, the system is over 96% accurate overall in selecting relevant releases for processing. \u2022 By correstxmding measures for fact extraction, the system is over 84% accurate overall in extracting the desired information from the selected releases. Over 90% of the values that JASPER places in the stories it generates are correct. \u2022 JASPER handles 33% of targeted releases perfectly. It handles 21% of all earnings stories with no errors or omissions whatever;, and handles 82% of all dividend releases with no errors or omissions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Business Problem",
"sec_num": "3."
},
{
"text": "Upon receiving a press release from PR Newswire, JASPER first determines whether it is \"relevant\" --that is, whether it is one of the earning or dividend releases from which we wish to extract information. Carnegie Group's Text Categorization Shell (TCS) [1] is used to do this selection. Only about 20% of the information on the wire is relevant.",
"cite_spans": [
{
"start": 255,
"end": 258,
"text": "[1]",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Technical Approach",
"sec_num": "4."
},
{
"text": "JASPER has a frame representation which defines the specific information types to be extracted from relevant texts. These frames guide the remainder of the processing. The slots of the frame define what information is to be extracted and also hold information about how the processing for each slot is to be performed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Technical Approach",
"sec_num": "4."
},
{
"text": "For each slot in the frame, the system tries to match against each sentence an associated set of patterns of words; if any of the patterns match, a procedure, or extraction method, also associated with the particular slot, is called to decide whether the patterns which matched can be used to assign a value to the slot. The exllaction method may decide that no slot value should be assigned, or it may translate the information that matched into a canonical form and store it in the frame. Once all available information has been extracted and stored in the frame, JASPER generates a news story from the information and makes the story available to reporters for editing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Technical Approach",
"sec_num": "4."
},
{
"text": "Together, the patterns and the extraction methods make up the application-specific rulebase. The rulebase is tailored to the syntactic structures and vocabulary that we have observed in our analysis of the corpus. JASPER does not do complete syntactic parsing or complete semantic analysis of the text. Instead, it matches \"sketchy\" patterns, looking only for relevant words or phrases within sentences. The extraction methods too were written expressly to handle the forms that we have observed in PR Newswire texts. The rulehase makes certain assumptions about the language it expects to fmd in a text; while these assumptions are not always borne out, they are in most cases, and JASPER reaches a very high level of accuracy because of them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Technical Approach",
"sec_num": "4."
},
{
"text": "The input press releases often have a table along with the textual part, as in the example in Figure 1 . The information contained in the two parts often overlaps, but in most cases neither the textual nor the tabular part gives all the required information. We therefore extract the information from both the text and the table and then merge the two sets of values. In this paper we do not discuss the techniques used to extract information from tables.",
"cite_spans": [],
"ref_spans": [
{
"start": 94,
"end": 102,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Technical Approach",
"sec_num": "4."
},
{
"text": "JASPER runs under Ultrix on a DECstation 3100. The dedicated standalone DECstation has loose system interfaces to the PR Newswire feed and to a Tandem computer on which the reporters edit stories. The core extraction system runs in Lucid Common Lisp and uses the Common Lisp Object System (CLOS) to represent its frames.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Technical Approach",
"sec_num": "4."
},
{
"text": "The control of the text understanding component of JASPER follows a simple algorithm. For each sentence in the release, JASPER checks every item on an ordered list of targeted information types, or slots, to determine whether a value has already been assigned to the corresponding slot. If no value has yet been stored, JASPER tries to match the current sentence against a set of patterns associated with that slot. If any pattern matches, tentatively identified values from the sentence are bound to pattern matcher variables, and the extraction method associated with that information type is called to interpret the results of the pattern matching.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text Understanding Control",
"sec_num": "4.1."
},
{
"text": "The extraction methods are application-specific procedures associated with individual slots which use the results of pattern matching to determine whether any slots should be f'llled and what value(s) should be used. If an extraction method assigns a value to a slot, the slot is marked as \"done\" and is removed from the list of slots to try on subsequent sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text Understanding Control",
"sec_num": "4.1."
},
{
"text": "One important component of Carnegie Group's Text Categorization Shell is a powerful pattern matcher which matches complex patterns of words written in a specialized pattern language against text. This technology is also central to JASPER's fact extraction technology. The network-based left-to-right pattern matcher includes disjunction, negation, optionality, and skipping operators, and performs regular and irregular English morphology transformations when words are specified as nouns or verbs. The following pattern illustrates the pattern matching operators:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Matcher",
"sec_num": "4.2."
},
{
"text": "((profit +N ! earnings) (&skip 8 ($n ?million dollar +N)) (&n (per share)))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Matcher",
"sec_num": "4.2."
},
{
"text": "This pattern says to match either the word profit or profits (+!; indicates that it is a noun) or earnings, followed within eight words by any number ($n), followed optionally by million, followed by dollar or dollars; and a match will fail if the phrase per share follows dollar. This pattern would match in sentences like the following: e ABC Company announced profits of more than 50 million dollars last year. The pattern will not match in the following sentences, however:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Matcher",
"sec_num": "4.2."
},
{
"text": "\u2022 XYZ Company'sprofits will be 2.25 dollarsper share.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Matcher",
"sec_num": "4.2."
},
{
"text": "\u2022 XYZ Company announced that its earnings for the third quarter of 1990 will exceed expectations at 45.6 million dollars. The former sentence will fail because per share follows dollars. The latter will fall because more than eight words intervene between earnings and the number, JASPER uses an extended version of the TCS pattern marcher for extracting information. It not only provides a boolean indication of whether a pattern matched, but also saves the information that we want to extract from the matches as special variables. A variable binding operator was added which can transform words matched in the text into a canonical form or simply save the words that matched. For example, this pattern (&if ($n) %number) will match any number and bind the number that matched to the pattern matcher variable %numbe=.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Matcher",
"sec_num": "4.2."
},
{
"text": "This variable binding operator can also canonicalize values, as shown in the following pattern: Patterns like this one can match a variety of expressions with the same meaning, binding a pattern matcher variable to a single form representing this meaning. This pattern matches all of the following phrases and binds the variable %q.uazter to 4 in every case: fourth quarter, 4th quarter, 4th qtr, fourth qtr, Q4. Once the crucial information is saved as pattern marcher variables, it can be used by the exlraction methods to fill in values in a frame representation of the text",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Matcher",
"sec_num": "4.2."
},
{
"text": "JASPER uses CLOS to control the extraction processing and to store the extracted information. Each type of release from which we extract information --earnings and dividends --has a frame, or CLOS class, associated with it, with a slot for each information type that JASPER extracts. Figure 3 shows a portion of the earnings frame.",
"cite_spans": [],
"ref_spans": [
{
"start": 284,
"end": 292,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Knowledge Representation",
"sec_num": "4.3."
},
{
"text": "{lEARNINGS net-income-group: <net-lncome-group-obJect> current-quarter-net:<net-income-obJect> prior-quarter-net <net-income-object> currrent-ytd-net: <net-income-object> prlor-ytd-net: <net-lncome-object> ;eri;d-reported: <period-reported-object> )}\" \" .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Representation",
"sec_num": "4.3."
},
{
"text": "As mentioned above, we are interested in extracting numbers for four different time periods for many information types. The slots current-quarter-net, prior-quarter-net, current-ytd-net, and prior-ytd-net in Figure 3 represent the four slots for net income. All four slots are processed together using the same patterns and extraction methods; in order to accomplish this, a group slot, net-income-group in the example, is defined to hold the information required for processing these slots. The individual slots corresponding to each time period then hold the specific values extracted from the text. Other information types have just one slot; for example period-reported in the example represents the period for which earnings are being reported (QI, Q2, Q3, or 04). This slot contains the information about how to extract the information --the pattems and extraction methods --and also holds the value once it is extracted.",
"cite_spans": [],
"ref_spans": [
{
"start": 208,
"end": 216,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 3: Earnings Extraction Frame",
"sec_num": null
},
{
"text": "Each of the slots in the earnings frame in turn has a class as its value; these classes store information about how to do the extraction, and once information has been extracted from the press release, they store the value extracted. Each of these classes has the following slots associated with it for extracting from text:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Earnings Extraction Frame",
"sec_num": null
},
{
"text": "\u2022 a set of patterns to be used for extracting information from text \u2022 a procedure, or method, for extracting information from text \u2022 the value extracted",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Earnings Extraction Frame",
"sec_num": null
},
{
"text": "This section describes application-specific patterns and procedures used for fact extraction. In analyzing the relevant texts, we found tremendous regularity in the language and syntactic structures used due to stylistic conventions followed by U.S. companies in reporting earnings and dividends.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The JASPER Extraction Rulebase",
"sec_num": "4.4."
},
{
"text": "The patterns and extraction methods take advantage of these regularities, handling the forms that are most likely to occur in the text with a high level of accuracy, and the forms that occur less frequently or not at all less accurately.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The JASPER Extraction Rulebase",
"sec_num": "4.4."
},
{
"text": "The patterns used for extraction tend to match \"sketchy\" phrases, with skipping between the relevant elements of the pattern. For example, in order to find the net income we need to know that earnings are under discussion and we need to know what the amount of the earnings was; we can skip over other irrelevant information. A pattern like the following was used for net income:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The JASPER Extraction Rulebase",
"sec_num": "4.4."
},
{
"text": "((profit +N ! earnings) (&skip 8 ((&if ($n) %number) ?(&if (million) %mult) dollar +N)) (&n (per share)))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The JASPER Extraction Rulebase",
"sec_num": "4.4."
},
{
"text": "The patterns and extraction methods follow a few main strategies, depending on the kind of information to be extracted. Each of the strategies is described below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The JASPER Extraction Rulebase",
"sec_num": "4.4."
},
{
"text": "Several slots for earnings and dividends required a very simple strategy. The reporting period for earnings is an example of this type of slot. The patterns match simple phrases and bind a variable to the value to be extracted; the extraction method then takes the value bound to the variable, canonicalizes it if necessary, and fills in the appropriate value in the frame.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Information for Simple Slots",
"sec_num": "4.4.1."
},
{
"text": "Below is the pattern for the fourth quarter reporting period:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Information for Simple Slots",
"sec_num": "4.4.1."
},
{
"text": "(&if (((fourth ! 4th) (quarter ! qtr)) ! (Q4)) (%quarter = 4))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Information for Simple Slots",
"sec_num": "4.4.1."
},
{
"text": "If this pattern is matched, the pattern matcher variable %quarter is bound to the value 4. The extraction method for the reporting-period slot is then called to fill in the value for the slot in the frame.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Information for Simple Slots",
"sec_num": "4.4.1."
},
{
"text": "Earnings figures are generally given for four periods. In order to interpret the numbers in an earnings release, the system must not only find the figures reported and determine which information type they refer to (e.g. net income), but must also know the time period they apply to -the current or prior year, and the quarter or the year to date.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Understanding Time Context in Text",
"sec_num": "4.40."
},
{
"text": "For efficiency and for accuracy in handing elliptical time expressions, we handled time phrases separately, maintaining a time context which is then used to determine which of the four group slots to fill with the figures extracted. This time context makes it possible to process pairs of sentences like the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Understanding Time Context in Text",
"sec_num": "4.40."
},
{
"text": "\u2022 Earnings during the fourth quarter of 1990 were 50_5 million dollars. Sales were 74.3 million dollars. When JASPER processes the fh'st sentence it stores as the time context in working memory the fact that the last period mentioned was a quarter and the last year mentioned was the current one. After the time context is set up in this way, the earnings information is invcessed. The following sentence gives sales information, but does not provide any information about time. Despite this, the persistent time context in working memory allows us to determine that the slot to fill is the sales slot for the current quarter rather than for the prior quarter or for one of the year-to-date slots.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Understanding Time Context in Text",
"sec_num": "4.40."
},
{
"text": "The extraction procedures for time handling use heuristics based on our analysis of the particular texts to be handled and on our knowledge of English syntax, semantics, and pragmatics. While JASPER does not handle all time contexts correctly, it performs very well on the types that occur in the corpus of PR Newswire earnings reports.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Understanding Time Context in Text",
"sec_num": "4.40."
},
{
"text": "JASPER uses the same strategy for filling in all slots in earnings releases that require number values. We will use net income as an example. Net income has four specific slots to fill, one for each of the reported time periods; all are handled together by the net-income-g=oup slot, which has a single set of patterns to match and a single extraction method to sort out which of the specific slot(s) to fill when relevant patterns match.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "The net-income-group slot has two sets of patterns, informally called current patterns and prior patterns: * current patterns match a word or phrase like earnings followed at some distance by a number; the number is bound to a pattern matcher variable. For example,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "((profit +N ! earnings) (&skip 8 ((&if ($n) %number) ?(&if (million) %mult) dollar +N)) (&n (per share)))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": ". prior patterns match, in different orders, a word like earnings and a comparison word (e.g., compared, increase ... from, rise ... from, versus, etc.) followed at some distance by a number, which is bound to a pattern matcher variable. The following is an example of one such pattern:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "((profit +N ! earnings) (&skip 8 (increase +V ! decrease +V) (&skip 8 (from)) (&skip 8 ((&if ($n) %number) ?(&if (million) %mult) dollar +N)) (&n (per share)))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "These two patterns match the net income from the current and prior period in sentences like the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "\u2022 XFZ Company's profits for the current year increased from 45.5 million dollars last year to 50 million dollars. The time context described above is used to help determine which time period the extracted numbers refer to.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "Conflicts between multiple matches are resolved by a heuristic procedure which allows JASPER to handle very complex sentences like the following with perfect accuracy: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "*ABC",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracting Numbers for Group Slots",
"sec_num": "4.4.3."
},
{
"text": "JASPER was deployed for testing and use by reporters in early August 1991. Reporters in New York and other Reuters offices in the United States are currently using the system as an aid in producing earnings reports from PR Newswire announcements.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Status and Results",
"sec_num": "5."
},
{
"text": "Accuracy tests run at Carnegie Group on a set of press releases that the system developers had never seen showed that JASPER's accuracy compares favorably with the results seen at the Second Message Understanding Conference (MUCK-II) [9] .",
"cite_spans": [
{
"start": 234,
"end": 237,
"text": "[9]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Status and Results",
"sec_num": "5."
},
{
"text": "JASPER also runs quickly enough to be used in this realtime application at an average of about 25 seconds per relevant press release. Reuters required processing to be less than 30 seconds in order for the journalists to get the stories out in the very tight timeframes they have to work with.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Status and Results",
"sec_num": "5."
},
{
"text": "Before delivering JASPER we ran an accuracy test on 100 earnings releases and 50 dividend releases that the system developers had not seen or analyzed prior to the test. Accuracy scores were calculated by manually comparing the values extracted by JASPER with the correct values specified by a Reuters journalist. We measured accuracy separately for selection of relevant releases and fact extraction. Results are reported below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Accuracy",
"sec_num": "5.1."
},
{
"text": "Selection refers to the identification of relevant earnings and dividend reports in the slream of press releases from PR Newswire.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection",
"sec_num": "5.1.1."
},
{
"text": "Selection is measured with the standard measures of recall and precision. Recall is the percentage of actual earnings and dividend announcements that the selection process succeeds in finding. If recall is high, the system is not missing many items that it should select. Precision is the percentage of announcements that JASPER selects that are actually relevant, i.e. relate to earnings or dividends. If precision is high, the system is not wrongly selecting many items that should not be selected. These measures correlate closely with the recall and precision measures used for MUCK-II, with only minor differences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection",
"sec_num": "5.1.1."
},
{
"text": "The figures in Figure 4 are based on 1047 PR Newswire releases, representing four days transmissions.",
"cite_spans": [],
"ref_spans": [
{
"start": 15,
"end": 23,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Selection",
"sec_num": "5.1.1."
},
{
"text": "The \"Expected\" figures represent the number of relevant releases actually present in the sample; the \"Assigned\" figure.s represent the number of releases selected by JASPER. We calculate overall accuracy as the average of the recall and precision scores. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection",
"sec_num": "5.1.1."
},
{
"text": "To compare our results with those of MUCK-II, we have chosen the highest score for recall and precision for each of four tests: two tests each with two different data sets. The In'st test on each data set was run \"cold\" --the system developers had not seen the data in advance. The second test in each case was run after the system developers had made some changes to accommo4ate the test d_ata. The best recall and precision scores for each test do not necessarily come from the same system. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 4: JASPER Selection Accuracy",
"sec_num": null
},
{
"text": "We use two measures of accuracy for fact extraction: completeness and correctness. Completeness corresponds roughly to the recall measure used in MUCK-II, and to the recall measure used for selection; it measures the percentage of targeted values available in the PR announcements that are actually extracted correctly by the system. A targeted value is one that should, according to Reuters practice and style guidelines, appear in the Reuters news story.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extraction",
"sec_num": "5.1.2."
},
{
"text": "Correctness corresponds roughly to the precision measure used in MUCK-II and the precision measure used for selection; it measures the percentage of times that a value extracted by the system is correct.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "correct values extracted completeness = total targeted values",
"sec_num": null
},
{
"text": "correct values extracted correctness = total values extracted JASPER was designed with an emphasis on correctness rather than on completeness on the assumption that reporters are less likely to overlook gaps than wrong values in the story. To compensate for this built-in bias, we also calculate an overall accuracy figure for extraction by averaging the percentages obtained for completeness and corr~tness.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "correct values extracted completeness = total targeted values",
"sec_num": null
},
{
"text": "In the accuracy results given in Figure 6 , the \"Unadjusted\" figures are the raw results of the test. The \"Adjusted\" figures take into account typographical errors in the PR Newswire input (treating them in our favor), as well as the judgments of the same Reuters reporter regarding permissible deviations from his output. The figures \"With Changes\" are based on a second test on the same input after some changes had been made to the extraction rulebase. Figure 7 shows results from MUCK-II. The best test scores from each of four test for their correlates of completeness and correctness are given. The completeness and correctness scores do not necessarily come from the same system for any given test. The four tests involved two tests each of two different data sets. The first test on each data set was run \"cold\" --the system developers had not seen the data in advance. The second test in each case was run after the system developers had made some changes to accommodate the test data, and so should correspond roughly to our lest \"with changes\". While the MUCK-II Figure 7 : Best MUCK-II Extraction Accuracy accuracy measures differ somewhat from JASPER's, we believe that they are similar enough to show that JASPER compares favorably with the results of the systems which competed in MUCK-II.",
"cite_spans": [],
"ref_spans": [
{
"start": 33,
"end": 41,
"text": "Figure 6",
"ref_id": "FIGREF3"
},
{
"start": 456,
"end": 464,
"text": "Figure 7",
"ref_id": null
},
{
"start": 1074,
"end": 1082,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "correct values extracted completeness = total targeted values",
"sec_num": null
},
{
"text": "JASPER shows that text understanding technology has progressed to the point that it can be applied profitably to real commercial applications. However, the state of the art will not allow the technology to be applied to unconstrained applications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
},
{
"text": "Instead, applications must be selected carefully in order to yield positive results. Certain characteristics of applications will make them better candidates for fact extraction using Carnegie Group's technology and, we believe, other technologies as well:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
},
{
"text": "\u2022 The events or reports have predictable components, or information types to be extracted. \u2022 The information to be extracted tends to be expressed through an unambiguous and predictable, though possibly wide-ranging, set of linguistic forms. Technologies like JASPER, which extract information from text using shallow, focussed processing techniques based on complex pattern matching and heuristic decisionmaking, can be profitably applied to applications having these characteristics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
},
{
"text": "JASPER's accuracy compares favorably with other text understanding systems, and its processing speed allows for real-time use of the extracted information in a time-critical application. JASPER is a deployed system which solves a real business problem. We believe there any many other such business problems that could be solved with similar techniques. We expect to see the deployment of many more such applications in the future. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A Shell for Content-Based Text Categorization",
"authors": [
{
"first": "P",
"middle": [
"J"
],
"last": "Hayes",
"suffix": ""
},
{
"first": "P",
"middle": [
"M"
],
"last": "Andersen",
"suffix": ""
},
{
"first": "I",
"middle": [
"B"
],
"last": "Nirenburg",
"suffix": ""
},
{
"first": "L",
"middle": [
"M"
],
"last": "Schmandt",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Tcs",
"suffix": ""
}
],
"year": 1990,
"venue": "Sixth IEEE AI Applications Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hayes, P. J., Andersen, P. M., Nirenburg, I. B., and Schmandt, L. M. TCS: A Shell for Content-Based Text Categorization. Sixth IEEE AI Applications Conference, Santa Monica, March, 1990.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The PUNDIT Natural-Language Processing System",
"authors": [
{
"first": "L",
"middle": [],
"last": "Hirschman",
"suffix": ""
}
],
"year": 1989,
"venue": "Proceedings of the Annual AI Systems in Government Conference",
"volume": "",
"issue": "",
"pages": "234--243",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hirschman, L., et. al. The PUNDIT Natural-Language Processing System. Proceedings of the Annual AI Systems in Government Conference, Washington, D.C., March, 1989, pp. 234-243.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Interpretation as Abduction",
"authors": [
{
"first": "J",
"middle": [],
"last": "Hobbs",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Stickel",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Martin",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Edwards",
"suffix": ""
}
],
"year": null,
"venue": "Proceedings of the 26th",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hobbs, J., Stickel, M., Martin, P., Edwards, D. Interpretation as Abduction. Proceedings of the 26th",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Annual Meeting of the Association of Computational Linguistics, Association of Computional Linguistics",
"authors": [],
"year": 1988,
"venue": "",
"volume": "",
"issue": "",
"pages": "95--103",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Annual Meeting of the Association of Computational Linguistics, Association of Computional Linguistics, June, 1988, pp. 95-103.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "SCISOR: Extracting Information from Online News",
"authors": [
{
"first": "P",
"middle": [
"S"
],
"last": "Jacobs",
"suffix": ""
},
{
"first": "L",
"middle": [
"F"
],
"last": "Rau",
"suffix": ""
}
],
"year": 1990,
"venue": "Comm. ACM",
"volume": "33",
"issue": "",
"pages": "88--97",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jacobs, P. S. and Rau, L.F. \"SCISOR: Extracting Information from Online News\". Comm. ACM 33, 11 (November 1990), 88-97.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "An Equipment Model and its role in the Interpretation of Noun Compounds",
"authors": [
{
"first": "T",
"middle": [],
"last": "Ksiezyk",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
}
],
"year": 1986,
"venue": "DARPA' s 1986 Strategic Computing Natural Language Processing Workshop",
"volume": "",
"issue": "",
"pages": "81--95",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ksiezyk, T., and Grishman, R. An Equipment Model and its role in the Interpretation of Noun Compounds. In DARPA' s 1986 Strategic Computing Natural Language Processing Workshop, Information Sciences Institute, Marina del Rey, CA, 1986, pp. 81-95.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "A News Analysis System. COLING88",
"authors": [
{
"first": "R",
"middle": [
"J"
],
"last": "Kuhns",
"suffix": ""
}
],
"year": 1988,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kuhns, R. J. A News Analysis System. COLING88, Budapest, August, 1988.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Automatic Processing of Money Transfer Messages",
"authors": [
{
"first": "S",
"middle": [],
"last": "Lytinen",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Gershman",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Atrans",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the Fifth National Conference of the American Association for Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "1089--1093",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lytinen, S. and Gershman, A. ATRANS: Automatic Processing of Money Transfer Messages. Proceedings of the Fifth National Conference of the American Association for Artificial Intelligence, Philadelphia, August, 1986, pp. 1089-1093.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"text": "An example Reu~rs news story tO reporters for editing. Reporters need only check the information and make any necessary changes.",
"type_str": "figure",
"uris": null
},
"FIGREF1": {
"num": null,
"text": "fourth ! 4th) (quarter ! qtr)) ! (Q4)) (%quarter = 4))",
"type_str": "figure",
"uris": null
},
"FIGREF2": {
"num": null,
"text": "Beat MUCK-II Selection Accuracy",
"type_str": "figure",
"uris": null
},
"FIGREF3": {
"num": null,
"text": "JASPER Extraction Accuracy",
"type_str": "figure",
"uris": null
},
"TABREF0": {
"text": "GREEN TREE ANNOUNCES THIRD QUARTER RESULTSST. PAUL, Minn., Oct. 17 /PRNewswire/ --Green Tree Acceptance, Inc. (NYSE, PSE: GNT) today reported net earnings for the third quarter ended Sept. SO of $i0,395,000, or 70 cents per share, compared with net earnings of $10,320,000, or 70 cents",
"content": "<table><tr><td colspan=\"4\">/FROM PR NEWSWIRE MINNEAPOLIS 612-871-7200/</td><td/></tr><tr><td>TO BUSINESS EDITOR:</td><td/><td/><td/><td/></tr><tr><td colspan=\"2\">of 1989.</td><td/><td/><td/></tr><tr><td colspan=\"5\">For the nine months, net earnings were $26,671,000,</td></tr><tr><td colspan=\"5\">or $1.70 per share, compared with the first nine months</td></tr><tr><td colspan=\"5\">of 1989, which had net earnings of $20,800,000, or $1.21</td></tr><tr><td>per share.</td><td/><td/><td/><td/></tr><tr><td colspan=\"5\">GREEN TREE ACCEPTANCE, INC. STATEMENT OF EARNINGS</td></tr><tr><td/><td/><td colspan=\"2\">(in thousands)</td><td/></tr><tr><td/><td colspan=\"2\">Throe Months</td><td colspan=\"2\">Nine Months</td></tr><tr><td/><td colspan=\"2\">9/30/90 9/30/89</td><td colspan=\"2\">9/30/90 9/30/89</td></tr><tr><td colspan=\"2\">Earnings before income</td><td/><td/><td/></tr><tr><td>taxes</td><td>16,903</td><td>16,785</td><td>43,360</td><td>33,825</td></tr><tr><td>Net earnings</td><td>10,395</td><td>10,320</td><td>26,671</td><td>20,800</td></tr><tr><td colspan=\"2\">Earnings per share:.70</td><td>.70</td><td>1.70</td><td>1.21</td></tr><tr><td colspan=\"2\">weighted average common</td><td/><td/><td/></tr><tr><td>shares</td><td/><td/><td/><td/></tr><tr><td>outstanding</td><td>11,599</td><td>11,494</td><td>11,597</td><td>11,450</td></tr><tr><td>-0-</td><td/><td colspan=\"2\">10/17/90</td><td/></tr></table>",
"num": null,
"type_str": "table",
"html": null
},
"TABREF1": {
"text": "Company reported net earnings of 50 million dollars or 45 cents per share on revenues of 62 million dollars this year compared to earnings of 55 million dollars or 51 cents per share on revenues of 71.1 million dollars last year.",
"content": "<table/>",
"num": null,
"type_str": "table",
"html": null
},
"TABREF6": {
"text": "8. Schank, R, C. Conceptual Information Processing. North Holland, Amsterdam, 1975. 9. Sundheim, B. Second Message Understanding Conference (MUCK-II) Report. NavalOceanSystemsCenter, September, 1989.",
"content": "<table/>",
"num": null,
"type_str": "table",
"html": null
}
}
}
}