EP1190343A2 - Multi-document summarization system and method - Google Patents
Multi-document summarization system and methodInfo
- Publication number
- EP1190343A2 EP1190343A2 EP00919318A EP00919318A EP1190343A2 EP 1190343 A2 EP1190343 A2 EP 1190343A2 EP 00919318 A EP00919318 A EP 00919318A EP 00919318 A EP00919318 A EP 00919318A EP 1190343 A2 EP1190343 A2 EP 1190343A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- phrases
- nodes
- phrase
- temporal
- documents
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/34—Browsing; Visualisation therefor
- G06F16/345—Summarisation for human users
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/194—Calculation of difference between files
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
- G06F40/35—Discourse or dialogue representation
Definitions
- the present invention relates generally to information summarization and more particularly relates to systems and methods for generating a summary for a set of multiple, related documents.
- a present method for generating a summary of related documents in a collection includes extracting phrases from the documents which have common focus elements. Phrase intersection analysis is performed on the extracted phrases to generate a phrase intersection table. Temporal processing can be performed on the phrases in the phrase intersection table to remove ambiguous temporal references and to sort the phrases in a temporal sequence. Sentence generation is performed using the phrases in the phrase intersection table to generate the multi document summary.
- the phrase intersection analysis operation can include representing the phrases in tree structures having root nodes and children nodes; selecting those tree structures with verb root nodes; comparing the selected root nodes to the other root nodes to identify identical nodes; applying paraphrasing rules to non- identical root nodes to determine if non identical nodes are equivalent; and evaluating the children nodes of those tree structures where the parent nodes are identical or equivalent.
- the tree structure can take the form of a DSYNT tree structure.
- the paraphrasing rules can include one or more rules which are selected from the group consisting of ordering of sentence components, main clause versus a relative clause, different syntactic categories, change in grammatical features, omission of an empty head, transformation of one part of speech to another, and semantically related words.
- the temporal processing includes time stamping phrases based on a first occurrence of the phrase in the collection; substituting date certain references for ambiguous temporal references; ordering the phrases based on the time stamp; and inserting a temporal marker if a temporal gap between phrases exceeds a threshold value.
- a phrase divergence processing operation can also be performed to include phrases that signal changes in focus of the documents in the collection.
- Sentence generation can includes mapping the phrases, represented in the tree structure, to an input format of a language generation engine and then operating the language generation engine.
- a present system for generating a summary of a collection of related documents includes a storage device for storing the documents in the collection, a lexical database, such as WordNet, and a processing subsystem operatively coupled to the storage device and the lexical database.
- the processing subsystem is programmed to perform multiple document summarization including: accessing the documents in the storage device; using the lexical database to extract phrases from the documents with similar focus elements; performing phrase intersection analysis on the extracted phrases to generate a phrase intersection table; performing temporal processing on the phrases in the phrase intersection table; and performing sentence generation using the phrases in the phrase intersection table.
- Figure 2 is a flow chart of a phrase intersection processing operation in accordance with the system operation of Figure 1 ;
- Figure 3 is a pictorial diagram of a DSYNT tree structure for an exemplary sentence
- Figure 4 is a flow chart of a temporal processing operation in accordance with the system operation of Figure 1 ;
- FIG. 5 is a simplified block diagram of an embodiment of the present multiple document summarization system.
- the same reference numerals and characters unless otherwise stated, are used to denote like features, elements, components or portions of the illustrated embodiments.
- the subject invention will now be described in detail with reference to the figures, it is done so in connection with the illustrative embodiments. It is intended that changes and modifications can be made to the described embodiments without departing from the true scope and spirit of the subject invention as defined by the appended claims.
- Figure 1 is a flow chart which provides an overview of the operation of the present multiple document summarization system.
- a set of documents in computer readable format and grouped by a common theme or domain, is presented to the summarization system.
- entities are identified and sentences are extracted from the documents which are relevant to the focus of the articles. Entities can be identified and extracted in a number of ways, such as by use of an information extraction engine.
- a suitable information extraction engine is TALENT, which is available from International Business Machines, Inc.
- phrases are extracted from the documents which include terms that are present in at least two of the documents.
- divergent phrases which may be indicative of contrasts in the documents, are also extracted from the document in step 110.
- phrase intersection processing (step 120) and phrase divergence processing (step 130) are performed to evaluate and compare the extracted phrases and determine whether such phrases should be included in the resulting multiple document summary. Since phrases are extracted from multiple documents and can include temporal references which are ambiguous when taken out of context from the original document, temporal processing (step 140) is performed on the phrases selected for the summary. Finally, sentence generation (step 150) is used to transform selected phrases into a coherent summary.
- Figure 2 is a flow chart which further illustrates steps that can be performed in connection with phrase intersection processing of step 120.
- the selected phrases are grammatically parsed and represented in a tree structure, such as a DSYNT tree diagram, which is generally known in the art.
- An example of such a diagram is illustrated in Figure 3.
- the parse trees can be generated by a conventional grammatical parser, such as Collin's parser.
- the DSYNT tree structure is a way of representing the constituent dependencies resulting from a predicate-argument sentence structure.
- each non-auxiliary word in the sentence has a node which is connected to its direct dependents. Grammatical features of each word are also stored in the node. To facilitate subsequent comparisons, words in the nodes are kept in their canonical form.
- those trees which have root nodes which are verbs are selected and used as the basis for comparison.
- Each such verb based tree is compared against the other trees derived from the sentences extracted from the documents in the collection (step 220).
- a comparison is made to determine if two nodes are identical (step 230). If two nodes are identical, those nodes are added to an output tree (step 235) and the nodes are evaluated to determine if there are further nodes descending from the root node (step 240). Such further nodes are referred to as children nodes. If children nodes are present (step 245), the comparison in step 230 is repeated for each of child node.
- step 230 if two nodes are not identical, it is still possible for the nodes to be equivalent.
- the present method employs a set of paraphrasing rules to evaluate the nodes (step 265).
- Paraphrasing which can be broadly defined as alternative ways a human speaker can choose to "say the same thing" by using linguistic knowledge, generally occurs at a "surface” level, e.g., it is achieved by using semantically related words and syntactic transformations.
- the categories presented are used as paraphrasing rules by the present methods. The majority of these categories, such as ordering, can be fully implemented in an automatic way, . However, some of the rules can be only approximated to a certain degree in an automated system. For example, identification of similarity based on semantic relations between words depends on the scope of coverage of the thesaurus employed. Word similarity can be established using relationships such as synonymy, hyponymy/hypernymy, and meronymy/holonymy which are detectable using the WordNet language database which is described in the article "WordNet: A lexical Database for English", by G.A. Miller, Communications of the ACM, Vol. 38, No. 11. pp. 39-41, November 1995.
- the nodes are deemed equivalent (step 270). Equivalent nodes are added to the output tree (step 235) and processed in the same manner as identical nodes. If no paraphrasing rule is applicable to non-identical nodes, there is no phrase intersection with the current tree (step 280).
- phrase divergence processing In addition to phase intersection processing, which compares phrases for similarity, it is also desirable to perform phrase divergence processing (step 130), which compares selected phrases for differences.
- Phrase divergence may indicate a critical change in the course of events through a set of related documents and would be worthy of inclusion in a summary. For example, a collection of articles regarding a plane crash could begin with a focus on the passengers as “survivors” and later refer to "casualties,” “victims,” “bodies” and the like, which signify a turning point in the events described by the documents.
- WordNet can also be used in phrase divergence processing by evaluating focus relationships such antonymy (e.g., "happiness is opposite to sadness").
- temporal processing can be performed to sequence the phrases and eliminate ambiguous temporal references.
- the flow chart of Figure 4 illustrates an overview of the temporal processing operations performed in the present methods.
- a time stamp can be applied to the selected phrases based on the earliest occurrence of the phrase in the collection of documents (step 405).
- phrases may include ambiguous temporal references, such as today, yesterday, etc.
- ambiguous references can be replaced by a date certain reference, such as by changing "Yesterday it was reported." to "On 01/02/2000, it was reported.".
- substitutions which are performed in step 410, can be implemented using the Emacs "calendar" package.
- the extracted phrases can then be ordered in accordance with the assigned date stamp (step 415).
- a large temporal gap may exist between consecutive phrases.
- a threshold such as two days
- a temporal marker can be inserted between the phrases to indicate this gap in time (step 420). This may be significant, for example, in the case of a collection of news articles where the gap in time can also correspond to a change in focus in the articles.
- sentence generation can be performed to synthesize a coherent summary.
- Sentence generation involves two major operations. First, the DSYNT representation of the phrases to be used in sentence generation are mapped to the appropriate syntax of a selected language generation engine. Then, the language generation engine is operated to arrange the phrases into coherent sentences.
- a suitable language generation engine is FUF/SURGE, which is available from Columbia University, New York , New York, as well as from Ben Gurion University, Department of Computer Science, Beer-Sheva, Israel.
- FUF stands for Functional Unification Formalism interpreter
- SURGE stands for syntactic realization grammar for text generation.
- FIG. 5 is a simplified block diagram of a multiple document summarization system in accordance with the present invention.
- the system 500 includes a processor section 505 wherein the processing operations set forth in Figure 1 are performed.
- the system also includes non-volatile storage coupled to the processor section 505 for document storage 510, collection summary storage 515, lexical database storage 518 and program storage 520.
- these storage systems are read/write data storage systems, such as magnetic media and read/write optical storage media.
- the document collection storage may take the form of read-only storage, such as a CD-ROM storage device.
- the system further includes RAM memory 525 coupled to the processor section for temporary storage during operation.
- the system 500 will generally include one or more input device 530 such as a keyboard, digitizer, mouse and the like, which is coupled to the processor section 505.
- a conventional display device 535 is generally provided which is also operatively coupled to the processor section.
- the particular hardware embodiment is not critical to the practice of the present invention.
- Various computer platforms and architectures can be used to implement the system 500, such as personal computers, workstations, networked computers, and the like.
- the functions described in the system can be performed locally or in a distributed manner, such as over a local area network or the Internet.
- the document collection storage 510 may be at a remote archive location which is accessed by the processor section 505 via a connection to the Internet.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Machine Translation (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12065999P | 1999-02-19 | 1999-02-19 | |
| US120659P | 1999-02-19 | ||
| PCT/US2000/004118 WO2000049517A2 (en) | 1999-02-19 | 2000-02-18 | Multi-document summarization system and method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP1190343A2 true EP1190343A2 (en) | 2002-03-27 |
| EP1190343A4 EP1190343A4 (en) | 2006-08-09 |
Family
ID=22391735
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP00919318A Ceased EP1190343A4 (en) | 1999-02-19 | 2000-02-18 | Multi-document summarization system and method |
Country Status (6)
| Country | Link |
|---|---|
| EP (1) | EP1190343A4 (en) |
| AU (1) | AU775978B2 (en) |
| CA (1) | CA2363017C (en) |
| HK (1) | HK1045391A1 (en) |
| IL (2) | IL144951A0 (en) |
| WO (1) | WO2000049517A2 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7027974B1 (en) | 2000-10-27 | 2006-04-11 | Science Applications International Corporation | Ontology-based parser for natural language processing |
| US6766316B2 (en) | 2001-01-18 | 2004-07-20 | Science Applications International Corporation | Method and system of ranking and clustering for document indexing and retrieval |
| US7818117B2 (en) * | 2007-06-20 | 2010-10-19 | Amadeus S.A.S. | System and method for integrating and displaying travel advices gathered from a plurality of reliable sources |
| US11374888B2 (en) | 2015-09-25 | 2022-06-28 | Microsoft Technology Licensing, Llc | User-defined notification templates |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4965763A (en) * | 1987-03-03 | 1990-10-23 | International Business Machines Corporation | Computer method for automatic extraction of commonly specified information from business correspondence |
| JP2783558B2 (en) * | 1988-09-30 | 1998-08-06 | 株式会社東芝 | Summary generation method and summary generation device |
| JPH0418673A (en) * | 1990-05-11 | 1992-01-22 | Hitachi Ltd | Method and device for extracting text information |
| US5638543A (en) * | 1993-06-03 | 1997-06-10 | Xerox Corporation | Method and apparatus for automatic document summarization |
| US5384703A (en) * | 1993-07-02 | 1995-01-24 | Xerox Corporation | Method and apparatus for summarizing documents according to theme |
| US5689716A (en) * | 1995-04-14 | 1997-11-18 | Xerox Corporation | Automatic method of generating thematic summaries |
| US5778397A (en) * | 1995-06-28 | 1998-07-07 | Xerox Corporation | Automatic method of generating feature probabilities for automatic extracting summarization |
| US5838323A (en) * | 1995-09-29 | 1998-11-17 | Apple Computer, Inc. | Document summary computer system user interface |
| US5848191A (en) * | 1995-12-14 | 1998-12-08 | Xerox Corporation | Automatic method of generating thematic summaries from a document image without performing character recognition |
| US5924108A (en) * | 1996-03-29 | 1999-07-13 | Microsoft Corporation | Document summarizer for word processors |
-
2000
- 2000-02-18 IL IL14495100A patent/IL144951A0/en active IP Right Grant
- 2000-02-18 WO PCT/US2000/004118 patent/WO2000049517A2/en not_active Ceased
- 2000-02-18 EP EP00919318A patent/EP1190343A4/en not_active Ceased
- 2000-02-18 AU AU40026/00A patent/AU775978B2/en not_active Ceased
- 2000-02-18 HK HK02106992.3A patent/HK1045391A1/en unknown
- 2000-02-18 CA CA2363017A patent/CA2363017C/en not_active Expired - Fee Related
-
2001
- 2001-08-16 IL IL144951A patent/IL144951A/en not_active IP Right Cessation
Non-Patent Citations (3)
| Title |
|---|
| DATABASE COMPENDEX [Online] ENGINEERING INFORMATION, INC., NEW YORK, NY, US; MANI INDERJEET ET AL: "Multi-document summarization by graph search and matching" XP002384478 Database accession no. EIX98354279423 & PROC NATL CONF ARTIF INTELL; PROCEEDINGS OF THE NATIONAL CONFERENCE ON ARTIFICIAL INTELLIGENCE 1997 AAAI, MENLO PARK, CA, USA, 1997, pages 622-628, * |
| MCKEOWN K ET AL ASSOCIATION FOR COMPUTING MACHINERY: "GENERATING SUMMARIES OF MULTIPLE NEWS ARTICLES" SIGIR '95. PROCEEDINGS OF THE 18TH. ANNUAL INTERNATIONAL ACM SIGIR CONFERENCE ON RESEARCH AND DEVELOPMENT IN INFORMATION RETRIEVAL. SEATTLE, JUL. 9 - 13, 1995, SIGIR. PROCEEDINGS OF THE ANNUAL INTERNATIONAL ACM SIGIR CONFERENCE ON RESEARCH AND DEVELO, 9 July 1995 (1995-07-09), pages 74-82, XP000520957 ISBN: 0-89791-714-6 * |
| See also references of WO0049517A2 * |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2000049517A3 (en) | 2000-11-30 |
| CA2363017C (en) | 2011-04-19 |
| AU775978B2 (en) | 2004-08-19 |
| EP1190343A4 (en) | 2006-08-09 |
| IL144951A0 (en) | 2002-06-30 |
| WO2000049517A2 (en) | 2000-08-24 |
| HK1045391A1 (en) | 2002-11-22 |
| IL144951A (en) | 2006-08-01 |
| CA2363017A1 (en) | 2000-08-24 |
| AU4002600A (en) | 2000-09-04 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7366711B1 (en) | Multi-document summarization system and method | |
| US7412385B2 (en) | System for identifying paraphrases using machine translation | |
| US8260817B2 (en) | Semantic matching using predicate-argument structure | |
| US20020078090A1 (en) | Ontological concept-based, user-centric text summarization | |
| EP0886226A1 (en) | Linguistic search system | |
| US20020046018A1 (en) | Discourse parsing and summarization | |
| Moschitti et al. | Open Domain Information Extraction via Automatic Semantic Labeling. | |
| Yeasmin et al. | Study of abstractive text summarization techniques | |
| Vintar et al. | Semantic relations in concept-based cross-language medical information retrieval | |
| CN113779961A (en) | Method for extracting conventional sentence pattern of natural language text and electronic device | |
| AU775978B2 (en) | Multi-document summarization system and method | |
| Alias et al. | A Malay text corpus analysis for sentence compression using pattern-growth method | |
| Rahat et al. | A recursive algorithm for open information extraction from Persian texts | |
| Lwin et al. | Extractive Myanmar news summarization using centroid based word embedding | |
| Litkowski | Question answering using XML-tagged documents | |
| MalarSelvi et al. | Analysis of different approaches for automatic text summarization | |
| Zeni et al. | Annotating legal documents with GaiusT 2.0 | |
| Li et al. | Entity profile extraction from large corpora | |
| Chebanyuk | Multilingual Question-Driven Approach and Software System to Obtaining Information From Texts. | |
| Al-sarrayrih et al. | Clustering arabic documents using frequent itemset-based hierarchical clustering with an N-grams | |
| Muthusamy | Processing the Textual Information Using Open Natural Language Processing | |
| Lukose et al. | Extracting financial information from text documents | |
| Benafia et al. | From Linguistic to Conceptual: A Framework Based on a Pipeline for Building Ontologies from Texts. | |
| Mashkovskyi | Developing of the related data search lsa-based algorithm and its programmed realization | |
| Suárez et al. | Improving feature selection for maximum entropy-based word sense disambiguation |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20010824 |
|
| AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE |
|
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20060707 |
|
| 17Q | First examination report despatched |
Effective date: 20060919 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R003 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED |
|
| 18R | Application refused |
Effective date: 20110322 |
|
| REG | Reference to a national code |
Ref country code: HK Ref legal event code: WD Ref document number: 1045391 Country of ref document: HK |