An Approach To Abstractive Text Summarization
An Approach To Abstractive Text Summarization
net/publication/282282594
CITATIONS READS
17 470
2 authors, including:
Huong Le
Hanoi University of Science and Technology
30 PUBLICATIONS 184 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Huong Le on 15 January 2016.
Abstract—Abstractive summarization is the technique of approaches. The input of our system is an extractive
generating a summary of a text from its main ideas, not by summary after anaphora resolution. That means all pronouns
copying verbatim most salient sentences from text. This is an have been replaced by corresponding nouns/noun phrases
important and challenge task in natural language processing. (NPs).
In this paper, we propose an approach to abstractive text The rest of this paper is organized as follows. Section 2
summarization based on discourse rules, syntactic constraints, analyzes existing problems with the word graph and
and word graph. Discourse rules and syntactic constraints are proposes our strategies to deal with them. Our sentence
used in the process of generating sentences from keywords. reduction’s method is introduced in Section 3. Section 4
Word graph is used in the sentence combination process to
presents our method of merging sentences using word graph.
represent word relations in the text and to combine several
sentences into one. Experimental results show that our
Experimental results are discussed in Section 5. Finally,
approach is promising in solving the abstractive Section 6 concludes the paper and gives some insight for
summarization task. future work.