280 likes | 400 Views
Text Summarisation based on Human Language Technologies and its Applications. Elena Lloret Pastor Supervisor: Dr. Manuel Palomar Seminar - June 2011. Outline. Introduction State of the Art COMPENDIUM Text Summarisation Tool Evaluation and Experiments COMPENDIUM in HLT Applications
E N D
Text Summarisation based on Human Language Technologies and its Applications Elena Lloret Pastor Supervisor: Dr. Manuel Palomar Seminar - June 2011
Outline • Introduction • State of the Art • COMPENDIUMTextSummarisationTool • Evaluation and Experiments • COMPENDIUM in HLT Applications • Conclusion
IntroductionMOTIVATION • Human Language Technologies (HLT) • Allow people to communicate with machines by using natural language (Cole, 1997) • Intelligent applications based on HLT • Information retrieval • Question Answering • Text Classification • Opinion Mining • Text Summarisation
IntroductionMOTIVATION • Why is Text Summarization (TS) needed? • To condense information, keeping at the same time, the most relevant one • Help users to manage and process large amounts of information The 2008 Summer Olympics took place in Beijing, China, from August 8 to August 24, 2008. A total of 11,028 athletes from 204 National Olympic Committees (NOCs) competed in 28 sports and 302 events. It was the third time that the Summer Olympic Games were held in Asia, after Tokyo, Japan in 1964 and Seoul, South Korea in 1988. The program for the Beijing Games was quite similar to that of the 2004 Summer Olympics held in Athens. There were 28 sports and 302 events. Moreover, there were 43 new world records and 132 new Olympic records set at the 2008 Summer Olympics. Chinese athletes won the most gold medals, with 51, and 100 medals altogether, while the United States had the most medals total with 110. There were many memorable champions but it was Michael Phelps and Usain Bolt who stole the headlines. Source documents: http://en.wikipedia.org/wiki/2008_Summer_Olympics http://en.beijing2008.cn/# http://www.olympic.org/beijing-2008-summer-olympics 17.500.000 results
State of the ArtTEXT SUMMARISATION PROCESS • Topic identification • What the document is about • Interpretation or topic fusion • Important topics are expressed using new formulation • Summary generation • Natural Language Generation is applied to build the final summary
State of the ArtGENERATION OF SUMMARIES • Approaches • Statistical-based tf, tf*idf (e.g.Orăsan, 2009) • Topic-basedeventwords (e.g.Kuo & Chen, 2008) • Graph-basedLexRank (e.g.Erkan & Radev, 2004) • Discourse-based lexical chains (e.g.Barzilay & Elhadad, 1999) • Machine learning-basedneuronal nets (e.g.Svore et al., 2007)
State of the ArtGENERATION OF SUMMARIES • New types of summaries • Personalisedsummaries userprofiles (e.g. Díaz & Gervás, 2007) • Updatesummaries“history” (e.g. Li et al., 2008) • Sentiment-basedsummariesmulti-aspect rating model (e.g.Titov, & McDonald, 2008) • Surveyssummaries Wikipediaarticles (e.g.Sauper & Barzilay, 2009) • Abstractivesummariessentencecompression (e.g.Filippova, 2010)
State of the ArtGENERATION OF SUMMARIES • New scenarios • Literarytext books (e.g.Ceylan & Mihalcea, 2009) • Patentclaims(e.g.Trappey et al., 2009) • Imagecaptioning(e.g.Aker & Gaizauskas, 2010) • Web 2.0 textual genres blogs (e.g.Balahur et al., 2009)
State of the ArtEVALUATION OF SUMMARIES • Types of evaluation • Intrisicevaluatethesummaryonitsown • Informativeness assessment • Quality assessment • Extrinsicevaluatehowgoodthesummaries are toperformothertasks • Pyramid • QARLA • ROUGE • Basic Elements • Indicativeness • Grammaticality • Coherence • Non-redundancy
Legend: COMPENDIUM TS toolARCHITECTURE CoreStages AdditionalStages Input Input fortheadditionalstages Types of Summaries (output)
COMPENDIUM TS toolCORE STAGES SURFACE LINGUISTIC ANALYSIS • Suface Linguistic Analysis • Pre-process the input text by employing state-of-the-art tools • Sentence segmentation • Tokenisation • Part-of-Speech tagging • Stemming • Stop word identification
COMPENDIUM TS toolCORE STAGES REDUNDANCY DETECTION • RedundancyDetection • Identify and remove repeatedinformation • Textual Entailment (Ferrández, 2009) • The main idea behind the use of TE for detecting redundancy is that those sentences whose meaning is already contained in other sentences can be discarded, as the information has been previously mentioned TRUE FALSE T: The man was killed last week H: The man is dead T: The man was shot in his shoulder H: The man is dead
COMPENDIUM TS toolCORE STAGES • Topic Identification • Identify the most relevant topics • Term frequency (Luhn, 1958) • Most frequent words (without considering stop words) can be considered the main topics of a document TOPIC IDENTIFICATION
COMPENDIUM TS toolCORE STAGES • RelevanceDetection • Compute a weightforeach sentence, dependingonits importance • TheCodeQuantityPrinciple (Givón, 1990) • Codingelementnounphrase • Sentencescontaining a nounphraseincludinghighfrequentwordswillbeconsidered more important • Score foreachsentence RELEVANCE DETECTION
COMPENDIUM TS toolCORE STAGES • SummaryGeneration • Summarysize • number of words • compressionrate • Thehighestscoredsentences up to a desiredlength are selected and extracted • Sentences are ordered as theyappear in thedocument • Type of summaries (output) • GenericextractsCOMPENDIUME SUMMARY GENERATION
COMPENDIUM TS toolADDITIONAL STAGES • QuerySimilarity • CosinesimilarityqSim • Type of summaries (output) • Query-focusedextractCOMPENDIUMQE • Score foreachsentence
COMPENDIUM TS toolADDITIONAL STAGES • SubjectiveInformationDetection • Opinionminingtechniques (Balahur-Dobrescuet al., 2009) • Type of summaries (output) • Sentiment-basedextractCOMPENDIUMSE • Selectthehighestrelevantsentencesamongthesubjectiveones
COMPENDIUM TS toolADDITIONAL STAGES • Informationcompression and fusion • Word graphs • Type of summaries (output) • Abstractive-orientedsummaryCOMPENDIUME-A • Combine extractive and new information
EVALUATION AND EXPERIMENTS EVALUATION METHODOLOGY • Type of evaluation • intrinsic • What are wegoingtoassess? • COMPENDIUM in different domains and contexts • Whichcriteria are wegoingto use fortheevaluation? • Content (automatically) ROUGE (Lin, 2004) • Quality (manually) readability & usersatisfaction
EVALUATION AND EXPERIMENTS RESULTS • Newswire • Single-document generic extracts: ~ 45% (F-measure, ROUGE-1) • Multi-document: ~ 30% (F-measure, ROUGE-1) • Blogs • Multi-document sentiment-based summaries: ~ 64% (F-measure, Pyramid) • Image captions • Multi-document query-focused summaries: ~36% (F-measure, ROUGE-1) • Medical research papers • Single-document abstractive-oriented summaries: ~ 42% (F-measure, ROUGE-1)
COMPENDIUMin HLT APPLICATIONS QUESTION ANSWERING • Question answering • Allows users to formulate questions in natural language and provide them with the exact information required • Objective • IntegrateCOMPENDIUMwith a Web-basedquestionansweringapproachCOMPENDIUMQE
COMPENDIUMin HLT QUESTION ANSWERING • Questionanalysis • Questiontype, focus and keywords • Informationretrieval • Retrievethefirst 20 documents in Google • Summarisation • COMPENDIUMQE • Summarysizelength of snippets • Answerextraction • NamedEntities • Semantic roles • Proposed approach
COMPENDIUMin HLT QUESTION ANSWERING • Data • 100 factual questions • Person • Location • Temporal • Organization • Evaluation • Correct • Incorrect • Non-answered F-measure (%)
COMPENDIUMin HLT QUESTION ANSWERING • Results • Named entity-based QA • Semantic role-based QA NE-based QA 12% SR-based QA 48%
CONCLUSION • The proposed techniques are appropriate for TS • Textual entailmentappropriatetotackleredundancy • CodeQuantityPrincipledetectingrelevantinformation • Word graph-basedalgorithmscompress and mergeinformation • Summaries, although imperfect in their nature, can improve the performance of other HLT tasks • QuestionAnswering
Text Summarisation based on Human Language Technologies and its Applications Elena Lloret Pastor Supervisor: Dr. Manuel Palomar Seminar - June 2011