SlideShare a Scribd company logo
KNOWLEDGE
A BRIEF INTRO TO ACQUISITION,
REPRESENTATION AND PUBLISHING
CCS515 Guest Lecture
by Dr. Gan Keng Hoon
27 October 2015
Outline
◦Knowledge Publishing
◦Knowledge Representation
◦Knowledge Acquisition
Knowledge
◦What is knowledge?
Knowledge is a familiarity, awareness or understanding of
someone or something, such as facts, information,
descriptions, or skills, which is acquired through
experience or education by perceiving, discovering, or
learning. (Wikipedia)
My Knowledge
◦ List your knowledge.
◦ Where did you get the knowledge?
◦ How do you want to share them?
Knowledge Management
Wikipedia (2015)
Knowledge management (KM) is the process of capturing, developing, sharing, and
effectively using organizational knowledge. It refers to a multi-disciplinary approach to
achieving organizational objectives by making the best use of knowledge.
Davenport (1994) offered the still widely quoted definition:
"Knowledge management is the process of capturing, distributing, and effectively using
knowledge.“
(Duhon, 1998):
"Knowledge management is a discipline that promotes an integrated approach to
identifying, capturing, evaluating, retrieving, and sharing all of an enterprise's
information assets. These assets may include databases, documents, policies,
procedures, and previously un-captured expertise and experience in individual workers."
Manipulating Knowledge
(Duhon, 1998):
“Knowledge management is a discipline that promotes an integrated approach to identifying,
capturing, evaluating, retrieving, and sharing all of an enterprise's information assets. These assets
may include databases, documents, policies, procedures, and previously un-captured expertise
and experience in individual workers.”
Knowledge
Representation
Knowledge
Acquisition
Knowledge
Publishing
Knowledge Publishing/Sharing
◦ Advantage
◦ Avoid losing of information an organization or one as acquired.
◦ Support quicker decision making, better efficiency.
◦ Reusable and benefited by endless users, staffs, readers.
◦ Build reputations in terms of expertise.
◦ Promote knowledge exchange and creation of new knowledge.
Tools for Knowledge Publishing
◦ Offline
◦ Books, newspaper, news etc.
◦ Online
◦ e-books, e-newspapers, e-news etc.
◦ Websites
◦ Blogger (Blog)
◦ Tumblr (Microblog)
◦ Twitter (Short message)
◦ Pinterest (Image)
◦ youTube (Video)
etc…
Personal Knowledge Publishing
◦ One way to communicate
personal knowledge is by
sharing and publishing.
Activities Involved in Personal
Knowledge Publishing
◦Exploring
◦Push
◦Share links via social
media
◦Pull
◦Enable SEO
◦Bookmarked
Personal Knowledge Publishing using
Blog
◦ Let’s blog.
◦ Why blog?
◦ Make implicit knowledge (e.g. not codified or structured) more
explicit.
◦ Reflect on own learning.
◦ Responsibility needed as it is publicly available.
Personal Knowledge Publishing using
Images
◦ Knowledge does not
limit to text.
◦ Can be covey using
images or other
medias.
◦ Pin a series of
images to show
some implicit idea.
Personal Knowledge Publishing using
Videos
◦Record your
knowledge.
◦What else
can be
recorded?
Personal Knowledge Publishing
Issues
◦ Knowledge overload.
Can our World Wide Web handle the capacity of ever growing size of
information?
BIG DATA, STORAGE, CLOUD, NETWORK
◦ Credibility
Do you have any idea which information source to trust?
FEEDBACK, SENTIMENT ANALYSIS, DATA ANALYSIS
◦ Discovery
Any better ways to discovery the published knowledge?
SEARCH, FRIENDS RECOMMENDATION
Knowledge Representation
How to make knowledge publishing better?
1. I want user to be able to locate my video.
2. I want user to discover the slides I share.
3. I want the navigation of my blog posts to be topics
related.
4. Many more…
Knowledge Representation
Tag a concept:
Automata
Computer
Science
Tag a name:
Michael Benjamin
Tag a name: Shai
Simonson
Knowledge Representation
◦ So, we have resources like videos, images, texts…
◦ We need a way to making them more meaningful.
Resource and Description
However, each resource has its own format.
Need standard form.
SOLUTION: Define a standard language for writing the
description -> Metadata (Semantic Web Terminology)
Knowledge Representation
Resource
Description
Instructor: Shai
Simonson
Title: Lecture 1 – Finite State
Machines (Part 1/9)
Duration: 9:59
Uploaded: May
7 2010
Knowledge Representation
- Resource Description Framework
◦ This leads to one of the Semantic Web main task
Metadata Annotation
- description of resources using standard language
◦ Useful for search and discovery.
Knowledge Representation
- Resource Description Framework
◦ Common language for describing
resource
◦ A statement with structure.
◦ A statement is a triple.
◦ Subject-predicate-object
◦ Subject: resource
◦ Predicate: a verb/property/relation
◦ Object: A resource/a literal string
Knowledge Representation
- Resource Description Framework
To describe the statement: "The instructor of https://www.youtube.com/watch?v=HyUK5RAJg1c is Shai
Simonson".
The subject of the statement above is: https://www.youtube.com/watch?v=HyUK5RAJg1c
The predicate is: author
The object is: Shai Simonson
Simplified RDF
<?xml version="1.0"?>
<RDF>
<Description about="https://www.youtube.com/watch?v=HyUK5RAJg1c">
<instructor>Shai Simonson</instructor>
<title>Lecture 1 – Finite State Machines (Part 1/9)</title>
</Description>
</RDF>
Study: http://www.w3schools.com/xml/xml_rdf.asp
Knowledge Representation
- Resource Description Framework
Source: Fulvio Corno, Semantic Web,
Metadata, Knowledge Representation,
Ontologies
Knowledge Representation
- Resource Description Framework
Solution: metadata standardization is required
Many standardization bodies are involved
General standard
e.g. Dublin Core (DC)
or may depend on goal, context, domain, …
e. g. educational resources (IEEE LOM), multimedia resources (MPEG-7),
images (VRA), people (FOAF, IEEE PAPI), geospatial resources (GSDGM),
bibliographical resources (MARC, OAI), cultural heritage resources
(CIDOC CRM)
Knowledge Representation - Ontology
Semantically rich descriptions need “understanding” the
meaning of a resource and the domain related to the resource
Disambiguation of terms
Shared agreement on meanings
Description of the domain, with concepts and relations among
concepts
Knowledge Representation - Ontology
◦ Controlled vocabularies
◦ Taxonomies
◦ Thesauri
◦ Faceted classification
◦ Ontologies
◦ Folksonomies
◦ Others
Knowledge Representation - Ontology
Taxonomy
Subject-based classification that arranges the
terms in the controlled vocabulary into a
hierarchy
Knowledge Representation - Ontology
◦ ACM Classification
system.
◦ Used to annotate
bibliography.
Knowledge Representation - Ontology
Model for describing the world that
consists of a set of types,
properties, and relationships.
Knowledge Representation - Ontology
Ontologies generally describe:
Individuals
◦ the basic or “ground level” objects
Classes
◦ sets, collections, or types of objects
Attributes
◦ properties, features, characteristics, or parameters that objects can have
and share
Relationships
◦ ways that objects can be related to one another
Knowledge Representation - Ontology
◦ How much knowledge do you
have about ice cream??
Knowledge Representation - Ontology
Web Ontology Language (OWL) is a family of knowledge
representation languages for authoring ontologies.
Built upon a W3C XML standard for objects called the
Resource Description Framework (RDF).
Computational logic-based language, exploited by computer
programs, e.g., to verify the consistency of that knowledge or
to make implicit knowledge explicit.
Knowledge Acquisition
Where does the knowledge comes from?
Manual
◦ Written by expert.
Automated
◦ Gathering from those written by expert.
◦ Allow aggregation, consolidation and organization for better usage.
◦ Allow enhancement like semantic annotation, classification.
Knowledge Acquisition
◦ Knowledge acquisition is the process of extracting, structuring and
organizing knowledge from one source, usually human experts.
◦ Extraction
◦ Get resource from texts.
◦ Structuring
◦ Annotate the resource.
◦ Organizing
◦ Store the resource in representation like ontology.
Knowledge Acquisition
Knowledge can be extracted from
Unstructured Text
◦ Web pages
◦ Article
◦ Scanned document
Semi Structured Text
◦ XML
◦ Excel
◦ CSV
◦ BIB
Knowledge Acquisition
Extraction from unstructured text
◦ Can you differentiate between Person and Organization?
Knowledge Acquisition
Extracting aspect and sentiment from a sentence.
Use Part of Speech Tagging.
Review sentence:
The room is beautiful.
POS tagged sentence:
The/DT room/NN is/VBZ beautiful/JJ./.
Representing the acquired knowledge:
RDF triple(hasSentiment, room, beautiful)
General simple rule (R1):
+.*(/nn1) +.*(/jj1) +
Mapping of aspect and opinion
(M1):
map (nn1, jj1)
Knowledge Acquisition
– Road Ahead
Too much knowledge out there to be acquired.
Lots of research opportunities, especially,
unstructured resource to structured resource
Identify relation in a resource
Identify implicit meaning in a resource
Contact
Gan Keng Hoon
khganATusm.my
Visit our works at
ir.cs.usm.my
Picture Source: http://www.mindonsolutions.com

