CLAIMar 22, 2023

Salient Span Masking for Temporal Understanding

arXiv:2303.12860v1272 citationsh-index: 45
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing temporal understanding in language models for researchers and practitioners, but it is incremental as it builds on existing SSM methods with targeted modifications.

The paper tackled improving performance on temporal tasks by investigating Salient Span Masking (SSM) and introducing Temporal Span Masking (TSM), achieving average improvements of +5.8 points with SSM and an additional +0.29 points with TSM, setting new best results on targeted tasks.

Salient Span Masking (SSM) has shown itself to be an effective strategy to improve closed-book question answering performance. SSM extends general masked language model pretraining by creating additional unsupervised training sentences that mask a single entity or date span, thus oversampling factual information. Despite the success of this paradigm, the span types and sampling strategies are relatively arbitrary and not widely studied for other tasks. Thus, we investigate SSM from the perspective of temporal tasks, where learning a good representation of various temporal expressions is important. To that end, we introduce Temporal Span Masking (TSM) intermediate training. First, we find that SSM alone improves the downstream performance on three temporal tasks by an avg. +5.8 points. Further, we are able to achieve additional improvements (avg. +0.29 points) by adding the TSM task. These comprise the new best reported results on the targeted tasks. Our analysis suggests that the effectiveness of SSM stems from the sentences chosen in the training data rather than the mask choice: sentences with entities frequently also contain temporal expressions. Nonetheless, the additional targeted spans of TSM can still improve performance, especially in a zero-shot context.

Foundations

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

Your Notes