-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.ttl
32 lines (29 loc) · 2.96 KB
/
manifest.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@prefix : <http://purl.org/ske/ro/semsci18> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ro: <http://purl.org/wf4ever/ro#> .
@prefix schema: <http://schema.org/> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
:manifest.ttl a ro:Manifest;
ore:describes <http://purl.org/ske/ro/biocuration2019> .
<http://purl.org/ske/ro/biocuration2019> a ro:ResearchObject,
ore:Aggregation;
dc:abstract "We investigate the application of deep learning to biocuration tasks that involve classification of text associated with biomedical evidence in primary research articles. We developed a large-scale corpus of molecular papers derived from PubMed and PMC open access records and used it to train deep learning word embeddings under the GloVe, FastText, and ELMo algorithms. We applied those models to a distant supervised method classification task based on text from figure captions or fragments surrounding references to figures in the main text using a variety or models and parameterizations. We then developed document classification (triage) methods for molecular interaction papers by using deep learning mechanisms of attention to aggregate classification-based decisions over selected paragraphs in the document. We were able to obtain triage performance with an accuracy of 0.82 using a combined convolution neural network (CNN), bi-directional Long-Short Term Memory (LSTM) architecture augmented by attention to produce a single decision for triage. In this work, we hope to encourage biocuration systems developers to apply deep learning methods to their specialized tasks by repurposing large scale word embedding to apply to their data.";
dc:creator <https://orcid.org/0000-0003-1493-865X>;
dc:title "Research Object for Burns et al (2019) 'Building Deep Learning Models for Evidence Classification from the Open Access Biomedical Literature', Biocuration 2019 Conference.";
schema:creator <https://orcid.org/0000-0003-1493-865X>;
schema:name "Research Object for Burns et al (2019) 'Building Deep Learning Models for Evidence Classification from the Open Access Biomedical Literature', Biocuration 2019 Conference.";
ore:aggregates <https://github.com/SciKnowEngine/evidX/releases/tag/v0.1.0>,
<https://github.com/SciKnowEngine/UimaBioC>,
<https://github.com/SciKnowEngine/lapdftext>,
<https://doi.org/10.5281/zenodo.1315036>,
<https://doi.org/10.5281/zenodo.1315021>;
ore:isDescribedBy :manifest.ttl;
dc:license <https://creativecommons.org/licenses/by/4.0/>;
prov:wasAttributedTo <https://orcid.org/0000-0003-1493-865X>.
<https://github.com/SciKnowEngine/evidX/releases/tag/v0.1.0> a ro:Resource .
<https://github.com/SciKnowEngine/UimaBioC> a ro:Resource .
<https://github.com/SciKnowEngine/lapdftext> a ro:Resource .
<https://doi.org/10.5281/zenodo.1315036> a ro:Resource .
<https://doi.org/10.5281/zenodo.1315021> a ro:Resource .