jigsaw-multilingual-toxic-comment-classification
收藏OpenML2025-02-25 更新2025-12-20 收录
下载链接:
https://www.openml.org/search?type=data&sort=runs&status=active&id=46707
下载链接
链接失效反馈官方服务:
资源简介:
It only takes one toxic comment to sour an online discussion. The Conversation AI team, a research initiative founded by Jigsaw and Google, builds technology to protect voices in conversation. A main area of focus is machine learning models that can identify toxicity in online conversations, where toxicity is defined as anything rude, disrespectful or otherwise likely to make someone leave a discussion. If these toxic contributions can be identified, we could have a safer, more collaborative internet.
In the previous 2018 Toxic Comment Classification Challenge, Kagglers built multi-headed models to recognize toxicity and several subtypes of toxicity. In 2019, in the Unintended Bias in Toxicity Classification Challenge, you worked to build toxicity models that operate fairly across a diverse range of conversations. This year, we're taking advantage of Kaggle's new TPU support and challenging you to build multilingual models with English-only training data.
Jigsaw's API, Perspective, serves toxicity models and others in a growing set of languages (see our documentation for the full list). Over the past year, the field has seen impressive multilingual capabilities from the latest model innovations, including few- and zero-shot learning. We're excited to learn whether these results "translate" (pun intended!) to toxicity classification. Your training data will be the English data provided for our previous two competitions and your test data will be Wikipedia talk page comments in several different languages.
As our computing resources and modeling capabilities grow, so does our potential to support healthy conversations across the globe. Develop strategies to build effective multilingual models and you'll help Conversation AI and the entire industry realize that potential.
The files from the original source in kaggle https://www.kaggle.com/c/jigsaw-multilingual-toxic-comment-classification/data re-used:
jigsaw-toxic-comment-train.csv - data from our first competition. The dataset is made up of English comments from Wikipedia's talk page edits.
jigsaw-unintended-bias-train.csv - data from our second competition. This is an expanded version of the Civil Comments dataset with a range of additional labels.
So, in order to build the multilingual dataset we consider just 3 files: validation.csv, test.csv, test_labels.csv
This will be a binary classification problem, where the target is to predict if a comment is toxic or not.
To upload to openml it was necessary to replace the special characters with unicode characters.
paper_url = "https://papers.nips.cc/paper_files/paper/2022/file/9ca22870ae0ba55ee50ce3e2d269e5de-Paper-Datasets_and_Benchmarks.pdf"
original_data_url = "https://www.kaggle.com/c/jigsaw-multilingual-toxic-comment-classification/data"
创建时间:
2025-02-25