More Related Content

What's hot

Aims of education in a democratic setup
Aims of education in a democratic setupAims of education in a democratic setup
Aims of education in a democratic setup
Zainudheen Cholayil
 
INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT- TECHNO PEDAGOGI...
INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT-  TECHNO PEDAGOGI...INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT-  TECHNO PEDAGOGI...
INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT- TECHNO PEDAGOGI...
Nilsa V Sreevalsan
 
Vedanta Philosophy
Vedanta PhilosophyVedanta Philosophy
Vedanta Philosophy
JEMIMASULTANA32
 
Forms of knowledge
Forms of knowledgeForms of knowledge
Forms of knowledge
Nishat Anjum
 
RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER, THRUST AREAS IN PHYSICAL SC...
RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER,  THRUST AREAS IN PHYSICAL SC...RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER,  THRUST AREAS IN PHYSICAL SC...
RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER, THRUST AREAS IN PHYSICAL SC...
Parvathy V
 
Inquiry training model
Inquiry training modelInquiry training model
Inquiry training model
ManjuGehlawatHooda
 
TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)
TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)
TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)
AmarnathPrasad11
 
Axiology of Samkhya Philosophy
Axiology of Samkhya PhilosophyAxiology of Samkhya Philosophy
Axiology of Samkhya Philosophy
Sahin Sahari
 
