CLLGDec 3, 2022

Global memory transformer for processing long documents

arXiv:2212.01650v15 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This is an incremental study for natural language processing tasks like reading comprehension, focusing on memory-augmented transformers.

The paper tackled the problem of processing long documents by adding general memory slots to transformer inputs, finding that this helped the model outperform the baseline T5 transformer on a masked language modeling task under specific training parameters.

Transformer variants dominate the state-of-the-art in different natural language processing tasks such as translation, reading comprehension and summarization. Our paper is more directed to use general memory slots added to the inputs and studying the results of adding these slots. This paper is a go on study of general memory slots rule that were added to the input of the proposed model in previous work. We have two main tasks;1) pretraining task using masked language modeling and b) fine tuning task using HotpotQA . This study aims to verify the ability of the proposed model to handle chunks as if they were one chunk comparing with the base model. As baseline we used T5 transformer. We studied the rule of memory slots augmented to each input chunk and studied the model performance without selector. We found that adding memory to input chunks helped the proposed model to overcome the baseline on Masked language modeling task with specific training parameters. Ablation study reveals the ability of using the compressed input chunks with a degradation in performance.

Foundations

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

Your Notes