nateraw commited on
Commit
911e1d7
·
1 Parent(s): 9c6faa5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +145 -0
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ zenodo_id: '6627159'
3
+ licenses:
4
+ - unknown
5
+ ---
6
+
7
+ # Dataset Card for Hyperbard (Dataset)
8
+
9
+ ## Table of Contents
10
+ - [Table of Contents](#table-of-contents)
11
+ - [Dataset Description](#dataset-description)
12
+ - [Dataset Summary](#dataset-summary)
13
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
14
+ - [Languages](#languages)
15
+ - [Dataset Structure](#dataset-structure)
16
+ - [Data Instances](#data-instances)
17
+ - [Data Fields](#data-fields)
18
+ - [Data Splits](#data-splits)
19
+ - [Dataset Creation](#dataset-creation)
20
+ - [Curation Rationale](#curation-rationale)
21
+ - [Source Data](#source-data)
22
+ - [Annotations](#annotations)
23
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
24
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
25
+ - [Social Impact of Dataset](#social-impact-of-dataset)
26
+ - [Discussion of Biases](#discussion-of-biases)
27
+ - [Other Known Limitations](#other-known-limitations)
28
+ - [Additional Information](#additional-information)
29
+ - [Dataset Curators](#dataset-curators)
30
+ - [Licensing Information](#licensing-information)
31
+ - [Citation Information](#citation-information)
32
+ - [Contributions](#contributions)
33
+
34
+ ## Dataset Description
35
+
36
+ - **Homepage:** https://zenodo.org/record/6627159
37
+ - **Repository:**
38
+ - **Paper:**
39
+ - **Leaderboard:**
40
+ - **Point of Contact:**
41
+
42
+ ### Dataset Summary
43
+
44
+ <p>First release of <a href="https://hyperbard.net">Hyperbard</a>.</p>
45
+
46
+ <p>Hyperbard is a dataset of diverse relational data representations derived from Shakespeare&#39;s plays. Our representations range from simple graphs capturing character co-occurrence in single scenes to hypergraphs encoding complex communication settings and character contributions as hyperedges with edge-specific node weights. By making multiple intuitive representations readily available for experimentation, we facilitate rigorous representation robustness checks in graph learning, graph mining, and network analysis, highlighting the advantages and drawbacks of specific representations.&nbsp;</p>
47
+
48
+ <p>The code used to create Hyperbard&nbsp;is maintained on <a href="https://github.com/hyperbard/hyperbard">GitHub</a>.&nbsp;</p>
49
+
50
+ ### Supported Tasks and Leaderboards
51
+
52
+ [More Information Needed]
53
+
54
+ ### Languages
55
+
56
+ The class labels in the dataset are in English
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Instances
61
+
62
+ [More Information Needed]
63
+
64
+ ### Data Fields
65
+
66
+ [More Information Needed]
67
+
68
+ ### Data Splits
69
+
70
+ [More Information Needed]
71
+
72
+ ## Dataset Creation
73
+
74
+ ### Curation Rationale
75
+
76
+ [More Information Needed]
77
+
78
+ ### Source Data
79
+
80
+ #### Initial Data Collection and Normalization
81
+
82
+ [More Information Needed]
83
+
84
+ #### Who are the source language producers?
85
+
86
+ [More Information Needed]
87
+
88
+ ### Annotations
89
+
90
+ #### Annotation process
91
+
92
+ [More Information Needed]
93
+
94
+ #### Who are the annotators?
95
+
96
+ [More Information Needed]
97
+
98
+ ### Personal and Sensitive Information
99
+
100
+ [More Information Needed]
101
+
102
+ ## Considerations for Using the Data
103
+
104
+ ### Social Impact of Dataset
105
+
106
+ [More Information Needed]
107
+
108
+ ### Discussion of Biases
109
+
110
+ [More Information Needed]
111
+
112
+ ### Other Known Limitations
113
+
114
+ [More Information Needed]
115
+
116
+ ## Additional Information
117
+
118
+ ### Dataset Curators
119
+
120
+ This dataset was shared by Corinna Coupette, Jilles Vreeken, Bastian Rieck
121
+
122
+ ### Licensing Information
123
+
124
+ The license for this dataset is http://creativecommons.org/licenses/by-nc/2.0/
125
+
126
+ ### Citation Information
127
+
128
+ ```bibtex
129
+ @dataset{corinna_coupette_2022_6627159,
130
+ author = {Corinna Coupette and
131
+ Jilles Vreeken and
132
+ Bastian Rieck},
133
+ title = {Hyperbard (Dataset)},
134
+ month = jun,
135
+ year = 2022,
136
+ publisher = {Zenodo},
137
+ version = {0.0.1},
138
+ doi = {10.5281/zenodo.6627159},
139
+ url = {https://doi.org/10.5281/zenodo.6627159}
140
+ }
141
+ ```
142
+
143
+ ### Contributions
144
+
145
+ [More Information Needed]