What is the difference between knowledge and information
What is the difference between knowledge and informationWhat is the difference between knowledge and information
What is the difference between knowledge and informationryanschudel
 
Sources of knowledge
Sources of knowledgeSources of knowledge
Sources of knowledge
HennaAnsari
 
Quality enhancement in teacher education
Quality enhancement in teacher educationQuality enhancement in teacher education
Quality enhancement in teacher education
principalscsa
 
Becoming an effective tecno pedagogue
Becoming an effective tecno pedagogueBecoming an effective tecno pedagogue
Becoming an effective tecno pedagogue
Ramakanta Mohalik
 
NME-ICT PPT
NME-ICT PPTNME-ICT PPT
NME-ICT PPT
AnjuLT
 
ICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENT
ICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENTICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENT
ICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENT
Thiagarajar College of Preceptors (Aided)
 
COMPUTER MANAGED INSTRUCTION
COMPUTER MANAGED INSTRUCTION COMPUTER MANAGED INSTRUCTION
COMPUTER MANAGED INSTRUCTION
JijiShaji1
 
Distance Learning
Distance LearningDistance Learning
Powerpoint presentation on free educational softwares
Powerpoint presentation on free educational softwaresPowerpoint presentation on free educational softwares
Powerpoint presentation on free educational softwares
serin100
 
Major institutions of educational technology in india
Major institutions of educational technology in indiaMajor institutions of educational technology in india
Major institutions of educational technology in india
The Gandhigram Rural Institute (Deemed to be University)
 
programmed learning
programmed learningprogrammed learning
programmed learning
Priyanka Chaurasia
 
smart classroom
  smart classroom    smart classroom

What's hot (20)

Aims of education in a democratic setup
Aims of education in a democratic setupAims of education in a democratic setup
Aims of education in a democratic setup
 
INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT- TECHNO PEDAGOGI...
INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT-  TECHNO PEDAGOGI...INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT-  TECHNO PEDAGOGI...
INTER RELATIONSHIP BETWEEN TECHNOLOGY, PEDAGOGY AND CONTENT- TECHNO PEDAGOGI...
 
Vedanta Philosophy
Vedanta PhilosophyVedanta Philosophy
Vedanta Philosophy
 
Forms of knowledge
Forms of knowledgeForms of knowledge
Forms of knowledge
 
RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER, THRUST AREAS IN PHYSICAL SC...
RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER,  THRUST AREAS IN PHYSICAL SC...RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER,  THRUST AREAS IN PHYSICAL SC...
RESEARCH INPUT, SCIENCE TEACHER AS A RESEARCHER, THRUST AREAS IN PHYSICAL SC...
 
Inquiry training model
Inquiry training modelInquiry training model
Inquiry training model
 
TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)
TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)
TYPES AND PRINCIPLE OF TEACHING AIDS(PEDAGOGY)
 
Axiology of Samkhya Philosophy
Axiology of Samkhya PhilosophyAxiology of Samkhya Philosophy
Axiology of Samkhya Philosophy
 
What is the difference between knowledge and information
What is the difference between knowledge and informationWhat is the difference between knowledge and information
What is the difference between knowledge and information
 
Sources of knowledge
Sources of knowledgeSources of knowledge
Sources of knowledge
 
Quality enhancement in teacher education
Quality enhancement in teacher educationQuality enhancement in teacher education
Quality enhancement in teacher education
 
