\documentclass[11pt, a4paper]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{natbib}
\usepackage{booktabs}
\title{Your Paper Title: A Descriptive Subtitle}
\author{
First Author\thanks{Corresponding author: [email protected]} \\
Department of Computer Science \\
University Name \\
\texttt{[email protected]}
\and
Second Author \\
Department of Mathematics \\
Another University \\
\texttt{[email protected]}
}
\date{March 2026}
\begin{document}
\maketitle
\begin{abstract}
This paper presents a novel approach to [your research topic]. We demonstrate that our method achieves state-of-the-art results on [benchmark], improving over previous methods by [X]\%. Our contributions include: (1) a new framework for [task], (2) theoretical analysis showing [property], and (3) comprehensive experiments validating our approach. Code is available at \url{https://github.com/yourname/project}.
\end{abstract}
\noindent\textbf{Keywords:} keyword1, keyword2, keyword3, keyword4
\section{Introduction}
\label{sec:intro}
Introduce the problem and its importance. Provide context and motivation for your work.
The main contributions of this paper are:
\begin{itemize}
\item Contribution 1: Description of first contribution.
\item Contribution 2: Description of second contribution.
\item Contribution 3: Description of third contribution.
\end{itemize}
\section{Related Work}
\label{sec:related}
Discuss relevant prior work and how your approach differs.
\section{Methodology}
\label{sec:method}
Present your approach in detail.
\subsection{Problem Formulation}
Given input $\mathbf{x} \in \mathbb{R}^d$, we seek to find:
\begin{equation}
\hat{y} = \arg\min_{y \in \mathcal{Y}} \mathcal{L}(f_\theta(\mathbf{x}), y)
\label{eq:objective}
\end{equation}
\subsection{Proposed Framework}
Describe your method step by step.
\section{Experiments}
\label{sec:experiments}
\subsection{Experimental Setup}
Describe datasets, baselines, and evaluation metrics.
\subsection{Results}
\begin{table}[h]
\centering
\caption{Results on benchmark dataset.}
\label{tab:results}
\begin{tabular}{lcc}
\toprule
Method & Accuracy (\%) & F1 Score \\
\midrule
Baseline 1 & 82.3 & 0.79 \\
Baseline 2 & 85.1 & 0.83 \\
\textbf{Ours} & \textbf{91.2} & \textbf{0.89} \\
\bottomrule
\end{tabular}
\end{table}
As shown in Table~\ref{tab:results}, our method outperforms all baselines.
\section{Discussion}
\label{sec:discussion}
Discuss the implications of your results, limitations, and potential future directions.
\section{Conclusion}
\label{sec:conclusion}
Summarize your contributions and key findings. Discuss future work.
\bibliographystyle{plainnat}
\bibliography{references}
\end{document}

PDF Preview
Create an account to compile and preview