Tagged articles

Named Entity Recognition

17 articles · Page 1 of 1
Lisa Notes
Lisa Notes
Jun 27, 2026 · Artificial Intelligence

Getting Started with Stanford CoreNLP: Tokenization, POS, NER, and Parsing

This guide introduces Stanford CoreNLP, a Python interface for fundamental NLP tasks such as tokenization, part‑of‑speech tagging, named‑entity recognition, constituency and dependency parsing, showing installation steps, model download links, and example outputs.

NLPNamed Entity RecognitionPOS tagging
0 likes · 4 min read
Getting Started with Stanford CoreNLP: Tokenization, POS, NER, and Parsing
Lisa Notes
Lisa Notes
Jun 19, 2026 · Artificial Intelligence

Common NLP Q&A: Key Concepts, Models, and Tools Explained

This article provides concise answers to frequent Natural Language Processing questions, covering the distinction between NLP and NLG, popular pretrained models, deep‑learning architectures, word‑vector techniques, named‑entity recognition, sentiment, semantic and syntax analysis, part‑of‑speech tagging, language models, core tasks, real‑world applications, challenges, future trends, interpretability, and essential tools and libraries.

Deep LearningNLPNamed Entity Recognition
0 likes · 14 min read
Common NLP Q&A: Key Concepts, Models, and Tools Explained
Programmer XiaoFu
Programmer XiaoFu
Apr 13, 2026 · Artificial Intelligence

Why Prompt‑Based JSON Extraction Breaks LLM‑Driven Intent and NER

The article explains how using plain prompts to force large language models to output JSON for intent recognition and named‑entity extraction leads to unpredictable extra text, key mismatches, and hallucinated fields, and it presents three robust alternatives—placeholders, function calling, and constrained decoding—to achieve reliable structured outputs.

Constrained DecodingFunction CallingIntent Recognition
0 likes · 8 min read
Why Prompt‑Based JSON Extraction Breaks LLM‑Driven Intent and NER
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Dec 9, 2022 · Artificial Intelligence

How SpanProto Boosts Few-Shot NER Accuracy with a Two-Stage Span Approach

SpanProto, a two‑stage span‑based prototypical network, dramatically improves few‑shot named entity recognition by extracting candidate spans with a global boundary matrix and classifying them via prototypical and margin learning, achieving notable gains on the Few‑NERD benchmark with minimal labeled data.

EMNLP 2022NLPNamed Entity Recognition
0 likes · 8 min read
How SpanProto Boosts Few-Shot NER Accuracy with a Two-Stage Span Approach
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Jul 19, 2022 · Artificial Intelligence

How NER Dominated NLPCC 2022: Techniques Behind the Winning Model

This article reviews the recent NLPCC 2022 NER competition, explains the evolution of named entity recognition, details the five major modeling paradigms, and describes the winning team’s relation‑classification approach, data‑augmentation strategy, experimental results, and its practical deployment in NetEase Cloud Commerce services.

Artificial IntelligenceDeep LearningNLP
0 likes · 13 min read
How NER Dominated NLPCC 2022: Techniques Behind the Winning Model
DataFunSummit
DataFunSummit
Jul 10, 2022 · Artificial Intelligence

Intelligent Industry Analysis Tool Based on Knowledge Graphs and Industry Atoms

This article introduces VentureSights, an AI‑driven intelligent industry analysis platform built on knowledge‑graph technology and the concept of industry atoms, detailing its core modules, workflow, industry‑atom representation, extraction algorithms, and overall system architecture for generating comprehensive industry reports and insights.

Artificial IntelligenceIndustry AnalysisKnowledge Graph
0 likes · 12 min read
Intelligent Industry Analysis Tool Based on Knowledge Graphs and Industry Atoms
DataFunSummit
DataFunSummit
Jul 7, 2022 · Artificial Intelligence

Discovering and Enhancing Robustness in Low‑Resource Information Extraction

This article examines the robustness challenges of information extraction tasks such as NER and relation extraction, introduces the Entity Coverage Ratio metric, analyzes why pretrained models like BERT may “take shortcuts,” and proposes evaluation tools and training strategies—including mutual‑information‑based methods, negative‑training, and flooding—to improve model robustness across diverse scenarios.

BERTEvaluation MetricsNamed Entity Recognition
0 likes · 12 min read
Discovering and Enhancing Robustness in Low‑Resource Information Extraction
DataFunTalk
DataFunTalk
Jan 12, 2022 · Artificial Intelligence

Advances in Knowledge Graph Construction: AI Development, Named Entity Recognition, Relation Extraction, and Attribute Completion

This technical report presents a comprehensive overview of artificial intelligence evolution, knowledge‑graph construction techniques—including traditional, cross‑lingual and reading‑comprehension based named entity recognition, weak‑supervised and joint relation extraction, attribute completion via multi‑source cues, and conditional knowledge‑graph modeling—highlighting recent research findings and experimental results.

