🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki

Słownik AI

Kompletny słownik sztucznej inteligencji

162
kategorie
2 032
podkategorie
23 060
pojęcia
📖
pojęcia

Named Entity Recognition (NER)

Natural language processing technique that identifies and classifies predefined entities in unstructured text into categories such as persons, organizations, locations, or dates.

📖
pojęcia

Entity Linking

Process of connecting named entities detected in text to their unique identifiers in a structured knowledge base like Wikipedia or DBpedia.

📖
pojęcia

IOB Tagging

Tagging system using Inside (I), Outside (O), and Beginning (B) prefixes to mark the beginning and continuity of entities in a token sequence.

📖
pojęcia

Conditional Random Fields (CRF)

Discriminative statistical model used for sequence labeling, particularly effective for named entity recognition by capturing contextual dependencies between adjacent observations.

📖
pojęcia

Bidirectional LSTM

Recurrent neural network architecture that processes sequences in both temporal directions, enabling better context understanding for named entity recognition.

📖
pojęcia

BERT

Pre-trained transformer-based language model that uses a bidirectional attention mechanism to understand the deep context of words in named entity recognition.

📖
pojęcia

Tokenization

Fundamental process of segmenting text into basic lexical units (tokens), constituting the first essential step of named entity recognition.

📖
pojęcia

Chunking

Syntactic segmentation technique that groups adjacent words into coherent phrases, facilitating the identification of complex named entities.

📖
pojęcia

Nested NER

Variant of named entity recognition capable of identifying entities nested within each other, such as 'University of Paris' containing 'Paris' as a nested entity.

📖
pojęcia

Fine-grained NER

Approach to named entity recognition using very specific and numerous categories (over 100 types) for detailed entity classification.

📖
pojęcia

Zero-shot NER

Technique for recognizing entity types never seen during training by using textual descriptions or prototypes as guidance.

📖
pojęcia

CoNLL-2003

Standard benchmark dataset for evaluating named entity recognition systems, containing news texts annotated with four main entity types.

📖
pojęcia

Entity Disambiguation

Process of resolving ambiguity between homonymous entities by using context to determine the correct entity referenced in the text.

📖
pojęcia

spaCy

Open-source natural language processing library optimized for production, including powerful pre-trained models for named entity recognition.

📖
pojęcia

Transfer Learning for NER

Approach consisting of reusing knowledge acquired from large text corpora to improve named entity recognition performance on specific domains with limited data.

📖
pojęcia

Active Learning for NER

Semi-automatic annotation methodology where the model intelligently selects the most informative examples to annotate, optimizing human effort for NER training.

📖
pojęcia

Weak Supervision for NER

Learning paradigm using imperfect annotation sources such as heuristics, dictionaries, or less accurate models to automatically generate NER training data.

📖
pojęcia

Stanford NER

Named entity recognition system developed by Stanford University, using CRF models and offering custom learning capabilities.

📖
pojęcia

Part-of-Speech Tagging

Process of grammatically tagging words that serves as an important feature for named entity recognition models, helping to distinguish proper nouns from common nouns.

📖
pojęcia

BiLSTM-CRF

Hybrid architecture combining bidirectional LSTM networks for feature extraction and CRFs for modeling sequential dependencies in named entity recognition.

🔍

Nie znaleziono wyników