Difference between revisions of "Text summarization"

From Cohen Courses
Jump to navigationJump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Summary ==
 
== Summary ==
  
Text Summarization (also known as summarization, and automatic summarization) is a natural language processing task which focuses on creating shortened versions of texts with computer algorithms/software that retain the important points of the original piece of text.
+
Text Summarization (also known as summarization, and automatic summarization) is a natural language processing [[category::problem]] which focuses on creating shortened versions of texts with computer algorithms/software that retain the important points of the original piece of text.
  
 
== Common Approaches ==
 
== Common Approaches ==
  
Common approaches to text summarization can typically be broken down into one of the following categories:
+
Common approaches to text summarization can typically be classified into one of the following categories:
  
 
* '''Extraction''', extracts most important information (sentences or paragraphs) from original text and copies them to make summary
 
* '''Extraction''', extracts most important information (sentences or paragraphs) from original text and copies them to make summary
 
* '''Abstraction''', paraphrases sections in the original text and relies on language generation to make the summaries coherent
 
* '''Abstraction''', paraphrases sections in the original text and relies on language generation to make the summaries coherent
 
== Challenges / Issues ==
 
 
Some major challenges in text summarization
 
  
 
== Evaluation ==
 
== Evaluation ==
  
One commonly used  evaluation metric in summarization is ROUGE, which is used in NIST's Document Understanding Conferences summarization tasks.
+
One commonly used  evaluation metric in summarization is [[ROUGE]], which is used in NIST's Document Understanding Conferences' summarization tasks. It is considered as an [[Automatic Evaluation Method]].
  
 
== Example Systems ==
 
== Example Systems ==
Line 26: Line 22:
 
* A bit outdated website with some references related to text summarization - [http://www.summarization.com/]
 
* A bit outdated website with some references related to text summarization - [http://www.summarization.com/]
 
* Wikipedia article on automatic summarization - [http://en.wikipedia.org/wiki/Automatic_summarization]
 
* Wikipedia article on automatic summarization - [http://en.wikipedia.org/wiki/Automatic_summarization]
 +
 +
 +
== Relevant Papers ==
 +
 +
{{#ask: [[AddressesProblem::Text summarization]]
 +
| ?UsesMethod
 +
| ?UsesDataset
 +
}}

Latest revision as of 15:45, 30 November 2010

Summary

Text Summarization (also known as summarization, and automatic summarization) is a natural language processing problem which focuses on creating shortened versions of texts with computer algorithms/software that retain the important points of the original piece of text.

Common Approaches

Common approaches to text summarization can typically be classified into one of the following categories:

  • Extraction, extracts most important information (sentences or paragraphs) from original text and copies them to make summary
  • Abstraction, paraphrases sections in the original text and relies on language generation to make the summaries coherent

Evaluation

One commonly used evaluation metric in summarization is ROUGE, which is used in NIST's Document Understanding Conferences' summarization tasks. It is considered as an Automatic Evaluation Method.

Example Systems

References / Links

  • A bit outdated website with some references related to text summarization - [1]
  • Wikipedia article on automatic summarization - [2]


Relevant Papers