IntentionQA: A Benchmark for Evaluating Purchase Intention Comprehension Abilities of Language Models in E-commerce

Wenxuan Ding, Weiqi Wang, Sze Heng Douglas Kwok, Minghao Liu, Tianqing Fang +9 more
6/14/2024
cs.CL

Abstract

Enhancing Language Models' (LMs) ability to understand purchase intentions in E-commerce scenarios is crucial for their effective assistance in various downstream tasks. However, previous approaches that distill intentions from LMs often fail to generate meaningful and human-centric intentions applicable in real-world E-commerce contexts. This raises concerns about the true comprehension and utilization of purchase intentions by LMs. In this paper, we present IntentionQA, a double-task multiple-choice question answering benchmark to evaluate LMs' comprehension of purchase intentions in E-commerce. Specifically, LMs are tasked to infer intentions based on purchased products and utilize them to predict additional purchases. IntentionQA consists of 4,360 carefully curated problems across three difficulty levels, constructed using an automated pipeline to ensure scalability on large E-commerce platforms. Human evaluations demonstrate the high quality and low false-negative rate of our benchmark. Extensive experiments across 19 language models show that they still struggle with certain scenarios, such as understanding products and intentions accurately, jointly reasoning with products and intentions, and more, in which they fall far behind human performances. Our code and data are publicly available at https://github.com/HKUST-KnowComp/IntentionQA.

View on arXivView PDF

Code Implementations(2)

MIT

Code and data for the paper: IntentionQA: A Benchmark for Evaluating Purchase Intention Comprehension Abilities of Large Language Models in E-commerce (https://arxiv.org/pdf/2406.10173)

121PythonApr 3, 20242 years agoMIT
Apache-2.0

Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)

70,7898,642Python, MakefileMay 28, 20234 months agoApache-2.0
agentaideepseekfine-tuninggemma+15 more

Cite this paper

@article{ding2024intentionqa,
  title  = {IntentionQA: A Benchmark for Evaluating Purchase Intention Comprehension Abilities of Language Models in E-commerce},
  author = {Wenxuan Ding and Weiqi Wang and Sze Heng Douglas Kwok and Minghao Liu and Tianqing Fang and Jiaxin Bai and Xin Liu and Changlong Yu and Zheng Li and Chen Luo and Qingyu Yin and Bing Yin and Junxian He and Yangqiu Song},
  year   = {2024},
  eprint = {2406.10173},
  archivePrefix = {arXiv},
  url    = {http://arxiv.org/abs/2406.10173v2}
}

Discussion