Exploring Large Language Models for Product Attribute Value Identification
Product attribute value identification (PAVI) involves automatically identifying attributes and their values from product information, enabling features like product search, recommendation, and comparison. Existing methods primarily rely on fine-tuning pre-trained language models, such as BART and T5, which require extensive task-specific training data and struggle to generalize to new attributes. This paper explores large language models (LLMs), such as LLaMA and Mistral, as data-efficient and robust alternatives for PAVI. We propose various strategies: comparing one-step and two-step prompt-based approaches in zero-shot settings and utilizing parametric and non-parametric knowledge through in-context learning examples. We also introduce a dense demonstration retriever based on a pre-trained T5 model and perform instruction fine-tuning to explicitly train LLMs on task-specific instructions. Extensive experiments on two product benchmarks show that our two-step approach significantly improves performance in zero-shot settings, and instruction fine-tuning further boosts performance when using training data, demonstrating the practical benefits of using LLMs for PAVI.
Code (0)
등록된 구현이 없습니다.
Tasks
AttributeIn-Context LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
ExtractGPT: Exploring the Potential of Large Language Models for Product Attribute Value Extraction
E-commerce platforms require structured product data in the form of attribute-value pairs to offer features such as faceted product search or attribute-based product comparison. However, vendors often provide unstructure…
AttributeAttribute Value ExtractionExploring Generative Models for Joint Attribute Value Extraction from Product Titles
Attribute values of the products are an essential component in any e-commerce platform. Attribute Value Extraction (AVE) deals with extracting the attributes of a product and their values from its title or description. I…
AttributeAttribute Value ExtractionAttribute Value Generation from Product Title using Language Models
Identifying the value of product attribute is essential for many e-commerce functions such as product search and product recommendations. Therefore, identifying attribute values from unstructured product descriptions is …
AttributeAttribute Value Extractionnamed-entity-recognitionNamed Entity Recognition+3Multi-Value-Product Retrieval-Augmented Generation for Industrial Product Attribute Value Identification
Identifying attribute values from product profiles is a key task for improving product search, recommendation, and business analytics on e-commerce platforms, which we called Product Attribute Value Identification (PAVI)…
Product Information Extraction using ChatGPT
Structured product data in the form of attribute/value pairs is the foundation of many e-commerce applications such as faceted product search, product comparison, and product recommendation. Product offers often only con…
AttributeLanguage ModelingLanguage ModellingProduct Recommendation