Datasets:
annotations_creators:
- domain experts
languages:
- en
licenses:
- apache-2.0
multilinguality:
- monolingual
task_categories:
- structure-prediction
task_ids:
- cross-document-coreference-resolution
- coreference-resolution
paperswithcode_id: scico
Dataset Card for SciCo
Table of Contents
- Dataset Description
- Dataset Structure
- Dataset Creation
- Considerations for Using the Data
- Additional Information
Dataset Description
- Homepage: SciCo homepage
- Repository: SciCo repository
- Paper: SciCo: Hierarchical Cross-document Coreference for Scientific Concepts
- Point of Contact: Arie Cattan
Dataset Summary
SciCo consists of clusters of mentions in context and a hierarchy over them. The corpus is drawn from computer science papers, and the concept mentions are methods and tasks from across CS. Scientific concepts pose significant challenges: they often take diverse forms (e.g., class-conditional image synthesis and categorical image generation) or are ambiguous (e.g., network architecture in AI vs. systems research). To build SciCo, we develop a new candidate generation approach built on three resources: a low-coverage KB (https://paperswithcode.com/), a noisy hypernym extractor, and curated candidates.
Supported Tasks and Leaderboards
Languages
The text in the dataset is in English.
Dataset Structure
Data Instances
Data Fields
flatten_tokens
: a single list of all tokens in the topicflatten_mentions
: array of mentions, each mention is represented by [start, end, cluster_id]tokens
: array of paragraphsdoc_ids
: doc_id of each paragraph intokens
metadata
: metadata of each doc_idsentences
: sentences boundaries for each paragraph intokens
[start, end]mentions
: array of mentions, each mention is represented by [paragraph_id, start, end, cluster_id]relations
: array of binary relations between cluster_ids [parent, child]id
: id of the topichard_10
andhard_20
(only in the test set): flag for 10% or 20% hardest topics based on Levenshtein similarity.source
: source of this topic PapersWithCode (pwc), hypernym or curated.
Data Splits
Train | Validation | Test | |
---|---|---|---|
Topic | 221 | 100 | 200 |
Documents | 9013 | 4120 | 8237 |
Mentions | 10925 | 4874 | 10424 |
Clusters | 4080 | 1867 | 3711 |
Relations | 2514 | 1747 | 2379 |
Dataset Creation
Curation Rationale
Source Data
Initial Data Collection and Normalization
Who are the source language producers?
Annotations
Annotation process
Who are the annotators?
Personal and Sensitive Information
Considerations for Using the Data
Social Impact of Dataset
Discussion of Biases
Other Known Limitations
Additional Information
Dataset Curators
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.
Licensing Information
This dataset is distributed under Apache License 2.0.
Citation Information
@inproceedings{
cattan2021scico,
title={SciCo: Hierarchical Cross-Document Coreference for Scientific Concepts},
author={Arie Cattan and Sophie Johnson and Daniel S. Weld and Ido Dagan and Iz Beltagy and Doug Downey and Tom Hope},
booktitle={3rd Conference on Automated Knowledge Base Construction},
year={2021},
url={https://openreview.net/forum?id=OFLbgUP04nC}
}
Contributions
Thanks to @ariecattan for adding this dataset.