CLOct 6, 2020

Does the Objective Matter? Comparing Training Objectives for Pronoun Resolution

arXiv:2010.02570v1995 citations
Originality Synthesis-oriented
AI Analysis

This work addresses pronoun resolution, a benchmark for commonsense reasoning in NLP, but is incremental as it focuses on comparing existing objectives rather than introducing new methods.

The paper compared four training objectives for pronoun resolution using pre-trained language models, finding that sequence ranking performed best in-domain while semantic similarity between candidates and pronoun performed best out-of-domain, with sequence ranking also showing seed-wise instability.

Hard cases of pronoun resolution have been used as a long-standing benchmark for commonsense reasoning. In the recent literature, pre-trained language models have been used to obtain state-of-the-art results on pronoun resolution. Overall, four categories of training and evaluation objectives have been introduced. The variety of training datasets and pre-trained language models used in these works makes it unclear whether the choice of training objective is critical. In this work, we make a fair comparison of the performance and seed-wise stability of four models that represent the four categories of objectives. Our experiments show that the objective of sequence ranking performs the best in-domain, while the objective of semantic similarity between candidates and pronoun performs the best out-of-domain. We also observe a seed-wise instability of the model using sequence ranking, which is not the case when the other objectives are used.

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