{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"
\n",
"\n",
"
\n", " \n", "...there are two different approaches for automatic summarization currently:\n", "\n", "\n", "\n", "
\n", "Extraction and Abstraction.\n", "
\n", "Extractive summarization methods work by identifying important sections of the text and generating them verbatim; \n", "
\n", "...Abstractive summarization methods aim at producing important material in a new way. In other words, they interpret and examine the text using advanced natural language techniques in order to generate a new shorter text that conveys the most critical information from the original text.\n", "
\n", "- [Text Summarization Techniques: A Brief Survey, 2017](https://arxiv.org/abs/1707.02268)