Knowledge GraphNamed Entity Recognitionai-development
0 likes · 20 min read
Advances in Knowledge Graph Construction: AI Development, Named Entity Recognition, Relation Extraction, and Attribute Completion
DataFunTalk
DataFunTalk
Feb 18, 2021 · Artificial Intelligence

Didi Voice Interaction: ASR Error Correction, Intent Classification, and NER Techniques

This article presents Didi's voice interaction platform, detailing the natural language understanding pipeline, ASR error correction methods, intent classification strategies, and named entity recognition models, while discussing practical deployments, performance gains, and future research directions.

ASR correctionNamed Entity Recognitionintent classification
0 likes · 18 min read
Didi Voice Interaction: ASR Error Correction, Intent Classification, and NER Techniques
DataFunSummit
DataFunSummit
Dec 27, 2020 · Artificial Intelligence

Sequence Labeling in Natural Language Processing: Definitions, Tag Schemes, Model Choices, and Practical Implementation

This article provides a comprehensive overview of sequence labeling tasks in NLP, covering their definition, common tag schemes (BIO, BIEO, BIESO), comparisons with other NLP tasks, major modeling approaches such as HMM, CRF, RNN and BERT, real‑world applications like POS tagging, NER, event extraction and gene analysis, and a step‑by‑step PyTorch implementation with dataset preparation, training pipeline, and evaluation metrics.

BERTCRFHMM
0 likes · 27 min read
Sequence Labeling in Natural Language Processing: Definitions, Tag Schemes, Model Choices, and Practical Implementation
Didi Tech
Didi Tech
Nov 18, 2020 · Artificial Intelligence

Didi Speech Interaction: ASR Error Correction, Intent Classification, and NER Techniques

Didi’s voice‑interaction platform combines a three‑stage ASR error‑correction pipeline, optimized intent‑classification models (both end‑to‑end and retrieval‑based), and advanced Chinese NER using Bi‑GRU‑CRF and BERT‑CRF, boosting transcription accuracy and overall dialogue success while supporting scalable deployment and future enhancements such as lattice inputs and richer acoustic signals.

ASR correctionNamed Entity Recognitionintent classification
0 likes · 21 min read
Didi Speech Interaction: ASR Error Correction, Intent Classification, and NER Techniques
58 Tech
58 Tech
Nov 13, 2020 · Artificial Intelligence

Slot Recognition and Correction in Voice Robots: Methods, Models, and Experimental Results

This article presents a comprehensive study on slot (entity) recognition and error correction for voice robots, describing the labeling scheme, data annotation, IDCNN+CRF and BiLSTM+CRF models, a pinyin‑based similarity algorithm, and reporting significant accuracy improvements in real‑world deployments.

AIError CorrectionNLP
0 likes · 10 min read
Slot Recognition and Correction in Voice Robots: Methods, Models, and Experimental Results
Ctrip Technology
Ctrip Technology
Jan 16, 2020 · Artificial Intelligence

Ctrip's Marco Polo Platform: AI‑Driven Content Generation, Semantic Matching, and Productization

The article details Ctrip’s Marco Polo content platform, describing its data, algorithm, and functional layers, and explains how AI techniques such as NLP, semantic matching, named‑entity recognition, and image classification are applied to automate product‑centric content mining, article generation, quality rating, and first‑image selection.

AICtripNLP
0 likes · 16 min read
Ctrip's Marco Polo Platform: AI‑Driven Content Generation, Semantic Matching, and Productization
Sohu Tech Products
Sohu Tech Products
Apr 11, 2019 · Artificial Intelligence

Media Domain Named Entity Recognition: Techniques, Evolution, and Sohu’s Practical Implementation

This article reviews the challenges of media‑domain named entity recognition, outlines the evolution from rule‑based methods through traditional machine‑learning and deep‑learning models to attention‑based Transformers, and details Sohu’s practical Bi‑LSTM‑CRF system with data‑annotation strategies and performance results.

Bi-LSTMCRFDeep Learning
0 likes · 12 min read
Media Domain Named Entity Recognition: Techniques, Evolution, and Sohu’s Practical Implementation
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 1, 2019 · Artificial Intelligence

How Alibaba’s Knowledge Engine Advances AI with Adversarial NER and Graph Embedding

This article reviews Alibaba’s year‑long Knowledge Engine program, detailing its five‑module architecture, major technical breakthroughs such as automatic ontology building and deep‑learning alignment, and two flagship research works: adversarial learning for crowdsourced NER and an iterative rule‑and‑embedding reasoning framework.

AIKnowledge GraphNamed Entity Recognition
0 likes · 9 min read
How Alibaba’s Knowledge Engine Advances AI with Adversarial NER and Graph Embedding