Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Ekin Akyürek commited on
Commit
024798b
·
1 Parent(s): dc08ef0

update README

Browse files
Files changed (1) hide show
  1. README.md +144 -1
README.md CHANGED
@@ -1,3 +1,146 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ languages:
3
+ - en
4
+ licenses:
5
+ - Creative Commons Attribution-ShareAlike 4.0 International License
6
+ - The Creative Commons Attribution-Noncommercial 4.0 International License
7
+ multilinguality:
8
+ - monolingual
9
+ pretty_name: FTrace
10
+ size_categories:
11
+ - 1M<n<10M
12
+ source_datasets:
13
+ - TRex
14
+ - Lama
15
+ task_categories:
16
+ - information-retrieval
17
+ task_ids:
18
+ - masked-language-modeling
19
  ---
20
+ # Dataset Card for "FTrace"
21
+ ## Table of Contents
22
+ - [Dataset Description](#dataset-description)
23
+ - [Dataset Summary](#dataset-summary)
24
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
25
+ - [Languages](#languages)
26
+ - [Dataset Structure](#dataset-structure)
27
+ - [Data Instances](#data-instances)
28
+ - [Data Fields](#data-fields)
29
+ - [Data Splits](#data-splits)
30
+ - [Dataset Creation](#dataset-creation)
31
+ - [Curation Rationale](#curation-rationale)
32
+ - [Source Data](#source-data)
33
+ - [Annotations](#annotations)
34
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
35
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
36
+ - [Social Impact of Dataset](#social-impact-of-dataset)
37
+ - [Discussion of Biases](#discussion-of-biases)
38
+ - [Other Known Limitations](#other-known-limitations)
39
+ - [Additional Information](#additional-information)
40
+ - [Dataset Curators](#dataset-curators)
41
+ - [Licensing Information](#licensing-information)
42
+ - [Citation Information](#citation-information)
43
+ - [Contributions](#contributions)
44
+ ## Dataset Description
45
+ - **Homepage:**
46
+ - **Repository:**
47
+ - **Paper:**
48
+ - **Point of Contact:**
49
+ - **Size of downloaded dataset files:**
50
+ - **Size of the generated dataset:**
51
+ - **Total amount of disk used:**
52
+ ### Dataset Summary
53
+
54
+ ### Supported Tasks and Leaderboards
55
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
+ ### Languages
57
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
58
+ ## Dataset Structure
59
+ ### Data Instances
60
+ #### Abstracts
61
+ - **Size of downloaded dataset files:** 112 MB
62
+ - **Size of the generated dataset:** 884 MB
63
+ - **Total amount of disk used:** 996 MB
64
+ An example of 'abstract' looks as follows.
65
+ ```
66
+ {"inputs_pretokenized": "The name Austroasiatic comes from the Latin words for \"south\" and \"Asia\", hence \"<extra_id_0>\".",
67
+ "targets_pretokenized": "<extra_id_0> South Asia",
68
+ "page_uri": "Q33199",
69
+ "masked_uri": "Q771405",
70
+ "masked_type": "subject",
71
+ "example_uris": "Q33199-1-Q48-Q771405-1",
72
+ "facts": "P361,Q48,Q771405;P30,Q48,Q771405",
73
+ "id": 8}
74
+ ```
75
+ #### Queries
76
+ - **Size of downloaded dataset files:** 1.7 MB
77
+ - **Size of the generated dataset:** 8.9 MB
78
+ - **Total amount of disk used:** 10.6 MB
79
+ An example of 'query' looks as follows.
80
+ ```
81
+ {"inputs_pretokenized": "Paul Ehrlich used to work in <extra_id_0> .",
82
+ "targets_pretokenized": "<extra_id_0> Frankfurt",
83
+ "uuid": "5b063008-a8ba-4064-9f59-e70102bb8c50",
84
+ "obj_uri": "Q1794",
85
+ "sub_uri": "Q57089",
86
+ "predicate_id": "P937",
87
+ "obj_surface": "Frankfurt",
88
+ "sub_surface": "Paul Ehrlich"}
89
+ ```
90
+ ### Data Fields
91
+ The data fields are the same among all splits.
92
+ #### Abstracts
93
+ - `inputs_pretokenized`: a string feature.
94
+ - `targets_pretokenized`: a string feature.
95
+ - `masked_uri`: a string feature.
96
+ - `masked_type`: a string feature.
97
+ - `facts`: a string feature.
98
+ - `id`: a string feature.
99
+ - `example_uris`: a string feature.
100
+ - `page_uri`: a string feature.
101
+ #### Queries
102
+ - `inputs_pretokenized`: a string feature.
103
+ - `targets_pretokenized`: a string feature.
104
+ - `obj_surface`: a string feature.
105
+ - `sub_surface`: a string feature.
106
+ - `obj_uri`: a string feature.
107
+ - `sub_uri`: a string feature.
108
+ - `predicate_id`: a string feature.
109
+ - `uuid`: a string feature.
110
+ ### Data Splits
111
+ | name | train |
112
+ |-----------|------:|
113
+ |Abstracts |1560453|
114
+ |Queries |31479 |
115
+ ## Dataset Creation
116
+ ### Curation Rationale
117
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
+ ### Source Data
119
+ #### Initial Data Collection and Normalization
120
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+ #### Who are the source language producers?
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+ ### Annotations
124
+ #### Annotation process
125
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
+ #### Who are the annotators?
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+ ### Personal and Sensitive Information
129
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
+ ## Considerations for Using the Data
131
+ ### Social Impact of Dataset
132
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+ ### Discussion of Biases
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+ ### Other Known Limitations
136
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
+ ## Additional Information
138
+ ### Dataset Curators
139
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
+ ### Licensing Information
141
+ The dataset is available under the [Creative Commons Attribution-ShareAlike License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/).
142
+ ### Citation Information
143
+ ```
144
+ @misc{}
145
+ ```
146
+ ### Contributions