paper-with-me

Papers

Scaling E-Commerce Attribute Extraction with Parallel Decoding

2026-09-09 · Nikhita Vedula, Dushyanta Dhyani, Bryan Wang, Shervin Malmasi arxiv

Customers rely on specific product attributes to compare products and make purchasing decisions, but e-commerce catalogs are messy and unstructured, making it difficult to identify which attributes matter most and extract them at scale. Standard Attribute Value Extraction (AVE) systems treat all attributes equally, producing large, inconsistent attribute sets that do not reflect the factors consumers use to differentiate products. We introduce a two-stage LLM pipeline that first discovers a compact, ranked schema of purchase-discriminative attributes for each product category, then extracts their values from catalog text using a fine-tuned compact LLM (Qwen3-4B) with Hyper-Parallel Decoding (HPD). This pipeline achieves 85% extraction accuracy, on par with the foundational LLM it was distilled from, while reducing inference costs by 92% over foundational LLMs, enabling production-scale use for product discovery and catalog enrichment. The resulting category-level structured representations effectively constitute automatically constructed product knowledge bases, providing consistent, comparable attributes across varied product categories that can ground downstream knowledge-intensive applications.

📄 PDF Abstract BibTeX arXiv:2609.09716

Code (1)

Tavish9/awesome-daily-AI-arxiv ★ 115

Tasks

Attribute Value ExtractionAttribute Extraction

Similar Papers 제목 키워드 기반

AdaTag: Multi-Attribute Value Extraction from Product Profiles with Adaptive Decoding

2021-06-04 · ACL 2021 5 · Jun Yan, Nasser Zalmout, Yan Liang, Christan Grant 외

Automatic extraction of product attribute values is an important enabling technology in e-Commerce platforms. This task is usually modeled using sequence labeling architectures, with several extensions to handle multi-at…

AttributeAttribute ExtractionAttribute Value ExtractionDecoder+2

Enhanced E-Commerce Attribute Extraction: Innovating with Decorative Relation Correction and LLAMA 2.0-Based Annotation

2023-12-09 · Jianghong Zhou, Weizhi Du, Md Omar Faruk Rokon, Zhaodong Wang 외

The rapid proliferation of e-commerce platforms accentuates the need for advanced search and retrieval systems to foster a superior user experience. Central to this endeavor is the precise extraction of product attribute…

AttributeAttribute ExtractionAttribute Value Extractionnamed-entity-recognition+5

Breaking the Autoregressive Chain: Hyper-Parallel Decoding for Efficient LLM-Based Attribute Value Extraction

2026-04-29 · Theodore Glavas, Nikhita Vedula, Dushyanta Dhyani, Yilun Zhu 외 arxiv

Some text generation tasks, such as Attribute Value Extraction (AVE), require decoding multiple independent sequences from the same document context. While standard autoregressive decoding is slow due to its sequential n…

Attribute Value ExtractionAttribute ExtractionText Generation

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

2019-07-01 · ACL 2019 7 · Huimin Xu, Wenting Wang, Xin Mao, Xinyu Jiang 외

Supplementing product information by extracting attribute values from title is a crucial task in e-Commerce domain. Previous studies treat each attribute only as an entity type and build one set of NER tags (e.g., BIO) f…

AttributeAttribute Value ExtractionNERTAG

Attribute Extraction from Product Titles in eCommerce

2016-08-15 · Ajinkya More

This paper presents a named entity extraction system for detecting attributes in product titles of eCommerce retailers like Walmart. The absence of syntactic structure in such short pieces of text makes extracting attrib…

AttributeAttribute ExtractionEntity Extraction using GAN