SlideShare ist ein Scribd-Unternehmen logo
1 von 39
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

Weitere ähnliche Inhalte

Was ist angesagt?

KNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITION
KNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITIONKNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITION
KNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITIONDrShwetaAgarwal1
 
Information and Communication Technology In Education
Information and Communication Technology In EducationInformation and Communication Technology In Education
Information and Communication Technology In EducationVijayalakshmi Murugesan
 
Programme Evaluation in Open and Distance Learning
Programme Evaluation in Open and Distance LearningProgramme Evaluation in Open and Distance Learning
Programme Evaluation in Open and Distance LearningSanjaya Mishra
 
Paradigm Shift in Teaching, Learning and Evaluation
Paradigm Shift in Teaching, Learning and EvaluationParadigm Shift in Teaching, Learning and Evaluation
Paradigm Shift in Teaching, Learning and EvaluationChinnasamy Muthuraja
 
Aims and objectives of education
Aims and objectives of education Aims and objectives of education
Aims and objectives of education Kidzrio
 
Educational technology @ distance & open education
Educational technology @ distance & open educationEducational technology @ distance & open education
Educational technology @ distance & open educationdeepa karthik
 
Scope of Educational Technology
Scope of Educational TechnologyScope of Educational Technology
Scope of Educational TechnologyMae Selim
 
ICT in Education ppt
ICT in Education pptICT in Education ppt
ICT in Education pptHamid Zaib
 
Paradigm Shift in Education due to ICT
Paradigm Shift in Education due to ICTParadigm Shift in Education due to ICT
Paradigm Shift in Education due to ICTDr.Suresh Isave
 
Evaluation of Computer-Based Instruction
Evaluation of Computer-Based Instruction Evaluation of Computer-Based Instruction
Evaluation of Computer-Based Instruction Alaa Sadik
 
EDUCATIONAL TECHNOLOGY
EDUCATIONAL TECHNOLOGYEDUCATIONAL TECHNOLOGY
EDUCATIONAL TECHNOLOGYRemya Urath
 
Importance of education as a discipline
Importance of education as a discipline   Importance of education as a discipline
Importance of education as a discipline Swarup Adhikary
 
Relationship between Power,Ideology and curriculum
Relationship between Power,Ideology and curriculumRelationship between Power,Ideology and curriculum
Relationship between Power,Ideology and curriculumHathib KK
 
CONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptx
CONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptxCONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptx
CONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptxJusteenaShajicommerc
 
Teacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomyTeacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomyAditi Bhushan
 
E library presentation
E library presentationE library presentation
E library presentationUtba Almandhri
 

Was ist angesagt? (20)

KNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITION
KNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITIONKNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITION
KNOWLEDGE ACQUISITION - CONCEPT & NATURE OF KNOWLEDGE ACQUISITION
 
Information and Communication Technology In Education
Information and Communication Technology In EducationInformation and Communication Technology In Education
Information and Communication Technology In Education
 
Programme Evaluation in Open and Distance Learning
Programme Evaluation in Open and Distance LearningProgramme Evaluation in Open and Distance Learning
Programme Evaluation in Open and Distance Learning
 
Paradigm Shift in Teaching, Learning and Evaluation
Paradigm Shift in Teaching, Learning and EvaluationParadigm Shift in Teaching, Learning and Evaluation
Paradigm Shift in Teaching, Learning and Evaluation
 
Aims and objectives of education
Aims and objectives of education Aims and objectives of education
Aims and objectives of education
 
1 meaning and nature of science
1 meaning and nature of science1 meaning and nature of science
1 meaning and nature of science
 
Educational technology @ distance & open education
Educational technology @ distance & open educationEducational technology @ distance & open education
Educational technology @ distance & open education
 
Scope of Educational Technology
Scope of Educational TechnologyScope of Educational Technology
Scope of Educational Technology
 
Learning & teaching resources for science
Learning & teaching resources for scienceLearning & teaching resources for science
Learning & teaching resources for science
 
