Alon Eirew commited on
Commit
2aa2360
1 Parent(s): 5f2ef3f

add json files

Browse files
.gitattributes CHANGED
@@ -25,3 +25,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ Train_Event_gold_mentions.json filter=lfs diff=lfs merge=lfs -text
29
+ All_Event_gold_mentions_unfiltered.json filter=lfs diff=lfs merge=lfs -text
30
+ Dev_Event_gold_mentions_validated.json filter=lfs diff=lfs merge=lfs -text
31
+ Test_Event_gold_mentions_validated.json filter=lfs diff=lfs merge=lfs -text
All_Event_gold_mentions_unfiltered.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d3dc228bada0f8b1bf6c07665f4ba12c6f18586e3bab1b7570bccbf6c958f8
3
+ size 270289869
Dev_Event_gold_mentions_validated.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ab71161aa693445cdce555a891440d84ffebfcf8fdf3ebd635f606466bbf80
3
+ size 2713689
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Needs More Information]
2
+
3
+ # Dataset Card for [Needs More Information]
4
+
5
+ ## Table of Contents
6
+ - [Dataset Description](#dataset-description)
7
+ - [Dataset Summary](#dataset-summary)
8
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
9
+ - [Languages](#languages)
10
+ - [Dataset Structure](#dataset-structure)
11
+ - [Data Instances](#data-instances)
12
+ - [Data Fields](#data-instances)
13
+ - [Data Splits](#data-instances)
14
+ - [Dataset Creation](#dataset-creation)
15
+ - [Curation Rationale](#curation-rationale)
16
+ - [Source Data](#source-data)
17
+ - [Annotations](#annotations)
18
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
19
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
20
+ - [Social Impact of Dataset](#social-impact-of-dataset)
21
+ - [Discussion of Biases](#discussion-of-biases)
22
+ - [Other Known Limitations](#other-known-limitations)
23
+ - [Additional Information](#additional-information)
24
+ - [Dataset Curators](#dataset-curators)
25
+ - [Licensing Information](#licensing-information)
26
+ - [Citation Information](#citation-information)
27
+
28
+ ## Dataset Description
29
+
30
+ - **Homepage:** [Needs More Information]
31
+ - **Repository:** https://github.com/AlonEirew/extract-wec
32
+ - **Paper:** https://aclanthology.org/2021.naacl-main.198/
33
+ - **Leaderboard:** [Needs More Information]
34
+ - **Point of Contact:** [Needs More Information]
35
+
36
+ ### Dataset Summary
37
+
38
+ A large-scale dataset for cross-document event coreference extracted from English Wikipedia
39
+
40
+ ### Supported Tasks and Leaderboards
41
+
42
+ [Needs More Information]
43
+
44
+ ### Languages
45
+
46
+ English
47
+
48
+ ## Dataset Structure
49
+
50
+ ### Data Instances
51
+
52
+ {
53
+ "coref_chain": 2293469,
54
+ "coref_link": "Family Values Tour 1998",
55
+ "doc_id": "House of Pain",
56
+ "mention_context": [
57
+ "From",
58
+ "then",
59
+ "on",
60
+ ",",
61
+ "the",
62
+ "members",
63
+ "continued",
64
+ "their"
65
+ ],
66
+ "mention_head": "Tour",
67
+ "mention_head_lemma": "Tour",
68
+ "mention_head_pos": "PROPN",
69
+ "mention_id": "108172",
70
+ "mention_index": 1,
71
+ "mention_ner": "UNK",
72
+ "mention_type": 8,
73
+ "predicted_coref_chain": null,
74
+ "sent_id": 2,
75
+ "tokens_number": [
76
+ 50,
77
+ 51,
78
+ 52,
79
+ 53
80
+ ],
81
+ "tokens_str": "Family Values Tour 1998",
82
+ "topic_id": -1
83
+ }
84
+
85
+ ### Data Fields
86
+
87
+ |Field|Value Type|Value|
88
+ |---|:---:|---|
89
+ |coref_chain|Numeric|Coreference chain/cluster ID|
90
+ |coref_link|String|Coreference link wikipeida page/article title|
91
+ |doc_id|String|Mention page/article title|
92
+ |mention_context|List[String]|Tokenized mention paragraph (including mention)|
93
+ |mention_head|String|Mention span head token|
94
+ |mention_head_lemma|String|Mention span head token lemma|
95
+ |mention_head_pos|String|Mention span head token POS|
96
+ |mention_id|String|Mention id|
97
+ |mention_index|Numeric|Mention index in json file|
98
+ |mention_ner|String|Mention NER|
99
+ |tokens_number|List[Numeric]|Mentions tokens ids within the context|
100
+ |tokens_str|String|Mention span text|
101
+ |topic_id|Ignore|Ignore|
102
+ |mention_type|Ignore|Ignore|
103
+ |predicted_coref_chain|Ignore|Ignore|
104
+ |sent_id|Ignore|Ignore|
105
+
106
+
107
+ ### Data Splits
108
+
109
+ [Needs More Information]
110
+
111
+ ## Dataset Creation
112
+
113
+ ### Curation Rationale
114
+
115
+ [Needs More Information]
116
+
117
+ ### Source Data
118
+
119
+ #### Initial Data Collection and Normalization
120
+
121
+ [Needs More Information]
122
+
123
+ #### Who are the source language producers?
124
+
125
+ [Needs More Information]
126
+
127
+ ### Annotations
128
+
129
+ #### Annotation process
130
+
131
+ [Needs More Information]
132
+
133
+ #### Who are the annotators?
134
+
135
+ [Needs More Information]
136
+
137
+ ### Personal and Sensitive Information
138
+
139
+ [Needs More Information]
140
+
141
+ ## Considerations for Using the Data
142
+
143
+ ### Social Impact of Dataset
144
+
145
+ [Needs More Information]
146
+
147
+ ### Discussion of Biases
148
+
149
+ [Needs More Information]
150
+
151
+ ### Other Known Limitations
152
+
153
+ [Needs More Information]
154
+
155
+ ## Additional Information
156
+
157
+ ### Dataset Curators
158
+
159
+ [Needs More Information]
160
+
161
+ ### Licensing Information
162
+
163
+ [Needs More Information]
164
+
165
+ ### Citation Information
166
+
167
+ [Needs More Information]
Test_Event_gold_mentions_validated.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5213803a51b47151ec3caa5d41c995169cf0635eb8ae86fd7bfa784f39b5521a
3
+ size 4093981
Train_Event_gold_mentions.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:719e8e476a05b9c6abb01cd51f641c3ace67c6214e60f076dc5d1f26ef63c3a5
3
+ size 90177027