paper-with-me

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 extraction is not scalable as they rely on manually curated training data, either with or without the use of active learning. We rely on distant supervision for training data generation, removing dependency on manual labels. One issue with distant supervision is that it leads to incomplete training annotation due to missing attribute values while matching. We propose a multi-task learning architecture to deal with missing labels in the training data, leading to F1 improvement of 9.2% for numeric attributes over single-task architecture. While multi-task architecture benefits both numeric and non-numeric attributes, we present automated techniques to further improve the numeric attributes extraction models. Numeric attributes require a list of units (or aliases) for better matching with distant supervision. We propose an automated algorithm for alias creation using product text and attribute values, leading to a 20.2% F1 improvement. Extensive experiments on real world dataset for 20 numeric attributes across 5 product categories and 3 English marketplaces show that LaTeX-Numeric achieves a high F1-score, without any manual intervention, making it suitable for practical applications. Finally, we show that the improvements are language-agnostic and LaTeX-Numeric achieves 13.9% F1 improvement for 3 Romance languages.

📄 PDF Abstract BibTeX arXiv:2104.09576

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningAttributeAttribute ExtractionMissing LabelsMulti-Task Learning

Similar Papers 제목 키워드 기반

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

LATEX-GCL: Large Language Models (LLMs)-Based Data Augmentation for Text-Attributed Graph Contrastive Learning

2024-09-02 · Haoran Yang, Xiangyu Zhao, Sirui Huang, Qing Li 외

Graph Contrastive Learning (GCL) is a potent paradigm for self-supervised graph learning that has attracted attention across various application scenarios. However, GCL for learning on Text-Attributed Graphs (TAGs) has y…

Contrastive LearningData AugmentationGraph LearningLanguage Modelling+1

LATex: Leveraging Attribute-based Text Knowledge for Aerial-Ground Person Re-Identification

2025-03-31 · Xiang Hu, Yuhao Wang, Pingping Zhang, Huchuan Lu

Aerial-Ground person Re-IDentification (AG-ReID) aims to retrieve specific persons across heterogeneous cameras in different views. Previous methods usually adopt large-scale models, focusing on view-invariant features. …

AttributePerson Re-Identification

Prompting for Numerical Sequences: A Case Study on Market Comment Generation

2024-04-03 · Masayuki Kawarada, Tatsuya Ishigaki, Hiroya Takamura

Large language models (LLMs) have been applied to a wide range of data-to-text generation tasks, including tables, graphs, and time-series numerical data-to-text settings. While research on generating prompts for structu…

Comment GenerationData-to-Text GenerationText GenerationTime Series

Neural Academic Paper Generation

2019-12-02 · Samet Demir, Uras Mutlu, Özgur Özdemir

In this work, we tackle the problem of structured text generation, specifically academic paper generation in $\LaTeX{}$, inspired by the surprisingly good results of basic character-level language models. Our motivation …

Language ModelingLanguage ModellingPaper generationText Generation