davanstrien HF staff commited on
Commit
cfd0cbd
1 Parent(s): 3111d5e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +171 -0
README.md ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for EThOS PhD metadata
2
+
3
+ ## Table of Contents
4
+
5
+ - [Dataset Card for blbooksgenre](#dataset-card-for-EThOS PhD metadata)
6
+ - [Table of Contents](#table-of-contents)
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
10
+ - [Supervised tasks](#supervised-tasks)
11
+ - [Languages](#languages)
12
+ - [Dataset Structure](#dataset-structure)
13
+ - [Data Instances](#data-instances)
14
+ - [Data Fields](#data-fields)
15
+ - [Data Splits](#data-splits)
16
+ - [Dataset Creation](#dataset-creation)
17
+ - [Curation Rationale](#curation-rationale)
18
+ - [Source Data](#source-data)
19
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
20
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
21
+ - [Annotations](#annotations)
22
+ - [Annotation process](#annotation-process)
23
+ - [Who are the annotators?](#who-are-the-annotators)
24
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
25
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
26
+ - [Social Impact of Dataset](#social-impact-of-dataset)
27
+ - [Discussion of Biases](#discussion-of-biases)
28
+ - [Other Known Limitations](#other-known-limitations)
29
+ - [Additional Information](#additional-information)
30
+ - [Dataset Curators](#dataset-curators)
31
+ - [Licensing Information](#licensing-information)
32
+ - [Citation Information](#citation-information)
33
+ - [Contributions](#contributions)
34
+
35
+ ## Dataset Description
36
+
37
+ - **Homepage:**: https://bl.iro.bl.uk/concern/datasets/c815b271-09be-4123-8156-405094429198?locale=en
38
+ - **Repository:** https://doi.org/10.23636/ybpt-nh33
39
+ - **Paper:**
40
+ - **Leaderboard:**
41
+ - **Point of Contact:**
42
+
43
+ ### Dataset Summary
44
+
45
+ The data in this collection comprises the bibliographic metadata for all UK doctoral theses listed in EThOS, the UK's national thesis service. We estimate the data covers around 98% of all PhDs ever awarded by UK Higher Education institutions, dating back to 1787. Thesis metadata from every PhD-awarding university in the UK is included. You can investigate and re-use this unique collection of UK universities' PhD thesis data to analyse trends in postgraduate research, make connections between researchers, apply large data analysis, improve citation of theses and many more applications.
46
+
47
+
48
+ [More Information Needed]
49
+
50
+
51
+ ### Supported Tasks and Leaderboards
52
+
53
+ [More Information Needed]
54
+
55
+
56
+ #### Supervised tasks
57
+
58
+ [More Information Needed]
59
+
60
+
61
+ ### Languages
62
+
63
+ [More Information Needed]
64
+
65
+ ## Dataset Structure
66
+
67
+ [More Information Needed]
68
+
69
+
70
+ ### Data Instances
71
+
72
+ An example data instance from the `title_genre_classifiction` config:
73
+
74
+ ```python
75
+ {'BL record ID': '014603046',
76
+ 'title': 'The Canadian farmer. A missionary incident [Signed: W. J. H. Y, i.e. William J. H. Yates.]',
77
+ 'label': 0}
78
+ ```
79
+
80
+ An example data instance from the `annotated_raw` config:
81
+
82
+ ```python
83
+ {'Abstract': ' ',
84
+ 'Author': 'Loizou, Panos A.',
85
+ 'Author ISNI': 'https://isni.org/isni/0000000136122593',
86
+ 'DOI': ' ',
87
+ 'Date': datetime.datetime(1989, 1, 1, 0, 0),
88
+ 'EThOS URL': 'https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.232781',
89
+ 'Funder(s)': ' ',
90
+ 'IR URL': ' ',
91
+ 'Institution': 'University of Manchester',
92
+ 'Institution ISNI': 'https://isni.org/isni/0000000121662407',
93
+ 'ORCID': ' ',
94
+ 'Qualification': 'Thesis (Ph.D.)',
95
+ 'Subject Discipline': 0,
96
+ 'Supervisor(s)': ' ',
97
+ 'Title': 'Computation and measurement of turbulent flow through idealized turbine blade passages'}
98
+ ```
99
+
100
+ ### Data Fields
101
+
102
+ [More Information Needed]
103
+
104
+ ### Data Splits
105
+
106
+ This dataset contains a single split `train`.
107
+
108
+ ## Dataset Creation
109
+
110
+
111
+ [More Information Needed]
112
+
113
+ ### Curation Rationale
114
+
115
+ [More Information Needed]
116
+
117
+ ### Source Data
118
+
119
+ [More Information Needed]
120
+
121
+ #### Initial Data Collection and Normalization
122
+
123
+ [More Information Needed]
124
+
125
+ #### Who are the source language producers?
126
+
127
+ [More Information Needed]
128
+
129
+ ### Annotations
130
+
131
+ [More Information Needed]
132
+
133
+ #### Annotation process
134
+ [More Information Needed]
135
+
136
+
137
+ #### Who are the annotators?
138
+
139
+ [More Information Needed]
140
+
141
+ ### Personal and Sensitive Information
142
+
143
+ [More Information Needed]
144
+
145
+ ## Considerations for Using the Data
146
+
147
+ [More Information Needed]
148
+
149
+ ### Social Impact of Dataset
150
+
151
+ [More Information Needed]
152
+
153
+ ### Discussion of Biases
154
+
155
+ [More Information Needed]
156
+
157
+ ### Other Known Limitations
158
+
159
+ [More Information Needed]
160
+
161
+ ## Additional Information
162
+
163
+ ### Dataset Curators
164
+
165
+ [More Information Needed]
166
+
167
+ ### Licensing Information
168
+
169
+ The books are licensed under the [CC BY 4.0 Attribution](https://creativecommons.org/licenses/by/4.0/) license.
170
+
171
+ ### Citation Information