ImplicitAVE: An Open-Source Dataset and Multimodal LLMs Benchmark for Implicit Attribute Value Extraction
Henry Peng Zou, Vinay Samuel, Yue Zhou, Weizhi Zhang, Liancheng Fang, Zihe Song, Philip S. Yu, Cornelia Caragea
TL;DR
ImplicitAVE addresses the gap in implicit attribute value extraction by providing the first publicly available multimodal dataset that pairs product text with images across five domains. The authors construct ImplicitAVE through data collection from MAVE, rigorous curation, implicit-value expansion, and two-stage human validation, yielding 68,604 training and 1,610 test instances with 25 attributes and 158 values. They benchmark six recent multimodal LLMs (11 variants) under zero-shot and fine-tuned settings, revealing that implicit AVE remains challenging and that GPT-4V currently offers the strongest performance, with open-source models lagging behind. The dataset and benchmarks enable systematic study of multimodal reasoning for implicit attribute inference and pave the way for future work on multi-valued attributes and negative none values in e-commerce scenarios.
Abstract
Existing datasets for attribute value extraction (AVE) predominantly focus on explicit attribute values while neglecting the implicit ones, lack product images, are often not publicly available, and lack an in-depth human inspection across diverse domains. To address these limitations, we present ImplicitAVE, the first, publicly available multimodal dataset for implicit attribute value extraction. ImplicitAVE, sourced from the MAVE dataset, is carefully curated and expanded to include implicit AVE and multimodality, resulting in a refined dataset of 68k training and 1.6k testing data across five domains. We also explore the application of multimodal large language models (MLLMs) to implicit AVE, establishing a comprehensive benchmark for MLLMs on the ImplicitAVE dataset. Six recent MLLMs with eleven variants are evaluated across diverse settings, revealing that implicit value extraction remains a challenging task for MLLMs. The contributions of this work include the development and release of ImplicitAVE, and the exploration and benchmarking of various MLLMs for implicit AVE, providing valuable insights and potential future research directions. Dataset and code are available at https://github.com/HenryPengZou/ImplicitAVE