Becoming an effective tecno pedagogue
Becoming an effective tecno pedagogueBecoming an effective tecno pedagogue
Becoming an effective tecno pedagogue
 
NME-ICT PPT
NME-ICT PPTNME-ICT PPT
NME-ICT PPT
 
ICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENT
ICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENTICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENT
ICT FOR PERSONAL AND PROFESSIONAL DEVELOPMENT
 
COMPUTER MANAGED INSTRUCTION
COMPUTER MANAGED INSTRUCTION COMPUTER MANAGED INSTRUCTION
COMPUTER MANAGED INSTRUCTION
 
Distance Learning
Distance LearningDistance Learning
Distance Learning
 
Powerpoint presentation on free educational softwares
Powerpoint presentation on free educational softwaresPowerpoint presentation on free educational softwares
Powerpoint presentation on free educational softwares
 
Major institutions of educational technology in india
Major institutions of educational technology in indiaMajor institutions of educational technology in india
Major institutions of educational technology in india
 
programmed learning
programmed learningprogrammed learning
programmed learning
 
smart classroom
  smart classroom    smart classroom
smart classroom
 

Viewers also liked

Concepts and Challenges of Text Retrieval for Search Engine
Concepts and Challenges of Text Retrieval for Search EngineConcepts and Challenges of Text Retrieval for Search Engine
Concepts and Challenges of Text Retrieval for Search Engine
Gan Keng Hoon
 
Faceted Search for Finding Expertise Bibliographies
Faceted Search for Finding Expertise BibliographiesFaceted Search for Finding Expertise Bibliographies
Faceted Search for Finding Expertise Bibliographies
Gan Keng Hoon
 
Information retrieval concept, practice and challenge
Information retrieval   concept, practice and challengeInformation retrieval   concept, practice and challenge
Information retrieval concept, practice and challenge
Gan Keng Hoon
 
ACIS 2015 Bibliographical-based Facets for Expertise Search
ACIS 2015 Bibliographical-based Facets for Expertise SearchACIS 2015 Bibliographical-based Facets for Expertise Search
ACIS 2015 Bibliographical-based Facets for Expertise Search
Gan Keng Hoon
 
An overview of text mining and sentiment analysis for Decision Support System
An overview of text mining and sentiment analysis for Decision Support SystemAn overview of text mining and sentiment analysis for Decision Support System
An overview of text mining and sentiment analysis for Decision Support System
Gan Keng Hoon
 
Artificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge AcquisitionArtificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge Acquisition
The Integral Worm
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
Yasir Khan
 

Viewers also liked (7)

Concepts and Challenges of Text Retrieval for Search Engine
Concepts and Challenges of Text Retrieval for Search EngineConcepts and Challenges of Text Retrieval for Search Engine
Concepts and Challenges of Text Retrieval for Search Engine
 
Faceted Search for Finding Expertise Bibliographies
Faceted Search for Finding Expertise BibliographiesFaceted Search for Finding Expertise Bibliographies
Faceted Search for Finding Expertise Bibliographies
 
Information retrieval concept, practice and challenge
Information retrieval   concept, practice and challengeInformation retrieval   concept, practice and challenge
Information retrieval concept, practice and challenge
 
ACIS 2015 Bibliographical-based Facets for Expertise Search
ACIS 2015 Bibliographical-based Facets for Expertise SearchACIS 2015 Bibliographical-based Facets for Expertise Search
ACIS 2015 Bibliographical-based Facets for Expertise Search
 
An overview of text mining and sentiment analysis for Decision Support System
An overview of text mining and sentiment analysis for Decision Support SystemAn overview of text mining and sentiment analysis for Decision Support System
An overview of text mining and sentiment analysis for Decision Support System
 
Artificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge AcquisitionArtificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge Acquisition
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
 

Similar to A Brief Introduction to Knowledge Acquisition, Representation and Publishing

Generic e portfolios
Generic e portfoliosGeneric e portfolios
Generic e portfolios
Helen Barrett
 
M portfolios
M portfoliosM portfolios
M portfolios
Helen Barrett
 
Content Strategy in Higher Education
Content Strategy in Higher EducationContent Strategy in Higher Education
Content Strategy in Higher Education
J. Todd Bennett
 
COSC 111 Research Fall 2012
COSC 111 Research Fall 2012COSC 111 Research Fall 2012
COSC 111 Research Fall 2012Laksamee Putnam
 
Knowledge creation,transmission and retention
Knowledge creation,transmission and retentionKnowledge creation,transmission and retention
Knowledge creation,transmission and retention
Priyanshi Jain
 
Sotf interactive e portfolios
Sotf interactive e portfoliosSotf interactive e portfolios
Sotf interactive e portfoliosHelen Barrett
 
