MeetSum: Transforming Meeting Transcript Summarization using Transformers!

08/13/2021
by   Nima Sadri, et al.
0

Creating abstractive summaries from meeting transcripts has proven to be challenging due to the limited amount of labeled data available for training neural network models. Moreover, Transformer-based architectures have proven to beat state-of-the-art models in summarizing news data. In this paper, we utilize a Transformer-based Pointer Generator Network to generate abstract summaries for meeting transcripts. This model uses 2 LSTMs as an encoder and a decoder, a Pointer network which copies words from the inputted text, and a Generator network to produce out-of-vocabulary words (hence making the summary abstractive). Moreover, a coverage mechanism is used to avoid repetition of words in the generated summary. First, we show that training the model on a news summary dataset and using zero-shot learning to test it on the meeting dataset proves to produce better results than training it on the AMI meeting dataset. Second, we show that training this model first on out-of-domain data, such as the CNN-Dailymail dataset, followed by a fine-tuning stage on the AMI meeting dataset is able to improve the performance of the model significantly. We test our model on a testing set from the AMI dataset and report the ROUGE-2 score of the generated summary to compare with previous literature. We also report the Factual score of our summaries since it is a better benchmark for abstractive summaries since the ROUGE-2 score is limited to measuring word-overlaps. We show that our improved model is able to improve on previous models by at least 5 ROUGE-2 scores, which is a substantial improvement. Also, a qualitative analysis of the summaries generated by our model shows that these summaries and human-readable and indeed capture most of the important information from the transcripts.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/17/2017

Query-Based Abstractive Summarization Using Neural Networks

In this paper, we present a model for generating summaries of text docum...
research
07/06/2023

Enhancing LLM with Evolutionary Fine Tuning for News Summary Generation

News summary generation is an important task in the field of intelligenc...
research
05/24/2023

Neural Summarization of Electronic Health Records

Hospital discharge documentation is among the most essential, yet time-c...
research
08/07/2021

Fine-tuning GPT-3 for Russian Text Summarization

Automatic summarization techniques aim to shorten and generalize informa...
research
08/04/2018

Abstractive Summarization Improved by WordNet-based Extractive Sentences

Recently, the seq2seq abstractive summarization models have achieved goo...
research
05/11/2017

A Deep Reinforced Model for Abstractive Summarization

Attentional, RNN-based encoder-decoder models for abstractive summarizat...
research
05/17/2019

Model interpretation through lower-dimensional posterior summarization

Nonparametric regression models have recently surged in their power and ...

Please sign up or login with your details

Forgot password? Click here to reset