If you use this template consider starring this repository.
This repository contains the official code for the paper:
Your paper title here,
Author1, Author2, Author 3,
Proceedings of Conference (Acronym), 20xx.
Your abstract goes here.
To install the required dependencies:
conda create -n envname python=3.12
conda activate envname
pip install -e .
Instructions on how to reproduce/run the experiments in the paper.
If you use the model or code in this repository, consider citing our paper:
@article{dummy2025dummy,
title={A dummy paper title},
author={Author1, Author2, Author 3},
journal={A dummy journal},
year={20xx}
}