English

A Framework for Leveraging Partially-Labeled Data for Product Attribute-Value Identification

Computation and Language 2024-11-19 v2 Artificial Intelligence Information Retrieval Machine Learning

Abstract

In the e-commerce domain, the accurate extraction of attribute-value pairs (e.g., Brand: Apple) from product titles and user search queries is crucial for enhancing search and recommendation systems. A major challenge with neural models for this task is the lack of high-quality training data, as the annotations for attribute-value pairs in the available datasets are often incomplete. To address this, we introduce GenToC, a model designed for training directly with partially-labeled data, eliminating the necessity for a fully annotated dataset. GenToC employs a marker-augmented generative model to identify potential attributes, followed by a token classification model that determines the associated values for each attribute. GenToC outperforms existing state-of-the-art models, exhibiting upto 56.3% increase in the number of accurate extractions. Furthermore, we utilize GenToC to regenerate the training dataset to expand attribute-value annotations. This bootstrapping substantially improves the data quality for training other standard NER models, which are typically faster but less capable in handling partially-labeled data, enabling them to achieve comparable performance to GenToC. Our results demonstrate GenToC's unique ability to learn from a limited set of partially-labeled data and improve the training of more efficient models, advancing the automated extraction of attribute-value pairs. Finally, our model has been successfully integrated into IndiaMART, India's largest B2B e-commerce platform, achieving a significant increase of 20.2% in the number of correctly identified attribute-value pairs over the existing deployed system while achieving a high precision of 89.5%.

Keywords

Cite

@article{arxiv.2405.10918,
  title  = {A Framework for Leveraging Partially-Labeled Data for Product Attribute-Value Identification},
  author = {D. Subhalingam and Keshav Kolluru and Mausam and Saurabh Singal},
  journal= {arXiv preprint arXiv:2405.10918},
  year   = {2024}
}

Comments

Accepted to KDD 2025 ADS Track

R2 v1 2026-06-28T16:31:02.934Z