Learning Soft Linear Constraints with Application to Citation Field Extraction
Sam Anzaroot, Alexandre Passos, David Belanger, Andrew McCallum
TL;DR
The paper tackles citation field extraction by introducing soft global constraints into a base CRF via dual decomposition, coupled with a learning procedure that assigns penalties to constraint violations. This Soft-DD approach enables automatic constraint selection from large candidate sets and provides optimization certificates, achieving notable gains over a chain-structured CRF on a challenging dataset. By integrating constraint templates ranging from singleton and pairwise to hierarchical and local BIO constraints, the method yields about an 18% reduction in error while maintaining practical runtime, and the penalty-learning process identifies the most impactful constraints. The approach is generalizable to other structured prediction tasks with global output regularities, offering a practical framework for leveraging rich, data-driven constraints without sacrificing tractability.
Abstract
Accurately segmenting a citation string into fields for authors, titles, etc. is a challenging task because the output typically obeys various global constraints. Previous work has shown that modeling soft constraints, where the model is encouraged, but not require to obey the constraints, can substantially improve segmentation performance. On the other hand, for imposing hard constraints, dual decomposition is a popular technique for efficient prediction given existing algorithms for unconstrained inference. We extend the technique to perform prediction subject to soft constraints. Moreover, with a technique for performing inference given soft constraints, it is easy to automatically generate large families of constraints and learn their costs with a simple convex optimization problem during training. This allows us to obtain substantial gains in accuracy on a new, challenging citation extraction dataset.
