Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
File size: 5,880 Bytes
40bc19a
 
 
 
 
75c426f
40bc19a
75c426f
40bc19a
 
 
 
 
 
 
 
 
 
 
6552e68
42b8336
07f088b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40bc19a
 
 
 
 
 
 
6552e68
40bc19a
 
 
6552e68
 
40bc19a
 
 
 
 
 
 
 
 
 
 
 
 
4581cec
40bc19a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4581cec
 
 
07f088b
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
---
annotations_creators:
- crowdsourced
language_creators:
- found
language:
- en
license:
- unknown
multilinguality:
- monolingual
size_categories:
- 100K<n<1M
source_datasets:
- original
task_categories:
- text-classification
task_ids:
- multi-class-classification
paperswithcode_id: gutenberg-time-dataset
pretty_name: the Gutenberg Time dataset
dataset_info:
  features:
  - name: guten_id
    dtype: string
  - name: hour_reference
    dtype: string
  - name: time_phrase
    dtype: string
  - name: is_ambiguous
    dtype: bool_
  - name: time_pos_start
    dtype: int64
  - name: time_pos_end
    dtype: int64
  - name: tok_context
    dtype: string
  config_name: gutenberg
  splits:
  - name: train
    num_bytes: 108550391
    num_examples: 120694
  download_size: 35853781
  dataset_size: 108550391
---

# Dataset Card for the Gutenberg Time dataset

## Table of Contents
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **[Repository](https://github.com/allenkim/what-time-is-it)**
- **[Paper](https://arxiv.org/abs/2011.04124)**

### Dataset Summary

A clean data resource containing all explicit time references in a dataset of 52,183 novels whose full text is available via Project Gutenberg.

### Supported Tasks and Leaderboards

[More Information Needed]

### Languages

Time-of-the-day classification from excerpts.

## Dataset Structure

### Data Instances

```
{
    "guten_id": 28999,
    "hour_reference": 12,
    "time_phrase": "midday",
    "is_ambiguous": False,
    "time_pos_start": 133,
    "time_pos_end": 134,
    "tok_context": "Sorrows and trials she had had in plenty in her life , but these the sweetness of her nature had transformed , so that from being things difficult to bear , she had built up with them her own character . Sorrow had increased her own power of sympathy ; out of trials she had learnt patience ; and failure and the gradual sinking of one she had loved into the bottomless slough of evil habit had but left her with an added dower of pity and tolerance . So the past had no sting left , and if iron had ever entered into her soul it now but served to make it strong . She was still young , too ; it was not near sunset with her yet , nor even midday , and the future that , humanly speaking , she counted to be hers was almost dazzling in its brightness . For love had dawned for her again , and no uncertain love , wrapped in the mists of memory , but one that had ripened through liking and friendship and intimacy into the authentic glory . He was in England , too ; she was going back to him . And before very long she would never go away from him again ."
}
```

### Data Fields

```
    guten_id - Gutenberg ID number
    hour_reference - hour from 0 to 23
    time_phrase - the phrase corresponding to the referenced hour
    is_ambiguous - boolean whether it is clear whether time is AM or PM
    time_pos_start - token position where time_phrase begins
    time_pos_end - token position where time_phrase ends (exclusive)
    tok_context - context in which time_phrase appears as space-separated tokens
```

### Data Splits

No data splits.

## Dataset Creation

### Curation Rationale

The flow of time is an indispensable guide for our actions, and provides a framework in which to see a logical progression of events. Just as in real life,the clock provides the background against which literary works play out: when characters wake, eat,and act. In most works of fiction, the events of the story take place during recognizable time periods over the course of the day. Recognizing a story’s flow through time is essential to understanding the text.In this paper, we try to capture the flow of time through novels by attempting to recognize what time of day each event in the story takes place at.

### Source Data

#### Initial Data Collection and Normalization

[More Information Needed]

#### Who are the source language producers?

Novel authors.

### Annotations

#### Annotation process

Manually annotated.

#### Who are the annotators?

Two of the authors.

### Personal and Sensitive Information

No Personal or sensitive information.

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed]

### Discussion of Biases

[More Information Needed]

### Other Known Limitations

[More Information Needed]

## Additional Information

### Dataset Curators

Allen Kim, Charuta Pethe and Steven Skiena, Stony Brook University

### Licensing Information

[More Information Needed]

### Citation Information

```
@misc{kim2020time,
      title={What time is it? Temporal Analysis of Novels}, 
      author={Allen Kim and Charuta Pethe and Steven Skiena},
      year={2020},
      eprint={2011.04124},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```
### Contributions

Thanks to [@TevenLeScao](https://github.com/TevenLeScao) for adding this dataset.