reformating

This commit is contained in:
2025-10-22 12:42:10 +02:00
parent 634f685c91
commit 0d704989e6
3 changed files with 38 additions and 43 deletions

View File

@@ -1,20 +1,38 @@
% -*- TeX-master: t -*-
\documentclass[12pt]{article}
\documentclass[sigconf,nonacm]{acmart}
% Remove ACM copyright/conference info for thesis
\settopmatter{printacmref=false}
\renewcommand\footnotetextcopyrightpermission[1]{}
\pagestyle{plain}
\input{preamble}
\begin{document}
\title{Agent-Aware Defenses for Dynamic Pricing and Recommendation Systems under Adversarial Traffic}
\author{Daniel Rösel\\
\texttt{daniel@alves.world}\\[0.5em]
IE University\\
Madrid, Spain}
\date{}
\maketitle
\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 introduction of AI agents into the ecosystem of online commerce which is run on dynamic pricing algorithms is disruptive to their own nature.
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}