William Mattingly commited on
Commit
f86265a
1 Parent(s): 675ac9c

first draft of README

Browse files
Files changed (1) hide show
  1. README.md +114 -0
README.md ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for the TRC Volume 7 Final Report Victim List
2
+
3
+ ## Dataset Summary
4
+
5
+
6
+ ## Languages
7
+
8
+ English
9
+
10
+ ## Data Instances
11
+
12
+ A typical data point comprises the metadata for a victim in Volume 7 of the TRC's Final Report.
13
+
14
+ An example from the dataset looks as follows:
15
+
16
+ ```json
17
+ {
18
+ "full_name": "Thabo Simon Aaron",
19
+ "lastname": "Aaron",
20
+ "firstname": "Thabo Simon",
21
+ "description": "An ANCYL member who was shot and severely injured by SAP members at Lephoi, Bethulie, Orange Free State (OFS) on 17 April 1991. Police opened fire on a gathering at an ANC supporter's house following a dispute between two neighbours, one of whom was linked to the ANC and the other to the SAP and a councillor.",
22
+ "place": [
23
+ "Bethulie"
24
+ ],
25
+ "homeland": [],
26
+ "province": [
27
+ "Orange Free State"
28
+ ],
29
+ "hrv": [
30
+ "shoot",
31
+ "injure"
32
+ ],
33
+ "org": [
34
+ "ANCYL (African National Congress Youth League)",
35
+ "ANC (African National Congress)",
36
+ "ANCYL (African National Congress Youth League)",
37
+ "ANC (African National Congress)",
38
+ "Police",
39
+ "SAP (South African Police)",
40
+ "SAP (South African Police)"
41
+ ],
42
+ "date": [
43
+ datetime.date(1991, 4, 17)
44
+ ],
45
+ "coordinates": [
46
+ 25.97552,
47
+ -30.50329
48
+ ],
49
+ "age": 22,
50
+ "gender": "Unknown"
51
+ }
52
+ ```
53
+
54
+ ## Data Fields
55
+
56
+
57
+
58
+ ## Curation Rationale
59
+
60
+
61
+
62
+ ## Initial Data Collection and Normalization
63
+
64
+
65
+
66
+
67
+ ## Who are the source language producers?
68
+
69
+ The initial testimonies were collected by administrators and interviewers for the TRC. These interviews were then interrogated and researchers for the TRC determined which individuals met the threshold to be including in this the Volume 7 Final Report.
70
+
71
+
72
+ ## Annotations
73
+
74
+
75
+
76
+ ## Annotation process
77
+
78
+ To annotate the data, we leveraged Python and spaCy to automate the identification of categories of human rights violations, places, homelands, provinces, gender, and dates. To identify coordinates, we automated the mapping of identifiable places with no toponyms in South Africa, such as Cape Town. For more challenging places (approximately 2,000 locations), we performed manual validation. In some cases, specifically places with many toponyms, we provided the most likely candidate.
79
+
80
+ ## Who are the annotators?
81
+
82
+ The annotators for places were Steve Davis (PI) Robert Vaughn (Geographer).
83
+
84
+ ## Personal and Sensitive Information
85
+
86
+ The dataset contains the personal details of victims of human rights violations in South Africa. This data is already publicly available.
87
+
88
+ ## Social Impact of Dataset
89
+
90
+
91
+ ## Discussion of Biases
92
+
93
+
94
+ ## Other Known Limitations
95
+
96
+
97
+ ## Dataset Curators
98
+
99
+ Steve Davis, Associate Professor of History at the University of Kentucky
100
+
101
+ William J.B. Mattingly, Postdoc Fellow at the Smithsonian Institution
102
+
103
+ Robert Vaughn
104
+
105
+ ## Licensing Information
106
+
107
+
108
+ ## Citation Information
109
+
110
+
111
+
112
+ ## Contributions
113
+
114
+ Thanks to the TRC for cultivating the original data. Thanks to SAHA-SABC for making the initial dataset available as a CSV file.