Frame-based Ontology Population from Text with PIKES

Size: px
Start display at page:

Download "Frame-based Ontology Population from Text with PIKES"

Transcription

1 Ontology Summit 2017 AI, Learning, Reasoning, and Ontologies April 5th, 2017 Frame-based Ontology Population from Text with PIKES Francesco Corcoglioniti Fondazione Bruno Kessler Trento, Italy joint work with Marco Rospocher and Alessio Palmero Aprosio

2 Knowledge Extraction Knowledge Extraction (KE) from text cross-disciplinary field (SW, NLP & KR) allowing bridging Web & Semantic Web a.k.a. Ontology Learning & Population [Cimiano, 2006] Ontology Learning: extraction of terminological knowledge (TBox) Ontology Population: extraction of assertional knowledge (Abox) knowledge items: instances, binary relations, semantic frames Semantic Frames n-ary relations, events & structured entities reified as ontological instances linked by role properties to participant instances schema defined by frame-based ontologies, e.g., FrameBase, ESO role property frame instance ( frame class) role property role property participant instance 2 participant instance... participant instance

3 Frame-based Ontology Population Why? fixed Tbox favors using extracted knowledge (compare with Open IE) expressivity of frames better than binary relations Semantic Role Labeling (SRL) fits well (and also other NLP tasks) predicate: supporter.01 Example: G. W. Bush and Bono are very strong supporters of the fight of HIV in Africa. argument: argm-mnr argument: arg0 frb:fe-taking_sides-cognizer arg0 arg0 :support_event_1 support.01 event frb:fe-taking_sides dbpedia:bush dbpedia:bono G. W. Bush Bono G. W. Bush G. W. supporters Bush Bono and Bono dbyago:person dbyago:person PER PER frb:fe-taking_sides-issue arg1 :fight_event_1 of the fight.01 fight of HIV event in Africa frb:fe-hostile_encounter frb:fe-taking_ argm-mnr frb:fe-hostile_ sides-degree encounter-side_2 arg1 attr:very-1r_strong-1a very strong ks:attribute 3 argument: arg1 dbpedia:hiv HIV of HIV owl:thing MISC argm-loc frb:fe-hostile_ encounter-place dbpedia:africa Africa in Africa dbyago:location GPE/LOC

4 Introducing PIKES* a tool for Frame-based Ontology Population from English text extracting semantic frames typed w.r.t. FrameBase instances typed w.r.t. YAGO and disambiguated w.r.t. DBpedia representing all contents in RDF + named graph based on a 2-phase approach open source (*) PIKES Is a Knownedge Extraction Suite [Corcoglioniti, Rospocher, Palmero Aprosio, TKDE 2016] 4

5 Data Model Resource layer ks:resource text...metadata... Mention layer ks:mentionof ks:mention offset in text...attributes... Instance layer ks:denotes / ks:implies ks:expresses a linguistically annotated piece of text about something of interest ks:instance describes Assertion (graph)...triples on instances... M3 M2 MentionSubclass...attributes... :resource1 a ks:resource; :mention1 a ks:framemention; dct:created " "; ks:mentionof :resource1; nif:isstring "G. W. Bush nif:beginindex 36; nif:endindex 46; and Bono are very nif:anchorof "supporters"; strong supporters of ks:synset wn30:n the fight of HIV in ks:predicate pmo:nb10_support.01; Africa.". ks:role pmo:nb10_support.01_arg01; ks:expresses :graph1; ks:denotes :supporters_entity; ks:implies :support_event_1. an entity (person...), semantic frame (event ) or attribute :graph1 { :supporters_entity a dbyago:supporter :support_event_1 a a frb:frame-taking_sides; frb:fe-taking_sides-cognizer :supporters_entity. } based on: Corcoglioniti et al. KnowledgeStore: a storage framework for interlinking unstructured and structured knowledge. IJSWIS

6 Data Model (2) Complete model: nif: < ks: < foaf: < ks:expresses contains triples about ks:resource ks:instance dct:title dct:creator dct:created ks:mentionof ks:mention ks:denotes / ks:implies ks:relationmention ks:participationmention ks:role ks:frame ks:framemention ks:predicate 6 Assertion (graph) ks:instancemention ks:coreferentialconjunct nif:beginindex ks:coreferential nif:endindex nif:anchorof ks:coreferencemention ks:synset ks:linkedto ks:argument ks:namemention ks:nerctype ks:timemention ks:norm.value rdf:type rdfs:label foaf:name owl:sameas rdfs:seealso ks:include frame/arg rel. ks:entity ks:frame ks:attribute ks:time ks:target ks:attributemention ks:normalizedvalue OWL time props. Instance layer Mention layer Resource layer

7 2-Phase Approach Resource layer G. W. Bush and Bono are very strong supporters of the fight of HIV in Africa. Phase 1 Linguistic Feature Extraction Mention layer G. W. Bush Bono ks:coref.conjunct very strong ks:arg. supporters ks:frame very strong supporters G. W. Bush and Bono [...] supporters ks:pred. fight ks:arg. HIV ks:frame fight of HIV supporters of [...] fight ks:frame Africa ks:arg. ks:arg. fight [...] in Africa ks:coreferential Phase 2 Knowledge Distillation Instance layer dbpedia:bush frb:fe-taking _sides-cognizer 7 dbpedia:bono attr:very-1r_strong-1a frb:fe-taking_sides-degree :support frb:fe-hostile :fight _encounter dbpedia:hiv dbpedia:africa -side_2 frb:fe-taking_sides-issue frb:fe-hostile_encounter-place

8 part-of-speech tagging POS NERC temporal expression recognition & norm. TERN word sense disambiguation semantic role labeling EL WSD SRL coreference resolution COREF dependency parsing 8 Coreference Frame named entity recognition & classification entity linking Attribute Time Type of mention Name NLP Task Instance ① apply several NLP tasks to input text ② map their outputs to mentions Participation Linguistic Feature Extraction DP

