paper-with-me

Papers

Scalable Approach for Normalizing E-commerce Text Attributes (SANTA)

2021-06-12 · ACL (ECNLP) 2021 8 · Ravi Shankar Mishra, Kartik Mehta, Nikhil Rasiwasia

In this paper, we present SANTA, a scalable framework to automatically normalize E-commerce attribute values (e.g. "Win 10 Pro") to a fixed set of pre-defined canonical values (e.g. "Windows 10"). Earlier works on attribute normalization focused on fuzzy string matching (also referred as syntactic matching in this paper). In this work, we first perform an extensive study of nine syntactic matching algorithms and establish that 'cosine' similarity leads to best results, showing 2.7% improvement over commonly used Jaccard index. Next, we argue that string similarity alone is not sufficient for attribute normalization as many surface forms require going beyond syntactic matching (e.g. "720p" and "HD" are synonyms). While semantic techniques like unsupervised embeddings (e.g. word2vec/fastText) have shown good results in word similarity tasks, we observed that they perform poorly to distinguish between close canonical forms, as these close forms often occur in similar contexts. We propose to learn token embeddings using a twin network with triplet loss. We propose an embedding learning task leveraging raw attribute values and product titles to learn these embeddings in a self-supervised fashion. We show that providing supervision using our proposed task improves over both syntactic and unsupervised embeddings based techniques for attribute normalization. Experiments on a real-world attribute normalization dataset of 50 attributes show that the embeddings trained using our proposed approach obtain 2.3% improvement over best string matching and 19.3% improvement over best unsupervised embeddings.

📄 PDF Abstract BibTeX arXiv:2106.09493

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeTripletWord Similarity

Similar Papers 제목 키워드 기반

LaTeX-Numeric: Language-agnostic Text attribute eXtraction for E-commerce Numeric Attributes

2021-04-19 · Kartik Mehta, Ioana Oprea, Nikhil Rasiwasia

In this paper, we present LaTeX-Numeric - a high-precision fully-automated scalable framework for extracting E-commerce numeric attributes from product text like product description. Most of the past work on attribute ex…

Active LearningAttributeAttribute ExtractionMissing Labels+1

Contextually Aware E-Commerce Product Question Answering using RAG

2025-08-04 · Praveen Tangarajan, Anand A. Rajasekar, Manish Rathi, Vinay Rao Dandin 외 arxiv

E-commerce product pages contain a mix of structured specifications, unstructured reviews, and contextual elements like personalized offers or regional variants. Although informative, this volume can lead to cognitive ov…

Question Answering

Large Scale Generative Multimodal Attribute Extraction for E-commerce Attributes

2023-06-01 · Anant Khandelwal, Happy Mittal, Shreyas Sunil Kulkarni, Deepak Gupta

E-commerce websites (e.g. Amazon) have a plethora of structured and unstructured information (text and images) present on the product pages. Sellers often either don't label or mislabel values of the attributes (e.g. col…

AttributeAttribute ExtractionNERQuestion Answering

LATEX-Numeric: Language Agnostic Text Attribute Extraction for Numeric Attributes

2021-06-01 · NAACL 2021 4 · Kartik Mehta, Ioana Oprea, Nikhil Rasiwasia

In this paper, we present LATEX-Numeric - a high-precision fully-automated scalable framework for extracting E-commerce numeric attributes from unstructured product text like product description. Most of the past work on…

Active LearningAttributeAttribute ExtractionMissing Labels+1

Leveraging Catalog Knowledge Graphs for Query Attribute Identification in E-Commerce Sites

2018-07-13 · Ranganath Suhas

Millions of people use online e-commerce platforms to search and buy products. Identifying attributes in a query is a critical component in connecting users to relevant items. However, in many cases, the queries have mul…

AttributeKnowledge Graphs