paper-with-me

Papers

Large Scale Generative Multimodal Attribute Extraction for E-commerce Attributes

2023-06-01 · Anant Khandelwal, Happy Mittal, Shreyas Sunil Kulkarni, Deepak Gupta

E-commerce websites (e.g. Amazon) have a plethora of structured and unstructured information (text and images) present on the product pages. Sellers often either don't label or mislabel values of the attributes (e.g. color, size etc.) for their products. Automatically identifying these attribute values from an eCommerce product page that contains both text and images is a challenging task, especially when the attribute value is not explicitly mentioned in the catalog. In this paper, we present a scalable solution for this problem where we pose attribute extraction problem as a question-answering task, which we solve using \textbf{MXT}, consisting of three key components: (i) \textbf{M}AG (Multimodal Adaptation Gate), (ii) \textbf{X}ception network, and (iii) \textbf{T}5 encoder-decoder. Our system consists of a generative model that \emph{generates} attribute-values for a given product by using both textual and visual characteristics (e.g. images) of the product. We show that our system is capable of handling zero-shot attribute prediction (when attribute value is not seen in training data) and value-absent prediction (when attribute value is not mentioned in the text) which are missing in traditional classification-based and NER-based models respectively. We have trained our models using distant supervision, removing dependency on human labeling, thus making them practical for real-world applications. With this framework, we are able to train a single model for 1000s of (product-type, attribute) pairs, thus reducing the overhead of training and maintaining separate models. Extensive experiments on two real world datasets show that our framework improves the absolute recall@90P by 10.16\% and 6.9\% from the existing state of the art models. In a popular e-commerce store, we have deployed our models for 1000s of (product-type, attribute) pairs.

📄 PDF Abstract BibTeX arXiv:2306.00379

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeAttribute ExtractionNERQuestion Answering

Similar Papers 제목 키워드 기반

EIVEN: Efficient Implicit Attribute Value Extraction using Multimodal LLM

2024-04-13 · Henry Peng Zou, Gavin Heqing Yu, Ziwei Fan, Dan Bu 외

In e-commerce, accurately extracting product attribute values from multimodal data is crucial for improving user experience and operational efficiency of retailers. However, previous approaches to multimodal attribute va…

AttributeAttribute Value ExtractionMultimodal Attribute Value Extraction

Adapting Vision-Language Models for E-commerce Understanding at Scale

2026-02-12 · Matteo Nulli, Vladimir Orshulevich, Tala Bazazo, Christian Herold 외 arxiv

E-commerce product understanding demands by nature, strong multimodal comprehension from text, images, and structured attributes. General-purpose Vision-Language Models (VLMs) enable generalizable multimodal latent model…

Instruction FollowingAttribute Extraction

A Unified Generative Approach to Product Attribute-Value Identification

2023-06-09 · Keiji Shinzato, Naoki Yoshinaga, Yandi Xia, Wei-Te Chen

Product attribute-value identification (PAVI) has been studied to link products on e-commerce sites with their attribute values (e.g., <Material, Cotton>) using product text as clues. Technical demands from real-world e-…

Attribute

AFMRL: Attribute-Enhanced Fine-Grained Multi-Modal Representation Learning in E-commerce

2026-04-22 · Biao Zhang, Lixin Chen, Bin Zhang, Zongwei Wang 외 arxiv

Multimodal representation is crucial for E-commerce tasks such as identical product retrieval. Large representation models (e.g., VLM2Vec) demonstrate strong multimodal understanding capabilities, yet they struggle with …

Representation LearningContrastive Learning

ImplicitAVE: An Open-Source Dataset and Multimodal LLMs Benchmark for Implicit Attribute Value Extraction

2024-04-24 · Henry Peng Zou, Vinay Samuel, Yue Zhou, Weizhi Zhang 외

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 huma…

AttributeAttribute Value ExtractionBenchmarkingMultimodal Attribute Value Extraction