CLAIDec 10, 2021

Human Guided Exploitation of Interpretable Attention Patterns in Summarization and Topic Segmentation

arXiv:2112.05364v2295 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more interpretable and efficient transformer models in NLP tasks, though it is incremental as it builds on existing attention pattern research.

The paper tackled the problem of improving transformer models by discovering and injecting task-specific attention patterns via a human-in-the-loop pipeline, resulting in considerable improvements in accuracy and efficiency for extractive summarization and topic segmentation.

The multi-head self-attention mechanism of the transformer model has been thoroughly investigated recently. In one vein of study, researchers are interested in understanding why and how transformers work. In another vein, researchers propose new attention augmentation methods to make transformers more accurate, efficient and interpretable. In this paper, we combine these two lines of research in a human-in-the-loop pipeline to first discover important task-specific attention patterns. Then those patterns are injected, not only to smaller models, but also to the original model. The benefits of our pipeline and discovered patterns are demonstrated in two case studies with extractive summarization and topic segmentation. After discovering interpretable patterns in BERT-based models fine-tuned for the two downstream tasks, experiments indicate that when we inject the patterns into attention heads, the models show considerable improvements in accuracy and efficiency.

Code Implementations1 repo
Foundations

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

Your Notes