SlideShare a Scribd company logo
1 of 16
An ontology driven module
                for accessing chronic
                 pathology literature
                                        Riccardo Albertoni,
                  Institute for Applied Mathematics and Information Technology
                                        C.N.R., Genova, Italy


                  Joint work with Stephan Kiefer, Jochen Rauch, Marco Attene,
                     Franca Giannini, Simone Marini, Luc Schneider, Carlos
                                       Mesquita, Xin Xing




20 October 2011                              SWWS-OTM2011         Copyright 2011 CHRONIOUS -- IMATI-CNR
Motivation, problem area
      Chronic diseases are the leading causes of death and disability
          for a large amount of people in most industrialized nations.
      Chronic diseases have a deep impact on today’s society costs:
          1. Costs of medical care in relation to diagnosis and treatment of
             disease
          2. Loss of human resources caused by morbidity or premature death
          3. Intangible costs capture the psychological dimensions of illness
             including pain and anxiety
           New technologies for acquiring and analyzing vital signals
            are arising




20 October 2011                          SWWS-OTM2011        Copyright 2011 CHRONIOUS -- IMATI-CNR
Motivation, problem area

             New monitoring and treatment of chronic
                  patients are becoming possible
             No already existent guidelines are available
             Knowledge in the domain is rapidly evolving
                Need of tools for indexing and retrieving well
                focused documentation accordingly to
                continuously evolving knowledge




20 October 2011                      SWWS-OTM2011   Copyright 2011 CHRONIOUS -- IMATI-CNR
Context: the Project
    An Open, Ubiquitous and Adaptive Chronic Disease Management
    Platform for Chronic Obstructive Pulmonary Disease (COPD) and
    Chronic Kidney disease (CKD),

    FP7-ICT-2007–1– 216461 CHRONIOUS, February 2008 – January
    2012 (48 months) http://www.chronious.eu/




20 October 2011                 SWWS-OTM2011     Copyright 2011 CHRONIOUS -- IMATI-CNR
Context: The CHRONIOUS
                            project




20 October 2011           SWWS-OTM2011   Copyright 2011 CHRONIOUS -- IMATI-CNR
Literature search module:
                      design requirements

      Using explicit medical terminology (e.g., controlled vocabularies)
        Specific to the considered pathologies, but also terminology allowing different
          levels of granularity in search (searching by coarse- and fine- grained concepts)

      Terminology as much as possible Modular and Extendable
        CKD and COPD are a kind of test-bed for Chronious, but other chronic diseases
          should be pluggable eventually
        Knowledge in these domains evolves, so do related terminologies! we should
          support in keeping terminologies up-to-date

      Offering multilingual capabilities
        Search must be possible in different languages, at least when well established
          translations of terminologies are available



20 October 2011                             SWWS-OTM2011          Copyright 2011 CHRONIOUS -- IMATI-CNR
The developedsystem
                  Document
                   upload
                  Automatic
                  Upload tool         Document processing

                    Manual            Format
                                                            NLP                        Concept
                  upload tool      Transformation
                                                                                      Associator


                                        CKD COPD            MeSH
                      Ontology           ontology         thesaurus
                                        OWL/RDF           SKOS/RDF
                     enrichment
                         tool                           mapping API                      Indexer

                        Document
                        Search          Conceptual search

                                         Metadata search

                                         Free Text search NLP

20 October 2011                          SWWS-OTM2011                 Copyright 2011 CHRONIOUS -- IMATI-CNR
Terminology to index scientific
                   literature                                          COPD, CKD Ontologies

                 Medical Subject Headings (MeSH) is a well known controlled
                  vocabulary used for indexing articles Layer Ontology for Clinical Care (MLOCC)
                                                Middle from MEDLINE/PubMed
                     it isn’t enough specialized to deeply cover COPD and CKD domains

                 Ontologies have been defined to deepen COPDBiological and Biomedicalby
                                                             Open and CKD diseases (OWL
                  IFOMIS)                                        Ontology (OBO) Foundry:
                                                             Basic Formal Ontology (BFO) +
                 However MeSH is still required in Chronious    Relation Ontology (RO) +
                                                                     Foundational Model
                   The search is not always made at the same level of granularity, often keyword
                     search can be done moving back and forwardof Anatomy Ontology (FMA)
                                                                from coarse to very disease-
                      specialized concepts
                     Multilingual support, some “certified” translations are available for example in
                      Italian, Portuguese, Spanish
                     Terminological de facto standard, clinicians expect MeSH is included

                 How to combine ontologies and MeSH in CHRONIOUS ?




