paper-with-me

홈 › Papers

Hatemoji: A Test Suite and Adversarially-Generated Dataset for Benchmarking and Detecting Emoji-based Hate

2021-08-12 · NAACL 2022 7 · Hannah Rose Kirk, Bertram Vidgen, Paul Röttger, Tristan Thrush, Scott A. Hale

Detecting online hate is a complex task, and low-performing models have harmful consequences when used for sensitive applications such as content moderation. Emoji-based hate is an emerging challenge for automated detection. We present HatemojiCheck, a test suite of 3,930 short-form statements that allows us to evaluate performance on hateful language expressed with emoji. Using the test suite, we expose weaknesses in existing hate detection models. To address these weaknesses, we create the HatemojiBuild dataset using a human-and-model-in-the-loop approach. Models built with these 5,912 adversarial examples perform substantially better at detecting emoji-based hate, while retaining strong performance on text-only hate. Both HatemojiCheck and HatemojiBuild are made publicly available. See our Github Repository (https://github.com/HannahKirk/Hatemoji). HatemojiCheck, HatemojiBuild, and the final Hatemoji Model are also available on HuggingFace (https://huggingface.co/datasets/HannahRoseKirk/).

📄 PDF Abstract BibTeX arXiv:2108.05921

Code (1)

HannahKirk/Hatemoji 공식 구현

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

A System for Automated Unit Test Generation Using Large Language Models and Assessment of Generated Test Suites

2024-08-14 · Andrea Lops, Fedelucio Narducci, Azzurra Ragone, Michelantonio Trizio 외

Unit tests represent the most basic level of testing within the software testing lifecycle and are crucial to ensuring software correctness. Designing and creating unit tests is a costly and labor-intensive process that …

Code Generationsoftware testing

Automating Autograding: Large Language Models as Test Suite Generators for Introductory Programming

2024-11-14 · Umar Alkafaween, Ibrahim Albluwi, Paul Denny

Automatically graded programming assignments provide instant feedback to students and significantly reduce manual grading time for instructors. However, creating comprehensive suites of test cases for programming problem…

Semantic Evaluation for Text-to-SQL with Distilled Test Suites

2020-10-06 · EMNLP 2020 11 · Ruiqi Zhong, Tao Yu, Dan Klein

We propose test suite accuracy to approximate semantic accuracy for Text-to-SQL models. Our method distills a small test suite of databases that achieves high code coverage for the gold query from a large number of rando…

Text to SQLText-To-SQL

VALTEST: Automated Validation of Language Model Generated Test Cases

2024-11-13 · Hamed Taherkhani, Hadi Hemmati

Large Language Models (LLMs) have demonstrated significant potential in automating software testing, specifically in generating unit test cases. However, the validation of LLM-generated test cases remains a challenge, pa…

HumanEvalLanguage ModelingLanguage Modellingmbpp+3

Strength in Numbers: Trading-off Robustness and Computation via Adversarially-Trained Ensembles

2018-11-22 · ICLR 2019 5 · Edward Grefenstette, Robert Stanforth, Brendan O'Donoghue, Jonathan Uesato 외

While deep learning has led to remarkable results on a number of challenging problems, researchers have discovered a vulnerability of neural networks in adversarial settings, where small but carefully chosen perturbation…

Self-Driving Cars