paper-with-me

홈 › Papers

How to Determine the Most Powerful Pre-trained Language Model without Brute Force Fine-tuning? An Empirical Survey

2023-12-08 · Jun Bai, Xiaofeng Zhang, Chen Li, Hanhua Hong, Xi Xu, Chenghua Lin, Wenge Rong

Transferability estimation has been attached to great attention in the computer vision fields. Researchers try to estimate with low computational cost the performance of a model when transferred from a source task to a given target task. Considering the effectiveness of such estimations, the communities of natural language processing also began to study similar problems for the selection of pre-trained language models. However, there is a lack of a comprehensive comparison between these estimation methods yet. Also, the differences between vision and language scenarios make it doubtful whether previous conclusions can be established across fields. In this paper, we first conduct a thorough survey of existing transferability estimation methods being able to find the most suitable model, then we conduct a detailed empirical study for the surveyed methods based on the GLUE benchmark. From qualitative and quantitative analyses, we demonstrate the strengths and weaknesses of existing methods and show that H-Score generally performs well with superiorities in effectiveness and efficiency. We also outline the difficulties of consideration of training details, applicability to text generation, and consistency to certain metrics which shed light on future directions.

📄 PDF Abstract BibTeX arXiv:2312.04775

Code (1)

ba1jun/model-selection-nlp 공식 구현

Tasks

Language ModelingLanguage ModellingText Generation

Similar Papers 제목 키워드 기반

Adversarial Training for High-Stakes Reliability

2022-05-03 · Daniel M. Ziegler, Seraphina Nix, Lawrence Chan, Tim Bauman 외

In the future, powerful AI systems may be deployed in high-stakes settings, where a single failure could be catastrophic. One technique for improving AI safety in high-stakes settings is adversarial training, which uses …

Text GenerationVocal Bursts Intensity Prediction

Labeling Explicit Discourse Relations using Pre-trained Language Models

2020-06-21 · Murathan Kurfali

Labeling explicit discourse relations is one of the most challenging sub-tasks of the shallow discourse parsing where the goal is to identify the discourse connectives and the boundaries of their arguments. The state-of-…

Discourse Parsing

Dialects Identification of Armenian Language

2022-06-01 · DigitAm (LREC) 2022 6 · Karen Avetisyan

The Armenian language has many dialects that differ from each other syntactically, morphologically, and phonetically. In this work, we implement and evaluate models that determine the dialect of a given passage of text. …

Dialect IdentificationLanguage IdentificationSentenceWord Embeddings

Detecting AI-Generated Images via CLIP

2024-04-12 · A. G. Moskowitz, T. Gaona, J. Peterson

As AI-generated image (AIGI) methods become more powerful and accessible, it has become a critical task to determine if an image is real or AI-generated. Because AIGI lack the signatures of photographs and have their own…

GPU

XCompress: LLM assisted Python-based text compression toolkit

2024-08-12 · SoftwareX 2024 8 · Emir Öztürk

This study introduces XCompress, a Python-based tool for effectively utilizing various compression algorithms. XCompress offers manual, brute force, and Large Language Model (LLM) methods to determine the most suitable a…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model+1