20 October 2011                                           SWWS-OTM2011                 Copyright 2011 CHRONIOUS -- IMATI-CNR
The adopted approach
         RDF URI as a kind of lingua franca


          MeSH (provided by the US medical library) has been encoded
           in SKOS/RDF (W3C)
          Italian, Portuguese and Spanish translations of MeSH
           (provided by national authorities) have been encoded in
           SKOS/RDF
                   We kept RDF ID consistent to the original MESH descriptor
                     identifiers
          A semi-automatic mapping between MeSH in SKOS and
                  developed Ontologies
                   A script compares MeSH terms with lexical representation of
                    concepts form OWL ontologies
                   The suggested mapping are validated in two stages-process by
                    Ontology Engineers and Clinicians


20 October 2011                               SWWS-OTM2011       Copyright 2011 CHRONIOUS -- IMATI-CNR
Natural Language Processing

                 Based on General Architecture for Text Engineering (GATE) framework
                     Open Source, JAVA suite, originally developed at the University of Sheffield beginning
                      in 1995
                     used worldwide by a wide community of scientists, companies, teachers and students
                      for all sorts of natural language processing tasks, including information extraction in
                      many languages

                 Default processes applied to extract headwords of a text:
                     Sentence splitter, Tokeniser, Part-of-speech tagger, Morphological analyzer

                 Modules included for the Ontology Enrichment Tool and the Indexer
                     OntoRootGazetteer: A GATE plug-in that produces ontology aware annotations for
                      extracted terms;
                     Shallow Parser: it identifies word groups such as “chronic diseases” and “lung
                      function”;
                     RegEx-Pattern Matcher: it matches a lemma of a token with word patterns defined as
                      regular expression;
                     Thesaurus Matcher: it matches the lemma of a token to a domain thesaurus, a JAPE
                      resources has been developed to access MEsH and the mapped ontology concepts
                      through MeSH Mapping API

20 October 2011                                         SWWS-OTM2011                Copyright 2011 CHRONIOUS -- IMATI-CNR
Ontology enrichment
    Semi-automatic process - candidate concepts are rated according to



       Corpus relevance:determined by its average Term Frequency Inverted
        Document      Frequency (TF.IDF) value with respect to the whole document
        corpus;

       Concept co-occurrences        average distance in the text between the
        candidate concept and a concept within the corpus is calculated as a
        benchmark.

       Domain relevance: matching with common dictionary (WordNet), domain
        thesaurus (MeSH) and with regular expression patterns;

       Subclass-of relations: extraction of vertical relations, linguistic patterns or
        dictionary hypernyms.

      Candidateconcepts are marked as “new”, “to validate”, “postponed”,
20 October 2011 “accepted” or “rejected” by ontology engineers and clinicians
                                             SWWS-OTM2011        Copyright 2011 CHRONIOUS -- IMATI-CNR
Tool – Relevance
                        details




20 October 2011         SWWS-OTM2011   Copyright 2011 CHRONIOUS -- IMATI-CNR
Search Interface




20 October 2011         SWWS-OTM2011   Copyright 2011 CHRONIOUS -- IMATI-CNR
Search results:
           (black Box Testing) intial
           comparison with PubMed


                                           “Inhaler Device”




       “Inhaler device”
                                      “PostBronchodilatorSpirometry
Horizontal axis: Number of considered/retrieved documents
Vertical axis: F-measure
Also glass box testing has been performed to ensure ontologies
represent therightconcepts
20 October 2011                  SWWS-OTM2011     Copyright 2011 CHRONIOUS -- IMATI-CNR
Conclusions
        The CHRONIOUS search system can become a specialized
        indexing and search system for the hospital:
            It can manage internal hospital documents to be
             indexed into the database
            It can cover other medical domains and languages
             using MeSH
            It is already specialized in COPD and CKD by using
             specific ontologies
            It provides the tools for ontology maintenance thus well
             suited to domains characterized by rapidly evolving
             knowledge




20 October 2011                      SWWS-OTM2011     Copyright 2011 CHRONIOUS -- IMATI-CNR
Critical and open issues
                          for future work
        User notifications
                  • about changes in Enrichment Tool data (e.g. if new
                  documents with extracted candidate concepts are
                  available)
                  •supporting the collaboration among clinicians and
                  Ontology Engineers

        Re-indexing of documents
                  •what happens when there is a new ontology version?
                  • some incremental indexing should be provided




20 October 2011                            SWWS-OTM2011     Copyright 2011 CHRONIOUS -- IMATI-CNR

More Related Content

Similar to An ontology driven module for accessing chronic pathology literature- CHRONIOUS-Swws2011

Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Christoph Lange
 
