Solving Price Per Unit Problem Around the World: Formulating Fact Extraction as Question Answering
Tarik Arici, Kushal Kumar, Hayreddin \c{C}eker, Anoop S V K K Saladi,, Ismail Tutar

TL;DR
This paper introduces a novel question-answering framework for extracting total quantities from product descriptions to accurately compute Price Per Unit, outperforming rule-based and BERT-based methods globally.
Contribution
It formulates fact extraction as a question-answering task using a deep character-level CNN, enabling better generalization, multi-span answering, and low-latency deployment.
Findings
Outperforms rule-based methods by 34.4% in precision.
Achieves highest precision lift of 10.6% in US store.
Effective across multiple stores globally.
Abstract
Price Per Unit (PPU) is an essential information for consumers shopping on e-commerce websites when comparing products. Finding total quantity in a product is required for computing PPU, which is not always provided by the sellers. To predict total quantity, all relevant quantities given in a product attributes such as title, description and image need to be inferred correctly. We formulate this problem as a question-answering (QA) task rather than named entity recognition (NER) task for fact extraction. In our QA approach, we first predict the unit of measure (UoM) type (e.g., volume, weight or count), that formulates the desired question (e.g., "What is the total volume?") and then use this question to find all the relevant answers. Our model architecture consists of two subnetworks for the two subtasks: a classifier to predict UoM type (or the question) and an extractor to extract…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
