Notebook for the Touché Lab at CLEF 2024
Author
Johannes Kiesel
Last Updated
5 months ago
License
Other (as stated in the work)
Abstract
Template for a participant notebook including submission instructions.
\documentclass{ceurart}
\sloppy
\copyrightyear{2024}
\copyrightclause{Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).}
\conference{CLEF 2024: Conference and Labs of the Evaluation Forum, September 09–12, 2024, Grenoble, France}
\begin{document}
% TODO: replace <team name> with the name of your team and <short title> with a phrase that indicates your approach and the tracks you participated in (using as keywords "values", "political debates", or "image")
\title{<team name> at Touché: <short title>}
\title[mode=sub]{Notebook for the Touché Lab at CLEF 2024}
% TODO: replace authors; remove \fnmark and \fntext if not nedded; replace address (you can add more)
\author[1]{First N. Author}[%
orcid=0000-0000-0000-0000,
email=first@authors.org,
]
\fnmark[1]
\author[1]{Second N. Author}[%
orcid=0000-0000-0000-0000,
email=second@authors.org,
]
\fnmark[1]
\fntext[1]{Authors contributed equally}
\address[1]{Affiliation name, Street, City, Post code, Country}
\begin{abstract}
% TODO: write your own abstract
Your abstract. If you need more information on commands to prepare this paper, see formatting-instructions.pdf. The submission-instructions.pdf contains instructions on how to submit the paper by 31 May 2024 Midnight CEST (not AoE!).
\end{abstract}
\begin{keywords}
% TODO: replace with your own keywords
Separate \sep Them with \sep Sep command
\end{keywords}
\maketitle
\section{Introduction}
% TODO: write an introduction; you can also deviate from the outline that we suggest here
You have to cite the Touch{\'e} overview paper (just as we will cite your paper); \cite{kiesel:2024}. If you participate in image retrieval/generation, you also have to cite the ImageCLEF overview paper: \cite{ionescu:2024}.
\section{Background}
% TODO: or "Related Work": whatever the reader needs to know to understand your paper and to put it into context
Papers you might want to refer to:
\begin{itemize}
\item
TIRA~\cite{froebe:2023b}
\item
If you participate in Human Value Detection:
last year's overview paper for ValueEval~\cite{kiesel:2023};
the defining paper for human value detection in texts~\cite{kiesel:2022};
the JRC report on values~\cite{scharfbillig:2021}; and
the latest publication on Schwartz' theory of values~\cite{schwartz:2012}
\item
If you participate in Image Retrieval/Generation:
the defining paper for image retrieval for arguments~\cite{kiesel:2021}
\end{itemize}
\section{System Overview}
% TODO: describe the components of your submission; for every submission you describe in the next section, it must be clear what it is (parameters etc.)
% TODO: describe resources you employed, if any
\section{Results}
% TODO: we will send you tables and/or figures together with your results that you can put here; if you have several submissions, compare their results here
\section{Conclusion}
% TODO: write a conclusion; if you have several submissions, again say what worked best; write perspectives for future work
% TODO: replace or remove acknowledgments
\begin{acknowledgments}
Your acknowledgments (funding etc.)
\end{acknowledgments}
\bibliography{touche24-paper-literature.bib}
% TODO: replace or remove appendix
\appendix
\section{Appendix}
If you need one
\end{document}