Combining pattern-based CRFs and weighted context-free grammars
Rustem Takhanov, Vladimir Kolmogorov

TL;DR
This paper introduces a novel combined model, Grammatical Pattern-Based CRF, merging pattern-based CRFs and weighted context-free grammars to improve sequence labeling, with efficient algorithms for inference tasks.
Contribution
It proposes the GPB model that integrates local pattern-based and non-local grammar-based interactions, along with polynomial algorithms for inference.
Findings
Polynomial-time inference algorithms for GPB
Faster inference for Interaction Grammars
Advantages over existing hybrid models
Abstract
We consider two models for the sequence labeling (tagging) problem. The first one is a {\em Pattern-Based Conditional Random Field }(\PB), in which the energy of a string (chain labeling) is a sum of terms over intervals where each term is non-zero only if the substring equals a prespecified word . The second model is a {\em Weighted Context-Free Grammar }(\WCFG) frequently used for natural language processing. \PB and \WCFG encode local and non-local interactions respectively, and thus can be viewed as complementary. We propose a {\em Grammatical Pattern-Based CRF model }(\GPB) that combines the two in a natural way. We argue that it has certain advantages over existing approaches such as the {\em Hybrid model} of Bened{\'i} and Sanchez that combines {\em \mbox{N-grams}} and \WCFGs. The focus of this paper is to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConditional Random Field
