Files
PHANTOM/paper/src/main.tex

53 lines
1.8 KiB
TeX

% -*- TeX-master: t -*-
\documentclass[sigconf,nonacm,natbib=false]{acmart}
% Remove ACM copyright/conference info for thesis
\settopmatter{printacmref=false}
\renewcommand\footnotetextcopyrightpermission[1]{}
\pagestyle{plain}
\input{preamble}
\begin{document}
\title{Pricing Heuristics Against Non-human Transaction Orchestration Mechanisms}
\author{Daniel Rösel}
\email{daniel@alves.world}
\affiliation{%
\institution{IE University}
\city{Madrid}
\country{Spain}
}
\author{Alberto Martín Izquierdo}
\email{amartini@faculty.ie.edu}
\affiliation{%
\institution{IE University}
\city{Madrid}
\country{Spain}
}
\begin{abstract}
The primary objective of this thesis is to develop and validate pricing heuristics that protect e-commerce platforms from systematic exploitation by Large Language Model (LLM) agents within dynamic pricing environments. As AI agents increasingly mediate consumer transactions, they enable users to circumvent the Cost of Information (the price premium accumulated through demand signal expression) by conducting reconnaissance in isolated sessions before executing purchases through clean sessions at base prices. This research will make an anticipatory contribution by adapting recommendation system methodologies to distinguish between genuine human browsing behaviour and agent-orchestrated information gathering, thereby enabling pricing systems to maintain margin integrity without degrading the user experience for legitimate customers or getting rid of leads generated by LLMs.
\end{abstract}
\maketitle
\input{chapters/01-intro}
\input{chapters/02-literature-review}
\input{chapters/03-methodology}
\input{chapters/04-results}
\input{chapters/05-discussion}
\input{chapters/06-conclusion}
\printbibliography
\clearpage
\onecolumn
\appendix
\input{../build/concatenated_code}
\end{document}