CLAINEApr 23, 2020

Towards an evolutionary-based approach for natural language processing

arXiv:2004.13832v18 citations
AI Analysis

This is an incremental step for NLP researchers exploring evolutionary methods, with potential future applications in sentence generation.

The authors tackled the lack of genetic programming in NLP by proposing a proof-of-concept that combines GP with word2vec for next word prediction, achieving a first demonstration on newspaper headlines.

Tasks related to Natural Language Processing (NLP) have recently been the focus of a large research endeavor by the machine learning community. The increased interest in this area is mainly due to the success of deep learning methods. Genetic Programming (GP), however, was not under the spotlight with respect to NLP tasks. Here, we propose a first proof-of-concept that combines GP with the well established NLP tool word2vec for the next word prediction task. The main idea is that, once words have been moved into a vector space, traditional GP operators can successfully work on vectors, thus producing meaningful words as the output. To assess the suitability of this approach, we perform an experimental evaluation on a set of existing newspaper headlines. Individuals resulting from this (pre-)training phase can be employed as the initial population in other NLP tasks, like sentence generation, which will be the focus of future investigations, possibly employing adversarial co-evolutionary approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes