paper-with-me

홈 › Papers

Can Machines Help Us Answering Question 16 in Datasheets, and In Turn Reflecting on Inappropriate Content?

2022-02-14 · Patrick Schramowski, Christopher Tauchmann, Kristian Kersting

Large datasets underlying much of current machine learning raise serious issues concerning inappropriate content such as offensive, insulting, threatening, or might otherwise cause anxiety. This calls for increased dataset documentation, e.g., using datasheets. They, among other topics, encourage to reflect on the composition of the datasets. So far, this documentation, however, is done manually and therefore can be tedious and error-prone, especially for large image datasets. Here we ask the arguably "circular" question of whether a machine can help us reflect on inappropriate content, answering Question 16 in Datasheets. To this end, we propose to use the information stored in pre-trained transformer models to assist us in the documentation process. Specifically, prompt-tuning based on a dataset of socio-moral values steers CLIP to identify potentially inappropriate content, therefore reducing human labor. We then document the inappropriate images found using word clouds, based on captions generated using a vision-language model. The documentations of two popular, large-scale computer vision datasets -- ImageNet and OpenImages -- produced this way suggest that machines can indeed help dataset creators to answer Question 16 on inappropriate image content.

📄 PDF Abstract BibTeX arXiv:2202.06675

Code (2)

ml-research/q16 공식 구현 pytorch
rom1504/clip-retrieval pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

What Question Answering can Learn from Trivia Nerds

2019-10-31 · ACL 2020 6 · Jordan Boyd-Graber, Benjamin Börschinger

In addition to the traditional task of getting machines to answer questions, a major research question in question answering is to create interesting, challenging questions that can help systems learn how to answer quest…

Question Answering

Self-Teaching Machines to Read and Comprehend with Large-Scale Multi-Subject Question-Answering Data

2021-02-01 · Findings (EMNLP) 2021 11 · Dian Yu, Kai Sun, Dong Yu, Claire Cardie

In spite of much recent research in the area, it is still unclear whether subject-area question-answering data is useful for machine reading comprehension (MRC) tasks. In this paper, we investigate this question. We coll…

Machine Reading ComprehensionMultiple-choiceQuestion AnsweringReading Comprehension

Abg-CoQA: Clarifying Ambiguity in Conversational Question Answering

2021-06-22 · AKBC 2021 10 · Meiqi Guo, Mingda Zhang, Siva Reddy, Malihe Alikhani

Effective communication is about the dissemination of properly worded meaningful ideas/messages that are comprehensible to both sender and receiver and which ultimately can attract the desired response or feedba…

4kConversational Question AnsweringQuestion AnsweringText Generation

JEC-QA: A Legal-Domain Question Answering Dataset

2019-11-27 · Haoxi Zhong, Chaojun Xiao, Cunchao Tu, Tianyang Zhang 외

We present JEC-QA, the largest question answering dataset in the legal domain, collected from the National Judicial Examination of China. The examination is a comprehensive evaluation of professional skills for legal pra…

Question AnsweringReading Comprehension

Two-Turn Debate Doesn't Help Humans Answer Hard Reading Comprehension Questions

2022-10-19 · Alicia Parrish, Harsh Trivedi, Nikita Nangia, Vishakh Padmakumar 외

The use of language-model-based question-answering systems to aid humans in completing difficult tasks is limited, in part, by the unreliability of the text these systems generate. Using hard multiple-choice reading comp…

Language ModelingLanguage ModellingMultiple-choiceQuestion Answering+2