Skip to content

Jiaxin-Pei/Potato-Prolific-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POPQUORN: the Potato-Prolific dataset for Question- Answering, Offensiveness, text Rewriting and politeness rating with demographic Nuance

POPQUORN is a collaboration effort of potato and prolific to create an open-source dataset with both individual annotations and annotator's backgrounds. POPQUORN contains 45,000 annotations from 1484 annotators drawing from a US-population representative sample (for age, sex, and race). This GitHub repo contains raw annotations as well as detailed demographic information. POPQUORN is released with the following paper:

Jiaxin Pei and David Jurgens. When Do Annotator Demographics Matter? Measuring the Influence of Annotator Demographics with the POPQUORN Dataset. The 17th Linguistic Annotation Workshop (LAW-XVII) @ACL 2023

Using the annotation interfaces

All the annotation interfaces are available in potato project-hub

Install potato-annotation

pip install potato-annotation

Offensiveness rating

yaml config | Dataset

[fetch] potato get offensiveness
[launch] potato start offensiveness -p 8000
[Annotate] http://localhost:8000/?PROLIFIC_PID=user

Alt text

Question Answering (SQuAD style)

yaml config | Dataset

[fetch] potato get reading_comprehension
[launch] potato start reading_comprehension -p 8000
[Annotate] http://localhost:8000/?PROLIFIC_PID=user

Alt text

Text rewriting

yaml config | Dataset

[fetch] potato get text_rewriting
[launch] potato start text_rewriting -p 8000
[Annotate] http://localhost:8000/?PROLIFIC_PID=user

Alt text

Politeness rating

yaml config | Dataset

[fetch] potato get politeness_rating
[launch] potato start politeness_rating -p 8000
[Annotate] http://localhost:8000/?PROLIFIC_PID=user

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published