Skip to content
Snippets Groups Projects
Commit fbb1d0e7 authored by pat-alt's avatar pat-alt
Browse files

sorted out citations. Had to convert bibliograhy to bibtex

parent 8f314ef7
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,6 @@
# *.eps
# *.pdf
## Generated if empty string is given at "Please type another file name for output:"
.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
No preview for this file type
......@@ -32,6 +32,10 @@
\usepackage{xcolor} % colors
\usepackage{amsmath}
% Bibliography
\bibliographystyle{plainnat}
\setcitestyle{authoryear, round, comma}
\title{Conformal Counterfactual Explanations}
......@@ -125,6 +129,19 @@ Solutions to Equation~\ref{eq:general} are considered valid as soon as the predi
To properly serve both AI practitioners and individuals affected by AI decision-making systems, Counterfactual Explanations should have certain desirable properties, sometimes referred to as \textit{desiderata}. Besides diversity, which we already introduced above, some of the most prominent desiderata include sparsity, proximity \citep{wachter2017counterfactual}, actionability~\citep{ustun2019actionable}, plausibility \citep{joshi2019realistic,poyiadzi2020face,schut2021generating}, robustness \citep{upadhyay2021robust,pawelczyk2022probabilistically,altmeyer2023endogenous} and causality~\citep{karimi2021algorithmic}. Researchers have come up with various ways to meet these desiderata, which have been surveyed in~\citep{verma2020counterfactual} and~\citep{karimi2020survey}.
\section*{References}
References follow the acknowledgments. Use unnumbered first-level heading for
the references. Any choice of citation style is acceptable as long as you are
consistent. It is permissible to reduce the font size to \verb+small+ (9 point)
when listing the references.
Note that the Reference section does not count towards the page limit.
\medskip
\bibliography{../bib}
\section{Submission of papers to NeurIPS 2022}
......@@ -483,21 +500,6 @@ Do {\bf not} include this section in the anonymized submission, only in the fina
\end{ack}
\section*{References}
References follow the acknowledgments. Use unnumbered first-level heading for
the references. Any choice of citation style is acceptable as long as you are
consistent. It is permissible to reduce the font size to \verb+small+ (9 point)
when listing the references.
Note that the Reference section does not count towards the page limit.
\medskip
\bibliographystyle{plainnat}
\bibliography{../bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Checklist}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment