File size: 2,076 Bytes
4367f3d 6e7da56 4367f3d 6e7da56 24556c9 6e7da56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
dataset_info:
features:
- name: user
dtype: string
- name: label
dtype: string
- name: timestamp
dtype: string
- name: source
dtype: string
- name: subreddit
dtype: string
- name: id_original
dtype: string
- name: text
dtype: string
- name: parent_id_original
dtype: string
- name: parent_text
dtype: string
- name: Language_instance
dtype: string
- name: Language_variety
dtype: string
- name: Age
dtype: string
- name: Sex
dtype: string
- name: Ethnicity simplified
dtype: string
- name: Country of birth
dtype: string
- name: Country of residence
dtype: string
- name: Nationality
dtype: string
- name: Language_annotator
dtype: string
- name: Student status
dtype: string
- name: Employment status
dtype: string
splits:
- name: train
num_bytes: 7299373
num_examples: 14172
download_size: 1038853
dataset_size: 7299373
---
# EPIC_Irony
- paper: [EPIC: Multi-Perspective Annotation of a Corpus of Irony](https://assets.amazon.science/40/b4/0f6ec06a4a33a44485de1b2b57c7/epic-multi-perspective-annotation-of-a-corpus-of-irony.pdf) at ACL 2023
Key features:
- EPIC (English Perspectivist Irony Corpus) is an annotated corpus for irony analysis based on data perspectivism principles.
- The corpus contains social media conversations in five regional varieties of English, annotated by contributors from corresponding countries.
- The dataset explores the perspectives of annotators, taking into account their origin, age, and gender.
- Perspective-aware models were created to validate EPIC, and these proved more effective and confident in identifying irony than non-perspectivist models.
- The models showcase variation in irony perception across different demographic groups.
- EPIC serves as a valuable resource for training perspective-aware models for irony detection.
Metadata in Creative Language Toolkit ([CLTK](https://github.com/liyucheng09/cltk))
- CL Type: Irony
- Task Type: detection
- Size: 14k
- Created time: 2023 |