|
| 1 | +% |
| 2 | +% File acl2014.tex |
| 3 | +% |
| 4 | + |
| 5 | +%% |
| 6 | +%% Based on the style files for ACL-2013, which were, in turn, |
| 7 | +%% Based on the style files for ACL-2012, which were, in turn, |
| 8 | +%% based on the style files for ACL-2011, which were, in turn, |
| 9 | +%% based on the style files for ACL-2010, which were, in turn, |
| 10 | +%% based on the style files for ACL-IJCNLP-2009, which were, in turn, |
| 11 | +%% based on the style files for EACL-2009 and IJCNLP-2008... |
| 12 | + |
| 13 | +%% Based on the style files for EACL 2006 by |
| 14 | + |
| 15 | +%% and that of ACL 08 by Joakim Nivre and Noah Smith |
| 16 | + |
| 17 | +\documentclass[11pt]{article} |
| 18 | +\usepackage{style/acl2014} |
| 19 | +\usepackage{times} |
| 20 | +\usepackage{url} |
| 21 | +\usepackage{latexsym} |
| 22 | + |
| 23 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 24 | + |
| 25 | +\usepackage{booktabs} |
| 26 | +\usepackage{algorithm} |
| 27 | +\usepackage[noend]{algorithmic} |
| 28 | +%\usepackage[caption=false]{subfig} |
| 29 | +\usepackage[table]{xcolor} |
| 30 | +\usepackage{subfigure} |
| 31 | + |
| 32 | +\usepackage{style/mfirstuc} |
| 33 | +\newcommand{\etal}[2]{\makefirstuc{#1}~et~al.~\cite{#1-#2}} |
| 34 | +\newcommand{\cd}[1]{\bar{\bm{Q}}_{#1, \cdot} } |
| 35 | +\newcommand{\citet}[1]{\newcite{#1}} |
| 36 | + |
| 37 | +\newif\ifcomment\commentfalse |
| 38 | +\input{style/preamble} |
| 39 | + |
| 40 | +\newcommand{\red}[1]{{\color{red}{\bf #1}}} |
| 41 | +\newcommand{\blue}[1]{{\color{blue}{\bf #1}}} |
| 42 | +\newcommand{\green}[1]{{\color{green}{\bf #1}}} |
| 43 | +\newcommand{\purple}[1]{{\color{purple}{\bf #1}}} |
| 44 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 45 | + |
| 46 | +\title{Anchors Regularized: Adding Robustness and Extensibility \\ |
| 47 | +to Scalable Topic-Modeling Algorithms} |
| 48 | + |
| 49 | +\author{Thang Nguyen \\ |
| 50 | + iSchool and \abr{umiacs}, \\ |
| 51 | + University of Maryland \\ |
| 52 | + and National Library of Medicine, \\ |
| 53 | + National Institutes of Health \\ |
| 54 | + |
| 55 | + Yuening Hu \\ |
| 56 | + Computer Science \\ |
| 57 | + University of Maryland \\ |
| 58 | + |
| 59 | + Jordan Boyd-Graber \\ |
| 60 | + iSchool and \abr{umiacs} \\ |
| 61 | + University of Maryland \\ |
| 62 | + |
| 63 | +} |
| 64 | + |
| 65 | +\date{} |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +\begin{document} |
| 70 | + |
| 71 | +%\maketitle |
| 72 | + |
| 73 | +% TODO |
| 74 | +% 1. Explain different corpora for TI |
| 75 | +% 2. Hyperparameter selection for HL |
| 76 | +% 3. Discussion of HL equivalence, VB and Gibbs competitive |
| 77 | +% 4. Explain why NIPS has poor WIKITI |
| 78 | +% 5. Remove informed prior equation |
| 79 | +% 6. Rewrite final discussion |
| 80 | + |
| 81 | +%\jbgcomment{Took a stab at improving the abstract, but not sure it's all the way |
| 82 | +%there yet.} |
| 83 | + |
| 84 | +\begin{abstract} |
| 85 | + Spectral methods offer scalable alternatives to Markov chain Monte |
| 86 | + Carlo and expectation maximization. However, these new methods lack |
| 87 | + the rich priors associated with probabilistic models. We examine |
| 88 | + Arora et al.'s anchor words algorithm for topic modeling and develop |
| 89 | + new, regularized algorithms that not only mathematically resemble |
| 90 | + Gaussian and Dirichlet priors but also improve the interpretability |
| 91 | + of topic models. Our new regularization approaches make these |
| 92 | + efficient algorithms more flexible; we also show that these methods can |
| 93 | + be combined with informed priors. |
| 94 | +\end{abstract} |
| 95 | + |
| 96 | +\input{2014_acl_reganchor/sections/intro} |
| 97 | +\input{2014_acl_reganchor/sections/background} |
| 98 | +\input{2014_acl_reganchor/sections/model} |
| 99 | +\input{2014_acl_reganchor/sections/experiments} |
| 100 | +\input{2014_acl_reganchor/sections/discussion} |
| 101 | +\input{2014_acl_reganchor/sections/conclusion} |
| 102 | + |
| 103 | +\section*{Acknowledgments} |
| 104 | + |
| 105 | +We would like to thank the anonymous reviewers, Hal Daum\'e III, Ke Wu, |
| 106 | +and Ke Zhai for their helpful comments. This work was supported by |
| 107 | +\abr{nsf} Grant IIS-1320538. Boyd-Graber is also supported by |
| 108 | +\abr{nsf} Grant CCF-1018625. Any opinions, findings, conclusions, or |
| 109 | +recommendations expressed here are those of the authors and do not |
| 110 | +necessarily reflect the view of the sponsor. |
| 111 | + |
| 112 | +\newpage |
| 113 | + |
| 114 | +%\bibliographystyle{style/icml2013} |
| 115 | +\bibliographystyle{style/acl2014} |
| 116 | +%\bibliographystyle{apalike} |
| 117 | +%\footnotesize |
| 118 | +\bibliography{bib/journal-full,bib/thang,bib/jbg,bib/ynhu} |
| 119 | + |
| 120 | +\end{document} |
0 commit comments