Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clef18
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jurica Seva
clef18
Commits
7bf2b4f1
There was an error fetching the commit references. Please try again later.
Commit
7bf2b4f1
authored
6 years ago
by
Mario Sänger
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing links in related work
parent
b7cc2cd2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
paper/20_related_work.tex
+13
-11
13 additions, 11 deletions
paper/20_related_work.tex
with
13 additions
and
11 deletions
paper/20_related_work.tex
+
13
−
11
View file @
7bf2b4f1
...
...
@@ -4,20 +4,22 @@ eHealth lab. Participating teams used a plethora of different approaches to
tackle the classification problem. The methods can essentially be divided into
two categories: knowledge-based
\cite
{
cabot
_
sibm
_
2016,jonnagaddala
_
automatic
_
2017,van
_
mulligen
_
erasmus
_
2016
}
and
machine learning approaches. The former relies on lexical sources, medical
terminologies and other ontologies to match (parts of) the certificate text with
entries from the knowledge-bases according to a rule framework. For example, Di
Nunzio et al.
\cite
{
di
_
nunzio
_
lexicon
_
2017
}
calculate a score for each ICD-10
dictionary entry by summing the binary or tf-idf weights of each term of a
certificate line segment and assign the ICD-10 code with the highest score. In
contrast, Ho-Dac et al.
\cite
{
ho-dac
_
litl
_
2017
}
treat the problem as information
retrieval task and utilze the SOLR search engine.
machine learning approaches
\cite
{
dermouche
_
ecstra-inserm
_
2016,ebersbach
_
fusion
_
2017,ho-dac
_
litl
_
2016,miftakhutdinov
_
kfu
_
2017
}
.
The former relies on lexical sources, medical terminologies and other ontologies
to match (parts of) the certificate text with entries from the knowledge-bases
according to a rule framework. For example, Di Nunzio et al.
\cite
{
di
_
nunzio
_
lexicon
_
2017
}
calculate a score for each ICD-10 dictionary entry
by summing the binary or tf-idf weights of each term of a certificate line
segment and assign the ICD-10 code with the highest score. In contrast, Ho-Dac
et al.
\cite
{
ho-dac
_
litl
_
2017
}
treat the problem as information retrieval task
and utilze the SOLR search engine.
The machine learning based approaches employ a variety techniques, e.g.
Conditional Random Fields (CRFs)
\cite
{
ho-dac
_
litl
_
2016
}
, Labeled Latent
Dirichlet Analysis (LDA)
\cite
{
dermouche
_
ecstra
}
and Support Vector Machines
Dirichlet Analysis (LDA)
\cite
{
dermouche
_
ecstra
-inserm
_
2016
}
and Support Vector Machines
(SVMs)
\cite
{
ebersbach
_
fusion
_
2017
}
with diverse hand-crafted features. Most
similar to our approach is the work from Miftahutdinov and Tutbalina
\cite
{}
,
similar to our approach is the work from Miftahutdinov and Tutbalina
\cite
{
miftakhutdinov
_
kfu
_
2017
}
,
which achieved the best results for English certificates in the last year's
competition. They use a neural LSTM-based encoder-decoder model that processes the raw
certificate text as input and encodes it into a vector representation.
...
...
@@ -29,7 +31,7 @@ ICD-10 code in the decoding step. In contrast to their work, our approach
introduces a model for multi-language ICD-10 classification. We utilitize two
separate recurrent neural networks, one sequence to sequence model for symptom
extraction and one for classification, to predict the ICD-10 codes for a
certificate text independent from which language they originate.
certificate text independent from which language they originate.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment