Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
davanstrien HF staff commited on
Commit
ee85adc
1 Parent(s): 46abc30

Convert dataset to Parquet

Browse files
README.md CHANGED
@@ -1,16 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - expert-generated
4
- language:
5
- - en
6
  language_creators:
7
  - machine-generated
 
 
8
  license:
9
  - cc0-1.0
10
  multilinguality:
11
  - monolingual
12
- paperswithcode_id: null
13
- pretty_name: Atypical Animacy
14
  size_categories:
15
  - n<1K
16
  source_datasets:
@@ -20,6 +18,36 @@ task_categories:
20
  task_ids:
21
  - sentiment-classification
22
  - intent-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
  # Dataset Card for atypical_animacy
25
 
 
1
  ---
2
  annotations_creators:
3
  - expert-generated
 
 
4
  language_creators:
5
  - machine-generated
6
+ language:
7
+ - en
8
  license:
9
  - cc0-1.0
10
  multilinguality:
11
  - monolingual
 
 
12
  size_categories:
13
  - n<1K
14
  source_datasets:
 
18
  task_ids:
19
  - sentiment-classification
20
  - intent-classification
21
+ pretty_name: Atypical Animacy
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: sentence
27
+ dtype: string
28
+ - name: context
29
+ dtype: string
30
+ - name: target
31
+ dtype: string
32
+ - name: animacy
33
+ dtype: float32
34
+ - name: humanness
35
+ dtype: float32
36
+ - name: offsets
37
+ list: int32
38
+ - name: date
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 442217
43
+ num_examples: 594
44
+ download_size: 299650
45
+ dataset_size: 442217
46
+ configs:
47
+ - config_name: default
48
+ data_files:
49
+ - split: train
50
+ path: data/train-*
51
  ---
52
  # Dataset Card for atypical_animacy
53
 
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb854633b8a4701169b9e521d22d308272349a2220dad87982bdf5ed2f58010
3
+ size 299650
dataset_infos.json CHANGED
@@ -1 +1,64 @@
1
- {"default": {"description": "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 (available via https://doi.org/10.21250/db14, British Library Labs, 2014). \nThis 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. \n", "citation": "@article{DBLP:journals/corr/abs-2005-11140,\n author = {Mariona Coll Ardanuy and\n Federico Nanni and\n Kaspar Beelen and\n Kasra Hosseini and\n Ruth Ahnert and\n Jon Lawrence and\n Katherine McDonough and\n Giorgia Tolfo and\n Daniel C. S. Wilson and\n Barbara McGillivray},\n title = {Living Machines: {A} study of atypical animacy},\n journal = {CoRR},\n volume = {abs/2005.11140},\n year = {2020},\n url = {https://arxiv.org/abs/2005.11140},\n eprinttype = {arXiv},\n eprint = {2005.11140},\n timestamp = {Sat, 23 Jan 2021 01:12:25 +0100},\n biburl = {https://dblp.org/rec/journals/corr/abs-2005-11140.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n", "homepage": "https://bl.iro.bl.uk/concern/datasets/323177af-6081-4e93-8aaf-7932ca4a390a?locale=en", "license": "CC0 1.0 Universal Public Domain", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "target": {"dtype": "string", "id": null, "_type": "Value"}, "animacy": {"dtype": "float32", "id": null, "_type": "Value"}, "humanness": {"dtype": "float32", "id": null, "_type": "Value"}, "offsets": [{"dtype": "int32", "id": null, "_type": "Value"}], "date": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "atypical_animacy", "config_name": "default", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 442217, "num_examples": 594, "dataset_name": "atypical_animacy"}}, "download_checksums": {"https://bl.iro.bl.uk/downloads/59a8c52f-e0a5-4432-9897-0db8c067627c?locale=en": {"num_bytes": 144694, "checksum": "2b5a84370e298214a864683a172f854cb7a21f55684655cb4eef976b36a439f6"}}, "download_size": 144694, "post_processing_size": null, "dataset_size": 442217, "size_in_bytes": 586911}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "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 (available via https://doi.org/10.21250/db14, British Library Labs, 2014). \nThis 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. \n",
4
+ "citation": "@article{DBLP:journals/corr/abs-2005-11140,\n author = {Mariona Coll Ardanuy and\n Federico Nanni and\n Kaspar Beelen and\n Kasra Hosseini and\n Ruth Ahnert and\n Jon Lawrence and\n Katherine McDonough and\n Giorgia Tolfo and\n Daniel C. S. Wilson and\n Barbara McGillivray},\n title = {Living Machines: {A} study of atypical animacy},\n journal = {CoRR},\n volume = {abs/2005.11140},\n year = {2020},\n url = {https://arxiv.org/abs/2005.11140},\n eprinttype = {arXiv},\n eprint = {2005.11140},\n timestamp = {Sat, 23 Jan 2021 01:12:25 +0100},\n biburl = {https://dblp.org/rec/journals/corr/abs-2005-11140.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
5
+ "homepage": "https://bl.iro.bl.uk/concern/datasets/323177af-6081-4e93-8aaf-7932ca4a390a?locale=en",
6
+ "license": "CC0 1.0 Universal Public Domain",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "sentence": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "context": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "target": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "animacy": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "humanness": {
29
+ "dtype": "float32",
30
+ "_type": "Value"
31
+ },
32
+ "offsets": [
33
+ {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ }
37
+ ],
38
+ "date": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ }
42
+ },
43
+ "builder_name": "parquet",
44
+ "dataset_name": "atypical_animacy",
45
+ "config_name": "default",
46
+ "version": {
47
+ "version_str": "1.1.0",
48
+ "major": 1,
49
+ "minor": 1,
50
+ "patch": 0
51
+ },
52
+ "splits": {
53
+ "train": {
54
+ "name": "train",
55
+ "num_bytes": 442217,
56
+ "num_examples": 594,
57
+ "dataset_name": null
58
+ }
59
+ },
60
+ "download_size": 299650,
61
+ "dataset_size": 442217,
62
+ "size_in_bytes": 741867
63
+ }
64
+ }