The document describes a proposed method for conducting abstractive text summarization of food reviews using recurrent neural networks. The method involves preprocessing a dataset of Amazon food product reviews and summaries, then using an encoder-decoder neural network with attention mechanism to generate summaries. The encoder would encode the input text into a fixed-length vector, and the decoder would generate the summary sequence using the encoded vector and attention over the input sequence. The model would be trained on preprocessed input-summary pairs to minimize a loss function, and evaluated on its ability to generate accurate summaries of new reviews.