Title: Mini-Ontology Generation from Canonicalized Tables
1Mini-Ontology Generation from Canonicalized Tables
- Stephen Lynn
- Data Extraction Research Group
- Department of Computer Science
- Brigham Young University
Supported by the
2TANGO Overview
TANGO Table ANalysis for Generating
Ontologies Project consists of the following
three components
- Transform tables into a canonicalized form
- Generate mini-ontologies
- Merge into a growing ontology
3Thesis Statement
- Proposed Solution
- Develop a tool to accurately generate
mini-ontologies from canonicalized tables of data
automatically, semi-automatically, or manually. - Evaluation
- Evaluate accuracy of tool with respect to
concept/value recognition, relationship
discovery, and constraint discovery.
4Sample Input
Region and State Information Region and State Information Region and State Information Region and State Information
Location Population (2000) Latitude Longitude
Northeast 2,122,869
Delaware 817,376 45 -90
Maine 1,305,493 44 -93
Northwest 9,690,665
Oregon 3,559,547 45 -120
Washington 6,131,118 43 -120
Sample Output
5Mini-Ontology GeneratOr (MOGO)
- Concept/Value Recognition
- Relationship Discovery
- Constraint Discovery
NOTE MOGO implements a base set of algorithms
for each step of the process and allows for
runtime integration of new algorithms.
6Concept/Value Recognition
- Lexical Clues
- Data value assignment
- Labels as data values
- Default
- Classifies any unclassified elements according to
simple heuristic.
7Relationship Discovery
- Dimension Tree Mappings
- Lexical Clues
- Generalization/Specialization
- Aggregation
- Data Frames
- Ontology Fragment Merge
8Constraint Discovery
- Generalization/Specialization
- Computed Values
- Functional Relationships
- Optional Participation
Region and State Information Region and State Information Region and State Information Region and State Information
Location Population (2000) Latitude Longitude
Northeast 2,122,869
Delaware 817,376 45 -90
Maine 1,305,493 44 -93
Northwest 9,690,665
Oregon 3,559,547 45 -120
Washington 6,131,118 43 -120
9Validation
- Concept/Value Recognition
- Correctly identified concepts
- Missed concepts
- False positives
- Data values assignment
- Relationship Discovery
- Valid relationship sets
- Invalid relationship sets
- Missed relationship sets
- Constraint Discovery
- Valid constraints
- Invalid constraints
- Missed constraints
Precision Recall
Concept Recognition
Relationship Discovery
Constraint Discovery
10Contribution
- Tool to generate mini-ontologies
- Assessment of accuracy of automatic generation