paper-with-me

홈 › Papers

GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding

2018-04-20 · WS 2018 11 · Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, Samuel R. Bowman

For natural language understanding (NLU) technology to be maximally useful, both practically and as a scientific object of study, it must be general: it must be able to process language in a way that is not exclusively tailored to any one specific task or dataset. In pursuit of this objective, we introduce the General Language Understanding Evaluation benchmark (GLUE), a tool for evaluating and analyzing the performance of models across a diverse range of existing NLU tasks. GLUE is model-agnostic, but it incentivizes sharing knowledge across tasks because certain tasks have very limited training data. We further provide a hand-crafted diagnostic test suite that enables detailed linguistic analysis of NLU models. We evaluate baselines based on current methods for multi-task and transfer learning and find that they do not immediately give substantial improvements over the aggregate performance of training a separate model per task, indicating room for improvement in developing general and robust NLU systems.

📄 PDF Abstract BibTeX arXiv:1804.07461

Code (11)

alibaba/EasyNLP jax
ashi-ta/speechglue
benzakenelad/BitFit pytorch
colinzhaoust/intrinsic_fewshot_hardness
imran3180/pytorch-nli pytorch
jsalt18-sentence-repl/jiant pytorch
kainoj/run_glue pytorch
nvshrao/Pytorch-GLUE pytorch
nyu-mll/GLUE-baselines pytorch
ofa-sys/ofa pytorch
smallbenchnlp/benchmark

Tasks

DiagnosticNatural Language InferenceNatural Language UnderstandingQQPTransfer Learning

Similar Papers 제목 키워드 기반

CodeXGLUE: A Machine Learning Benchmark Dataset for Code Understanding and Generation

2021-02-09 · Shuai Lu, Daya Guo, Shuo Ren, JunJie Huang 외

Benchmark datasets have a significant impact on accelerating research in programming language tasks. In this paper, we introduce CodeXGLUE, a benchmark dataset to foster machine learning research for program understandin…

BIG-bench Machine LearningClone DetectionCloze TestCode Completion+9

HULK: An Energy Efficiency Benchmark Platform for Responsible Natural Language Processing

2020-02-14 · EACL 2021 2 · Xiyou Zhou, Zhiyu Chen, Xiaoyong Jin, William Yang Wang

Computation-intensive pretrained models have been taking the lead of many natural language processing benchmarks such as GLUE. However, energy efficiency in the process of model training and inference becomes a critical …

Benchmarking

Introducing TrGLUE and SentiTurca: A Comprehensive Benchmark for Turkish General Language Understanding and Sentiment Analysis

2025-12-26 · Duygu Altinok arxiv

Evaluating the performance of various model architectures, such as transformers, large language models (LLMs), and other NLP systems, requires comprehensive benchmarks that measure performance across multiple dimensions.…

Natural Language UnderstandingSentiment Analysis

How not to Lie with a Benchmark: Rearranging NLP Leaderboards

2021-12-02 · NeurIPS Workshop ICBINB 2021 12 · Shavrina Tatiana, Malykh Valentin

Comparison with a human is an essential requirement for a benchmark for it to be a reliable measurement of model capabilities. Nevertheless, the methods for model comparison could have a fundamental flaw - the arithmetic…

How not to Lie with a Benchmark: Rearranging NLP Learderboards

2021-05-21 · NeurIPS 2021 12 · Tatiana Shavrina, Valentin Malykh

Proper model ranking and comparison with a human level is an essential requirement for every benchmark to be a reliable measurement of the model quality. Nevertheless, the methods for model comparison could have a fundam…