paper-with-me

Papers

Exploring Large Language Models for Product Attribute Value Identification

2024-09-19 · Kassem Sabeh, Mouna Kacimi, Johann Gamper, Robert Litschko, Barbara Plank

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.

📄 PDF Abstract BibTeX arXiv:2409.12695

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeIn-Context Learning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adam 설명 없음
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
SentencePiece 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

ExtractGPT: Exploring the Potential of Large Language Models for Product Attribute Value Extraction

2023-10-19 · Alexander Brinkmann, Roee Shraga, Christian Bizer

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 Extraction

Exploring Generative Models for Joint Attribute Value Extraction from Product Titles

2022-08-15 · Kalyani Roy, Tapas Nayak, Pawan Goyal

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 Extraction

Attribute Value Generation from Product Title using Language Models

2021-08-01 · ACL (ECNLP) 2021 8 · Kalyani Roy, Pawan Goyal, Manish Pandey

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+3

Multi-Value-Product Retrieval-Augmented Generation for Industrial Product Attribute Value Identification

2025-09-28 · Huike Zou, Haiyang Yang, Yindu Su, Liyu Chen 외 arxiv

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

2023-06-23 · Alexander Brinkmann, Roee Shraga, Reng Chiz Der, Christian Bizer

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