forked from Poonam-Kumari/HILDA_Paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
134 lines (97 loc) · 3.13 KB
/
paper.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
\documentclass[sigconf]{acmart}
\settopmatter{printacmref=false} % Removes citation information below abstract
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\pagestyle{plain} % removes running headers
\usepackage{booktabs} % For formal tables
\usepackage{todonotes}
\usepackage[inline]{enumitem}
\input{preamble.tex}
\newcommand{\namesymbol}{\eta}
\newcommand{\trimfigurespacing}{\vspace*{-5mm}}
% Copyright
% \setcopyright{none}
%\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
% \setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% % DOI
% \acmDOI{10.475/123_4}
% % ISBN
% \acmISBN{123-4567-24-567/08/06}
% %Conference
% \acmConference[HILDA]{Human-in-the-Loop Data Analytics}{June 2018}{Houston Texas}
% \acmYear{2018}
% \copyrightyear{2018}
% \acmArticle{4}
% \acmPrice{15.00}
\newcommand{\systemname}{\textbf{LOKI}\xspace}
% These commands are optional
%\acmBooktitle{Transactions of the ACM Woodstock conference}
% \editor{Jennifer B. Sartor}
% \editor{Theo D'Hondt}
% \editor{Wolfgang De Meuter}
\begin{document}
\title{Building a Knowledgebase for Incremental Schema Recovery}
% \titlenote{Produces the permission block, and copyright information}
% \subtitle{Extended Abstract}
% \subtitlenote{The full version of the author's guide is available as \texttt{acmart.pdf} document}
\author{Poonam Kumari}
\affiliation{%
\institution{University at Buffalo, State University of New York}
}
\email{[email protected]}
\author{Gourab Mitra}
% \orcid{1234-5678-9012}
\affiliation{%
\institution{University at Buffalo, State University of New York}
}
\email{[email protected]}
\author{Oliver Kennedy}
\affiliation{%
\institution{University at Buffalo, State University of New York}
}
\email{[email protected]}
% The default list of authors is too long for headers.
\renewcommand{\shortauthors}{Kumari et al.}
\begin{abstract}
\input{sections/abstract.tex}
\end{abstract}
%
% The code below should be generated by the tool at
% http://dl.acm.org/ccs.cfm
% Please copy and paste the code instead of the example below.
%
\keywords{Schema Design, Knowledge Base, Data Loading, ETL}
\maketitle
\section{Introduction}
\label{sec:introduction}
\input{sections/introduction.tex}
\section{System Design}
\label{sec:system}
\input{sections/system.tex}
\section{Knowledge-Base Structure}
\label{sec:knowledgebase}
\input{sections/knowledgebase.tex}
\section{Training By Example}
\label{sec:trainbyexample}
\input{sections/trainbyexample.tex}
\section{Expert Refinement}
\label{sec:expertui}
\input{sections/expertui.tex}
\section{Related Work}
\label{sec:related}
\input{sections/related.tex}
\section{Future Work}
\label{sec:future}
\input{sections/future.tex}
\begin{acks}
This work was supported by NSF Awards IIS-1750460, ACI-1640864 and by a gift from Oracle.
The conclusions and opinions in this work are solely those of the
authors and do not represent the views of the National Science Foundation or Oracle.
\end{acks}
\bibliographystyle{ACM-Reference-Format}
\bibliography{main,oliver}
\end{document}