A conditional random field is an undirected conditional probability network P(Y|X) that abides by a conditional random fields metamodel.
References
2007
2006
- (Tasi & al, 2006) => Tzong-han Tsai, Wen-Chi Chou, Shih-Hung Wu, Ting-Yi Sung, Jieh Hsiang, and Wen-Lian Hsu. (2006). "Integrating Linguistic Knowledge into a Conditional Random Field Framework to Identify Biomedical Named Entities.' In: Expert Systems with Applications: An International Journal, 30(1). [doi>10.1016/j.eswa.2005.09.072]
- ... They are probabilistic tagging models that provide the conditional probability of a possible tag sequence y = y1,...,yn given the input token sequence x = x1,...,xn. We use two random variables X and Y to denote any input token sequences and tag sequences, respectively.
- A CRF on (X, Y) is specified by a vector f of local features and a corresponding weight vector λ. There are two kinds of local features: the state feature s(yi, xi) and the transition feature t(yi-1, yi, x, i), where yi-1 and yi are tags at positions i-1 and i in the tag sequence, respectively; i is the input position.
2005
2004
2001