-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
266 lines (199 loc) · 9.23 KB
/
template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass{beamer}
\mode<presentation> {
\useoutertheme{acis}
%Uncomment this to have the table of contents shown before each new section
%\AtBeginSection[]
%{
%\begin{frame}
%\frametitle{Table of Contents}
%\tableofcontents[currentsection,currentsubsection]
%\addtocounter{framenumber}{-1}
%\end{frame}
%}
%Uncomment this to have the table of contents shown before each new subsection
%\AtBeginSubsection[]
%{
%\begin{frame}
%\frametitle{Table of Contents}
%\tableofcontents[currentsection,currentsubsection]
%\addtocounter{framenumber}{-1}
%\end{frame}
%}
%Uncomment this to have the table of contents shown before each new subsubsection
%\AtBeginSubsubsection[]
%{
%\begin{frame}
%\frametitle{Table of Contents}
%\tableofcontents[currentsection,currentsubsection, currentsubsubsection]
%\addtocounter{framenumber}{-1}
%\end{frame}
%}
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage[T1]{fontenc} % Makes all text copyable
\usepackage{lmodern} % Use modern T1 font rendering
\usepackage[utf8]{inputenc} % Allows inpit in utf8
\usepackage{xcolor}
\usepackage{verbatim}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[\center{Knowledge Graphs Seminar \mbox{WS 2018/19}}]{Clustering Knowledge Graphs} % The short title appears at the bottom of every slide, the full title is only on the title page
\subtitle{Knowledge Graphs Seminar WS 2018/19}
\author{Lina Molinas Comet} % Your name
\institute[RWTH Aachen] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
RWTH Aachen University, Germany \\ % Your institution for the title page
\medskip
\textit{[email protected]} % Your email address
}
\date{\today} % Date, can be changed to a custom date
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\end{frame}
\begin{frame}
\frametitle{Overview} % Table of contents slide, comment this block out to remove it
\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
\end{frame}
%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
%------------------------------------------------
\section{Motivation} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
\section{Background and Concepts} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
\subsection{Graphs}
\subsection{Knowledge Graphs}
\subsection{Knowledge-based Systems}
\subsection{Clustering}
\subsection{Other Terms}
\subsection{}
\section{State of the Art}
\subsection{General Techniques for Knowledge Graph Clustering}
\subsection{Techniques and Algorithms}
\subsubsection{Graph clustering for content aggregation for an Ontology-Based P2PKM}
\subsubsection{Structural similarity clustering entities}
\subsubsection{Entity Clustering using link features}
\section{Analysis and comparison of presented approaches}
\section{Discussion}
\section{Conclusion}
\begin{frame}
\frametitle{Motivation}
\begin{itemize}
\item Importance of Clustering
\item What are the common problems in the most "traditional" clustering algorithms?
\item What are the new techniques and tool to help improve Knowledge Graph Clustering
\end{itemize}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Background}
\textcolor{RWTHblue}{What are Knowlege Graphs?}
\begin{figure}[h!]
\includegraphics[width=1 \linewidth]{Amazon-Neptune-Knowledge-Graph.jpg}
\caption{Amazon maps out the Knowledge Graph with its Neptune database service (geomarketing.com)}
\end{figure}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{State of the Art}
\begin{center}
\Large{\textcolor{RWTHblue}{General Techniques}}
\end{center}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{State of the Art}
\begin{center}
\Large{\textcolor{RWTHblue}{Entity Clustering using link features}}
\begin{figure}[h!]
\includegraphics[width=1 \linewidth]{clip_overlap_resolution.png}
\caption{Overlapping resolution CLIP)}
\end{figure}
\end{center}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{State of the Art}
\begin{center}
\Large{\textcolor{RWTHblue}{Structural similarity clustering entities}}
\begin{figure}[h!]
\includegraphics[width=1 \linewidth]{ex.png}
\end{figure}
\end{center}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{References}
\footnotesize{
\begin{thebibliography}{99} % Beamer does not support BibTeX so references must be inserted manually as below
\bibitem[Schmitz]{Schmitz} Schmitz, C., Hotho, A., J{\"a}schke, R., Stumme, G. (2006)
\newblock Content Aggregation on Knowledge Bases Using Graph Clustering.
\newblock \emph{In: Sure, Y., Domingue, J. (eds.) The Semantic Web: Research and Applications. ESWC 2006}
\bibitem[Elbattah]{Elbattah} Elbattah, M., Roushdy, M., Aref, M., M.Salem, A. (2017)
\newblock Large-Scale Entity Clustering Based on Structural Similarity within Knowledge Graphs.
\newblock \emph{In: Arun, K., Somani, G. (eds.) Big Data Analytics: Tools and Technology for Effective Planning, Edition: 1, Chapter: 14}
\bibitem[Saeedi]{Saeedi} Saaedi, A., Peukert, E., Rahm, E. (2018)
\newblock Using Link Features for Entity Clustering in Knowledge Graphs.
\newblock \emph{In: Gangemi, A., Navigli, R., Vidal, M., Hitzler, P., Troncy, R., Hollink, L., Tordai, A., Alam, M. (eds.) The Semantic Web. ESWC 2018}
\bibitem[Pedrycz]{Pedrycz} Pedrycz, W. (2005)
\newblock Knowledge-Based Clustering: From Data to Information Granules.
\newblock \emph{In: 2nd edn. Wiley-Interscience}
\end{thebibliography}
}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{References}
\footnotesize{
\begin{thebibliography}{99} % Beamer does not support BibTeX so references must be inserted manually as below
\bibitem{Zhang}
Zhang, X., Lv, Y., Lin, E : Object Clustering in Linked Data using Centrality. In: Proceedings of China Conference on Knowledge Graph and Semantic Computing (CCKS2016)
on Proceedings, pp. 172--183. Publisher, Location (2016). \doi{10.1007/978-981-10-3168-7\_17}
\bibitem{Ehrlinger}
Ehrlinger, L, W{\"o}{\ss}, W.: Towards a Definition of Knowledge Graphs. In: Martin, M., Cuquet M., Folmer, E. (eds.) In Joint Proceedings of the Posters and Demos Track of the 12th International Conference on Semantic Systems - SEMANTiCS2016 and the 1st International Workshop on Semantic Change \& Evolving Semantics (SuCCESS'16), CEUR-WS, vol. 1695, Leipzig, Germany (2016). \doi{10.10007/1234567890}
\bibitem{Paulheim}
Paulheim, H.: Knowledge Graph Refinement: A Survey of Approaches and Evaluation Methods. Semantic Web Journal, 489--508 (2017). \doi{10.3233/SW-160218}
\bibitem{Farber}
F{\"a}rber, M., Bartscherer, F, Menne,C., Rettinger, A.: Linked data quality of DBpedia, Freebase, OpenCyc, Wikidata, and YAGO. Semantic Web Journal, 77--129 (2018). \doi{10.3233/SW-170275}
\end{thebibliography}
}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{References}
\footnotesize{
\begin{thebibliography}{99} % Beamer does not support BibTeX so references must be inserted manually as below
\bibitem{Tripathi}
Tripathi, K.: A Review on Knowledge-based Expert System: Concept and Architecture. IJCA Special Issue on Artificial Intelligence Techniques-Novel Approaches \& Practical Applications (2011). \doi{10.5120/2845-226}
\bibitem{Engelmore}
Engelmore R.S. : Artificial Intelligence and Knowledge Based Systems: Origins, Methods and Opportunities for NDE. In: Thompson D.O., Chimenti D.E. (eds.) Review of Progress in Quantitative Nondestructive Evaluation. Review of Progress in Quantitative Nondestructive Evaluation, vol. 6 A.,
Springer, Boston, MA (1987). \doi{10.1007/978-1-4613-1893-4\_1}
\end{thebibliography}
}
\end{frame}
%------------------------------------------------
\begin{frame}
\Huge{\centerline{Q \& A}}
\end{frame}
%----------------------------------------------------------------------------------------
\begin{comment}
\end{comment}
\end{document}