glue nyu-mll
Dataset Card for GLUE Dataset Summary GLUE, the General Language Understanding Evaluation benchmark (https://gluebenchmark.com/) is a collection of resources for training, evaluating, and analyzing natural language understanding systems. Supported Tasks and Leaderboards The leaderboard for the GLUE benchmark can be found at this address. It comprises the following tasks: ax A manually-curated evaluation dataset for fine-grained… See the full description on the dataset page: https://huggingface.co/datasets/nyu-mll/glue.
- 类型
- dataset
- 许可
- other
- 语言
- en
- 下载量
- 443,111
- 点赞
- 524
- 访问
- public
- 文件
- 36
标签
- 评测基准
- 文本分类
- 文本数据集
- NLP
- 预训练语料
摘要
GLUE是经典的自然语言理解通用评测基准,包含COLA、MNLI、MRPC、QNLI、QQP、RTE、SST2、STSB等9个文本分类与语义任务,覆盖可接受性、自然语言推理、语义相似度、情感分类等能力评估。常用于衡量语言模型在多种NLP任务上的泛化能力,是模型评测的标准benchmark。
README
--- annotations_creators: - other language_creators: - other language: - en license: - other multilinguality: - monolingual size_categories: - 10K<n<100K source_datasets: - original task_categories: - text-classification task_ids: - acceptability-classification - natural-language-inference - semant…