ICT in Education ppt
ICT in Education pptICT in Education ppt
ICT in Education ppt
 
Paradigm Shift in Education due to ICT
Paradigm Shift in Education due to ICTParadigm Shift in Education due to ICT
Paradigm Shift in Education due to ICT
 
Evaluation of Computer-Based Instruction
Evaluation of Computer-Based Instruction Evaluation of Computer-Based Instruction
Evaluation of Computer-Based Instruction
 
EDUCATIONAL TECHNOLOGY
EDUCATIONAL TECHNOLOGYEDUCATIONAL TECHNOLOGY
EDUCATIONAL TECHNOLOGY
 
Importance of education as a discipline
Importance of education as a discipline   Importance of education as a discipline
Importance of education as a discipline
 
Relationship between Power,Ideology and curriculum
Relationship between Power,Ideology and curriculumRelationship between Power,Ideology and curriculum
Relationship between Power,Ideology and curriculum
 
DIGITAL LIBRARIES.ppt
DIGITAL LIBRARIES.pptDIGITAL LIBRARIES.ppt
DIGITAL LIBRARIES.ppt
 
CONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptx
CONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptxCONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptx
CONCEPT AND IMPORTANCE OF ICT IN EDUCATION.pptx
 
College Autonomy
College AutonomyCollege Autonomy
College Autonomy
 
Teacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomyTeacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomy
 
E library presentation
E library presentationE library presentation
E library presentation
 

Andere mochten auch

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 EngineGan Keng Hoon
 
Faceted Search for Finding Expertise Bibliographies
Faceted Search for Finding Expertise BibliographiesFaceted Search for Finding Expertise Bibliographies
Faceted Search for Finding Expertise BibliographiesGan Keng Hoon
 
Information retrieval concept, practice and challenge
Information retrieval   concept, practice and challengeInformation retrieval   concept, practice and challenge
Information retrieval concept, practice and challengeGan 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 SearchGan 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 SystemGan Keng Hoon
 
Artificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge AcquisitionArtificial Intelligence: Knowledge Acquisition
Artificial Intelligence: Knowledge AcquisitionThe Integral Worm
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Yasir Khan
 

Andere mochten auch (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
 

Ähnlich wie A Brief Introduction to Knowledge Acquisition, Representation and Publishing

Generic e portfolios
Generic e portfoliosGeneric e portfolios
Generic e portfoliosHelen Barrett
 
Content Strategy in Higher Education
Content Strategy in Higher EducationContent Strategy in Higher Education
Content Strategy in Higher EducationJ. 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 retentionPriyanshi Jain
 
Sotf interactive e portfolios
Sotf interactive e portfoliosSotf interactive e portfolios
Sotf interactive e portfoliosHelen Barrett
 
Web based media
Web based mediaWeb based media
Web based mediaAmber Kerr
 
Eifel2011 monam web2
Eifel2011 monam web2Eifel2011 monam web2
Eifel2011 monam web2Helen Barrett
 
Research culture presentation Sept 4, 2013
Research culture presentation Sept 4, 2013Research culture presentation Sept 4, 2013
Research culture presentation Sept 4, 2013Shawna 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 NetworksSue 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 & PracticeSt. Petersburg College
 
Learning 2.0 For Associations
Learning 2.0 For AssociationsLearning 2.0 For Associations
Learning 2.0 For AssociationsJeff Cobb
 

Ähnlich wie 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
 

Mehr von 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 RGan 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.pdfGan Keng Hoon
 
Procrastination and Phd.pdf
Procrastination and Phd.pdfProcrastination and Phd.pdf
Procrastination and Phd.pdfGan 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.pdfGan Keng Hoon
 
Knowledge Representation Reasoning and Acquisition.pdf
Knowledge Representation Reasoning and Acquisition.pdfKnowledge Representation Reasoning and Acquisition.pdf
Knowledge Representation Reasoning and Acquisition.pdfGan 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 IntelligenceGan 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
 

Mehr von 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
 

Kürzlich hochgeladen

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Kürzlich hochgeladen (20)

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.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