Bringing Math to LOD: A Semantic Publishing Platform Prototype for Scientific Collections in Mathematics Olga Nevzorova, Nikita Zhiltsov, Danila Zaikin, Olga Zhibrik, Alexander Kirillovich, Vladimir Nevzorov, Evgeniy Birialtsev Kazan Federal University Russia October 23, 2013
1 / 29
Outline
1 Introduction 2 Approach 3 Use Cases
2 / 29
Our Contribution Our prototype is geared to build a semantic graph of mathematical knowledge objects, that I is extracted from a collection of mathematical scholarly papers, and I is integrated into the LOD «cloud»
3 / 29
Research Output IVM Data Set I
I
LOD representation of 1 330 scholarly publications of the «Izvestiya Vuzov. Matematika» (IVM) journal Covers the semantics of: I I I I
I I I
article metadata elements of the logical structure terminology formulas
Aligned with DBpedia, CORDIS More than 850 000 RDF triples SPARQL endpoint: http://cll.niimm.ksu.ru:8890/sparql-auth∗
∗
the SPARQL endpoint is secured. Please email the authors for credentials 4 / 29
Related Work
I I
I
Domain-specific languages: OMDoc, MathLang Domain models: Cambridge Mathematical Thesaurus, DBpedia (math-related part), ScienceWISE Ontology Math-related NLP: mArachna; linguistic modules of arXMLiv
5 / 29
Outline
1 Introduction 2 Approach 3 Use Cases
6 / 29
Key Research Contributions
I
I
I
I
a thorough ontological model of the mathematical domain an ontology-based language-independent method for extraction of logical structure elements in papers an ontology-based method for extraction of mathematical named entities from texts in Russian a method that connects mathematical named entities to symbolic expressions
7 / 29
Prototype’s Design
8 / 29
Domain Model
9 / 29
Ontology of Structural Elements (1) http://cll.niimm.ksu.ru/ontologies/mocassin I
Covers 15 common structural elements:
I
Defines 9 object properties and 4 datatype properties:
10 / 29
Ontology of Structural Elements (2) http://cll.niimm.ksu.ru/ontologies/mocassin
I
I
I
†
3 cardinality axioms, e.g. Proof ∧ (= 1 proves ProvableStatement† ) 2 transitivity axioms for hasPart and dependsOn properties DL expressivity: SRIN (D)
i.e., Claim ∨ Corollary ∨ Lemma ∨ Proposition ∨ Theorem 11 / 29
Ontology of Mathematical Concepts (1) http://cll.niimm.ksu.ru/ontologies/mathematics
I I
I
Covers 3 450 mathematical concepts Defines commonly used terms as well as terms from the emerging professional vocabulary (e.g. Bitsadze-Samarsky problem) Supports Russian/English labels
12 / 29
Ontology of Mathematical Concepts (2) http://cll.niimm.ksu.ru/ontologies/mathematics
I
Includes two taxonomies: I
taxonomy of mathematical theories‡ : F
I
I
I
‡
number theory, set theory, algebra, analysis, geometry, mathematical logic, discrete mathematics, theory of computation, differential equations, numerical analysis, probability theory and statistics
taxonomy of mathematical objects
Covers common scientific concepts, such as Problem, Method, Statement, Formula etc. DL expressivity: ALCHI
covers just a part of the mathematical knowledge 13 / 29
Ontology of Mathematical Concepts (3) Object properties
I
I
I
belongsTo/contains, e.g. Barycentric Coordinates belongsTo Metric Geometry defines/isDefinedBy, e.g. Christoffel Symbol isDefinedBy Connectedness seeAlso, e.g. Chebyshev Iterative Method seeAlso Numerical Solution of Linear Equation Systems
14 / 29
Ontology of Mathematical Concepts (4) Stats
I I I I I
3 450 classes 27% of classes are mapped onto DBpedia 3 630 subclass-of property instances 1 140 other object property instances Common facts about the development: I I
I
lasted for 4 months 7 pro mathematicians participated as domain experts guided by the authors WebProtege was used as a collaborative tool
15 / 29
Semantic Annotation
16 / 29
NLP Annotation I I
Relies on the OntoIntegrator facilities Solves some of the conventional linguistic tasks, such as: I I I I
I
I
tokenization sentence splitting (∼ 98% F-measure§ ) morphological analysis NP extraction (88% precision)
Special handling of math symbols, abbreviations, and math expressions as parts of NPs Currently supports only Russian language
§
the metrics were evaluated on real math texts with the help of domain experts 17 / 29
Mining the Logical Structure I I
I
Supports our ontology of structural elements: elements in real texts are instances of the ontology classes Recognizing types of structural elements: I A string similarity based method gives 89%-100% F-measure depending on the class Recognizing semantic relations between them: I A decision tree learner gives 61%-95% F-measure depending on the relation
18 / 29
Mathematical Named Entity Extraction
I
I
I
Supports our ontology of mathematical concepts: assigned NPs are instances of the ontology classes Our method employs annotations of the NP structure and Jaccard similarity The method gives 86% F-measure with parameters focusing on precision/recall trade-off
19 / 29
Connecting Named Entities to Formulas
20 / 29
Connecting Named Entities to Formulas I I I
Parsing mathematical expressions Detection of variables Proximity-based matching of mathematical variables with noun phrases at 68% accuracy
21 / 29
Other supported features
22 / 29
Other supported features
I
I
I
¶
Article metadata extraction (title, author names, publication year etc.) according to AKT Portal schema Semi-manual interlinking¶ with existing LOD data sets: DBpedia, CORDIS Publishing the extracted data as an LOD-compliant RDF data set
by leveraging the Silk app 23 / 29
Outline
1 Introduction 2 Approach 3 Use Cases
24 / 29
Finding DBpedia Entities in Mathematical Formulas http://cll.niimm.ksu.ru/iswc-demo 1
2
25 / 29
Semantic Search of Theoretical Findings Finding articles with theorems about finite groups
PREFIX moc: PREFIX math: SELECT ?article WHERE { ?article moc:hasSegment ?theorem . ?theorem moc:mentions ?entity; a moc:Theorem . ?entity a math:E2183 }
26 / 29
Conclusion I
I
I
I
We have developed a holistic approach for mining LOD representation of scholarly papers in mathematics We applied the prototype to a collection of over 1 300 real math papers We conducted a thorough evaluation of the proposed methods with the help of domain experts We provided several use cases to illustrate the utility of the published data
27 / 29
Future Work
I I I
Integrating all the modules into a full-fledged toolkit Add support of English to the NLP module Extend our approach to texts on other natural science domains
28 / 29
Thanks for your attention! Questions?
29 / 29