9 Linguistic Feature Extraction (2) Example: fight of HIV Extracted RDF mention graph via NERC, EL <..#char=54,59> a :FrameMention ; nif:anchorof fight :predicate pm:nb10-fight.01. via SRL via SRL, DP 9 <..#char=63,66> a :NameMention ; nif:anchorof HIV ; :nerctype :MISC ; :linkedto dbpedia:hiv. <..#char=54,66> a :ParticipationMention; nif:anchorof fight [ ] HIV :frame <..#char=54,59> ; :argument <..#char=63,66> ; :role pmo:nb10-fight.01-arg1.

10 Knowledge Distillation ① Rule-based conversion Mention layer mention graph mention attributes Rules Background knowledge (BK) mappings (e.g., PreMOn) further metadata (e.g., argument nominalization) Instance layer instances (entities, semantic frames) triples (participation, owl:sameas, ) named graphs links to mentions Example: body: mention with predicate annotation + predicate triggers argument nominalization (bk) head: create semantic frame & argument instances rules can be expressed in SPARQL ② Post-processing inference and owl:sameas smushing (i.e., merge owl:sameas instances) named graph merging in presence of same metadata / linked mentions 10

11 Knowledge Distillation (2) Mapping rules example: Mention layer Instance layer :mention1 a ks:framemention; nif:anchorof "supporters"; ks:synset wn30:n ; ks:predicate pmo:nb10_support.01; ks:role pmo:nb10_support.01_arg01; :g1 { :e1 a dbyago:supporter :ev1 a frb:frame-taking_sides; frb:fe-taking_sides-cognizer :e1. } Background knowledge pmo:nb10_support.01 a ks:argumentnominalization. 11 :mention1 ks:expresses :g1; ks:denotes :e1; ks:implies :ev1. INSERT {?m ks:denotes?i; ks:implies?if; ks:expresses?g. GRAPH?g {?i a ks:instance.?if a ks:frame } } WHERE {?m a ks:framemention; nif:anchorof?a, ks:predicate?s.?s a ks:argumentnominalization. BIND (ks:mint(?m) AS?g) BIND (ks:mint(?a,?m) AS?i) BIND (ks:mint(concat(?a, _pred ),?m) AS?if)

12 Implementation PIKES Java 1.8 on Linux / Mac OS X open source (GPL) Maven project on GitHub External dependencies Dbpedia Spotlight UKB need separate install 12 Stanford CoreNLP (tokenization, POStagging, lemmatization, NERC, TERN, DP, coref. resolution) Web UI Linguistic annotations Frontend Integrated dependencies Stanford CoreNLP Mate-tools Semafor RDFpro Input text ReST API Mention Extractor Mention graph Phase 1: Linguistic Feature Extraction DBpedia Spotlight (EL) Mate (SRL PB/NB) Semafor (SRL FrameNet) UKB (WSD) decoupling Mapping Rule Evaluator (rdfpro) Mapping rules Post processor (rdfpro) Mapping triples Knowledge graph Phase 2: Knowledge Distillation

13 Implementation (2) PIKES UI for: G.W. Bush and Bono are very strong supporters of the fight of HIV in Africa. Their March 2002 meeting resulted in a 5 billion dollar aid. 13

14 1 Evaluation: Throughput st Setup 109K Wikipedia-like pages (source: Simple English Wikipedia) 16 PIKES instances processing pages in parallel 24 CPU cores (dual Xeon E5-2430), 192GB ram, SSD Results 32 hours total processing time 358M triples (2M resource, 283M mention, 72M instance layers) item type Documents Sentences Tokens # items throughput [item/h] 24 cores 1 core* 109,242 3, ,584,406 50,000 3,125 23,877, ,000 47,100 (*) estimated based on time using all cores 14 time [s] # token per document

15 2nd Evaluation: FrameBase Population Gold standard 8 sentences (233 tokens) from [Gangemi, ESWC 2013] 166 triples (137 instances, 155 edges) manually annotated by 2 annotators Three SRL configurations Mate-tools PropBank, NomBank FrameBase via our mappings Semafor FrameNet FrameBase via existing mappings Mate-tools + Semafor leveraging outputs combination in Mention layer with Mate-tools: low recall & F1 due to mappings with both tools: F1 roles F1 all 15

16 3rd Evaluation: Comparison with FRED PIKES vs FRED [Presutti et al, EKAW 2012] on gold standard differently from PIKES, FRED is also able to extract TBox axioms comparison on VerbNet (VN) & FrameNet (FN) extracted triples PIKES nominal frames converted to FRED binary relation e.g., Iraqi official : { :rel1 :arg :per1, dbpedia:iraq } { :per1 :rel dbpedia:iraq } F1 16

17 Conclusions PIKES is a tool for Frame-based Ontology Population from English text extracting events and complex relations (semantic frames) representing all contents in RDF + named graph featuring 2-phases: linguistic feature extraction + knowledge distillation Benefits competitive with state of the art in terms of quality / throughput 2-phase decoupling allows tuning the two phases independenty Related/ongoing work 17 PreMOn lemon extension for predicate models KE4IR - knowledge extraction for IR KnowledgeStore - store for PIKES data KEM RDF/OWL model for knowledge extraction (ongoing work)

18 PreMOn = Predicate Model for Ontologies [Corcoglioniti, Palmero Aprosio, Rospocher, Tonelli, LREC 2016] Linguistic Linked Data resource (grounded in Lemon) representing predicate models and mapping resources: PB, NB, VN, FN, Semlink Homogeneously represents the semantic classes (e.g., rolesets in NB and PB, verb classes in VN, frames in FN) and semantic roles Benefits: ease of access and reuse of predicate model data abstract commonalities, keep peculiarities automated reasoning and SPARQL querying interlinking with third-party datasets Availability: download / SPARQL endpoint / URI dereferencing 18

19 NomBank / 5576 / K triples 3474, 3474, 9841 (NB 1.0) X, Y, Z = # conceptualizations, # sem. classes, # sem. roles (total 36K, 33K, 77K 19.77M triples) 1081, 1664, 3410 (NB 1.0) 2754, 3899, 7950 (PB 1.7) 5248,, (VN 3.2) VerbNet , 4617, (SemLink 1.2.2c) 4402 / 484 / K triples 3617, 1713, 1904 (SemLink 1.2.2c) PropBank / 6181 / K triples 3473, 3473, 9905 (NB 1.0) 5416, 5563, (SemLink 1.2.2c) 4765, 6186, (PB 2.1.5) 596 concept. 596 FB classes 491 roles 252 FB props 1706, 1792, (PB 2.1.5) 9413 / 1018 / K triples 2246 concept FB classes 3083 roles 900 FB props OntoNotes 5 groupings FrameNet 1.6 FrameNet 1.5 PropBank / 8751 / K triples WordNet 3.1 synsets / 1204 / K triples, 891, 9132 (FN 1.6) concept FB classes 9632 roles 9632 FB props (provided by FB) FrameBase (FB) 8151 classes, 9632 props Produced with PreMOnitor FB classes 7575 synsets (provided by FB)

20 po we re d by PI KE S KE4IR KE4IR = Knowledge Extraction for Information Retrieval [Corcoglioniti, Dragoni, Rospocher, Palmero Aprosio ESWC 2016] PIKES analysis of query and documents to improve IR performances Semantics considered (e.g. astronomers influenced by Gauss ) URIs: dbpedia:carl_friedrich_gauss TYPE: dbyago:astronomer , dbyago:germanmathematicians FRAME: framebase:subjective_influence TIME: dbo:dateofbirth (1777), dbo:dateofdeath (1855) Prec@1 Prec@5 Prec@10 NDCG NDCG@10 MAP MAP@10 Textual KE4IR improvement 3.03% 1.71% 4.55% 2.64% 2.99% 3.50% 4.74% Approach 20

21 KnowledgeStore KnowledgeStore Scalable storage for text, NLP annotations and extracted knowledge [Corcoglioniti, Rospocher, Cattoni, et al - IJSWIS 2015] Any application HTTP access, possibly exploiting SPARQL client libs. create retrieve update delete CRUD endpoint KnowledgeStore Tools populator, exporter, statistics collector,... KnowledgeStore Client SPARQL endpoint Client-side Web UI Server-side KnowledgeStore Server (single node) Hadoop HDFS (name & data nodes) Representation 21 Any Java application HBase (mult. master & region nodes) Resource Mention Virtuoso (single node) Instance

22 Knowledge Extraction Model (KEM) Revision of PIKES data model grounded on semiotics and NIF (ongoing work) Resource layer Instance layer Mention layer Sign kem:compositeresource kem:hascomponent 1..* kem:fragmentof kem:resource 1 Meaning kem:compositefragment kem:hascomponent 2..* kem:fragment Referent semiotic triangle of meaning kem:isabout / kem:refersto kem:mention kem:instance kem:involvesreferentof kem:hasannotation kem:hasresourceannotation kem:annotation Indonesia Hit By Earthquake A United Nations assessment team was dispatched to the province after two quakes, measuring 7.6 and 7.4, struck west of Manokwari Jan. 4. At 22 kem:involves / kem:subject kem:conveys kem:graph contains RDF triples about kem:semanticannotation kem:substantiates kem:involvessubjectof Named Entity type: ORG dbpedia:united_nations dbpedia:united_nations rdf:type dbo:organisation; rdfs:label United

23 Ontology Summit 2017 AI, Learning, Reasoning, and Ontologies April 5th, 2017 Thank you! Francesco Corcoglioniti Fondazione Bruno Kessler Trento, Italy joint work with Marco Rospocher and Alessio Palmero Aprosio

Innovations, Developments, and Applications of Semantic Web and Information Systems

Innovations, Developments, and Applications of Semantic Web and Information Systems Innovations, Developments, and Applications of Semantic Web and Information Systems Miltiadis D. Lytras American College of Greece, Greece Naif Aljohani King Abdulaziz University, Saudi Arabia Ernesto

More information

A Semantic Role Repository Linking FrameNet and WordNet

A Semantic Role Repository Linking FrameNet and WordNet A Semantic Role Repository Linking FrameNet and WordNet Volha Bryl, Irina Sergienya, Sara Tonelli, Claudio Giuliano {bryl,sergienya,satonelli,giuliano}@fbk.eu Fondazione Bruno Kessler, Trento, Italy Abstract

More information

TRENTINOMEDIA: Exploiting NLP and Background Knowledge to Browse a Large Multimedia News Store

TRENTINOMEDIA: Exploiting NLP and Background Knowledge to Browse a Large Multimedia News Store TRENTINOMEDIA: Exploiting NLP and Background Knowledge to Browse a Large Multimedia News Store Roldano Cattoni 1, Francesco Corcoglioniti 1,2, Christian Girardi 1, Bernardo Magnini 1, Luciano Serafini

More information

Semantic Web and Natural Language Processing

Semantic Web and Natural Language Processing Semantic Web and Natural Language Processing Wiltrud Kessler Institut für Maschinelle Sprachverarbeitung Universität Stuttgart Semantic Web Winter 2014/2015 This work is licensed under a Creative Commons

More information

Language Resources and Linked Data

Language Resources and Linked Data Integrating NLP with Linked Data: the NIF Format Milan Dojchinovski @EKAW 2014 November 24-28, 2014, Linkoping, Sweden milan.dojchinovski@fit.cvut.cz - @m1ci - http://dojchinovski.mk Web Intelligence Research

More information

NewsReader: using knowledge resources in a cross-lingual reading machine to generate more knowledge from massive streams of news

NewsReader: using knowledge resources in a cross-lingual reading machine to generate more knowledge from massive streams of news Manuscript accepted on Knowledge-Based Systems (post-print) 1 30 NewsReader: using knowledge resources in a cross-lingual reading machine to generate more knowledge from massive streams of news Piek Vossen

More information

Building the Multilingual Web of Data. Integrating NLP with Linked Data and RDF using the NLP Interchange Format

Building the Multilingual Web of Data. Integrating NLP with Linked Data and RDF using the NLP Interchange Format Building the Multilingual Web of Data Integrating NLP with Linked Data and RDF using the NLP Interchange Format Presenter name 1 Outline 1. Introduction 2. NIF Basics 3. NIF corpora 4. NIF tools & services

More information

NLP in practice, an example: Semantic Role Labeling

NLP in practice, an example: Semantic Role Labeling NLP in practice, an example: Semantic Role Labeling Anders Björkelund Lund University, Dept. of Computer Science anders.bjorkelund@cs.lth.se October 15, 2010 Anders Björkelund NLP in practice, an example:

More information

QAKiS: an Open Domain QA System based on Relational Patterns

QAKiS: an Open Domain QA System based on Relational Patterns QAKiS: an Open Domain QA System based on Relational Patterns Elena Cabrio, Julien Cojan, Alessio Palmero Aprosio, Bernardo Magnini, Alberto Lavelli, Fabien Gandon To cite this version: Elena Cabrio, Julien

More information

Domain Independent Knowledge Base Population From Structured and Unstructured Data Sources

Domain Independent Knowledge Base Population From Structured and Unstructured Data Sources Domain Independent Knowledge Base Population From Structured and Unstructured Data Sources Michelle Gregory, Liam McGrath, Eric Bell, Kelly O Hara, and Kelly Domico Pacific Northwest National Laboratory

More information

A FRAMEWORK FOR MULTILINGUAL AND SEMANTIC ENRICHMENT OF DIGITAL CONTENT (NEW L10N BUSINESS OPPORTUNITIES) FREME WEBINAR HELD FOR GALA, 28 APRIL 2016

A FRAMEWORK FOR MULTILINGUAL AND SEMANTIC ENRICHMENT OF DIGITAL CONTENT (NEW L10N BUSINESS OPPORTUNITIES) FREME WEBINAR HELD FOR GALA, 28 APRIL 2016 Co-funded by the Horizon 2020 Framework Programme of the European Union Grant Agreement Number 644771 www.freme-project.eu A FRAMEWORK FOR MULTILINGUAL AND SEMANTIC ENRICHMENT OF DIGITAL CONTENT (NEW L10N

More information

MASWS Natural Language and the Semantic Web

MASWS Natural Language and the Semantic Web MASWS Natural Language and the Semantic Web Kate Byrne School of Informatics 14 February 2011 1 / 27 Populating the Semantic Web why and how? text to RDF Organising the Triples schema design open issues

More information

An ontology for the Business Process Modelling Notation

An ontology for the Business Process Modelling Notation An ontology for the Business Process Modelling Notation Marco Rospocher Fondazione Bruno Kessler, Data and Knowledge Management Unit Trento, Italy rospocher@fbk.eu :: http://dkm.fbk.eu/rospocher joint

More information

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper.

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper. Semantic Web Company PoolParty - Server PoolParty - Technical White Paper http://www.poolparty.biz Table of Contents Introduction... 3 PoolParty Technical Overview... 3 PoolParty Components Overview...

More information

Let s get parsing! Each component processes the Doc object, then passes it on. doc.is_parsed attribute checks whether a Doc object has been parsed

Let s get parsing! Each component processes the Doc object, then passes it on. doc.is_parsed attribute checks whether a Doc object has been parsed Let s get parsing! SpaCy default model includes tagger, parser and entity recognizer nlp = spacy.load('en ) tells spacy to use "en" with ["tagger", "parser", "ner"] Each component processes the Doc object,

More information

Triple Stores in a Nutshell

Triple Stores in a Nutshell Triple Stores in a Nutshell Franjo Bratić Alfred Wertner 1 Overview What are essential characteristics of a Triple Store? short introduction examples and background information The Agony of choice - what

More information

Modern Trends in Semantic Web

Modern Trends in Semantic Web Modern Trends in Semantic Web Miroslav Blaško miroslav.blasko@fel.cvut.cz January 15, 2018 Miroslav Blaško (miroslav.blasko@fel.cvut.cz) Modern Trends in Semantic Web January 15, 2018 1 / 23 Outline 1

More information

Rupert Westenthaler. Open Annotation Support for Apache Stanbol

Rupert Westenthaler. Open Annotation Support for Apache Stanbol Rupert Westenthaler Open Annotation Support for Apache Stanbol Apache Stanbol Enhancer POST content Analysis Chain Results as RDF 2 Stanbol Enhancement Structure Mention Suggestion 1 Suggestion 2 3 Open

More information

TODO. LLOD and corpora

TODO. LLOD and corpora Ch. Chiarcos, ACoLi CO, 2016, July 22 LLOD and corpora If you have Un*x environment (Linux, BSD, Mac, Cygwin): - make sure you have JAVA installed and wifi works - lab members: svn checkout /intern/incubator/conll-rdf

More information

QALD-2.

QALD-2. QAKiS @ QALD-2 Elena Cabrio 1, Alessio Palmero Aprosio 2,3, Julien Cojan 1, Bernardo Magnini 2, Fabien Gandon 1, and Alberto Lavelli 2 1 INRIA, 2004 Route des Lucioles BP93, 06902 Sophia Antipolis cedex,

More information

Day 2. RISIS Linked Data Course

Day 2. RISIS Linked Data Course Day 2 RISIS Linked Data Course Overview of the Course: Friday 9:00-9:15 Coffee 9:15-9:45 Introduction & Reflection 10:30-11:30 SPARQL Query Language 11:30-11:45 Coffee 11:45-12:30 SPARQL Hands-on 12:30-13:30

More information

STS Infrastructural considerations. Christian Chiarcos

STS Infrastructural considerations. Christian Chiarcos STS Infrastructural considerations Christian Chiarcos chiarcos@uni-potsdam.de Infrastructure Requirements Candidates standoff-based architecture (Stede et al. 2006, 2010) UiMA (Ferrucci and Lally 2004)

More information

Knowledge-Driven Video Information Retrieval with LOD

Knowledge-Driven Video Information Retrieval with LOD Knowledge-Driven Video Information Retrieval with LOD Leslie F. Sikos, Ph.D., Flinders University ESAIR 15, 23 October 2015 Melbourne, VIC, Australia Knowledge-Driven Video IR Outline Video Retrieval Challenges

More information

Language Resources and Linked Data (EKAW 2014, Linköping, Sweden)

Language Resources and Linked Data (EKAW 2014, Linköping, Sweden) Language Resources and Linked Data (EKAW 2014, Linköping, Sweden) Multilingual Word Sense Disambiguation and Entity Linking on the Web based on BabelNet Roberto Navigli, Tiziano Flati Sapienza 18/11/2014

More information

Guidelines for Multilingual Linked Data generation and publication

Guidelines for Multilingual Linked Data generation and publication Guidelines for Multilingual Linked Data generation and publication Jorge Gracia, Daniel Vila-Suero jgracia, dvila@fi.upm.es ISWC Tutorial Building the Multilingual Semantic Web", Trentino (Italy) 20 th

More information

Accessing information about Linked Data vocabularies with vocab.cc

Accessing information about Linked Data vocabularies with vocab.cc Accessing information about Linked Data vocabularies with vocab.cc Steffen Stadtmüller 1, Andreas Harth 1, and Marko Grobelnik 2 1 Institute AIFB, Karlsruhe Institute of Technology (KIT), Germany {steffen.stadtmueller,andreas.harth}@kit.edu

More information

FrameNet extension for the Semantic Web

FrameNet extension for the Semantic Web FrameNet extension for the Semantic Web creation of the RDF/OWL version of the repository of senses, resource evaluation and lessons learned Irina Sergienya, University of Trento advisors: Volha Bryl (DKM)

More information

DHTK: The Digital Humanities ToolKit

DHTK: The Digital Humanities ToolKit DHTK: The Digital Humanities ToolKit Davide Picca, Mattia Egloff University of Lausanne Abstract. Digital Humanities have the merit of connecting two very different disciplines such as humanities and computer

More information

Preserving Linked Data on the Semantic Web by the application of Link Integrity techniques from Hypermedia

Preserving Linked Data on the Semantic Web by the application of Link Integrity techniques from Hypermedia Preserving Linked Data on the Semantic Web by the application of Link Integrity techniques from Hypermedia Rob Vesse, Wendy Hall and Les Carr {rav08r,wh,lac}@ecs.soton.ac.uk 27 April 2010 Link Integrity

More information

OLAP over Federated RDF Sources

OLAP over Federated RDF Sources OLAP over Federated RDF Sources DILSHOD IBRAGIMOV, KATJA HOSE, TORBEN BACH PEDERSEN, ESTEBAN ZIMÁNYI. Outline o Intro and Objectives o Brief Intro to Technologies o Our Approach and Progress o Future Work

More information

Linked Open Data Cloud. John P. McCrae, Thierry Declerck

Linked Open Data Cloud. John P. McCrae, Thierry Declerck Linked Open Data Cloud John P. McCrae, Thierry Declerck Hitchhiker s guide to the Linked Open Data Cloud DBpedia Largest node in the linked open data cloud Nucleus for a web of open data Most data is

More information

English Understanding: From Annotations to AMRs

English Understanding: From Annotations to AMRs English Understanding: From Annotations to AMRs Nathan Schneider August 28, 2012 :: ISI NLP Group :: Summer Internship Project Presentation 1 Current state of the art: syntax-based MT Hierarchical/syntactic

More information

Semantic Web Test

Semantic Web Test Semantic Web Test 24.01.2017 Group 1 No. A B C D 1 X X X 2 X X 3 X X 4 X X 5 X X 6 X X X X 7 X X 8 X X 9 X X X 10 X X X 11 X 12 X X X 13 X X 14 X X 15 X X 16 X X 17 X 18 X X 19 X 20 X X 1. Which statements

More information

The KNOWLEDGESTORE: an Entity-Based Storage System

The KNOWLEDGESTORE: an Entity-Based Storage System The KNOWLEDGESTORE: an Entity-Based Storage System R. Cattoni, F. Corcoglioniti, C. Girardi, B. Magnini, L. Serafini, R. Zanoli Fondazione Bruno Kessler, Via Sommarive 18, 38123 Trento, Italy {cattoni,corcoglio,cgirardi,magnini,serafini,zanoli}@fbk.eu

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2018/19 with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz January 7 th 2019 Overview What is Semantic Web? Technology

More information

An Entity Name Systems (ENS) for the [Semantic] Web

An Entity Name Systems (ENS) for the [Semantic] Web An Entity Name Systems (ENS) for the [Semantic] Web Paolo Bouquet University of Trento (Italy) Coordinator of the FP7 OKKAM IP LDOW @ WWW2008 Beijing, 22 April 2008 An ordinary day on the [Semantic] Web

More information

A Semantic Web-Based Approach for Harvesting Multilingual Textual. definitions from Wikipedia to support ICD-11 revision

A Semantic Web-Based Approach for Harvesting Multilingual Textual. definitions from Wikipedia to support ICD-11 revision A Semantic Web-Based Approach for Harvesting Multilingual Textual Definitions from Wikipedia to Support ICD-11 Revision Guoqian Jiang 1,* Harold R. Solbrig 1 and Christopher G. Chute 1 1 Department of

More information

Linked Data Evolving the Web into a Global Data Space

Linked Data Evolving the Web into a Global Data Space Linked Data Evolving the Web into a Global Data Space Anja Jentzsch, Freie Universität Berlin 05 October 2011 EuropeanaTech 2011, Vienna 1 Architecture of the classic Web Single global document space Web

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

More information

Flexible querying for SPARQL

Flexible querying for SPARQL Flexible querying for SPARQL A. Calì, R. Frosini, A. Poulovassilis, P. T. Wood Department of Computer Science and Information Systems, Birkbeck, University of London London Knowledge Lab Overview of the

More information

DBpedia Spotlight at the MSM2013 Challenge

DBpedia Spotlight at the MSM2013 Challenge DBpedia Spotlight at the MSM2013 Challenge Pablo N. Mendes 1, Dirk Weissenborn 2, and Chris Hokamp 3 1 Kno.e.sis Center, CSE Dept., Wright State University 2 Dept. of Comp. Sci., Dresden Univ. of Tech.

More information

A Linguistic Approach for Semantic Web Service Discovery

A Linguistic Approach for Semantic Web Service Discovery A Linguistic Approach for Semantic Web Service Discovery Jordy Sangers 307370js jordysangers@hotmail.com Bachelor Thesis Economics and Informatics Erasmus School of Economics Erasmus University Rotterdam

More information

Semantic Web Machine Reading with FRED

Semantic Web Machine Reading with FRED Undefined 1 (2009) 1 5 1 IOS Press Semantic Web Machine Reading with FRED Editor(s): Name Surname, University, Country Solicited review(s): Name Surname, University, Country Open review(s): Name Surname,

More information

Linked Data and RDF. COMP60421 Sean Bechhofer

Linked Data and RDF. COMP60421 Sean Bechhofer Linked Data and RDF COMP60421 Sean Bechhofer sean.bechhofer@manchester.ac.uk Building a Semantic Web Annotation Associating metadata with resources Integration Integrating information sources Inference

More information

Semantic Web. MPRI : Web Data Management. Antoine Amarilli Friday, January 11th 1/29

Semantic Web. MPRI : Web Data Management. Antoine Amarilli Friday, January 11th 1/29 Semantic Web MPRI 2.26.2: Web Data Management Antoine Amarilli Friday, January 11th 1/29 Motivation Information on the Web is not structured 2/29 Motivation Information on the Web is not structured This

More information

Interacting with Linked Data Part I: General Introduction

Interacting with Linked Data Part I: General Introduction Interacting with Linked Data Part I: General Introduction Agenda Part 0: Welcome Part I: General Introduction to Semantic Technologies Part II: Advanced Concepts Part III: OWLIM Part IV: Information Workbench-

More information

The Luxembourg BabelNet Workshop

The Luxembourg BabelNet Workshop The Luxembourg BabelNet Workshop 2 March 2016: Session 3 Tech session Disambiguating text with Babelfy. The Babelfy API Claudio Delli Bovi Outline Multilingual disambiguation with Babelfy Using Babelfy

More information

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS

CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS 82 CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS In recent years, everybody is in thirst of getting information from the internet. Search engines are used to fulfill the need of them. Even though the

More information

OKKAM-based instance level integration

OKKAM-based instance level integration OKKAM-based instance level integration Paolo Bouquet W3C RDF2RDB This work is co-funded by the European Commission in the context of the Large-scale Integrated project OKKAM (GA 215032) RoadMap Using the

More information

An Ontology Based Question Answering System on Software Test Document Domain

An Ontology Based Question Answering System on Software Test Document Domain An Ontology Based Question Answering System on Software Test Document Domain Meltem Serhatli, Ferda N. Alpaslan Abstract Processing the data by computers and performing reasoning tasks is an important

More information

OWL-DBC The Arrival of Scalable and Tractable OWL Reasoning for Enterprise Knowledge Bases

OWL-DBC The Arrival of Scalable and Tractable OWL Reasoning for Enterprise Knowledge Bases OWL-DBC The Arrival of Scalable and Tractable OWL Reasoning for Enterprise Knowledge Bases URL: [http://trowl.eu/owl- dbc/] Copyright @2013 the University of Aberdeen. All Rights Reserved This document

More information

T2KG: An End-to-End System for Creating Knowledge Graph from Unstructured Text

T2KG: An End-to-End System for Creating Knowledge Graph from Unstructured Text The AAAI-17 Workshop on Knowledge-Based Techniques for Problem Solving and Reasoning WS-17-12 T2KG: An End-to-End System for Creating Knowledge Graph from Unstructured Text Natthawut Kertkeidkachorn, 1,2

More information

What you have learned so far. Interoperability. Ontology heterogeneity. Being serious about the semantic web

What you have learned so far. Interoperability. Ontology heterogeneity. Being serious about the semantic web What you have learned so far Interoperability Introduction to the Semantic Web Tutorial at ISWC 2010 Jérôme Euzenat Data can be expressed in RDF Linked through URIs Modelled with OWL ontologies & Retrieved

More information

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics Linked data and its role in the semantic web Dave Reynolds, Epimorphics Ltd @der42 Roadmap What is linked data? Modelling Strengths and weaknesses Examples Access other topics image: Leo Oosterloo @ flickr.com

More information

Cluster-based Instance Consolidation For Subsequent Matching

Cluster-based Instance Consolidation For Subsequent Matching Jennifer Sleeman and Tim Finin, Cluster-based Instance Consolidation For Subsequent Matching, First International Workshop on Knowledge Extraction and Consolidation from Social Media, November 2012, Boston.

More information

Orchestrating Music Queries via the Semantic Web

Orchestrating Music Queries via the Semantic Web Orchestrating Music Queries via the Semantic Web Milos Vukicevic, John Galletly American University in Bulgaria Blagoevgrad 2700 Bulgaria +359 73 888 466 milossmi@gmail.com, jgalletly@aubg.bg Abstract

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Integrating Complex Financial Workflows in Oracle Database Xavier Lopez Seamus Hayes Oracle PolarLake, LTD 2 Copyright 2011, Oracle

More information

Semantic Web Machine Reading with FRED

Semantic Web Machine Reading with FRED Semantic Web 0 (2016) 1 21 1 IOS Press Semantic Web Machine Reading with FRED Editor(s): Harith Alani, The Open University, UK Solicited review(s): Philippe Cudré-Mauroux, Université de Fribourg, Switzerland;

More information

Programming Technologies for Web Resource Mining

Programming Technologies for Web Resource Mining Programming Technologies for Web Resource Mining SoftLang Team, University of Koblenz-Landau Prof. Dr. Ralf Lämmel Msc. Johannes Härtel Msc. Marcel Heinz Motivation What are interesting web resources??

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

Published in: Proceedings of the Web of Linked Entities Workshop in conjuction with the 11th International Semantic Web Conference (ISWC 2012)

Published in: Proceedings of the Web of Linked Entities Workshop in conjuction with the 11th International Semantic Web Conference (ISWC 2012) Entity extraction: From unstructured text to DBpedia RDF triples Exner, Peter; Nugues, Pierre Published in: Proceedings of the Web of Linked Entities Workshop in conjuction with the 11th International

More information

Linked Data. Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011

Linked Data. Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011 Linked Data Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011 Semantic Web, MI-SWE, 11/2011, Lecture 9 Evropský sociální fond Praha

More information

Annotating Spatio-Temporal Information in Documents

Annotating Spatio-Temporal Information in Documents Annotating Spatio-Temporal Information in Documents Jannik Strötgen University of Heidelberg Institute of Computer Science Database Systems Research Group http://dbs.ifi.uni-heidelberg.de stroetgen@uni-hd.de

More information

Building Blocks of Linked Data

Building Blocks of Linked Data Building Blocks of Linked Data Technological foundations Identifiers: URIs Data Model: RDF Terminology and Semantics: RDFS, OWL 23,019,148 People s Republic of China 20,693,000 population located in capital

More information

SEMANTIC WEB 07 SPARQL TUTORIAL BY EXAMPLE: DBPEDIA IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD

SEMANTIC WEB 07 SPARQL TUTORIAL BY EXAMPLE: DBPEDIA IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD SEMANTIC WEB 07 SPARQL TUTORIAL BY EXAMPLE: DBPEDIA IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD WWW.IMRANIHSAN.COM VIRTUOSO SERVER DOWNLOAD Open Link Virtuoso Server http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/main/vosdownload

More information

Background and Context for CLASP. Nancy Ide, Vassar College

Background and Context for CLASP. Nancy Ide, Vassar College Background and Context for CLASP Nancy Ide, Vassar College The Situation Standards efforts have been on-going for over 20 years Interest and activity mainly in Europe in 90 s and early 2000 s Text Encoding

More information

NLP Chain. Giuseppe Castellucci Web Mining & Retrieval a.a. 2013/2014

NLP Chain. Giuseppe Castellucci Web Mining & Retrieval a.a. 2013/2014 NLP Chain Giuseppe Castellucci castellucci@ing.uniroma2.it Web Mining & Retrieval a.a. 2013/2014 Outline NLP chains RevNLT Exercise NLP chain Automatic analysis of texts At different levels Token Morphological

More information

Visual Concept Detection and Linked Open Data at the TIB AV- Portal. Felix Saurbier, Matthias Springstein Hamburg, November 6 SWIB 2017

Visual Concept Detection and Linked Open Data at the TIB AV- Portal. Felix Saurbier, Matthias Springstein Hamburg, November 6 SWIB 2017 Visual Concept Detection and Linked Open Data at the TIB AV- Portal Felix Saurbier, Matthias Springstein Hamburg, November 6 SWIB 2017 Agenda 1. TIB and TIB AV-Portal 2. Automated Video Analysis 3. Visual

More information

Semantic Web and Python Concepts to Application development

Semantic Web and Python Concepts to Application development PyCon 2009 IISc, Bangalore, India Semantic Web and Python Concepts to Application development Vinay Modi Voice Pitara Technologies Private Limited Outline Web Need better web for the future Knowledge Representation

More information

Scaling the Semantic Wall with AllegroGraph and TopBraid Composer. A Joint Webinar by TopQuadrant and Franz

Scaling the Semantic Wall with AllegroGraph and TopBraid Composer. A Joint Webinar by TopQuadrant and Franz Scaling the Semantic Wall with AllegroGraph and TopBraid Composer A Joint Webinar by TopQuadrant and Franz Dean Allemang Chief Scientist, TopQuadrant Inc. Jans Aasman CTO, Franz Inc. July 07 1 This Seminar

More information

Object-UOBM. An Ontological Benchmark for Object-oriented Access. Martin Ledvinka

Object-UOBM. An Ontological Benchmark for Object-oriented Access. Martin Ledvinka Object-UOBM An Ontological Benchmark for Object-oriented Access Martin Ledvinka martin.ledvinka@fel.cvut.cz Department of Cybernetics Faculty of Electrical Engineering Czech Technical University in Prague

More information

RPI INSIDE DEEPQA INTRODUCTION QUESTION ANALYSIS 11/26/2013. Watson is. IBM Watson. Inside Watson RPI WATSON RPI WATSON ??? ??? ???

RPI INSIDE DEEPQA INTRODUCTION QUESTION ANALYSIS 11/26/2013. Watson is. IBM Watson. Inside Watson RPI WATSON RPI WATSON ??? ??? ??? @ INSIDE DEEPQA Managing complex unstructured data with UIMA Simon Ellis INTRODUCTION 22 nd November, 2013 WAT SON TECHNOLOGIES AND OPEN ARCHIT ECT URE QUEST ION ANSWERING PROFESSOR JIM HENDLER S IMON

More information

INTERCONNECTING AND MANAGING MULTILINGUAL LEXICAL LINKED DATA. Ernesto William De Luca

INTERCONNECTING AND MANAGING MULTILINGUAL LEXICAL LINKED DATA. Ernesto William De Luca INTERCONNECTING AND MANAGING MULTILINGUAL LEXICAL LINKED DATA Ernesto William De Luca Overview 2 Motivation EuroWordNet RDF/OWL EuroWordNet RDF/OWL LexiRes Tool Conclusions Overview 3 Motivation EuroWordNet

More information

UBC Entity Discovery and Linking & Diagnostic Entity Linking at TAC-KBP 2014

UBC Entity Discovery and Linking & Diagnostic Entity Linking at TAC-KBP 2014 UBC Entity Discovery and Linking & Diagnostic Entity Linking at TAC-KBP 2014 Ander Barrena, Eneko Agirre, Aitor Soroa IXA NLP Group / University of the Basque Country, Donostia, Basque Country ander.barrena@ehu.es,

More information

DBPedia (dbpedia.org)

DBPedia (dbpedia.org) Matt Harbers Databases and the Web April 22 nd, 2011 DBPedia (dbpedia.org) What is it? DBpedia is a community whose goal is to provide a web based open source data set of RDF triples based on Wikipedia

More information

Knowledge Engineering with Semantic Web Technologies

Knowledge Engineering with Semantic Web Technologies This file is licensed under the Creative Commons Attribution-NonCommercial 3.0 (CC BY-NC 3.0) Knowledge Engineering with Semantic Web Technologies Lecture 5: Ontological Engineering 5.3 Ontology Learning

More information

Generating FrameNets of various granularities: The FrameNet Transformer

Generating FrameNets of various granularities: The FrameNet Transformer Generating FrameNets of various granularities: The FrameNet Transformer Josef Ruppenhofer, Jonas Sunde, & Manfred Pinkal Saarland University LREC, May 2010 Ruppenhofer, Sunde, Pinkal (Saarland U.) Generating

More information

DBpedia Data Processing and Integration Tasks in UnifiedViews

DBpedia Data Processing and Integration Tasks in UnifiedViews 1 DBpedia Data Processing and Integration Tasks in Tomas Knap Semantic Web Company Markus Freudenberg Leipzig University Kay Müller Leipzig University 2 Introduction Agenda, Team 3 Agenda Team & Goal An

More information

APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT. Mani Keeran, CFA Gi Kim, CFA Preeti Sharma

APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT. Mani Keeran, CFA Gi Kim, CFA Preeti Sharma APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT Mani Keeran, CFA Gi Kim, CFA Preeti Sharma 2 What we are going to discuss During last two decades, majority of information assets have been digitized

More information

COMP718: Ontologies and Knowledge Bases

COMP718: Ontologies and Knowledge Bases 1/35 COMP718: Ontologies and Knowledge Bases Lecture 9: Ontology/Conceptual Model based Data Access Maria Keet email: keet@ukzn.ac.za home: http://www.meteck.org School of Mathematics, Statistics, and

More information

A faceted lightweight ontology for Earthquake Engineering Research Projects and Experiments

A faceted lightweight ontology for Earthquake Engineering Research Projects and Experiments Eng. Md. Rashedul Hasan email: md.hasan@unitn.it Phone: +39-0461-282571 Fax: +39-0461-282521 SERIES Concluding Workshop - Joint with US-NEES JRC, Ispra, May 28-30, 2013 A faceted lightweight ontology for

More information

Collection Management Tweet

Collection Management Tweet Collection Management Tweet CS5604, Information Storage & Retrieval, Fall 2017 Farnaz Khaghani Junkai Zeng Momen Bhuiyan Anika Tabassum Payel Bandyopadhyay Professor: Dr. Edward Fox Purpose of CMT Processing

More information

Enabling Semantic Search in Large Open Source Communities

Enabling Semantic Search in Large Open Source Communities Enabling Semantic Search in Large Open Source Communities Gregor Leban, Lorand Dali, Inna Novalija Jožef Stefan Institute, Jamova cesta 39, 1000 Ljubljana {gregor.leban, lorand.dali, inna.koval}@ijs.si

More information

Text Mining for Software Engineering

Text Mining for Software Engineering Text Mining for Software Engineering Faculty of Informatics Institute for Program Structures and Data Organization (IPD) Universität Karlsruhe (TH), Germany Department of Computer Science and Software

More information

Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt

Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt Advent of Web 2.0 supports greater user participation in the creation of Web content Good way to generate lots of online content e.g. Wikipedia ~3 million

More information

Methodology and tools for Multilingual Linguistic Linked Data generation

Methodology and tools for Multilingual Linguistic Linked Data generation Methodology and tools for Multilingual Linguistic Linked Data generation Jorge Gracia, Daniel Vila Suero Ontology Engineering g Group (OEG) Universidad Politécnica de Madrid (UPM) jgracia, dvila@fi.upm.es

More information

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge Discover hidden information from your texts! Information overload is a well known issue in the knowledge industry. At the same time most of this information becomes available in natural language which

More information

Putting ontologies to work in NLP

Putting ontologies to work in NLP Putting ontologies to work in NLP The lemon model and its future John P. McCrae National University of Ireland, Galway Introduction In natural language processing we are doing three main things Understanding

More information

Representing Linked Data as Virtual File Systems

Representing Linked Data as Virtual File Systems Representing Linked Data as Virtual File Systems Bernhard Schandl University of Vienna Department of Distributed and Multimedia Systems http://events.linkeddata.org/ldow2009#ldow2009 Madrid, Spain, April

More information

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 The Emerging Web of Linked Data Chris Bizer, Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data

More information

OWLIM Reasoning over FactForge

OWLIM Reasoning over FactForge OWLIM Reasoning over FactForge Barry Bishop, Atanas Kiryakov, Zdravko Tashev, Mariana Damova, Kiril Simov Ontotext AD, 135 Tsarigradsko Chaussee, Sofia 1784, Bulgaria Abstract. In this paper we present

More information

Exploring and Using the Semantic Web

Exploring and Using the Semantic Web Exploring and Using the Semantic Web Mathieu d Aquin KMi, The Open University m.daquin@open.ac.uk What?? Exploring the Semantic Web Vocabularies Ontologies Linked Data RDF documents Example: Exploring

More information

A service based on Linked Data to classify Web resources using a Knowledge Organisation System

A service based on Linked Data to classify Web resources using a Knowledge Organisation System A service based on Linked Data to classify Web resources using a Knowledge Organisation System A proof of concept in the Open Educational Resources domain Abstract One of the reasons why Web resources

More information

Assignment #1: Named Entity Recognition

Assignment #1: Named Entity Recognition Assignment #1: Named Entity Recognition Dr. Zornitsa Kozareva USC Information Sciences Institute Spring 2013 Task Description: You will be given three data sets total. First you will receive the train

More information

Reusing Linguistic Resources: Tasks and Goals for a Linked Data Approach

Reusing Linguistic Resources: Tasks and Goals for a Linked Data Approach Reusing Linguistic Resources: Tasks and Goals for a Linked Data Approach Marieke van Erp Abstract There is a need to share linguistic resources, but reuse is impaired by a number of constraints including

More information

Parallel and Distributed Reasoning for RDF and OWL 2

Parallel and Distributed Reasoning for RDF and OWL 2 Parallel and Distributed Reasoning for RDF and OWL 2 Nanjing University, 6 th July, 2013 Department of Computing Science University of Aberdeen, UK Ontology Landscape Related DL-based standards (OWL, OWL2)

More information

Korean NLP2RDF Resources

Korean NLP2RDF Resources Korean NLP2RDF Resources YoungG yun Hahm 1 K yung taelim 1 YoonYongun 2 Jung yeul Park 3 Ke y Sun Choi 1,2 (1) Division of Web Science and Technology, KAIST, Daejeon, South Korea (2) Departmentt of Computer

More information

Populating the Semantic Web with Historical Text

Populating the Semantic Web with Historical Text Populating the Semantic Web with Historical Text Kate Byrne, ICCS Supervisors: Prof Ewan Klein, Dr Claire Grover 9th December 2008 1 Outline Overview of My Research populating the Semantic Web the Tether

More information

Introduction to Text Mining. Hongning Wang

Introduction to Text Mining. Hongning Wang Introduction to Text Mining Hongning Wang CS@UVa Who Am I? Hongning Wang Assistant professor in CS@UVa since August 2014 Research areas Information retrieval Data mining Machine learning CS@UVa CS6501:

More information