SoFAIR Dataset
SoFAIR dataset is a dataset of software mentions in scientific papers that was created as a part of the SoFAIR project (https://sofair.org/).
Skipped annotations
In contrast to the original annotations that are available at https://github.com/SoFairOA/Dataset, we skipped bibliography annotations and software annotations with subtype implicit.
This upload also removes some duplicities that were present in the original dataset. We manually investigated those duplicities and merged them.
Configurations
This dataset is available in two configurations:
documents
: This configuration contains the dataset in a format where each document is a separate example. This configuration is the default one.paragraphs
: This configuration contains the dataset in a format where each paragraph is a separate example.
Fields description
Both configurations contain the following fields:
id
: The unique identifier of the example. In case ofparagraphs
configuration, the id format is{paper_id}_{paragraph_index}
.title
: The title of the paper.doi
: The DOI of the paper if available.text
: The text of the paragraph or the full text of the paper.tokens
: Tokenized text for which the labels are provided.start_offsets
: The start character offsets of the tokens in the text.labels
: The labels of the tokens. The labels are in the BIO format:0
: O1
: B-SOFTWARE2
: I-SOFTWARE3
: B-VERSION4
: I-VERSION5
: B-PUBLISHER6
: I-PUBLISHER7
: B-URL8
: I-URL9
: B-LANGUAGE10
: I-LANGUAGE
software
: This field is only available in thedocuments
configuration. It contains the following fields:name
: The name of the software.version
: The versions of the software.publisher
: The publishers of the software.url
: The URLs of the software.language
: The programming languages of the software.
Disambiguation is done on lexical level. Meaning that two software names are considered different if they have different normalized forms. As not every software attribute has mapping to corresponding software, some BIO labeled attributes might not be present here.
- Downloads last month
- 15