Eifel2012 freeweb2
Eifel2012 freeweb2Eifel2012 freeweb2
Eifel2012 freeweb2
Helen Barrett
 
Session2
Session2Session2
Session2
Yum Studio
 
Web based media
Web based mediaWeb based media
Web based media
Amber Kerr
 
Eifel2011 monam web2
Eifel2011 monam web2Eifel2011 monam web2
Eifel2011 monam web2
Helen Barrett
 
Co10 Feb10
Co10 Feb10Co10 Feb10
Co10 Feb10
Helen Barrett
 
Research culture presentation Sept 4, 2013
Research culture presentation Sept 4, 2013Research culture presentation Sept 4, 2013
Research culture presentation Sept 4, 2013
Shawna Reibling
 
Starting at the beginning: digital literacy for your school
Starting at the beginning: digital literacy for your schoolStarting at the beginning: digital literacy for your school
Starting at the beginning: digital literacy for your schoolJune Wall
 
Knowledge Management Presentation
Knowledge Management PresentationKnowledge Management Presentation
Knowledge Management Presentationkreaume
 
Digital Identity and Personal Learning Networks
Digital Identity and Personal Learning NetworksDigital Identity and Personal Learning Networks
Digital Identity and Personal Learning Networks
Sue Beckingham
 
Enhancing Learning & Participation: Critical Thinking Strategies & Practice
Enhancing Learning & Participation: Critical Thinking Strategies & PracticeEnhancing Learning & Participation: Critical Thinking Strategies & Practice
Enhancing Learning & Participation: Critical Thinking Strategies & Practice
St. Petersburg College
 
Learning 2.0 For Associations
Learning 2.0 For AssociationsLearning 2.0 For Associations
Learning 2.0 For Associations
Jeff Cobb
 
Eifel2013 freeweb2
Eifel2013 freeweb2Eifel2013 freeweb2
Eifel2013 freeweb2
Helen Barrett
 
Keynote SC 2012
Keynote SC 2012Keynote SC 2012
Keynote SC 2012
Helen Barrett
 

Similar to A Brief Introduction to Knowledge Acquisition, Representation and Publishing (20)

Generic e portfolios
Generic e portfoliosGeneric e portfolios
Generic e portfolios
 
M portfolios
M portfoliosM portfolios
M portfolios
 
Content Strategy in Higher Education
Content Strategy in Higher EducationContent Strategy in Higher Education
Content Strategy in Higher Education
 
COSC 111 Research Fall 2012
COSC 111 Research Fall 2012COSC 111 Research Fall 2012
COSC 111 Research Fall 2012
 
Knowledge creation,transmission and retention
Knowledge creation,transmission and retentionKnowledge creation,transmission and retention
Knowledge creation,transmission and retention
 
Sotf interactive e portfolios
Sotf interactive e portfoliosSotf interactive e portfolios
Sotf interactive e portfolios
 
Eifel2012 freeweb2
Eifel2012 freeweb2Eifel2012 freeweb2
Eifel2012 freeweb2
 
Session2
Session2Session2
Session2
 
Web based media
Web based mediaWeb based media
Web based media
 
Eifel2011 monam web2
Eifel2011 monam web2Eifel2011 monam web2
Eifel2011 monam web2
 
Co10 Feb10
Co10 Feb10Co10 Feb10
Co10 Feb10
 
Research culture presentation Sept 4, 2013
Research culture presentation Sept 4, 2013Research culture presentation Sept 4, 2013
Research culture presentation Sept 4, 2013
 
Starting at the beginning: digital literacy for your school
Starting at the beginning: digital literacy for your schoolStarting at the beginning: digital literacy for your school
Starting at the beginning: digital literacy for your school
 
Lecture_One
Lecture_OneLecture_One
Lecture_One
 
Knowledge Management Presentation
Knowledge Management PresentationKnowledge Management Presentation
Knowledge Management Presentation
 
Digital Identity and Personal Learning Networks
Digital Identity and Personal Learning NetworksDigital Identity and Personal Learning Networks
Digital Identity and Personal Learning Networks
 
Enhancing Learning & Participation: Critical Thinking Strategies & Practice
Enhancing Learning & Participation: Critical Thinking Strategies & PracticeEnhancing Learning & Participation: Critical Thinking Strategies & Practice
Enhancing Learning & Participation: Critical Thinking Strategies & Practice
 
Learning 2.0 For Associations
Learning 2.0 For AssociationsLearning 2.0 For Associations
Learning 2.0 For Associations
 
Eifel2013 freeweb2
Eifel2013 freeweb2Eifel2013 freeweb2
Eifel2013 freeweb2
 
Keynote SC 2012
Keynote SC 2012Keynote SC 2012
Keynote SC 2012
 

More from Gan Keng Hoon