Making Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through StandardisationMaking Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through StandardisationChristoph Lange
 
8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)AEGIS-ACCESSIBLE Projects
 
8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)AEGIS-ACCESSIBLE Projects
 
The Distributed Ontology Language (DOL): Use Cases, Syntax, and Extensibility
The Distributed Ontology Language (DOL): Use Cases, Syntax, and ExtensibilityThe Distributed Ontology Language (DOL): Use Cases, Syntax, and Extensibility
The Distributed Ontology Language (DOL): Use Cases, Syntax, and ExtensibilityChristoph Lange
 
How Bio Ontologies Enable Open Science
How Bio Ontologies Enable Open ScienceHow Bio Ontologies Enable Open Science
How Bio Ontologies Enable Open Sciencedrnigam
 
KOS Management - The case of the Organic.Edunet Ontology
KOS Management - The case of the Organic.Edunet OntologyKOS Management - The case of the Organic.Edunet Ontology
KOS Management - The case of the Organic.Edunet OntologyVassilis Protonotarios
 
An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...
An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...
An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...TELKOMNIKA JOURNAL
 
Use of ontologies in natural language processing
Use of ontologies in natural language processingUse of ontologies in natural language processing
Use of ontologies in natural language processingATHMAN HAJ-HAMOU
 
A Comparative Study of Ontology building Tools in Semantic Web Applications
A Comparative Study of Ontology building Tools in Semantic Web Applications A Comparative Study of Ontology building Tools in Semantic Web Applications
A Comparative Study of Ontology building Tools in Semantic Web Applications dannyijwest
 
A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications dannyijwest
 

Similar to An ontology driven module for accessing chronic pathology literature- CHRONIOUS-Swws2011 (20)

Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
 
BioPortal: ontologies and integrated data resources at the click of a mouse
BioPortal: ontologies and integrated data resourcesat the click of a mouseBioPortal: ontologies and integrated data resourcesat the click of a mouse
BioPortal: ontologies and integrated data resources at the click of a mouse
 
Making Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through StandardisationMaking Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through Standardisation
 
8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)
 
8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)8 ontology integration and interoperability (onto i op)
8 ontology integration and interoperability (onto i op)
 
Prosdocimi ucb cdao
Prosdocimi ucb cdaoProsdocimi ucb cdao
Prosdocimi ucb cdao
 
The Distributed Ontology Language (DOL): Use Cases, Syntax, and Extensibility
The Distributed Ontology Language (DOL): Use Cases, Syntax, and ExtensibilityThe Distributed Ontology Language (DOL): Use Cases, Syntax, and Extensibility
The Distributed Ontology Language (DOL): Use Cases, Syntax, and Extensibility
 
Semantic annotation of biomedical data
Semantic annotation of biomedical dataSemantic annotation of biomedical data
Semantic annotation of biomedical data
 
Tutorial: “How to use ontology repositories and ontology–based services”
Tutorial: “How to use ontology repositories and ontology–based services”Tutorial: “How to use ontology repositories and ontology–based services”
Tutorial: “How to use ontology repositories and ontology–based services”
 
NeOn Project : Lifecycle support for Networked Ontologies
NeOn Project : Lifecycle support for Networked Ontologies NeOn Project : Lifecycle support for Networked Ontologies
NeOn Project : Lifecycle support for Networked Ontologies
 
NeOn project
NeOn projectNeOn project
NeOn project
 
How Bio Ontologies Enable Open Science
How Bio Ontologies Enable Open ScienceHow Bio Ontologies Enable Open Science
How Bio Ontologies Enable Open Science
 
KOS Management - The case of the Organic.Edunet Ontology
KOS Management - The case of the Organic.Edunet OntologyKOS Management - The case of the Organic.Edunet Ontology
KOS Management - The case of the Organic.Edunet Ontology
 
Knowledge Organization Systems (KOS): Management of Classification Systems in...
Knowledge Organization Systems (KOS): Management of Classification Systems in...Knowledge Organization Systems (KOS): Management of Classification Systems in...
Knowledge Organization Systems (KOS): Management of Classification Systems in...
 
An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...
An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...
An Automatic Approach for Bilingual Tuberculosis Ontology Based on Ontology D...
 
Project proposal for a fishery ontology service
Project proposal for a fishery ontology serviceProject proposal for a fishery ontology service
Project proposal for a fishery ontology service
 
Use of ontologies in natural language processing
Use of ontologies in natural language processingUse of ontologies in natural language processing
Use of ontologies in natural language processing
 
A Comparative Study of Ontology building Tools in Semantic Web Applications
A Comparative Study of Ontology building Tools in Semantic Web Applications A Comparative Study of Ontology building Tools in Semantic Web Applications
A Comparative Study of Ontology building Tools in Semantic Web Applications
 
