<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Towards Reconstructing the Provenance of Clinical Guidelines</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sara Magliacane</string-name>
          <email>s.magliacane@vu.nl</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Groth</string-name>
          <email>p.t.groth@vu.nl</email>
        </contrib>
      </contrib-group>
      <fpage>3</fpage>
      <lpage>6</lpage>
      <abstract>
        <p>Understanding the provenance of clinical guidelines is important for both practitioners and researchers as it allows for deeper understanding of the provided recommendations and could potentially provide a basis for updating guidelines. Often such provenance is incomplete or unavailable. We describe a prototype of a multi-signal pipeline for reconstructing provenance and show preliminary results of reconstructing dependencies between documents in the context of clinical guidelines and associated documents.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>'()*+,)%-.)+/+)+%%
8.()%49-9:+*9)6%</p>
      <p>I.9;A)./%BF-%
!
&amp;
"
01/.(%,21).1)%
013.*%4.-+15,%
)67.4%
0-+;.%49-9:+*9)6%
&lt;2-+91=47.,9&gt;,%
49-9:+*9)6%
?.)+/+)+%
49-9:+*9)6%
B9-9:+*9)6%
)A*.4A2:/4%
&lt;2-+91=47.,9&gt;,%</p>
      <p>&gt;:).*91;%
!
!#$%</p>
      <p>"
&amp; $#"%
13
14
23
20
16
21
15
18
17
Cluster 1: Blood Cultures
EvidenceQ||</p>
      <p>
        The prototype combines several multi-modal similarity measures, in
particular text, image and metadata similarity, and aggregates them into a single
similarity score. The prototype performs the following tasks:
{ Gather all available versions and metadata of the les (e.g. authors, revisions,
timestamps) using the Dropbox Java API 1
{ Extract content (both text and images) and metadata using Apache Tika2.
{ Index the content of the les using Apache Lucene3 and LIRE [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
{ Create a graph, in which the nodes represent the les and the edges represent
the relationships between the les, using di erent text, metadata, and image
similarity metrics.
{ Prune similarity edges using temporal constrains known from the provenance
literature [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], e.g. pruning the edges that indicate that a le depends from
another le that was created later in the timeline.
{ Aggregate the similarity measures for each couple of les into a single score.
{ Output a PROV [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] graph using the Prov-toolbox4. PROV is the forthcoming
recommendation from the W3C on representing provenance.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Experimental setting</title>
      <p>The experimental setting consisted of a Dropbox folder containing the clinical
guideline for febrile neutropenia, a set of publications referred to by the
guideline and two Excel sheets that describe the references from the guideline for
two research questions. The provenance of the les in the folder was manually
annotated in PROV-DM, as shown in Fig. 2, in which each node represents a
le and each edge a dependency of the origin le from the destination le.
1 https://www.dropbox.com/developers/reference/sdk
2 http://tika.apache.org/
3 http://lucene.apache.org/
4 https://github.com/lucmoreau/ProvToolbox
3
2
6
4
Cluster 1: Blood Cultures
EvidenceQ||
The main document is the guideline, which has two versions in the Dropbox
folder (light blue nodes in Fig. 2). All the publications are cited by the guideline
and there are two Excel sheets that contain copy-paste text from the guideline.
Each of these sheets details the references needed to answer a research
question. In particular EvidenceQII (green nodes in Fig. 2) details the references for
Question A, while EvidenceQX (blue node) focuses on Question B.</p>
      <p>In the manual annotation, we considered citations as dependencies. Then we
divided the publications in 3 clusters based on the citation network: 1)
publications on blood cultures (red nodes); 2) publications on markers (purple nodes);
3) other publications (yellow nodes).
3</p>
    </sec>
    <sec id="sec-3">
      <title>Results and evaluation</title>
      <p>We ran our prototype in the previously described experimental setting with
different sets of similarity measures and obtained several predictions of dependency
graphs. One example can be seen in Fig. 3, in which we show the predicted
dependency graph using all the implemented similarity metrics.</p>
      <p>
        In order to evaluate the results we obtained, we compared the edges of
the original dependency graph and each dependency graph, predicted with our
method. The results are shown in Table 1, where the rows represent the
evaluation using di erent similarity measures. The rst row represents our baseline,
i.e. the approach described in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>We compared the di erent systems to see if there was a statistically signi cant
di erence in the results. Using the T-test provided in the R statistical package,
we obtained a small di erence between the baseline and system1 (p-value is
0.4216), while system2 and system3 are very di erent from the baseline (both
have p-value 2.388e-06).</p>
      <p>Similarity measures
baseline: text
system1: text, metadata
system2: text, metadata, inverse lucene
system3: text, metadata, inverse lucene, images</p>
      <p>As we can see from Table 1, much of the structure of the original dependency
graph is well-predicted. The Excel sheets depend on the guideline and the
guideline is connected to all of the publications. The clusters of citations are quite
recognizable.</p>
      <p>Among the errors, some can be easily explained. For example, some papers
are connected even when there is no citation, e.g. the newer clinical guideline
is connected to its older version, but does not cite it. The two Excel sheets
are connected because they have the same author and creation data (metadata
similarity). There are some di culties in nding the appropriate temporal order,
since some documents have a very di erent creation and publication date. Due
to the temporal pruning that we perform, this means that several dependencies
were discarded because of temporal inconsistency.</p>
    </sec>
    <sec id="sec-4">
      <title>Future Work &amp; Conclusion</title>
      <p>The issues with temporal ordering can be partially solved by retrieving
bibliographic information on the publications. There are also other domain-speci c
improvements than can be made, e.g. using the knowledge of citations. Moreover,
there is the need for a better aggregation algorithm. Up to now we targeted high
recall, in our future work we aim at re ning the predictions in terms of precision.
Finally, we want to apply the technique on a much larger corpus of the
biomedical papers and guidelines. Overall, we have shown that multimodal similarity
combined with knowledge of the structure of provenance graphs is a good start
towards reconstructing the provenance of clinical guidelines.</p>
      <p>Acknowledgements This work was funded by Data2Semantics project in the
Dutch national program COMMIT.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Deolalikar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>La</surname>
            <given-names>tte</given-names>
          </string-name>
          , H.:
          <article-title>Provenance as data mining: combining le system metadata with content analysis</article-title>
          .
          <source>In: First workshop on on Theory and practice of provenance</source>
          . p.
          <fpage>10</fpage>
          . USENIX Association (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Lux</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chatzichristo s</surname>
          </string-name>
          , S.A.:
          <article-title>Lire: lucene image retrieval: an extensible java cbir library</article-title>
          .
          <source>In: Proceedings of the 16th ACM international conference on Multimedia</source>
          . pp.
          <volume>1085</volume>
          {
          <issue>1088</issue>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Magliacane</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Reconstructing provenance</article-title>
          .
          <source>In: Procs. ISWC</source>
          <year>2012</year>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Moreau</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Missier</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>PROV-DM: The PROV Data Model</article-title>
          , http://www.w3.org/TR/prov-dm/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>