Arie Cattan commited on
Commit
cc22e90
1 Parent(s): 2c94766
Files changed (1) hide show
  1. README.md +169 -0
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - domain experts
4
+ languages:
5
+ - en
6
+ licenses:
7
+ - apache-2.0
8
+ multilinguality:
9
+ - monolingual
10
+ task_categories:
11
+ - structure-prediction
12
+ task_ids:
13
+ - cross-document-coreference-resolution
14
+ - coreference-resolution
15
+ paperswithcode_id: scico
16
+ ---
17
+
18
+ # Dataset Card for SciCo
19
+
20
+ ## Table of Contents
21
+ - [Dataset Description](#dataset-description)
22
+ - [Dataset Summary](#dataset-summary)
23
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
24
+ - [Languages](#languages)
25
+ - [Dataset Structure](#dataset-structure)
26
+ - [Data Instances](#data-instances)
27
+ - [Data Fields](#data-fields)
28
+ - [Data Splits](#data-splits)
29
+ - [Dataset Creation](#dataset-creation)
30
+ - [Curation Rationale](#curation-rationale)
31
+ - [Source Data](#source-data)
32
+ - [Annotations](#annotations)
33
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
34
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
35
+ - [Social Impact of Dataset](#social-impact-of-dataset)
36
+ - [Discussion of Biases](#discussion-of-biases)
37
+ - [Other Known Limitations](#other-known-limitations)
38
+ - [Additional Information](#additional-information)
39
+ - [Dataset Curators](#dataset-curators)
40
+ - [Licensing Information](#licensing-information)
41
+ - [Citation Information](#citation-information)
42
+ - [Contributions](#contributions)
43
+
44
+ ## Dataset Description
45
+
46
+ - **Homepage:** [SciCo homepage](https://scico.apps.allenai.org/)
47
+ - **Repository:** [SciCo repository](https://github.com/ariecattan/scico)
48
+ - **Paper:** [SciCo: Hierarchical Cross-document Coreference for Scientific Concepts](https://openreview.net/forum?id=OFLbgUP04nC)
49
+ - **Point of Contact:** [Arie Cattan](arie.cattan@gmail.com)
50
+
51
+ ### Dataset Summary
52
+
53
+
54
+ SciCo consists of clusters of mentions in context and a hierarchy over them.
55
+ The corpus is drawn from computer science papers, and the concept mentions are methods and tasks from across CS.
56
+ Scientific concepts pose significant challenges: they often take diverse forms (e.g., class-conditional image
57
+ synthesis and categorical image generation) or are ambiguous (e.g., network architecture in AI vs.
58
+ systems research).
59
+ To build SciCo, we develop a new candidate generation
60
+ approach built on three resources: a low-coverage KB ([https://paperswithcode.com/](https://paperswithcode.com/)), a noisy hypernym extractor, and curated
61
+ candidates.
62
+
63
+
64
+
65
+ ### Supported Tasks and Leaderboards
66
+
67
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
68
+
69
+ ### Languages
70
+
71
+ The text in the dataset is in English.
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+
77
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
78
+
79
+
80
+ ### Data Fields
81
+
82
+ * `flatten_tokens`: a single list of all tokens in the topic
83
+ * `flatten_mentions`: array of mentions, each mention is represented by [start, end, cluster_id]
84
+ * `tokens`: array of paragraphs
85
+ * `doc_ids`: doc_id of each paragraph in `tokens`
86
+ * `metadata`: metadata of each doc_id
87
+ * `sentences`: sentences boundaries for each paragraph in `tokens` [start, end]
88
+ * `mentions`: array of mentions, each mention is represented by [paragraph_id, start, end, cluster_id]
89
+ * `relations`: array of binary relations between cluster_ids [parent, child]
90
+ * `id`: id of the topic
91
+ * `hard_10` and `hard_20` (only in the test set): flag for 10% or 20% hardest topics based on Levenshtein similarity.
92
+ * `source`: source of this topic PapersWithCode (pwc), hypernym or curated.
93
+
94
+
95
+
96
+ ### Data Splits
97
+
98
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
99
+
100
+ ## Dataset Creation
101
+
102
+ ### Curation Rationale
103
+
104
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
105
+
106
+ ### Source Data
107
+
108
+ #### Initial Data Collection and Normalization
109
+
110
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
+
112
+ #### Who are the source language producers?
113
+
114
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
+
116
+ ### Annotations
117
+
118
+ #### Annotation process
119
+
120
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+
122
+ #### Who are the annotators?
123
+
124
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
+
126
+ ### Personal and Sensitive Information
127
+
128
+ No annotator identifying details are provided.
129
+
130
+ ## Considerations for Using the Data
131
+
132
+ ### Social Impact of Dataset
133
+
134
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+
137
+ ### Discussion of Biases
138
+
139
+ More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
+
141
+ ### Other Known Limitations
142
+
143
+
144
+
145
+ ## Additional Information
146
+
147
+ ### Dataset Curators
148
+
149
+ This dataset was initially created by Arie Cattan, Sophie Johnson, Daniel Weld, Ido Dagan, Iz Beltagy, Doug Downey and Tom Hope, while Arie was intern at Allen Institute of Artificial Intelligence.
150
+
151
+ ### Licensing Information
152
+
153
+ This dataset is distributed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
154
+
155
+ ### Citation Information
156
+
157
+ ```
158
+ @inproceedings{
159
+ cattan2021scico,
160
+ title={SciCo: Hierarchical Cross-Document Coreference for Scientific Concepts},
161
+ author={Arie Cattan and Sophie Johnson and Daniel S. Weld and Ido Dagan and Iz Beltagy and Doug Downey and Tom Hope},
162
+ booktitle={3rd Conference on Automated Knowledge Base Construction},
163
+ year={2021},
164
+ url={https://openreview.net/forum?id=OFLbgUP04nC}
165
+ }
166
+ ```
167
+ ### Contributions
168
+
169
+ Thanks to [@ariecattan](https://github.com/ariecattan) for adding this dataset.