A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications
 
Lit mtap
Lit mtapLit mtap
Lit mtap
 

More from Riccardo Albertoni

Albertoni ldq workshop ESWC 2015
Albertoni ldq workshop ESWC 2015Albertoni ldq workshop ESWC 2015
Albertoni ldq workshop ESWC 2015Riccardo Albertoni
 
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)Riccardo Albertoni
 
LusTRE: a Linked Thesaurus fRamework for Environment
LusTRE: a Linked Thesaurus fRamework for EnvironmentLusTRE: a Linked Thesaurus fRamework for Environment
LusTRE: a Linked Thesaurus fRamework for EnvironmentRiccardo Albertoni
 
SSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data EntitiesSSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data EntitiesRiccardo Albertoni
 
Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...
Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...
Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...Riccardo Albertoni
 
Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...Riccardo Albertoni
 
SKOS and semantic web best practice to access terminological resources: Natur...
SKOS and semantic web best practice to access terminological resources: Natur...SKOS and semantic web best practice to access terminological resources: Natur...
SKOS and semantic web best practice to access terminological resources: Natur...Riccardo Albertoni
 

More from Riccardo Albertoni (10)

Albertoni ldq workshop ESWC 2015
Albertoni ldq workshop ESWC 2015Albertoni ldq workshop ESWC 2015
Albertoni ldq workshop ESWC 2015
 
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
 
Presentation at MTSR 2012
Presentation at MTSR 2012Presentation at MTSR 2012
Presentation at MTSR 2012
 
LusTRE: a Linked Thesaurus fRamework for Environment
LusTRE: a Linked Thesaurus fRamework for EnvironmentLusTRE: a Linked Thesaurus fRamework for Environment
LusTRE: a Linked Thesaurus fRamework for Environment
 
Linkset quality (LWDM 2013)
Linkset quality (LWDM 2013)Linkset quality (LWDM 2013)
Linkset quality (LWDM 2013)
 
Linkset quality
Linkset qualityLinkset quality
Linkset quality
 
SSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data EntitiesSSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data Entities
 
Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...
Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...
Semantic Similarity Assessment to Browse Resources exposed as Linked Data: an...
 
Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...
 
SKOS and semantic web best practice to access terminological resources: Natur...
SKOS and semantic web best practice to access terminological resources: Natur...SKOS and semantic web best practice to access terminological resources: Natur...
SKOS and semantic web best practice to access terminological resources: Natur...
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 

