# Hybrid NER System for Multi-Source Offer Feeds

**Authors:** Anusha Holla, Bharat Gaind, Vikas Reddy Katta, Abhishek Kundu, S, Kamalesh

arXiv: 1901.08406 · 2019-06-12

## TL;DR

This paper introduces a hybrid NER system combining multiple models to effectively extract key offer entities from diverse, unstructured web data, enhancing targeted advertising efforts.

## Contribution

A novel hybrid NER model using stacking of CRF, BiLSTM, and Spacy with an SVM classifier, tailored for offer feed data from multiple sources.

## Key findings

- Hybrid model outperforms existing NER models in offer domain
- Effective extraction of offer entities from multi-source feeds
- Improved accuracy in identifying offer-related information

## Abstract

Data available across the web is largely unstructured. Offers published by multiple sources like banks, digital wallets, merchants, etc., are one of the most accessed advertising data in today's world. This data gets accessed by millions of people on a daily basis and is easily interpreted by humans, but since it is largely unstructured and diverse, using an algorithmic way to extract meaningful information out of these offers is hard. Identifying the essential offer entities (for instance, its amount, the product on which the offer is applicable, the merchant providing the offer, etc.) from these offers plays a vital role in targeting the right customers to improve sales. This work presents and evaluates various existing Named Entity Recognizer (NER) models which can identify the required entities from offer feeds. We also propose a novel Hybrid NER model constructed by two-level stacking of Conditional Random Field, Bidirectional LSTM and Spacy models at the first level and an SVM classifier at the second. The proposed hybrid model has been tested on offer feeds collected from multiple sources and has shown better performance in the offer domain when compared to the existing models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.08406/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1901.08406/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1901.08406/full.md

---
Source: https://tomesphere.com/paper/1901.08406