paper-with-me

Papers

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 contain textual descriptions of the product attributes in the form of titles or free text. Hence, extracting attribute/value pairs from textual product descriptions is an essential enabler for e-commerce applications. In order to excel, state-of-the-art product information extraction methods require large quantities of task-specific training data. The methods also struggle with generalizing to out-of-distribution attributes and attribute values that were not a part of the training data. Due to being pre-trained on huge amounts of text as well as due to emergent effects resulting from the model size, Large Language Models like ChatGPT have the potential to address both of these shortcomings. This paper explores the potential of ChatGPT for extracting attribute/value pairs from product descriptions. We experiment with different zero-shot and few-shot prompt designs. Our results show that ChatGPT achieves a performance similar to a pre-trained language model but requires much smaller amounts of training data and computation for fine-tuning.

📄 PDF Abstract BibTeX arXiv:2306.14921

Code (1)

wbsg-uni-mannheim/pie_chatgpt 공식 구현

Tasks

AttributeLanguage ModelingLanguage ModellingProduct Recommendation

Similar Papers 제목 키워드 기반

Extending ChatGPT with a Browserless System for Web Product Price Extraction

2025-01-07 · Jorge Lloret-Gazo

With the advenement of ChatGPT, we can find very clean, precise answers to a varied amount of questions. However, for questions such as 'find the price of the lemon cake at zingerman's', the answer looks like 'I can't br…

Evaluating ChatGPT on Medical Information Extraction Tasks: Performance, Explainability and Beyond

2026-01-29 · Liz Li, Wei Zhu arxiv

Large Language Models (LLMs) like ChatGPT have demonstrated amazing capabilities in comprehending user intents and generate reasonable and useful responses. Beside their ability to chat, their capabilities in various nat…

Information Extraction

Zero-shot information extraction from radiological reports using ChatGPT

2023-09-04 · Danqing Hu, Bing Liu, Xiaofeng Zhu, Xudong Lu 외

Electronic health records contain an enormous amount of valuable information, but many are recorded in free text. Information extraction is the strategy to transform the sequence of characters into structured data, which…

Language ModellingLarge Language Modelnamed-entity-recognitionNamed Entity Recognition+1

Exploring the Feasibility of ChatGPT for Event Extraction

2023-03-07 · Jun Gao, Huan Zhao, Changlong Yu, Ruifeng Xu

Event extraction is a fundamental task in natural language processing that involves identifying and extracting information about events mentioned in text. However, it is a challenging task due to the lack of annotated da…

Event ExtractionMachine TranslationQuestion AnsweringText Summarization

Evaluating ChatGPT's Information Extraction Capabilities: An Assessment of Performance, Explainability, Calibration, and Faithfulness

2023-04-23 · Bo Li, Gexiang Fang, Yang Yang, Quansen Wang 외

The capability of Large Language Models (LLMs) like ChatGPT to comprehend user intent and provide reasonable responses has made them extremely popular lately. In this paper, we focus on assessing the overall ability of C…