What is Named-Entity Recognition (NER)?

Updated July 2026

Named-entity recognition (NER) is the NLP task of locating and classifying named things in text, such as people, places, dates, products, and order numbers, so software can extract structured data from unstructured language.

When a customer writes "I want to return the blue jacket from order 48213 I bought last Tuesday," NER is what isolates blue jacket as a product, 48213 as an order number, and last Tuesday as a date. It turns a sentence into fields a system can use.

NER is closely tied to slot filling: NER finds the entities in the text, and slot filling decides which of them satisfy the requirements of the recognized intent. One detects, the other assigns.

NER is a commodity capability, and Aide, the agentic AI platform for customer experience, uses it the way any serious system does. What matters is the order of operations. Aide classifies intent first, then uses entity extraction to populate the slots that intent requires, while the Customer Context Engine cross-checks extracted entities against real records in Shopify, WooCommerce, or Salesforce.

Validation is the safeguard. An extracted entity is treated as unverified until it matches a real record: if an order number does not correspond to an actual order, no automation proceeds on it. What was extracted, and what it was checked against, stays recorded and reviewable.

Frequently asked questions

What is the difference between NER and slot filling?
NER finds and labels named things in text. Slot filling decides which of those values fill the specific slots an intent needs. NER detects, slot filling assigns.
Is NER reliable enough to act on automatically?
On its own, no. Aide validates extracted entities against real customer records before any automation acts, so a misread value cannot quietly drive a wrong action.

Related terms

Deploy governed AI agents

Increase the quality of your customer's experiences and improve the efficiency of your operations with our agentic AI platform.

Get a demo
We use cookies to enhance your Aide experience.
by clicking "accept all" you consent to our use of cookies.
Learn more