paper-with-me

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 unstructured product descriptions, necessitating the extraction of attribute-value pairs from these texts. BERT-based extraction methods require large amounts of task-specific training data and struggle with unseen attribute values. This paper explores using large language models (LLMs) as a more training-data efficient and robust alternative. We propose prompt templates for zero-shot and few-shot scenarios, comparing textual and JSON-based target schema representations. Our experiments show that GPT-4 achieves the highest average F1-score of 85% using detailed attribute descriptions and demonstrations. Llama-3-70B performs nearly as well, offering a competitive open-source alternative. GPT-4 surpasses the best PLM baseline by 5% in F1-score. Fine-tuning GPT-3.5 increases the performance to the level of GPT-4 but reduces the model's ability to generalize to unseen attribute values.

📄 PDF Abstract BibTeX arXiv:2310.12537

Code (1)

wbsg-uni-mannheim/extractgpt 공식 구현

Tasks

AttributeAttribute Value Extraction

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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Unveiling Security, Privacy, and Ethical Concerns of ChatGPT

2023-07-26 · Xiaodong Wu, Ran Duan, Jianbing Ni

This paper delves into the realm of ChatGPT, an AI-powered chatbot that utilizes topic modeling and reinforcement learning to generate natural responses. Although ChatGPT holds immense promise across various industries, …

ChatbotEthics

From User Surveys to Telemetry-Driven AI Agents: Exploring the Potential of Personalized Productivity Solutions

2024-01-17 · Subigya Nepal, Javier Hernandez, Talie Massachi, Kael Rowan 외

Information workers increasingly struggle with productivity challenges in modern workplaces, facing difficulties in managing time and effectively utilizing workplace analytics data for behavioral improvement. Despite the…

Survey

MOON: Generative MLLM-based Multimodal Representation Learning for E-commerce Product Understanding

2025-08-16 · Daoze Zhang, Chenghan Fu, Zhanheng Nie, Jianyu Liu 외 arxiv

With the rapid advancement of e-commerce, exploring general representations rather than task-specific ones has attracted increasing research attention. For product understanding, although existing discriminative dual-flo…

Representation LearningCross-Modal Retrieval

Exploring Large Language Models for Product Attribute Value Identification

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

Product attribute value identification (PAVI) involves automatically identifying attributes and their values from product information, enabling features like product search, recommendation, and comparison. Existing metho…

AttributeIn-Context Learning

MOON3.0: Reasoning-aware Multimodal Representation Learning for E-commerce Product Understanding

2026-04-01 · Junxian Wu, Chenghan Fu, Zhanheng Nie, Daoze Zhang 외 arxiv

With the rapid growth of e-commerce, exploring general representations rather than task-specific ones has attracted increasing attention. Although recent multimodal large language models (MLLMs) have driven significant p…

Representation LearningReinforcement Learning