Assessment of Transformer-Based Encoder-Decoder Model for Human-Like Summarization
摘要
In recent times, extracting valuable information from large text is making significant progress. Especially in the current era of social media, people expect quick bites of information. Automatic text summarization seeks to tackle this by slimming large texts down into more manageable summaries. This important research area can aid in decision-making by digging out salient content from large text. With the progress in deep learning models, significant work in language models has emerged. The encoder-decoder framework in deep learning has become the central approach for automatic text summarization. This work leverages transformer-based BART model for human-like summarization which is an open-ended problem with many challenges. On training and finetuning the encoder-decoder model, it is tested with diverse sample articles and the quality of summaries of diverse samples is assessed based on human evaluation parameters. Further, the finetuned model performance is compared with the baseline pretrained model based on evaluation metrics like ROUGE score and BERTScore. On investigating, the existing evaluation metrics are found to be insensitive to factual errors. Hence, FactCC is leveraged as a metric to measure factual consistency. Additionally, domain adaptation of the model is required for improved performance of abstractive summarization of dialogues between interlocutors.