English

Genetic Algorithms For Extractive Summarization

Computation and Language 2022-01-11 v2 Artificial Intelligence

Abstract

Most current work in NLP utilizes deep learning, which requires a lot of training data and computational power. This paper investigates the strengths of Genetic Algorithms (GAs) for extractive summarization, as we hypothesized that GAs could construct more efficient solutions for the summarization task due to their relative customizability relative to deep learning models. This is done by building a vocabulary set, the words of which are represented as an array of weights, and optimizing those set of weights with the GA. These weights can be used to build an overall weighting of a sentence, which can then be passed to some threshold for extraction. Our results showed that the GA was able to learn a weight representation that could filter out excessive vocabulary and thus dictate sentence importance based on common English words.

Keywords

Cite

@article{arxiv.2105.02365,
  title  = {Genetic Algorithms For Extractive Summarization},
  author = {William Chen and Kensal Ramos and Kalyan Naidu Mullaguri and Annie S. Wu},
  journal= {arXiv preprint arXiv:2105.02365},
  year   = {2022}
}

Comments

4 pages, 2 figures

R2 v1 2026-06-24T01:49:18.764Z