| \documentclass[10pt,twocolumn]{article} |
|
|
| |
| |
| |
| |
| |
|
|
| \usepackage[margin=0.75in]{geometry} |
| \usepackage{times} |
| \usepackage{microtype} |
| \usepackage{graphicx} |
| \usepackage{booktabs} |
| \usepackage{amsmath} |
| \usepackage{amssymb} |
| \usepackage{xcolor} |
| \usepackage[hidelinks]{hyperref} |
| \usepackage{enumitem} |
| \usepackage{array} |
| \usepackage[font=small,labelfont=bf]{caption} |
| \usepackage[compact]{titlesec} |
|
|
| \setlength{\columnsep}{0.22in} |
| \setlength{\textfloatsep}{8pt plus 1pt minus 2pt} |
| \setlength{\floatsep}{6pt plus 1pt minus 2pt} |
| \setlength{\intextsep}{6pt plus 1pt minus 2pt} |
| \setlength{\abovedisplayskip}{5pt plus 1pt minus 2pt} |
| \setlength{\belowdisplayskip}{5pt plus 1pt minus 2pt} |
| \setlist{leftmargin=*,nosep} |
| \titlespacing*{\section}{0pt}{0.8ex plus 0.2ex minus 0.1ex}{0.45ex} |
| \titlespacing*{\subsection}{0pt}{0.6ex plus 0.2ex minus 0.1ex}{0.35ex} |
| \titlespacing*{\paragraph}{0pt}{0.55ex plus 0.1ex minus 0.1ex}{0.55em} |
|
|
| \newcommand{\C}{\mathcal{C}} |
| \newcommand{\Q}{\mathcal{Q}} |
| \newcommand{\G}{\mathcal{G}} |
| \newcommand{\Top}{\operatorname{Top}} |
| \newcommand{\rank}{\operatorname{rank}} |
| \newcommand{\rel}{\operatorname{rel}} |
| \newcommand{\CR}{\operatorname{CR}} |
|
|
| \title{When Does Lexical Search Help Late-Interaction Retrieval?} |
|
|
| \author{ |
| Rutvik Acharya \\ |
| ML \& AI Engineer, Atlassian \\ |
| \texttt{rutvik25@gmail.com} |
| } |
|
|
| \date{} |
|
|
| \begin{document} |
| \maketitle |
|
|
| \begin{abstract} |
| \input{sections/abstract} |
| \end{abstract} |
|
|
| \section{Introduction} |
| \input{sections/introduction} |
|
|
| \section{Related Work} |
| \input{sections/related_work} |
|
|
| \section{Method} |
| \input{sections/method} |
|
|
| \section{Experimental Setup} |
| \input{sections/experiments} |
|
|
| \section{Results} |
| \input{sections/results} |
|
|
| \section{Analysis} |
| \input{sections/analysis} |
|
|
| \section{Limitations} |
| \input{sections/limitations} |
|
|
| \section{Conclusion} |
| \input{sections/conclusion} |
|
|
| \twocolumn[ |
| \appendix |
| \section{Reproducibility Details} |
| \input{sections/appendix} |
| ] |
|
|
| \clearpage |
| \bibliographystyle{plain} |
| \bibliography{references} |
|
|
| \end{document} |
|
|