CLSep 15, 2021

Can Edge Probing Tasks Reveal Linguistic Knowledge in QA Models?

arXiv:2109.07102v32 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurately assessing linguistic knowledge in fine-tuned models for NLP researchers, revealing that prior findings may be flawed due to dataset issues.

The study investigated whether fine-tuning language models for question answering alters their encoded linguistic knowledge, as measured by edge probing tests, and found that correcting dataset biases leads to improved test results, contrary to prior conclusions.

There have been many efforts to try to understand what grammatical knowledge (e.g., ability to understand the part of speech of a token) is encoded in large pre-trained language models (LM). This is done through `Edge Probing' (EP) tests: supervised classification tasks to predict the grammatical properties of a span (whether it has a particular part of speech) using only the token representations coming from the LM encoder. However, most NLP applications fine-tune these LM encoders for specific tasks. Here, we ask: if an LM is fine-tuned, does the encoding of linguistic information in it change, as measured by EP tests? Specifically, we focus on the task of Question Answering (QA) and conduct experiments on multiple datasets. We find that EP test results do not change significantly when the fine-tuned model performs well or in adversarial situations where the model is forced to learn wrong correlations. From a similar finding, some recent papers conclude that fine-tuning does not change linguistic knowledge in encoders but they do not provide an explanation. We find that EP models themselves are susceptible to exploiting spurious correlations in the EP datasets. When this dataset bias is corrected, we do see an improvement in the EP test results as expected.

Foundations

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

Your Notes