SoMeSci Dataset
SoMeSci dataset is a dataset of software mentions in scientific papers. This dataset was converted from the original GitHUB repository SoMeSci.
The original upload is containing some documents without content. These documents are removed from this dataset.
Configurations
This dataset is available in three configurations that corresponds to original SoMeSci subsets:
pubmed_fulltext
(default)plos_methods
plos_sentences
Fields description
All configurations contain the following fields:
id
: The unique identifier of the example. Corresponds to sample file name in the original dataset.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-PROGRAMMINGENVIRONMENT2
: I-PROGRAMMINGENVIRONMENT3
: B-SOFTWARECOREFERENCE4
: I-SOFTWARECOREFERENCE5
: B-APPLICATION6
: I-APPLICATION7
: B-PLUGIN8
: I-PLUGIN9
: B-OPERATINGSYSTEM10
: I-OPERATINGSYSTEM11
: B-ALTERNATIVENAME12
: I-ALTERNATIVENAME13
: B-URL14
: I-URL15
: B-ABBREVIATION16
: I-ABBREVIATION17
: B-LICENSE18
: I-LICENSE19
: B-CITATION20
: I-CITATION21
: B-VERSION22
: I-VERSION23
: B-EXTENSION24
: I-EXTENSION25
: B-RELEASE26
: I-RELEASE27
: B-DEVELOPER28
: I-DEVELOPER
software
: Document level software mentions. Contains the following fields:name
type
alternativename
url
abbreviation
license
citation
version
extension
release
developer
Disambiguation is done on lexical level. Meaning that two software names are considered different if they have different normalized forms.
- Downloads last month
- 5