Datasets:

Languages:
English
ArXiv:
License:
breakend commited on
Commit
0c9b85c
1 Parent(s): 2711314

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +121 -0
README.md ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Needs More Information]
2
+
3
+ # Dataset Card for eoir_privacy
4
+
5
+ ## Table of Contents
6
+ - [Dataset Description](#dataset-description)
7
+ - [Dataset Summary](#dataset-summary)
8
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
9
+ - [Languages](#languages)
10
+ - [Dataset Structure](#dataset-structure)
11
+ - [Data Instances](#data-instances)
12
+ - [Data Fields](#data-instances)
13
+ - [Data Splits](#data-instances)
14
+ - [Dataset Creation](#dataset-creation)
15
+ - [Curation Rationale](#curation-rationale)
16
+ - [Source Data](#source-data)
17
+ - [Annotations](#annotations)
18
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
19
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
20
+ - [Social Impact of Dataset](#social-impact-of-dataset)
21
+ - [Discussion of Biases](#discussion-of-biases)
22
+ - [Other Known Limitations](#other-known-limitations)
23
+ - [Additional Information](#additional-information)
24
+ - [Dataset Curators](#dataset-curators)
25
+ - [Licensing Information](#licensing-information)
26
+ - [Citation Information](#citation-information)
27
+
28
+ ## Dataset Description
29
+
30
+ - **Homepage:** [Needs More Information]
31
+ - **Repository:** [Needs More Information]
32
+ - **Paper:** [Needs More Information]
33
+ - **Leaderboard:** [Needs More Information]
34
+ - **Point of Contact:** [Needs More Information]
35
+
36
+ ### Dataset Summary
37
+
38
+ [Needs More Information]
39
+
40
+ ### Supported Tasks and Leaderboards
41
+
42
+ [Needs More Information]
43
+
44
+ ### Languages
45
+
46
+ [Needs More Information]
47
+
48
+ ## Dataset Structure
49
+
50
+ ### Data Instances
51
+
52
+ {
53
+ "text" : masked paragraph,
54
+ "label" : whether to use a pseudonym in filling masks
55
+ }
56
+
57
+ ### Data Fields
58
+
59
+ [Needs More Information]
60
+
61
+ ### Data Splits
62
+
63
+ train, validation
64
+
65
+ ## Dataset Creation
66
+
67
+ ### Curation Rationale
68
+
69
+ This dataset mimics privacy standards for EOIR decisions. It is meant to help learn contextual data sanitization rules to anonymize potentially sensitive contexts in crawled language data.
70
+
71
+ ### Source Data
72
+
73
+ #### Initial Data Collection and Normalization
74
+
75
+ We scrape EOIR. We then filter at the paragraph level and replace any references to respondent, applicant, or names with [MASK] tokens. We then determine if the case used a pseudonym or not.
76
+
77
+ #### Who are the source language producers?
78
+
79
+ U.S. Executive Office for Immigration Review
80
+
81
+ ### Annotations
82
+
83
+ #### Annotation process
84
+
85
+ [Needs More Information]
86
+
87
+ #### Who are the annotators?
88
+
89
+ [Needs More Information]
90
+
91
+ ### Personal and Sensitive Information
92
+
93
+ There may be sensitive contexts involved, the courts already make a determination as to data filtering of sensitive data, but nonetheless there may be sensitive topics discussed.
94
+
95
+ ## Considerations for Using the Data
96
+
97
+ ### Social Impact of Dataset
98
+
99
+ This dataset is meant to learn contextual privacy rules to help filter private/sensitive data, but itself encodes biases of the courts from which the data came. We suggest that people look beyond this data for learning more contextual privacy rules.
100
+
101
+ ### Discussion of Biases
102
+
103
+ Data may be biased due to its origin in U.S. immigration courts.
104
+
105
+ ### Other Known Limitations
106
+
107
+ [Needs More Information]
108
+
109
+ ## Additional Information
110
+
111
+ ### Dataset Curators
112
+
113
+ [Needs More Information]
114
+
115
+ ### Licensing Information
116
+
117
+ [Needs More Information]
118
+
119
+ ### Citation Information
120
+
121
+ [Needs More Information]