AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Conditional Random Fields (CRFs) are a class of discriminative models commonly used in natural language processing and bioinformatics. Unlike generative models, CRFs directly model the conditional probability of labels given observations, making them effective for tasks where label dependencies are crucial. They are widely employed in part-of-speech tagging, named entity recognition, and gene prediction. CRFs leverage global normalization to consider the entire sequence of labels, improving accuracy over local classification methods.

Summary

A Conditional Random Field is a discriminative probabilistic model used for structured prediction tasks like sequence labeling.

Key Concepts

Use Cases