Attribute Value Extraction

15 papers with code • 4 benchmarks • 6 datasets

Attribute Value Extraction is the task of extracting values for a given set of attributes of interest from free text input. Attribute value extraction is for example applied in the context of e-commerce where product attribute values are extracted from product offers.

The related task Attribute Mining assume that the target attribute set is unknown, while attribute value extraction assumes that the attribute set is given. Multimodal Attribute Extraction aims at extracting attribute values from multi-modal input such as text plus images.

Most implemented papers

OpenTag: Open Attribute Value Extraction from Product Profiles [Deep Learning, Active Learning, Named Entity Recognition]

hackerxiaobai/OpenTag_2019 1 Jun 2018

We study this problem in the context of product catalogs that often have missing values for many attributes of interest.

Scaling up Open Tagging from Tens to Thousands: Comprehension Empowered Attribute Value Extraction from Product Title

hackerxiaobai/OpenTag_2019 ACL 2019

Supplementing product information by extracting attribute values from title is a crucial task in e-Commerce domain.

Multimodal Joint Attribute Prediction and Value Extraction for E-commerce Product

jd-aig/JAVE EMNLP 2020

We annotate a multimodal product attribute value dataset that contains 87, 194 instances, and the experimental results on this dataset demonstrate that explicitly modeling the relationship between attributes and values facilitates our method to establish the correspondence between them, and selectively utilizing visual product information is necessary for the task.

MAVE: A Product Dataset for Multi-source Attribute Value Extraction

google-research-datasets/mave 16 Dec 2021

Attribute value extraction refers to the task of identifying values of an attribute of interest from product information.

OA-Mine: Open-World Attribute Mining for E-Commerce Products with Weak Supervision

xinyangz/oamine 29 Apr 2022

Most prior works on this matter mine new values for a set of known attributes but cannot handle new attributes that arose from constantly changing data.

CAVE: Correcting Attribute Values in E-commerce Profiles

kassemsabeh/CAVE-demo ACM International Conference on Information & Knowledge Management 2022

To the best of our knowledge, CAVE is the first system that allows users to experiment with a number of powerful QA models and compare their performances on attribute values correction using real-word datasets.

Knowledge-Enhanced Multi-Label Few-Shot Product Attribute-Value Extraction

gjiaying/keaf 16 Aug 2023

Existing attribute-value extraction (AVE) models require large quantities of labeled data for training.

AE-smnsMLC: Multi-Label Classification with Semantic Matching and Negative Label Sampling for Product Attribute Value Extraction

zhongfendeng/ae-smnsmlc 11 Oct 2023

In this paper, we reformulate this task as a multi-label classification task that can be applied for real-world scenario in which only annotation of attribute values is available to train models (i. e., annotation of positional information of attribute values is not available).

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

wbsg-uni-mannheim/extractgpt 19 Oct 2023

Vendors often times provide unstructured product descriptions consisting only of an offer title and a textual description.