mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
alining format to fit the rubric
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
% -*- TeX-master: t -*-
|
||||
\documentclass[manuscript,nonacm,natbib=false]{acmart}
|
||||
\documentclass[12pt,letterpaper]{article}
|
||||
|
||||
% Remove ACM copyright/conference info for thesis
|
||||
\settopmatter{printacmref=false}
|
||||
\renewcommand\footnotetextcopyrightpermission[1]{}
|
||||
\pagestyle{plain}
|
||||
|
||||
\input{preamble}
|
||||
@@ -12,30 +9,21 @@
|
||||
|
||||
\title{Pricing Heuristics Against Non-human Transaction Orchestration Mechanisms}
|
||||
|
||||
\author{Daniel Rösel}
|
||||
\authornote{Primary author and student researcher}
|
||||
\email{daniel@alves.world}
|
||||
\affiliation{%
|
||||
\institution{IE University}
|
||||
\city{Madrid}
|
||||
\country{Spain}
|
||||
\author{
|
||||
Daniel Rösel\thanks{Primary author and student researcher. Email: daniel@alves.world} \\
|
||||
IE University, Madrid, Spain \\[1em]
|
||||
Alberto Martín Izquierdo\thanks{Thesis advisor. Email: amartini@faculty.ie.edu} \\
|
||||
IE University, Madrid, Spain
|
||||
}
|
||||
|
||||
\author{Alberto Martín Izquierdo}
|
||||
\authornote{Thesis advisor}
|
||||
\email{amartini@faculty.ie.edu}
|
||||
\affiliation{%
|
||||
\institution{IE University}
|
||||
\city{Madrid}
|
||||
\country{Spain}
|
||||
}
|
||||
\date{\today}
|
||||
|
||||
\maketitle
|
||||
|
||||
\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 behavior 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}
|
||||
@@ -45,15 +33,13 @@ The primary objective of this thesis is to develop and validate pricing heuristi
|
||||
\input{chapters/06-conclusion}
|
||||
|
||||
|
||||
\begin{acks}
|
||||
Eugene Bykovets, PhD - ETH for helping with problem formulation \\
|
||||
Research supported with Cloud TPUs from Google’s TPU Research Cloud (TRC).
|
||||
\end{acks}
|
||||
\section*{Acknowledgments}
|
||||
Eugene Bykovets, PhD - ETH for helping with problem formulation.
|
||||
Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC).
|
||||
|
||||
\printbibliography
|
||||
|
||||
\clearpage
|
||||
\onecolumn
|
||||
\appendix
|
||||
\section{Terminology}
|
||||
\begin{description}
|
||||
|
||||
Reference in New Issue
Block a user