A View of Text Analytics from Word, Sentence and Document Levels
A View of Text Analytics from Word, Sentence and Document Levels A View of Text Analytics from Word, Sentence and Document Levels
A View of Text Analytics from Word, Sentence and Document Levels
Gan Keng Hoon
 
Keywords Discovery with Simple Text Mining using R
Keywords Discovery with Simple Text Mining using RKeywords Discovery with Simple Text Mining using R
Keywords Discovery with Simple Text Mining using R
Gan Keng Hoon
 
OSS 2020 Using SOLR as Open-Source Search Platform.pdf
OSS 2020 Using SOLR as Open-Source Search Platform.pdfOSS 2020 Using SOLR as Open-Source Search Platform.pdf
OSS 2020 Using SOLR as Open-Source Search Platform.pdf
Gan Keng Hoon
 
Procrastination and Phd.pdf
Procrastination and Phd.pdfProcrastination and Phd.pdf
Procrastination and Phd.pdf
Gan Keng Hoon
 
Guest Lecture for Principles of Data Analytics.pdf
Guest Lecture for Principles of Data Analytics.pdfGuest Lecture for Principles of Data Analytics.pdf
Guest Lecture for Principles of Data Analytics.pdf
Gan Keng Hoon
 
Knowledge Representation Reasoning and Acquisition.pdf
Knowledge Representation Reasoning and Acquisition.pdfKnowledge Representation Reasoning and Acquisition.pdf
Knowledge Representation Reasoning and Acquisition.pdf
Gan Keng Hoon
 
Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...
Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...
Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...
Gan Keng Hoon
 
Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...
Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...
Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...
Gan Keng Hoon
 
Text and Sentiment Analytics for Business Intelligence
Text and Sentiment Analytics for Business IntelligenceText and Sentiment Analytics for Business Intelligence
Text and Sentiment Analytics for Business Intelligence
Gan Keng Hoon
 
Category & Training Texts Selection for Scientific Article Categorization in ...
Category & Training Texts Selection for Scientific Article Categorization in ...Category & Training Texts Selection for Scientific Article Categorization in ...
Category & Training Texts Selection for Scientific Article Categorization in ...
Gan Keng Hoon
 
Semantics in Retrieval
Semantics in Retrieval Semantics in Retrieval
Semantics in Retrieval
Gan Keng Hoon
 
Wi 2015 demo_preview
Wi 2015 demo_previewWi 2015 demo_preview
Wi 2015 demo_previewGan Keng Hoon
 

More from Gan Keng Hoon (12)

A View of Text Analytics from Word, Sentence and Document Levels
A View of Text Analytics from Word, Sentence and Document Levels A View of Text Analytics from Word, Sentence and Document Levels
A View of Text Analytics from Word, Sentence and Document Levels
 
Keywords Discovery with Simple Text Mining using R
Keywords Discovery with Simple Text Mining using RKeywords Discovery with Simple Text Mining using R
Keywords Discovery with Simple Text Mining using R
 
OSS 2020 Using SOLR as Open-Source Search Platform.pdf
OSS 2020 Using SOLR as Open-Source Search Platform.pdfOSS 2020 Using SOLR as Open-Source Search Platform.pdf
OSS 2020 Using SOLR as Open-Source Search Platform.pdf
 
Procrastination and Phd.pdf
Procrastination and Phd.pdfProcrastination and Phd.pdf
Procrastination and Phd.pdf
 
Guest Lecture for Principles of Data Analytics.pdf
Guest Lecture for Principles of Data Analytics.pdfGuest Lecture for Principles of Data Analytics.pdf
Guest Lecture for Principles of Data Analytics.pdf
 
Knowledge Representation Reasoning and Acquisition.pdf
Knowledge Representation Reasoning and Acquisition.pdfKnowledge Representation Reasoning and Acquisition.pdf
Knowledge Representation Reasoning and Acquisition.pdf
 
Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...
Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...
Project: Interfacing Chatbot with Data Retrieval and Analytics Queries for De...
 
Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...
Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...
Interfacing Chatbot with Data Retrieval and Analytics Queries for Decision Ma...
 
Text and Sentiment Analytics for Business Intelligence
Text and Sentiment Analytics for Business IntelligenceText and Sentiment Analytics for Business Intelligence
Text and Sentiment Analytics for Business Intelligence
 
Category & Training Texts Selection for Scientific Article Categorization in ...
Category & Training Texts Selection for Scientific Article Categorization in ...Category & Training Texts Selection for Scientific Article Categorization in ...
Category & Training Texts Selection for Scientific Article Categorization in ...
 
Semantics in Retrieval
Semantics in Retrieval Semantics in Retrieval
Semantics in Retrieval
 
Wi 2015 demo_preview
Wi 2015 demo_previewWi 2015 demo_preview
Wi 2015 demo_preview
 

