CLJun 28, 2021

What's in a Measurement? Using GPT-3 on SemEval 2021 Task 8 -- MeasEval

arXiv:2106.14720v13 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of applying large language models to structured information extraction tasks for scientific NLP, but it is incremental as it reports negative results without surpassing prior methods.

The researchers attempted to use GPT-3's few-shot learning to improve performance on the SemEval 2021 MeasEval task of identifying measurements in scientific literature, but were unsuccessful due to limitations like prompt size constraints and unpredictable prompt effects.

In the summer of 2020 OpenAI released its GPT-3 autoregressive language model to much fanfare. While the model has shown promise on tasks in several areas, it has not always been clear when the results were cherry-picked or when they were the unvarnished output. We were particularly interested in what benefits GPT-3 could bring to the SemEval 2021 MeasEval task - identifying measurements and their associated attributes in scientific literature. We had already experimented with multi-turn questions answering as a solution to this task. We wanted to see if we could use GPT-3's few-shot learning capabilities to more easily develop a solution that would have better performance than our prior work. Unfortunately, we have not been successful in that effort. This paper discusses the approach we used, challenges we encountered, and results we observed. Some of the problems we encountered were simply due to the state of the art. For example, the limits on the size of the prompt and answer limited the amount of the training signal that could be offered. Others are more fundamental. We are unaware of generative models that excel in retaining factual information. Also, the impact of changes in the prompts is unpredictable, making it hard to reliably improve 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