<!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>Aero: An Evidence-based Semantic Web Knowledge Base of Cancer Behavioral Risk Factors</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hansi Zhang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xing He</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tyler Harrison</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jiang Bian</string-name>
          <email>bianjiang@ufl.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Florida</institution>
          ,
          <addr-line>Gainesville FL 08544</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The general public's awareness of cancer behavioral risk factors (CBRFs) is poor; and even when they are aware, they lack the necessary knowledge towards a healthy lifestyle. Given that 72% adult internet users in the United States searched online for health information, the Internet is a great venue to disseminate CBRF information. However, existing CBRF information online is poorly organized, not evidenced-based, and confusing to health information consumers. In this paper, we present a prototype semantic web cAncer bEhavioral Risk knOwledgebase-Aero to (1) better organize and provide evidencebased CBRF knowledge extracted from scientific literature (i.e., PubMed), and (2) provide users with access to high-quality scientific knowledge, yet easy to understand answers for their frequently encountered CBRF questions. Our current prototype focuses on the top 4 types of CBRFs: smoking, alcohol drinking, physical activity, and overweight. We manually annotated 59 high-quality PubMed abstracts (i.e., review articles with impact factor &gt;= 8) and created a preliminary version of Aero with 787 triples. We built an interactive user interface with graph-based visualization of the KB, where users can explore answers to commonly asked CBRF questions according to the cancer risk factor fact sheet of National Cancer Institute. A preliminary evaluation of Aero was also conducted.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology</kwd>
        <kwd>Semantic Web Knowledge Base</kwd>
        <kwd>Cancer Behavioral Risk Factors</kwd>
        <kwd>Question Answering</kwd>
        <kwd>Interactive Graph-based Visualization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Cancer is the second leading cause of death worldwide and responsible for an estimated
9.6 million deaths in 2018 [1]. An immense amount of evidence from research studies
has linked the development of cancer to a wide range of risk factors [2]. Many of these
factors cannot be altered, such as age, sex and family history; while risky health
behaviors (e.g., smoking and overweight) can be avoided and managed [3]. Recognized by
the integrated behavioral model (IBM) [4], an individual’s health behavior is
determined by her intension, while intention is directly influenced by her knowledge,
attitudes, among many other factors. Nevertheless, research has shown that the public’s
awareness of these cancer behavioral risk factors (CBRFs) is poor, and the public lacks
the necessary knowledge towards a healthy lifestyle [5]. Given that 72% adults internet
users in the United States (US) searched online for health information [6], the Internet
is a great communication venue to disseminate CBRF-related health information.
However, existing online information about CBRFs is not well-organized, not
evidencedbased, and of poor quality. Much of this online information consists of personal
opinion, salesmanship, testimonials, and claims that are not evidence-based (i.e., supported
by high-quality scientific literature and/or scientific consensus). Even in scientific
literature, evidence describing the relationships between various cancers and CBRFs are
heterogenous ranging from pre-clinical models and case studies to mere
hypothesisbased arguments. In short, current wealth of online health information on CBRFs is
overwhelming and disorganized. We believe that a formal knowledge representation
model (e.g., ontology) along with associated Semantic Web technology stack can help
organize and present quality health information to the public.</p>
      <p>Previously, Lossio-Ventura et al. created a natural language processing (NLP)-based
system to construct an obesity and cancer knowledge base [7–9]. However, the system
is limited by the performance of the NLP methods and it only focused on one risk factor.
In this paper, we present a prototype semantic web cAncer bEhavioral Risk
knOwledgebase—Aero to (1) better organize evidence-based CBRF-related knowledge
extracted from free-text scientific literature (i.e., PubMed abstract), and (2) provide
users with high-quality, yet easy to understand answers to their commonly asked health
questions relevant to CBRFs. Our preliminary work of Aero consists of 787 triples
extracted from 59 annotated high-quality PubMed abstracts (i.e., impact factor &gt;= 8).
We constructed semantic queries based on commonly asked questions in the National
Cancer Institute (NCI)’s cancer risk factor (CRF) fact sheet [10]; and evaluated Aero
by comparing its query results with the answers from the NCI fact sheet. We have also
built an prototype interactive user interface (UI) for Aero.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Methods</title>
      <p>Fig. 1 illustrates our process of creating Aero. Rather than using an NLP system, we
manually extracted the triples from PubMed abstracts to ensure the quality of the KB.</p>
      <p>Step 1: Data collection. The initial Aero KB focused on 4 types of CBRFs: smoking,
