PricingLogic: Evaluating LLMs Reasoning on Complex Tourism Pricing Tasks
Yunuo Liu, Dawei Zhu, Zena Al-Khalili, Dai Cheng, Yanjun Chen, Dietrich Klakow, Wei Zhang, Xiaoyu Shen
TL;DR
PricingLogic introduces a real-world tourism pricing benchmark with 42 pricing policies and 300 questions across three difficulty levels, designed to evaluate LLM reasoning and arithmetic under overlapping rules. The authors compare end-to-end prompting and code-assisted reasoning, finding that CaR substantially improves accuracy on both standard and bundled pricing tasks, though complex scenarios remain challenging. Key findings show state-of-the-art models struggle to reliably automate revenue-critical pricing, highlighting a gap between theoretical reasoning and practical deployment. The work provides a public dataset and code, and argues for safeguards and domain adaptation to enable trustworthy AI-assisted pricing in the travel industry.
Abstract
We present PricingLogic, the first benchmark that probes whether Large Language Models(LLMs) can reliably automate tourism-related prices when multiple, overlapping fare rules apply. Travel agencies are eager to offload this error-prone task onto AI systems; however, deploying LLMs without verified reliability could result in significant financial losses and erode customer trust. PricingLogic comprises 300 natural-language questions based on booking requests derived from 42 real-world pricing policies, spanning two levels of difficulty: (i) basic customer-type pricing and (ii)bundled-tour calculations involving interacting discounts. Evaluations of a line of LLMs reveal a steep performance drop on the harder tier,exposing systematic failures in rule interpretation and arithmetic reasoning.These results highlight that, despite their general capabilities, today's LLMs remain unreliable in revenue-critical applications without further safeguards or domain adaptation. Our code and dataset are available at https://github.com/EIT-NLP/PricingLogic.
