mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
stronger lit review and more sources
This commit is contained in:
@@ -81,3 +81,42 @@
|
||||
isbn = {978-1-292-40117-1},
|
||||
title = {Artificial Intelligence A Modern Approach Fourth Edition Global Edition}
|
||||
}
|
||||
@misc{Parkes2015,
|
||||
abstract = {The field of artificial intelligence (AI) strives to build rational agents capable of perceiving the world around them and taking actions to advance specified goals. Put another way, AI researchers aim to construct a synthetic homo economicus, the mythical perfectly rational agent of neoclassical economics.We review progress toward creating this new species of machine, machina economicus, and discuss some challenges in designing AIs that can reason effectively in economic contexts. Supposing that AI succeeds in this quest, or at least comes close enough that it is useful to think about AIs in rationalistic terms, we ask how to design the rules of interaction in multi-agent systems that come to represent an economy of AIs.Theories of normative design from economics may prove more relevant for artificial agents than human agents, with AIs that better respect idealized assumptions of rationality than people, interacting through novel rules and incentive systems quite distinct from those tailored for people.},
|
||||
author = {David C. Parkes and Michael P. Wellman},
|
||||
doi = {10.1126/science.aaa8403},
|
||||
issn = {10959203},
|
||||
issue = {6245},
|
||||
journal = {Science},
|
||||
month = {7},
|
||||
pages = {267-272},
|
||||
pmid = {26185245},
|
||||
publisher = {American Association for the Advancement of Science},
|
||||
title = {Economic reasoning and artificial intelligence},
|
||||
volume = {349},
|
||||
year = {2015}
|
||||
}
|
||||
|
||||
@article{Xia2025,
|
||||
abstract = {Large Language Models (LLMs) have enabled the emergence of LLM agents, systems capable of pursuing under-specified goals and adapting after deployment. Evaluating such agents is challenging because their behavior is open ended, probabilistic, and shaped by system-level interactions over time. Traditional evaluation methods, built around fixed benchmarks and static test suites, fail to capture emergent behaviors or support continuous adaptation across the lifecycle. To ground a more systematic approach, we conduct a multivocal literature review (MLR) synthesizing academic and industrial evaluation practices. The findings directly inform two empirically derived artifacts: a process model and a reference architecture that embed evaluation as a continuous, governing function rather than a terminal checkpoint. Together they constitute the evaluation-driven development and operations (EDDOps) approach, which unifies offline (development-time) and online (runtime) evaluation within a closed feedback loop. By making evaluation evidence drive both runtime adaptation and governed redevelopment, EDDOps supports safer, more traceable evolution of LLM agents aligned with changing objectives, user needs, and governance constraints.},
|
||||
author = {Boming Xia and Qinghua Lu and Liming Zhu and Zhenchang Xing and Dehai Zhao and Hao Zhang},
|
||||
month = {11},
|
||||
title = {Evaluation-Driven Development and Operations of LLM Agents: A Process Model and Reference Architecture},
|
||||
url = {http://arxiv.org/abs/2411.13768},
|
||||
year = {2025}
|
||||
}
|
||||
|
||||
@techReport{Varian,
|
||||
abstract = {The eeld of economic mechanism design has been an active area of research in economics for at least 20 years. This eld uses the tools of economics and game theory to design \rules of interaction" for economic transactions that will, in principle , yield some desired outcome. In this paper I provide an overview of this subject for an audience interested in applications to electronic commerce and discuss some special problems that arise in this context.},
|
||||
author = {Hal R Varian},
|
||||
title = {Economic Mechanism Design for Computerized Agents}
|
||||
}
|
||||
@techReport{Mullapudi,
|
||||
abstract = {Dynamic pricing represents a critical strategic challenge in modern e-commerce, where firms must navigate fluctuating demand, inventory constraints, and aggressive competitor actions. Traditional static and heuristic-based pricing models often fail to capture the complex, non-linear dynamics of competitive digital markets, leading to suboptimal profitability. This paper proposes a model-free reinforcement learning (RL) framework to address this challenge. Specifically, we design, implement, and evaluate a Q-learning agent capable of learning an optimal, state-dependent pricing policy. The agent is trained and evaluated within a simulated market environment constructed from the publicly available "Retail Price Optimization" dataset from Kaggle, which provides a rich feature set including historical sales, product characteristics, seasonality, and, crucially, competitor pricing data. The problem is formulated as a Markov Decision Process (MDP), where the agent's state incorporates its price position relative to competitors, competitor price trends, and seasonal factors. The agent's performance is benchmarked against three baseline strategies: static pricing, a reactive "follow-the-leader" heuristic, and random pricing. The results demonstrate that the Q-learning agent achieves a substantial increase in total cumulative profit over the evaluation period, outperforming all baselines by learning a nuanced policy that strategically balances price adjustments in response to market conditions. This work provides a practical and reproducible blueprint for applying reinforcement learning to optimize pricing decisions in a simulated yet realistic competitive retail environment, highlighting the potential of RL to automate complex strategic decision-making.},
|
||||
author = {Pavan Mullapudi},
|
||||
issue = {4},
|
||||
journal = {International Journal on Science and Technology (IJSAT) IJSAT25049558},
|
||||
keywords = {Index Terms: Dynamic Pricing,Markov Decision Process,Price Optimization,Q-Learning,Reinforcement Learning,Retail Analytics},
|
||||
title = {A Reinforcement Learning Approach to Dynamic Pricing},
|
||||
volume = {16}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user