An ontology driven module for accessing chronic pathology literature- CHRONIOUS-Swws2011

  • 1. An ontology driven module for accessing chronic pathology literature Riccardo Albertoni, Institute for Applied Mathematics and Information Technology C.N.R., Genova, Italy Joint work with Stephan Kiefer, Jochen Rauch, Marco Attene, Franca Giannini, Simone Marini, Luc Schneider, Carlos Mesquita, Xin Xing 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 2. Motivation, problem area  Chronic diseases are the leading causes of death and disability for a large amount of people in most industrialized nations.  Chronic diseases have a deep impact on today’s society costs: 1. Costs of medical care in relation to diagnosis and treatment of disease 2. Loss of human resources caused by morbidity or premature death 3. Intangible costs capture the psychological dimensions of illness including pain and anxiety New technologies for acquiring and analyzing vital signals are arising 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 3. Motivation, problem area  New monitoring and treatment of chronic patients are becoming possible  No already existent guidelines are available  Knowledge in the domain is rapidly evolving Need of tools for indexing and retrieving well focused documentation accordingly to continuously evolving knowledge 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 4. Context: the Project An Open, Ubiquitous and Adaptive Chronic Disease Management Platform for Chronic Obstructive Pulmonary Disease (COPD) and Chronic Kidney disease (CKD), FP7-ICT-2007–1– 216461 CHRONIOUS, February 2008 – January 2012 (48 months) http://www.chronious.eu/ 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 5. Context: The CHRONIOUS project 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 6. Literature search module: design requirements  Using explicit medical terminology (e.g., controlled vocabularies)  Specific to the considered pathologies, but also terminology allowing different levels of granularity in search (searching by coarse- and fine- grained concepts)  Terminology as much as possible Modular and Extendable  CKD and COPD are a kind of test-bed for Chronious, but other chronic diseases should be pluggable eventually  Knowledge in these domains evolves, so do related terminologies! we should support in keeping terminologies up-to-date  Offering multilingual capabilities  Search must be possible in different languages, at least when well established translations of terminologies are available 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 7. The developedsystem Document upload Automatic Upload tool Document processing Manual Format NLP Concept upload tool Transformation Associator CKD COPD MeSH Ontology ontology thesaurus OWL/RDF SKOS/RDF enrichment tool mapping API Indexer Document Search Conceptual search Metadata search Free Text search NLP 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 8. Terminology to index scientific literature COPD, CKD Ontologies  Medical Subject Headings (MeSH) is a well known controlled vocabulary used for indexing articles Layer Ontology for Clinical Care (MLOCC) Middle from MEDLINE/PubMed  it isn’t enough specialized to deeply cover COPD and CKD domains  Ontologies have been defined to deepen COPDBiological and Biomedicalby Open and CKD diseases (OWL IFOMIS) Ontology (OBO) Foundry: Basic Formal Ontology (BFO) +  However MeSH is still required in Chronious Relation Ontology (RO) + Foundational Model  The search is not always made at the same level of granularity, often keyword search can be done moving back and forwardof Anatomy Ontology (FMA) from coarse to very disease- specialized concepts  Multilingual support, some “certified” translations are available for example in Italian, Portuguese, Spanish  Terminological de facto standard, clinicians expect MeSH is included  How to combine ontologies and MeSH in CHRONIOUS ? 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 9. The adopted approach RDF URI as a kind of lingua franca  MeSH (provided by the US medical library) has been encoded in SKOS/RDF (W3C)  Italian, Portuguese and Spanish translations of MeSH (provided by national authorities) have been encoded in SKOS/RDF  We kept RDF ID consistent to the original MESH descriptor identifiers  A semi-automatic mapping between MeSH in SKOS and developed Ontologies  A script compares MeSH terms with lexical representation of concepts form OWL ontologies  The suggested mapping are validated in two stages-process by Ontology Engineers and Clinicians 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 10. Natural Language Processing  Based on General Architecture for Text Engineering (GATE) framework  Open Source, JAVA suite, originally developed at the University of Sheffield beginning in 1995  used worldwide by a wide community of scientists, companies, teachers and students for all sorts of natural language processing tasks, including information extraction in many languages  Default processes applied to extract headwords of a text:  Sentence splitter, Tokeniser, Part-of-speech tagger, Morphological analyzer  Modules included for the Ontology Enrichment Tool and the Indexer  OntoRootGazetteer: A GATE plug-in that produces ontology aware annotations for extracted terms;  Shallow Parser: it identifies word groups such as “chronic diseases” and “lung function”;  RegEx-Pattern Matcher: it matches a lemma of a token with word patterns defined as regular expression;  Thesaurus Matcher: it matches the lemma of a token to a domain thesaurus, a JAPE resources has been developed to access MEsH and the mapped ontology concepts through MeSH Mapping API 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 11. Ontology enrichment Semi-automatic process - candidate concepts are rated according to  Corpus relevance:determined by its average Term Frequency Inverted Document Frequency (TF.IDF) value with respect to the whole document corpus;  Concept co-occurrences average distance in the text between the candidate concept and a concept within the corpus is calculated as a benchmark.  Domain relevance: matching with common dictionary (WordNet), domain thesaurus (MeSH) and with regular expression patterns;  Subclass-of relations: extraction of vertical relations, linguistic patterns or dictionary hypernyms.  Candidateconcepts are marked as “new”, “to validate”, “postponed”, 20 October 2011 “accepted” or “rejected” by ontology engineers and clinicians SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 12. Tool – Relevance details 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 13. Search Interface 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 14. Search results: (black Box Testing) intial comparison with PubMed “Inhaler Device” “Inhaler device” “PostBronchodilatorSpirometry Horizontal axis: Number of considered/retrieved documents Vertical axis: F-measure Also glass box testing has been performed to ensure ontologies represent therightconcepts 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 15. Conclusions The CHRONIOUS search system can become a specialized indexing and search system for the hospital:  It can manage internal hospital documents to be indexed into the database  It can cover other medical domains and languages using MeSH  It is already specialized in COPD and CKD by using specific ontologies  It provides the tools for ontology maintenance thus well suited to domains characterized by rapidly evolving knowledge 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR
  • 16. Critical and open issues for future work User notifications • about changes in Enrichment Tool data (e.g. if new documents with extracted candidate concepts are available) •supporting the collaboration among clinicians and Ontology Engineers Re-indexing of documents •what happens when there is a new ontology version? • some incremental indexing should be provided 20 October 2011 SWWS-OTM2011 Copyright 2011 CHRONIOUS -- IMATI-CNR

Editor's Notes

  1. In this respect, the European community has funded the Chronious project, which include an European wide consortium (14 partners) aims at developing a …