paper-with-me

홈 › Papers

Evaluating Parameter Efficient Learning for Generation

2022-10-25 · Peng Xu, Mostofa Patwary, Shrimai Prabhumoye, Virginia Adams, Ryan J. Prenger, Wei Ping, Nayeon Lee, Mohammad Shoeybi, Bryan Catanzaro

Parameter efficient learning methods (PERMs) have recently gained significant attention as they provide an efficient way for pre-trained language models (PLMs) to adapt to a downstream task. However, these conclusions are mostly drawn from in-domain evaluations over the full training set. In this paper, we present comparisons between PERMs and finetuning from three new perspectives: (1) the effect of sample and model size to in-domain evaluations, (2) generalization to unseen domains and new datasets, and (3) the faithfulness of generations. Our results show that for in-domain settings (a) there is a cross point of sample size for which PERMs will perform better than finetuning when training with fewer samples, and (b) larger PLMs have larger cross points. For cross-domain and cross-dataset cases, we show that (a) Adapter (Houlsby et al., 2019) performs the best amongst all the PERMs studied here, and (b) it outperforms finetuning if the task dataset is below a certain size. We also compare the faithfulness of generations and show that PERMs can achieve better faithfulness score than finetuning, especially for small training set, by as much as 6%. Finally, we apply Adapter to MT-NLG 530b (Smith et al., 2022) and achieve new state-of-the-art results on Xsum (Narayan et al., 2018) for all ROUGE scores (ROUGE-1 49.17, ROUGE-2 27.20, ROUGE-L 40.98).

📄 PDF Abstract BibTeX arXiv:2210.13673

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Evaluating the Evaluation of Diversity in Natural Language Generation

2020-04-06 · EACL 2021 2 · Guy Tevet, Jonathan Berant

Despite growing interest in natural language generation (NLG) models that produce diverse outputs, there is currently no principled method for evaluating the diversity of an NLG system. In this work, we propose a framewo…

DiversityText Generation

Evaluating Chunking Strategies for Retrieval-Augmented Generation on Academic Texts

2026-07-02 · Valentin J. J. Kreileder, Johannes Reisinger, Andreas Fischer arxiv

Retrieval-Augmented Generation (RAG) systems use the question-answering capabilities of Large Language Models (LLMs) to access information outside their parameters. We evaluate if cluster-based semantic chunking improves…

BEHAVIOR Vision Suite: Customizable Dataset Generation via Simulation

2024-05-15 · CVPR 2024 1 · Yunhao Ge, Yihe Tang, Jiashu Xu, Cem Gokmen 외

The systematic evaluation and understanding of computer vision models under varying conditions require large amounts of data with comprehensive and customized labels, which real-world vision datasets rarely satisfy. Whil…

Dataset GenerationScene Understanding

Parameter-Efficient Fine-Tuning for Medical Image Analysis: The Missed Opportunity

2023-05-14 · Raman Dutt, Linus Ericsson, Pedro Sanchez, Sotirios A. Tsaftaris 외

Foundation models have significantly advanced medical image analysis through the pre-train fine-tune paradigm. Among various fine-tuning algorithms, Parameter-Efficient Fine-Tuning (PEFT) is increasingly utilized for kno…

image-classificationImage ClassificationImage GenerationMedical Image Analysis+4

Copilot Evaluation Harness: Evaluating LLM-Guided Software Programming

2024-02-22 · Anisha Agarwal, Aaron Chan, Shubham Chandel, Jinu Jang 외

The integration of Large Language Models (LLMs) into Development Environments (IDEs) has become a focal point in modern software development. LLMs such as OpenAI GPT-3.5/4 and Code Llama offer the potential to significan…

Bug fixingCode Generation