paper-with-me

홈 › Papers

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

2023-10-11 · Zhongfen Deng, Wei-Te Chen, Lei Chen, Philip S. Yu

Product attribute value extraction plays an important role for many real-world applications in e-Commerce such as product search and recommendation. Previous methods treat it as a sequence labeling task that needs more annotation for position of values in the product text. This limits their application to real-world scenario in which only attribute values are weakly-annotated for each product without their position. Moreover, these methods only use product text (i.e., product title and description) and do not consider the semantic connection between the multiple attribute values of a given product and its text, which can help attribute value extraction. 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). We propose a classification model with semantic matching and negative label sampling for attribute value extraction. Semantic matching aims to capture semantic interactions between attribute values of a given product and its text. Negative label sampling aims to enhance the model's ability of distinguishing similar values belonging to the same attribute. Experimental results on three subsets of a large real-world e-Commerce dataset demonstrate the effectiveness and superiority of our proposed model.

📄 PDF Abstract BibTeX arXiv:2310.07137

Code (1)

zhongfendeng/ae-smnsmlc 공식 구현 pytorch

Tasks

AttributeAttribute Value ExtractionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPosition

Similar Papers 제목 키워드 기반

Hierarchy-aware Label Semantics Matching Network for Hierarchical Text Classification

2021-08-01 · ACL 2021 5 · Haibin Chen, Qianli Ma, Zhenxi Lin, Jiangyue Yan

Hierarchical text classification is an important yet challenging task due to the complex structure of the label hierarchy. Existing methods ignore the semantic relationship between text and labels, so they cannot make fu…

Classificationtext-classificationText Classification

Dynamic Semantic Matching and Aggregation Network for Few-shot Intent Detection

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Hoang Nguyen, Chenwei Zhang, Congying Xia, Philip S. Yu

Few-shot Intent Detection is challenging due to the scarcity of available annotated utterances. Although recent works demonstrate that multi-level matching plays an important role in transferring learned knowledge from s…

Few-Shot LearningGeneralized Few-Shot LearningIntent Detection

GM-MLIC: Graph Matching based Multi-Label Image Classification

2021-04-30 · Yanan Wu, He Liu, Songhe Feng, Yi Jin 외

Multi-Label Image Classification (MLIC) aims to predict a set of labels that present in an image. The key to deal with such problem is to mine the associations between image contents and labels, and further obtain the co…

ClassificationGeneral ClassificationGraph Matchingimage-classification+2

Multi-Task Label Embedding for Text Classification

2017-10-17 · EMNLP 2018 10 · Honglun Zhang, Liqiang Xiao, Wenqing Chen, Yongkun Wang 외

Multi-task learning in text classification leverages implicit correlations among related tasks to extract common features and yield performance gains. However, most previous works treat labels of each task as independent…

ClassificationGeneral ClassificationMulti-Task Learningtext-classification+1

MatchXML: An Efficient Text-label Matching Framework for Extreme Multi-label Text Classification

2023-08-25 · Hui Ye, Rajshekhar Sunderraman, Shihao Ji

The eXtreme Multi-label text Classification(XMC) refers to training a classifier that assigns a text sample with relevant labels from an extremely large-scale label set (e.g., millions of labels). We propose MatchXML, an…

Multi Label Text ClassificationMulti-Label Text ClassificationSentenceSentence Embeddings+2