paper-with-me

Papers

Quantifying Adaptability in Pre-trained Language Models with 500 Tasks

2021-12-06 · NAACL 2022 7 · Belinda Z. Li, Jane Yu, Madian Khabsa, Luke Zettlemoyer, Alon Halevy, Jacob Andreas

When a neural language model (LM) is adapted to perform a new task, what aspects of the task predict the eventual performance of the model? In NLP, systematic features of LM generalization to individual examples are well characterized, but systematic aspects of LM adaptability to new tasks are not nearly as well understood. We present a large-scale empirical study of the features and limits of LM adaptability using a new benchmark, TaskBench500, built from 500 procedurally generated sequence modeling tasks. These tasks combine core aspects of language processing, including lexical semantics, sequence processing, memorization, logical reasoning, and world knowledge. Using TaskBench500, we evaluate three facets of adaptability, finding that: (1) adaptation procedures differ dramatically in their ability to memorize small datasets; (2) within a subset of task types, adaptation procedures exhibit compositional adaptability to complex tasks; and (3) failure to match training label distributions is explained by mismatches in the intrinsic difficulty of predicting individual labels. Our experiments show that adaptability to new tasks, like generalization to new examples, can be systematically described and understood, and we conclude with a discussion of additional aspects of adaptability that could be studied using the new benchmark.

📄 PDF Abstract BibTeX arXiv:2112.03204

Code (2)

belindal/taskbench500 공식 구현 pytorch
facebookresearch/task_bench 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLogical ReasoningMemorizationWorld Knowledge

Similar Papers 제목 키워드 기반

Quantifying Adaptability in Pre-trained Language Models with 500 Tasks

2022-01-16 · ACL ARR January 2022 1 · Anonymous

When a neural language model (LM) is adapted to perform a new task, what aspects of the task predict the eventual performance of the model? In NLP, systematic features of LM generalization to individual examples are well…

Language ModelingLanguage ModellingLogical ReasoningMemorization+1

Beyond Performance: Quantifying and Mitigating Label Bias in LLMs

2024-05-04 · Yuval Reif, Roy Schwartz

Large language models (LLMs) have shown remarkable adaptability to diverse tasks, by leveraging context prompts containing instructions, or minimal input-output examples. However, recent work revealed they also exhibit l…

Adaptive LoRA Merge with Parameter Pruning for Low-Resource Generation

2025-05-30 · Ryota Miyano, Yuki Arase

This study proposes a simple yet effective LoRA merge method to achieve LLM adaptation for low-resource language generation tasks. The LoRA merge technique, which integrates multiple LoRA modules trained on different tas…

Text Generation

Quantifying the Contextualization of Word Representations with Semantic Class Probing

2020-04-25 · Findings of the Association for Computational Linguistics 2020 · Mengjie Zhao, Philipp Dufter, Yadollah Yaghoobzadeh, Hinrich Schütze

Pretrained language models have achieved a new state of the art on many NLP tasks, but there are still many open questions about how and why they work so well. We investigate the contextualization of words in BERT. We qu…

Value-Spectrum: Quantifying Preferences of Vision-Language Models via Value Decomposition in Social Media Contexts

2024-11-18 · Jingxuan Li, Yuning Yang, Shengqi Yang, Linfan Zhang 외

The recent progress in Vision-Language Models (VLMs) has broadened the scope of multimodal applications. However, evaluations often remain limited to functional tasks, neglecting abstract dimensions such as personality t…

BenchmarkingMultimodal Large Language ModelObject RecognitionQuestion Answering+2