-
Notifications
You must be signed in to change notification settings - Fork 0
/
Introduction.tex
62 lines (42 loc) · 1.67 KB
/
Introduction.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
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{default}
\usetheme{Warsaw}
\begin{document}
\begin{frame}{Enities are Defined by Facts}
\begin{figure}
\centering
\includegraphics[width = 0.5\textwidth]{images/motivation}
\end{figure}
\end{frame}
\begin{frame}{Enities are Defined by Facts}
\begin{itemize}
\item Repositories of facts containing this information can be found at many places, like data.worldbank.org, Wikipedia infoboxes etc.
\item Countries are popular and finite, finding complete knowledge bases is possible.
\item What about less popular entities?
\begin{itemize}
\item What is the population of Arbit Apartments, Powai?
\item What is the GDP of Sugarcane Industry of India?
\item Percent of Internet users in Mumbai?
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Enities are Defined by Facts}
\begin{itemize}
\item Good news: the Web is huge, probably, there is some page which contains the information we are looking for.
\begin{block}{Key Intuition}
The way in which you express a fact about an entity depends on the fact, and not the entity.
\end{block}
\item We may expect the sentence structure to be similar.
\begin{itemize}
\item Population of India reached 1.3 billion, making it the second largest country in the world
\item Population of Arbit Apartments, Powai reached 1300
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Problem Statement}
\begin{itemize}
\item Given a repository of numerical facts about entities, can we train extractors that run over the web and pull similar facts about other entities?
\end{itemize}
\end{frame}
\end{document}