Automatic correlation method for generating summaries for text documents
Claim Score by NHIP
Abstract
A method and program product to generate summaries for text documents. A user can also specify a query, topic, and terms that he/she is interested in. This method determines the importance of each sentence by using the linguistic salience of the word to the user profile, the similarity among the word, the query and topic provided by a user and the sum of scores of the sentence comprising the word. After computing the score for each word, this method computes the score for each sentence in the set of sentences according to the score of words composing it and the position of the sentence in a section and a paragraph.

Term
Term ended
Projected expiry passed 16 October 2023, 2.9 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
14 claims: 2 independent, 12 dependent
- 1Broadest claimClaim Score 58, broad(NHIP)An automatic method for generating summaries for text documents, comprising steps of:generating a set of sentences for a set of documents by document discourse analysis and a set of words by morphologic process;initializing a score for each word in the set of words and for each sentence in the set of sentences;computing the score for each word in the set of words according to the score of sentences containing it and the correlation degree between the word and the user information;computing the score for each sentence in the set of sentences according to the score of words composing it and the position of the sentence in a section and a paragraph;and if the sum of scores of the words and the sum of scores of the sentences change apparently, go back to the step of computing the word score;otherwise continuing;outputting the top-ranked sentences as the summary of the set of documents, the top-ranked words as the keywords list of the set of documents.
- 8A computer program product for automatically generating summaries for text documents, said computer program product comprising a computer usable medium having computer readable program code thereon, said computer readable program code comprising:computer program code means for generating a set of sentences for a set of documents by document discourse analysis and a set of words by morphologic process;computer program code means for initializing a score for each word in the set of words, and each sentence in the set of sentences;computer program code means for computing the score for each word in the set of words according to the score of sentences containing it and the correlation degree between the word and the user information;computer program code means for computing the score for each sentence in the set of sentences according to the score of words composing it and the position of the sentence in a section and a paragraph;computer program code means for determining if the sum of scores of the words and the sum of scores of the sentences exhibit an apparent change;and computer program code means for outputting the top-ranked sentences as the summary of the set of documents, the top-ranked words as the keywords list of the set of documents.
Independent claims2
65 paragraphs in 4 sections, as filed
BACKGROUND OF THE INVENTION
[0001] 1. Field of the Invention
[0002] This invention relates to an automatic text processing method, and in particular, to a method for generating summaries for text documents.
[0003] 2. Background Description
[0004] In information query, for the user's convenience, it is normally required that the summaries are generated for the users by means of automatic text processing functions of the computers. The current practical methods for automatically generating summaries for text documents are following four kinds:
[0005] List the first paragraph of the document or the beginning paragraphs of the document as the summary (Infoseek, Yahoo, etc.): This method is simple, but does not suit for common document style;
[0006] List the sentences in the query commands (Lotus website, Beijing Daily Online, etc.): The listed sentences relate directly to the query, but cannot represent the overall style of the document;
[0007] Use implicit template: This method matches some patterns in the document, and then fills the matched contents into the pre-formed template. This method can generate very fluent summaries, but can only be suitable for a fixed document style and a specific domain, and is very difficult to be used commonly;
[0008] Count the occurrence frequency of words or characters: This is a statistics-based method, which generally can be divide into four steps: (1) analyze the document discourse, and segment the document into paragraphs and sentences; (2) segment the sentences into words; (3) evaluate the scores of the importance of the words and the sentences; (4) output the sentences with higher evaluated scores as the document's summary.
[0009] Although the above statistics-based method for automatically generating summaries for text documents has considered the occurrence frequency of words and characters in documents and therefore evaluated the importance of the words and the sentences, the summaries can not well correspond to the user's requirements because there is no interaction with the user. Therefore, the invention proposes a method for automatically generating summaries for text documents, which, when receiving the user's text documents, queries the fields, topics, and terms that the user is interested in. The method extracts the important sentences, and then in reasonable order, outputs them as the document's summary. The method can not only generate summaries for respective documents, but also generate a comprehensive prompt for the important ideas of the documents.
SUMMARY OF THE INVENTION
[0010] The method for automatically generating summaries for text documents according to the invention includes steps of:
[0011] For a set of documents, generating a set of sentences by document discourse analysis, and obtaining a set of words by morphologic processing;
[0012] Initializing a score for each word in the set of words, and each sentence in the set of sentences;
[0013] Computing the score for each word in the set of sentences according to the scores of sentences containing it and the correlation degree between the word and the user information;
[0014] Computing the score for each sentence in the set of sentences according to the scores of words composing it and the position of the sentence in a section and a paragraph;
[0015] If the sum of scores of the words and the sum of scores the sentences change apparently, go back to the step of computing the word scores, otherwise continuing.
[0016] Outputting the top-ranked sentences as the summary of the set of documents, the top-ranked words as keywords list of the set of documents.
[0017] The above method introduces the following functions into the traditional statistics-based methods:
[0018] It has a new sentence ranking strategy called “automatic correlation method”, which is much responsive to user's requirements;
[0019] It supports user summarization profile, which allows a user to customize the fields, topics, and terms that the user is interested in.
[0020] It applies to general-purpose, and is also suited for summarizing the certain query documents.
[0021] The method considers the following factors when computing the scores of words in a word set: the correlation degree between the word and the user's summarization profile language; the similarity degree between the word and the query term or topic provided by the user; sum scores of the sentences to which the word belongs; the similarity degree between the word and the word terms in the document title; the ratio of the occurrence times of the word in the document to its occurrence times in the document set; and the ratio of number of the documents in which the word occurs, to the total number of the documents contained in the document set.
BRIEF DESCRIPTION OF THE DRAWINGS
[0022] The advantages and features of the invention will be more apparent by the description of preferred embodiments of the invention in conjunction with the accompanying figures, in which:
[0023]FIG. 1 is a flow chart of the method for automatically generating summaries for text documents according to a particular embodiment of the invention; and
[0024]FIG. 2 is a flow chart used in the sentence ranking part in FIG. 1.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0025] As shown in FIG. 1, a method for automatically generating summaries for text documents according to a particular embodiment of the invention includes steps of:
[0026] Step 1. Document Discourse Analysis
[0027] This step identifies titles, sections, lists, paragraph boundaries and sentence boundaries of the documents.
[0028] Step 2. Morphologic Process
[0029] This step performs morphologic process for each sentence according to the language of documents. For Chinese language, the morphologic process includes the steps of: (1) segmenting sentences into words according to the system dictionary and the user-defined dictionaries; (2) identifying proper names (currently including person names, place names and person titles), domain terms, numbers, measure words, and date expressions; (3) adding part-of-speech tags to each word; (4) resolving the pronominal anaphora of the personal pronouns; (5) identifying the word relationship (such as same object names, synonyms, concept relationships, etc.) and building a relationship network among all of the words, according to the system thesaurus and user thesaurus. For English language, this step includes the steps of: (1) normalizing terms to a standard term; (2) identifying proper names; (3) splitting compound terms; and (4) filtering stop-word.
[0030] Step 3. Sentence Ranking
[0031] This step is to determine the importance of each sentence by an automatic correlation algorithm. This step is described in more details below.
[0032] Step 4. Summary Output:
[0033] If the user requires one summary for one document, then this step selects the top-ranked sentences to output according to their appearing order in this document;
[0034] If the user requires to a single comprehensive summary for the document set, then this step outputs the sentences according to their computed scores from high to low and marks the sentences to show from which document they come (for example, by adding hyperlinks to the sentences), so that the user can easily look up the respective document.
[0035] In both cases the pronouns will be replaced by their entities.
[0036] After the document discourse analysis and the morphologic process are performed for each document in the document set D, each sentence in the document set is ranked to decide its important degree according to the sentence set S and the word set W of each document. The sentences are ranked to compute their scores from each other by using an autonomous correlation method, i.e. by using the sentence set S and the word set W. This is realized by the steps below (see FIG. 2):
[0037] Step 1. Introducing a data group SCORE to record the computed scores of the sentences and the words, and initializing a score SCORE[s] of each sentence and a score SCORE[w] of each word into 0;
[0038] Step 2. Computing a score SCORE[w] of each word according to the weighted-average of the following values:
[0039] The correlation degree between W and the user's summarization profile language;
[0040] The similarity degree between W and the query terms or topic provided by the user;
[0041] Sum scores of the sentences to which W belongs;
[0042] The similarity degree between W and the word terms in each document title;
[0043] The ratio of the occurrence times of W in the document to its occurrence times in the document set; and
[0044] The ratio of number of the documents in which W occurs, to the total number of the documents contained in the document set D;
[0045] This can be written by the following formula, i.e.
SCORE[W]=λ<sub>1</sub>*salience(w, user summarization profile)
λ<sub>2</sub>*salience(w, user's query or topic)
+λ<sub>3</sub>*Σ(SCORE[s], s<img file="US20020052901A1-20020502-P00900.TIF" id="custom-character-00001" he="20" wi="20" img-format="tif" img-content="tx" />ω)
+λ<sub>4</sub>*salience(w, tile words)
+λ<sub>5</sub>*FREQUENCY(w/d)/FREQUENCY(w/D)
+λ<sub>6</sub>*NUMBER(d, d<img file="US20020052901A1-20020502-P00900.TIF" id="custom-character-00002" he="20" wi="20" img-format="tif" img-content="tx" />w)/NUMBER(D) Formula 1
[0046] Step 3. Computing the SCORE[s] of the sentence according to the weighted-average of the three values below:
[0047] Sum scores of all the words constituting the sentences;
[0048] The position of the sentence in the paragraph and section: the fist sentences in the paragraph and section get higher scores than the sentences in other positions;
[0049] The similarity among the sentences: if in many documents there are sentences whose contents are similar, these sentences are weighted more;
[0050] This can be written as the following formula
SCORE[s]=λ<sub>7</sub>*Σ(SCORE[w], s<img file="US20020052901A1-20020502-P00900.TIF" id="custom-character-00003" he="20" wi="20" img-format="tif" img-content="tx" />w)+λ<sub>8</sub>*position(s,d)+λ<sub>9</sub>*similarity(s,S) Formula 2
[0051] Step 4. If the sum of the all scores changes significantly, cycle Step 2; otherwise the process ends.
[0052] It is seen according to the description of the invention in conjunction with the particular embodiments that the summary method of the invention is also a statistics-based method, which performs the discourse analysis and the morphologic process, and that the new functions of the method are:
[0053] Allowing the user to customize “the user summary profile” in which the user can list the fields and topics he or she interested in, and also listed he or she is sensitive to which kind of word (such as person names, person titles, place names, numbers, amounts of money, dates, terms defined by the user own, etc.);
[0054] The generated summaries being capable of being driven by subjects or the user's query;
[0055] A completely new sentence ranking strategy, herein called “automatic correlation method”: the first step, initializing the ranking score for the words and sentences; the second step, computing scores for every words according to the user summarization profile, topics or query terms provided by the user, and frequencies of the words; the third step, computing the ranking scores according to the words contained in the sentences and the document discourse in the document set; the fourth step, feedbacking the sentence scores to the words and repeating the second step and the third step, until the sentence scores have been stabilized.
[0056] This method fully utilizes the dicourse information of every document, the clue words in the document, the title words, the language processing results, and topics or query terms provided by the user, to make the generated summaries accord with the user's requirements more completely.
[0057] The flow charts described here are only exemplary, and many modifications can be made to those chart examples or the steps (or operations) described therein without departing from the spirit of the invention. For example, those steps can be executed in different order, or increased, reduced or improved. Therefore, those changes are considered as a part of the invention which points out the claims.
[0058] Although the preferred embodiments have been described here, it is apparent to those skilled in the art that various of modifications, complements, replacements and similar changes can be made without departing from the spirit of the invention, therefor those alternations are considered to be in the inventive scope defined by the appended claims.
Contents4
4 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US12038935B2 | Cited by | United States of America | Applicant |
| US8862461B2 | Cited by | United States of America | Search report |
| US2014067369A1 | Cited by | United States of America | Pre-grant |
| US12032905B2 | Cited by | United States of America | Search report |
| US8521515B1 | Cited by | United States of America | Applicant |
| US2004006547A1 | Cited by | United States of America | Pre-grant |
| WO2017023359A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US9390121B2 | Cited by | United States of America | Applicant |
| US2015302083A1 | Cited by | United States of America | Pre-grant |
| FR2876198A1 | Cited by | France | Search report |
| US2009254543A1 | Cited by | United States of America | Pre-grant |
| US2010169305A1 | Cited by | United States of America | Pre-grant |
| US2007083509A1 | Cited by | United States of America | Pre-grant |
| US2021157829A1 | Cited by | United States of America | Pre-grant |
| US2010161617A1 | Cited by | United States of America | Pre-grant |
| US2016283588A1 | Cited by | United States of America | Pre-grant |
| US9817825B2 | Cited by | United States of America | Applicant |
| US2004064304A1 | Cited by | United States of America | Pre-grant |
| US7386442B2 | Cited by | United States of America | Applicant |
| US7016895B2 | Cited by | United States of America | Applicant |
| CN106708880A | Cited by | China | Search report |
| US2010205208A1 | Cited by | United States of America | Pre-grant |
| US2004006558A1 | Cited by | United States of America | Pre-grant |
| FR3102276A1 | Cited by | France | Search report |
| US8024178B1 | Cited by | United States of America | Search report |
| US9678947B2 | Cited by | United States of America | Search report |
| US2020134091A1 | Cited by | United States of America | Search report |
| US7536408B2 | Cited by | United States of America | Applicant |
| US8306987B2 | Cited by | United States of America | Search report |
| CN108874775A | Cited by | China | Search report |
| US7580921B2 | Cited by | United States of America | Applicant |
| US7835902B2 | Cited by | United States of America | Search report |
| US2005246365A1 | Cited by | United States of America | Pre-grant |
| US2003061570A1 | Cited by | United States of America | Pre-grant |
| US2004059565A1 | Cited by | United States of America | Pre-grant |
| US2015142444A1 | Cited by | United States of America | Pre-grant |
| US2011131223A1 | Cited by | United States of America | Pre-grant |
| US7024408B2 | Cited by | United States of America | Applicant |
| US2006294155A1 | Cited by | United States of America | Pre-grant |
| US2015095019A1 | Cited by | United States of America | Pre-grant |
| US9495357B1 | Cited by | United States of America | Search report |
| US2004006459A1 | Cited by | United States of America | Pre-grant |
| US2018032608A1 | Cited by | United States of America | Search report |
| US7376893B2 | Cited by | United States of America | Search report |
| US11361165B2 | Cited by | United States of America | Search report |
| US2008319971A1 | Cited by | United States of America | Pre-grant |
| US2021117617A1 | Cited by | United States of America | Search report |
| US7702680B2 | Cited by | United States of America | Search report |
| US10796232B2 | Cited by | United States of America | Applicant |
| US2013138427A1 | Cited by | United States of America | Pre-grant |
| US8028226B2 | Cited by | United States of America | Applicant |
| US2018032608A1 | Cited by | United States of America | Search report |
| US7389299B2 | Cited by | United States of America | Applicant |
| CN105488024A | Cited by | China | Search report |
| US7603345B2 | Cited by | United States of America | Applicant |
| CN110892400A | Cited by | China | Search report |
| US2008306943A1 | Cited by | United States of America | Pre-grant |
| US10482136B2 | Cited by | United States of America | Applicant |
| US11954127B1 | Cited by | United States of America | Applicant |
| US2007118506A1 | Cited by | United States of America | Pre-grant |
| RU2729227C2 | Cited by | Russian Federation | Search report |
| US9280603B2 | Cited by | United States of America | Search report |
| US10671676B2 | Cited by | United States of America | Applicant |
| US2013198599A1 | Cited by | United States of America | Pre-grant |
| US7567959B2 | Cited by | United States of America | Applicant |
| US10572726B1 | Cited by | United States of America | Search report |
| US9292623B2 | Cited by | United States of America | Search report |
| WO2018119593A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| FR2876198A1 | Cited by | France | Search report |
| US2011276322A1 | Cited by | United States of America | Pre-grant |
| US9652483B1 | Cited by | United States of America | Applicant |
| US9703773B2 | Cited by | United States of America | Applicant |
| WO2021146694A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US9977829B2 | Cited by | United States of America | Search report |
| US2007118518A1 | Cited by | United States of America | Pre-grant |
| US2015347390A1 | Cited by | United States of America | Pre-grant |
| US7702618B1 | Cited by | United States of America | Applicant |
| US7650348B2 | Cited by | United States of America | Search report |
| US2004054520A1 | Cited by | United States of America | Pre-grant |
| US2010030773A1 | Cited by | United States of America | Pre-grant |
| US8086594B1 | Cited by | United States of America | Applicant |
| US2015134574A1 | Cited by | United States of America | Pre-grant |
| US11061950B2 | Cited by | United States of America | Search report |
| US10929452B2 | Cited by | United States of America | Search report |
| US7584175B2 | Cited by | United States of America | Applicant |
| US7831597B2 | Cited by | United States of America | Search report |
| CN111680152A | Cited by | China | Search report |
| US10831806B2 | Cited by | United States of America | Search report |
| US2008109425A1 | Cited by | United States of America | Pre-grant |
| US7752204B2 | Cited by | United States of America | Search report |
| US9990421B2 | Cited by | United States of America | Applicant |
| US10176338B2 | Cited by | United States of America | Search report |
| US8554542B2 | Cited by | United States of America | Search report |
| US2006022683A1 | Cited by | United States of America | Pre-grant |
| US2004117725A1 | Cited by | United States of America | Pre-grant |
| US2006047656A1 | Cited by | United States of America | Pre-grant |
| US7711679B2 | Cited by | United States of America | Search report |
| US7702614B1 | Cited by | United States of America | Applicant |
| US11074283B2 | Cited by | United States of America | Search report |
| US2008215969A1 | Cited by | United States of America | Pre-grant |
2 members in 1 office
Priority claims5
| Document | Office | Kind | Date |
|---|---|---|---|
| 00128668 | China | A | |
| 00128668 | China | A | |
| 0012866X | – | – | – |
| CN20001028668 | – | – | – |
| CN2000128668 | – | – | – |
Members2
| Document | Office | Kind | |
|---|---|---|---|
| US2002052901A1 | United States of America | A1 | |
| US7017114B2 | United States of America | B2 |
41 transactions on the USPTO file
Allowed after 1 non-final rejection, 1 final rejection and 1 appeal.
- Non-final rejections
- 1
- Final rejections
- 1
- RCEs
- 0
- Appeals
- 1
Over time
Point at a mark for the transactionTransactions
| Event | |
|---|---|
| Expire Patent | |
| Recordation of Patent Grant Mailed | |
| Patent Issue Date Used in PTA CalculationAllowed | |
| Issue Notification MailedAllowed | |
| Dispatch to FDC | |
| Application Is Considered Ready for Issue | |
| Issue Fee Payment Verified | |
| Issue Fee Payment Received | |
| Mail Notice of AllowanceAllowed | |
| Notice of Allowance Data Verification CompletedAllowed | |
| Date Forwarded to Examiner | |
| Mail Appeals conf. Rej. withdrawn | |
| Pre-Appeal Conference Decision - Rejection Withdrawn | |
| Request for Pre-Appeal Conference Filed | |
| Notice of Appeal Filed | |
| Request for Extension of Time - Granted | |
| Mail Advisory Action (PTOL - 303) | |
| Advisory Action (PTOL-303) | |
| Date Forwarded to Examiner | |
| Response after Final Action | |
| Mail Advisory Action (PTOL - 303) | |
| Advisory Action (PTOL-303) | |
| Date Forwarded to Examiner | |
| Response after Final Action | |
| Mail Final Rejection (PTOL - 326)Final rejection | |
| Final RejectionFinal rejection | |
| Date Forwarded to Examiner | |
| Response after Non-Final Action | |
| Mail Non-Final RejectionNon-final rejection | |
| Non-Final RejectionNon-final rejection | |
| Case Docketed to Examiner in GAU | |
| IFW TSS Processing by Tech Center Complete | |
| Case Docketed to Examiner in GAU | |
| Correspondence Address Change | |
| Case Docketed to Examiner in GAU | |
| Application Dispatched from OIPE | |
| Application Is Now Complete | |
| Notice Mailed--Application Incomplete--Filing Date Assigned | |
| Correspondence Address Change | |
| IFW Scan & PACR Auto Security Review | |
| Initial Exam Team nn |
6 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Lapsed due to failure to pay maintenance feeLapsedFP | FP | |
| Information on status: patent discontinuationPATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362STCH | STCH | |
| Lapse for failure to pay maintenance feesLapsedLAPS | LAPS | |
| Maintenance fee reminder mailedREMI | REMI | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| AssignmentAS | AS |
Numbers
- Publication, DOCDB
- 2002052901
- Publication, EPODOC
- US2002052901
- Application
- 9943341
- Application, DOCDB
- 94334101
- Application, EPODOC
- US20010943341
Titles
- English
- Automatic correlation method for generating summaries for text documents
Patent term adjustment
- A delay
- +776 daysthe office missed an examination deadline
- Net adjustment
- 776 days
Classification
- CPC, 6
- G06F16/345
- G06F40/20
- Y10S707/99934
- Y10S707/99933
- Y10S707/99936
- Y10S707/99931
- IPC, 2
- G06F17 30
- G06F40 20
- USPC, 2
- 715247000
- 707E17094