Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
shamikbose89 commited on
Commit
b4ce45c
1 Parent(s): d8fbf3d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +134 -3
README.md CHANGED
@@ -1,3 +1,134 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Needs More Information]
2
+
3
+ # Dataset Card for atypical_animacy
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:** https://bl.iro.bl.uk/concern/datasets/323177af-6081-4e93-8aaf-7932ca4a390a?locale=en
31
+ - **Repository:** https://github.com/Living-with-machines/AtypicalAnimacy
32
+ - **Paper:** https://arxiv.org/abs/2005.11140
33
+ - **Leaderboard:** [Needs More Information]
34
+ - **Point of Contact:** [Needs More Information]
35
+
36
+ ### Dataset Summary
37
+
38
+ Atypical animacy detection dataset, based on nineteenth-century sentences in English extracted from an open dataset of nineteenth-century books digitized by the British Library. This dataset contains 598 sentences containing mentions of machines. Each sentence has been annotated according to the animacy and humanness of the machine in the sentence.
39
+
40
+ ### Supported Tasks and Leaderboards
41
+
42
+ - `text-classification` - This dataset can be used to determine if a mention of an entity in a document was humanlike or not
43
+ - `entity-recognition` - The dataset can be used to fine tune large models for NER, albeit for a very specific use case
44
+
45
+ ### Languages
46
+
47
+ The text in the dataset is in English, as written by authors of books digitized by the British Library. The associated BCP-47 code in `en`
48
+
49
+ ## Dataset Structure
50
+
51
+ ### Data Instances
52
+
53
+ {
54
+ 'id': '002757962_01_184_16',
55
+ 'sentence': '100 shows a Cornish boiler improperly seated with one small side flue and a bottom flue.',
56
+ 'context': 'Fig. 100 shows a Cornish boiler improperly seated with one small side flue and a bottom flue. The effect of this on a long boiler is to cause springing and leakage of the seams from the heat being applied to one side of the boiler only.',
57
+ 'target': 'boiler',
58
+ 'animacy': 0.0,
59
+ 'humanness': 1.0,
60
+ 'offsets': [20, 26],
61
+ 'date': '1893'
62
+ }
63
+
64
+ ### Data Fields
65
+
66
+ - id: sentence identifier according to internal Living with Machines BL books indexing.
67
+ - sentence: sentence where target expression occurs.
68
+ - context: sentence where target expression occurs, plus one sentence to the left and one sentence to the right.
69
+ - target: target expression
70
+ - animacy: animacy of the target expression
71
+ - humanness: humanness of the target expression
72
+
73
+
74
+ ### Data Splits
75
+
76
+ Train 598
77
+
78
+ ## Dataset Creation
79
+
80
+ ### Curation Rationale
81
+
82
+ The dataset was created by manually annotating books that had been digitized by the British Library. According to the paper's authors, "we provide a basis for examining how machines were imagined during the nineteenth century as everything from lifeless mechanical objects to living beings, or even human-like agents that feel, think, and love. We focus on texts from nineteenth-century Britain, a society being transformed by industrialization, as a good candidate for studying the broader issue"
83
+
84
+ ### Source Data
85
+
86
+ #### Initial Data Collection and Normalization
87
+
88
+ [Needs More Information]
89
+
90
+ #### Who are the source language producers?
91
+
92
+ [Needs More Information]
93
+
94
+ ### Annotations
95
+
96
+ #### Annotation process
97
+
98
+ [Needs More Information]
99
+
100
+ #### Who are the annotators?
101
+
102
+ [Needs More Information]
103
+
104
+ ### Personal and Sensitive Information
105
+
106
+ [Needs More Information]
107
+
108
+ ## Considerations for Using the Data
109
+
110
+ ### Social Impact of Dataset
111
+
112
+ [Needs More Information]
113
+
114
+ ### Discussion of Biases
115
+
116
+ [Needs More Information]
117
+
118
+ ### Other Known Limitations
119
+
120
+ [Needs More Information]
121
+
122
+ ## Additional Information
123
+
124
+ ### Dataset Curators
125
+
126
+ [Needs More Information]
127
+
128
+ ### Licensing Information
129
+
130
+ [Needs More Information]
131
+
132
+ ### Citation Information
133
+
134
+ [Needs More Information]