TrGLUE, SentiTurca
收藏资源简介:
TrGLUE是由独立研究员Duygu Altinok开发的土耳其语通用语言理解评估基准,包含9个任务数据集,涵盖单句分类、句子对分类及回归任务,数据源自土耳其本土文本资源(如维基百科、新闻平台等),通过半自动化标注流程确保质量。SentiTurca是专注于情感分析的子集,包含土耳其仇恨地图(TuHaMa)等多样化语料。数据集通过Hugging Face开源,支持Transformer模型微调与评估,为土耳其语NLP研究提供标准化测试框架,解决现有资源分散、翻译质量低及文化偏差问题。
TrGLUE is a Turkish general language understanding evaluation benchmark developed by independent researcher Duygu Altinok. It consists of 9 task datasets covering single-sentence classification, sentence-pair classification, and regression tasks. The data is sourced from Turkish indigenous text resources including Wikipedia, news platforms and other similar resources. Its quality is ensured via a semi-automated annotation pipeline. SentiTurca, a subset dedicated to sentiment analysis, includes diverse corpora such as Turkish Hate Map (TuHaMa). The dataset is open-sourced through Hugging Face, and supports fine-tuning and evaluation of Transformer models. It provides a standardized test framework for Turkish NLP research, addressing issues such as scattered existing resources, low-quality translations and cultural bias.
TrGLUE - 土耳其语自然语言理解基准数据集
数据集概述
TrGLUE是一个用于土耳其语的自然语言理解基准测试数据集。其名称表明,这是一个针对土耳其语的GLUE风格基准测试数据集。
数据获取
数据集可从HuggingFace仓库下载:https://huggingface.co/datasets/turkish-nlp-suite/TrGLUE。关于数据集的更多信息、任务详情、数据整理等内容,请访问该HF仓库。
基准测试任务
可用的任务名称包括:
- cola
- mnli
- sst2
- mrpc
- qnli
- qqp
- rte
- stsb
基准测试配置
脚本位置
基准测试代码位于scripts/目录下。
运行单个任务
使用run_single.sh脚本运行单个任务。
运行所有任务
要按顺序运行所有任务,请运行run_all.sh脚本。
论文结果复现参数
为复现论文结果,建议使用以下参数配置:
- RTE、STS-B、MRPC任务:批量大小16,学习率3e-5
- 所有其他数据集:批量大小128,学习率2e-5
结果评估
论文结果基于5个不同随机种子(1、4、21、40、124)运行结果的平均值。
研究论文与引用
相关研究论文即将发布。

- 1Introducing TrGLUE and SentiTurca: A Comprehensive Benchmark for Turkish General Language Understanding and Sentiment Analysis独立研究员 · 2025年