Recently uploaded

Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 

Recently uploaded (20)

Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 

A Brief Introduction to Knowledge Acquisition, Representation and Publishing

  • 1. KNOWLEDGE A BRIEF INTRO TO ACQUISITION, REPRESENTATION AND PUBLISHING CCS515 Guest Lecture by Dr. Gan Keng Hoon 27 October 2015
  • 3. Knowledge ◦What is knowledge? Knowledge is a familiarity, awareness or understanding of someone or something, such as facts, information, descriptions, or skills, which is acquired through experience or education by perceiving, discovering, or learning. (Wikipedia)
  • 4. My Knowledge ◦ List your knowledge. ◦ Where did you get the knowledge? ◦ How do you want to share them?
  • 5. Knowledge Management Wikipedia (2015) Knowledge management (KM) is the process of capturing, developing, sharing, and effectively using organizational knowledge. It refers to a multi-disciplinary approach to achieving organizational objectives by making the best use of knowledge. Davenport (1994) offered the still widely quoted definition: "Knowledge management is the process of capturing, distributing, and effectively using knowledge.“ (Duhon, 1998): "Knowledge management is a discipline that promotes an integrated approach to identifying, capturing, evaluating, retrieving, and sharing all of an enterprise's information assets. These assets may include databases, documents, policies, procedures, and previously un-captured expertise and experience in individual workers."
  • 6. Manipulating Knowledge (Duhon, 1998): “Knowledge management is a discipline that promotes an integrated approach to identifying, capturing, evaluating, retrieving, and sharing all of an enterprise's information assets. These assets may include databases, documents, policies, procedures, and previously un-captured expertise and experience in individual workers.” Knowledge Representation Knowledge Acquisition Knowledge Publishing
  • 7. Knowledge Publishing/Sharing ◦ Advantage ◦ Avoid losing of information an organization or one as acquired. ◦ Support quicker decision making, better efficiency. ◦ Reusable and benefited by endless users, staffs, readers. ◦ Build reputations in terms of expertise. ◦ Promote knowledge exchange and creation of new knowledge.
  • 8. Tools for Knowledge Publishing ◦ Offline ◦ Books, newspaper, news etc. ◦ Online ◦ e-books, e-newspapers, e-news etc. ◦ Websites ◦ Blogger (Blog) ◦ Tumblr (Microblog) ◦ Twitter (Short message) ◦ Pinterest (Image) ◦ youTube (Video) etc…
  • 9. Personal Knowledge Publishing ◦ One way to communicate personal knowledge is by sharing and publishing.
  • 10. Activities Involved in Personal Knowledge Publishing ◦Exploring ◦Push ◦Share links via social media ◦Pull ◦Enable SEO ◦Bookmarked
  • 11. Personal Knowledge Publishing using Blog ◦ Let’s blog. ◦ Why blog? ◦ Make implicit knowledge (e.g. not codified or structured) more explicit. ◦ Reflect on own learning. ◦ Responsibility needed as it is publicly available.
  • 12.
  • 13. Personal Knowledge Publishing using Images ◦ Knowledge does not limit to text. ◦ Can be covey using images or other medias. ◦ Pin a series of images to show some implicit idea.
  • 14. Personal Knowledge Publishing using Videos ◦Record your knowledge. ◦What else can be recorded?
  • 15. Personal Knowledge Publishing Issues ◦ Knowledge overload. Can our World Wide Web handle the capacity of ever growing size of information? BIG DATA, STORAGE, CLOUD, NETWORK ◦ Credibility Do you have any idea which information source to trust? FEEDBACK, SENTIMENT ANALYSIS, DATA ANALYSIS ◦ Discovery Any better ways to discovery the published knowledge? SEARCH, FRIENDS RECOMMENDATION
  • 16. Knowledge Representation How to make knowledge publishing better? 1. I want user to be able to locate my video. 2. I want user to discover the slides I share. 3. I want the navigation of my blog posts to be topics related. 4. Many more…
  • 17. Knowledge Representation Tag a concept: Automata Computer Science Tag a name: Michael Benjamin Tag a name: Shai Simonson
  • 18. Knowledge Representation ◦ So, we have resources like videos, images, texts… ◦ We need a way to making them more meaningful. Resource and Description However, each resource has its own format. Need standard form. SOLUTION: Define a standard language for writing the description -> Metadata (Semantic Web Terminology)
  • 19. Knowledge Representation Resource Description Instructor: Shai Simonson Title: Lecture 1 – Finite State Machines (Part 1/9) Duration: 9:59 Uploaded: May 7 2010
  • 20. Knowledge Representation - Resource Description Framework ◦ This leads to one of the Semantic Web main task Metadata Annotation - description of resources using standard language ◦ Useful for search and discovery.
  • 21. Knowledge Representation - Resource Description Framework ◦ Common language for describing resource ◦ A statement with structure. ◦ A statement is a triple. ◦ Subject-predicate-object ◦ Subject: resource ◦ Predicate: a verb/property/relation ◦ Object: A resource/a literal string
  • 22. Knowledge Representation - Resource Description Framework To describe the statement: "The instructor of https://www.youtube.com/watch?v=HyUK5RAJg1c is Shai Simonson". The subject of the statement above is: https://www.youtube.com/watch?v=HyUK5RAJg1c The predicate is: author The object is: Shai Simonson Simplified RDF <?xml version="1.0"?> <RDF> <Description about="https://www.youtube.com/watch?v=HyUK5RAJg1c"> <instructor>Shai Simonson</instructor> <title>Lecture 1 – Finite State Machines (Part 1/9)</title> </Description> </RDF> Study: http://www.w3schools.com/xml/xml_rdf.asp
  • 23. Knowledge Representation - Resource Description Framework Source: Fulvio Corno, Semantic Web, Metadata, Knowledge Representation, Ontologies
  • 24. Knowledge Representation - Resource Description Framework Solution: metadata standardization is required Many standardization bodies are involved General standard e.g. Dublin Core (DC) or may depend on goal, context, domain, … e. g. educational resources (IEEE LOM), multimedia resources (MPEG-7), images (VRA), people (FOAF, IEEE PAPI), geospatial resources (GSDGM), bibliographical resources (MARC, OAI), cultural heritage resources (CIDOC CRM)
  • 25. Knowledge Representation - Ontology Semantically rich descriptions need “understanding” the meaning of a resource and the domain related to the resource Disambiguation of terms Shared agreement on meanings Description of the domain, with concepts and relations among concepts
  • 26. Knowledge Representation - Ontology ◦ Controlled vocabularies ◦ Taxonomies ◦ Thesauri ◦ Faceted classification ◦ Ontologies ◦ Folksonomies ◦ Others
  • 27. Knowledge Representation - Ontology Taxonomy Subject-based classification that arranges the terms in the controlled vocabulary into a hierarchy
  • 28. Knowledge Representation - Ontology ◦ ACM Classification system. ◦ Used to annotate bibliography.
  • 29. Knowledge Representation - Ontology Model for describing the world that consists of a set of types, properties, and relationships.
  • 30. Knowledge Representation - Ontology Ontologies generally describe: Individuals ◦ the basic or “ground level” objects Classes ◦ sets, collections, or types of objects Attributes ◦ properties, features, characteristics, or parameters that objects can have and share Relationships ◦ ways that objects can be related to one another
  • 31. Knowledge Representation - Ontology ◦ How much knowledge do you have about ice cream??
  • 32. Knowledge Representation - Ontology Web Ontology Language (OWL) is a family of knowledge representation languages for authoring ontologies. Built upon a W3C XML standard for objects called the Resource Description Framework (RDF). Computational logic-based language, exploited by computer programs, e.g., to verify the consistency of that knowledge or to make implicit knowledge explicit.
  • 33. Knowledge Acquisition Where does the knowledge comes from? Manual ◦ Written by expert. Automated ◦ Gathering from those written by expert. ◦ Allow aggregation, consolidation and organization for better usage. ◦ Allow enhancement like semantic annotation, classification.
  • 34. Knowledge Acquisition ◦ Knowledge acquisition is the process of extracting, structuring and organizing knowledge from one source, usually human experts. ◦ Extraction ◦ Get resource from texts. ◦ Structuring ◦ Annotate the resource. ◦ Organizing ◦ Store the resource in representation like ontology.
  • 35. Knowledge Acquisition Knowledge can be extracted from Unstructured Text ◦ Web pages ◦ Article ◦ Scanned document Semi Structured Text ◦ XML ◦ Excel ◦ CSV ◦ BIB
  • 36. Knowledge Acquisition Extraction from unstructured text ◦ Can you differentiate between Person and Organization?
  • 37. Knowledge Acquisition Extracting aspect and sentiment from a sentence. Use Part of Speech Tagging. Review sentence: The room is beautiful. POS tagged sentence: The/DT room/NN is/VBZ beautiful/JJ./. Representing the acquired knowledge: RDF triple(hasSentiment, room, beautiful) General simple rule (R1): +.*(/nn1) +.*(/jj1) + Mapping of aspect and opinion (M1): map (nn1, jj1)
  • 38. Knowledge Acquisition – Road Ahead Too much knowledge out there to be acquired. Lots of research opportunities, especially, unstructured resource to structured resource Identify relation in a resource Identify implicit meaning in a resource
  • 39. Contact Gan Keng Hoon khganATusm.my Visit our works at ir.cs.usm.my Picture Source: http://www.mindonsolutions.com