alcohol drinking, physical activity, and overweight. For each risk factor, we searched
PubMed using risk factor keywords (e.g., “smoking”, “cigarette”) in combination with
cancer keywords (e.g., “cancer”, “neoplasm”) considering the synonyms for each
keyword. To ensure the quality of evidence, we only considered articles that were
published in high-quality journals (i.e., impact factors &gt; 8). Two annotators screened each
abstract to filter out articles whose study results are not related to CBRFs. Note that an
article that discussed CBRF (e.g., in the introduction) but does not itself generate results
or evidence indicating the relationships between the CBRF and cancer is excluded.
Step 2: Knowledge extraction. Two annotators reviewed each abstract and extracted
information relevant to either cancer or CBRFs, paying more attention to the direct
relationships between the two. The extracted knowledge is represented as semantic
triples (i.e., “subject-predicate-object”). Our process and annotation guideline are as
follows: (1) for each abstract, identify all terms and sentences that related to cancer and
the CBRF of interest; (2) the terms and sentences must be identified as study results or
conclusion; 3) identify the relations between the extracted terms within the sentence;
and 4) construct individual triples using the extracted terms and relations.
Step 3: Concept and relation standardization. We built a CBRF Ontology (CBRFO)
to provide a controlled vocabulary to standardize the extracted terms (e.g., “alcohol
drinking”, “alcohol intake”) and relations (e.g., “significantly increased risk for”,
“associated with a significantly increased risk of”). Following best practices in ontology
engineering, we first considered reusing concept classes and relations from existing
well-known ontologies if available and created new classes and relations only when it
was necessary. To do so, we first identified high-quality (widely used, regularly
maintained) candidate ontologies related to the 4 CBRFs of interest and cancer using the
National Center for Biomedical Ontology BioPortal. An ontology is considered as a
candidate if it contains the terms relevant to the 4 CBRFs or cancer. The same concept
(or relation) may exist in multiple ontologies; thus, we used an ontology alignment tool
(i.e., LogMap [11]) to link the same concept across different ontologies. We selected
3 main ontologies: National Cancer Institute Thesaurus (NCIt), Relation Ontology
(RO), and Time Event Ontology (TEO) as the foundation for creating CBRFO.
Step 4: Triple and associated provenance data management. We organized
extracted semantic triples and corresponding provenance data in the form of a
nanopublication [12]. Provenance data of the extracted triples are important and can facilitate
consumers of the KB to form assessments of its quality. A nanopublication has three
basic elements: (1) an assertion; (2) the provenance (e.g., extraction time, annotator);
and (3) associated publication information (e.g., author, title, and published time of the
article where the triple is extracted from). We then used a python library, RDFLib, to
serialize all nanopublications into Resource Description Framework (RDF) using TriG
syntax [13]. We stored all serialized RDF triples in GraphDB—a popular graph
database with inference and SPARQL query support.</p>
      <p>Step 5: User interface (UI) design. We created a prototype UI with interactive
graphbased visualizations. Previously, we have shown that graph-based visualizations
stimulating visual thinking and help end-users better comprehend the presented information
[14, 15]. The UI consists of two main parts: (1) a top bar for users to select a set of
predefined question templates (i.e., common questions related to CBRF and cancer,
summarized from NCI’s CRF fact sheet), and (2) a canvas for graph-based interactive
visualization of the query results. We have also implemented a number of other
convenient functions (e.g., visualization options such as zooming and filtering).</p>
    </sec>
    <sec id="sec-3">
      <title>3 Results</title>
      <sec id="sec-3-1">
        <title>3.1 An Aero prototype</title>
        <p>We first identified 169 articles published in journals with impact factors equal or greater
than 8. Two annotators reviewed the these articles and retained 59 articles that are
relevant based on the inclusion criteria (i.e., inter-rater agreement: 0.8421). The two
annotators further extracted 126 concept classes, 53 relations, and 787 triple statements
(i.e., inter-rater agreement: 0.7241). Out of the 787 triples, 374 are assertions of
CBRFs, 118 are associated provenance data, and 295 are used to describe the
publication information. Out of the 126 concept classes and 53 relations, we obtained 119
unique classes and 44 unique relations. The selected 3 ontologies (i.e., NCIt, RO, TEO)
for creating the CBRFO cover 88.23% of the 119 concept classes and 27.27% of the 44
relations. New classes and relations were created in CBRFO to provide full coverage.
Then, for each article, we represented the extracted triple statements and associated
provenance data in the form of a nanopublication and imported into GraphDB.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 Question answering with graph-based interactive visualization in Aero</title>
        <p>We extracted 53 questions related to the 4 CBRFs from the NCI CRF fact sheet and
summarized them into 3 categories: (1) “What is known about the relationship between
X and cancer?”; (2) “Does X cause cancer and other disease?”; and (3) “What
research being done related to X and cancer?”, where the X refers to a specific CBRF
and “cancer” can refer to cancer in general or a specific type of cancer (e.g., lung
cancer, oral cancer). We then created 3 SPARQL query templates for these 3 categories
of questions. Fig 2 shows an example SPARQL query for the question “What is known
about the relationship between obesity and cancer?”. We simply used the parent class
“cancer” (i.e., ncit:C9305) in the query and the reasoner will automatically consider all
subclasses of cancer associated with obesity (Fig 2).</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 Discussion and conclusion</title>
      <p>We curated a semantic web KB (i.e., Aero) to better organize high-quality evidence
extracted from scientific literature on the relationships between various behavioral risk
factors and cancer. To build Aero, we created the CBRFO ontology to standardize the
terms and relations used across different articles. Further, we experimented with
interactive graph-based visualizations to provide consumers with an easy to understand
visual representation of the answers to commonly asked CBRF questions, stimulating their
visual thinking. Given how frequent that the general public searches online for health
information, our ultimate goal for Aero is to provide evidence-based CRBF information
that can lead to behavioral change towards a healthy lifestyle.</p>
      <p>Our current study is still limited. Only 59 articles were annotated limiting the coverage
of the KB. Manual annotation is labor-intensive and time-consuming. Thus, we are
actively investigating a crowdsourcing solution that can improve the efficiency of the
KB curation process at scale. Further, the usability of the Aero UI needs to be assessed,
and any usability issues raised should be addressed with inputs from stakeholders
especially the lay consumers following a user-centered design process.</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>