Metric-Based In-context Learning: A Case Study in Text Simplification

27 Jul 2023  Â·  Subha Vadlamannati, Gözde GĂĽl Ĺžahin ·

In-context learning (ICL) for large language models has proven to be a powerful approach for many natural language processing tasks. However, determining the best method to select examples for ICL is nontrivial as the results can vary greatly depending on the quality, quantity, and order of examples used. In this paper, we conduct a case study on text simplification (TS) to investigate how to select the best and most robust examples for ICL. We propose Metric-Based in-context Learning (MBL) method that utilizes commonly used TS metrics such as SARI, compression ratio, and BERT-Precision for selection. Through an extensive set of experiments with various-sized GPT models on standard TS benchmarks such as TurkCorpus and ASSET, we show that examples selected by the top SARI scores perform the best on larger models such as GPT-175B, while the compression ratio generally performs better on smaller models such as GPT-13B and GPT-6.7B. Furthermore, we demonstrate that MBL is generally robust to example orderings and out-of-domain test sets, and outperforms strong baselines and state-of-the-art finetuned language models. Finally, we show that the behaviour of large GPT models can be implicitly controlled by the chosen metric. Our research provides a new framework for selecting examples in ICL, and demonstrates its effectiveness in text simplification tasks, breaking new ground for more accurate and efficient NLG systems.

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Text Simplification ASSET GPT-175B (15 SARI-selected examples, random ordering) SARI (EASSE>=0.2.1) 47.94 # 1
BLEU 73.92 # 1
FKGL 7.73 # 3
Text Simplification TurkCorpus GPT-175B (6 SARI-selected examples, high/low) SARI (EASSE>=0.2.1) 43.46 # 1
BLEU 79.83 # 7
FKGL 9.33 # 4

Methods