paper-with-me

Papers

Regular-pattern-sensitive CRFs for Distant Label Interactions

2024-11-19 · Sean Papay, Roman Klinger, Sebastian Pado

Linear-chain conditional random fields (CRFs) are a common model component for sequence labeling tasks when modeling the interactions between different labels is important. However, the Markov assumption limits linear-chain CRFs to only directly modeling interactions between adjacent labels. Weighted finite-state transducers (FSTs) are a related approach which can be made to model distant label-label interactions, but exact label inference is intractable for these models in the general case, and the task of selecting an appropriate automaton structure for the desired interaction types poses a practical challenge. In this work, we present regular-pattern-sensitive CRFs (RPCRFs), a method of enriching standard linear-chain CRFs with the ability to learn long-distance label interactions which occur in user-specified patterns. This approach allows users to write regular-expression label patterns concisely specifying which types of interactions the model should take into account, allowing the model to learn from data whether and in which contexts these patterns occur. The result can be interpreted alternatively as a CRF augmented with additional, non-local potentials, or as a finite-state transducer whose structure is defined by a set of easily-interpretable patterns. Critically, unlike the general case for FSTs (and for non-chain CRFs), exact training and inference are tractable for many pattern sets. In this work, we detail how a RPCRF can be automatically constructed from a set of user-specified patterns, and demonstrate the model's effectiveness on synthetic data, showing how different types of patterns can capture different nonlocal dependency structures in label sequences.

📄 PDF Abstract BibTeX arXiv:2411.12484

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Constraining Linear-chain CRFs to Regular Languages

2021-06-14 · ICLR 2022 4 · Sean Papay, Roman Klinger, Sebastian Padó

A major challenge in structured prediction is to represent the interdependencies within output structures. When outputs are structured as sequences, linear-chain conditional random fields (CRFs) are a widely used model c…

Semantic Role LabelingStructured Prediction

ARNOR: Attention Regularization based Noise Reduction for Distant Supervision Relation Classification

2019-07-01 · ACL 2019 7 · Wei Jia, Dai Dai, Xinyan Xiao, Hua Wu

Distant supervision is widely used in relation classification in order to create large-scale training data by aligning a knowledge base with an unlabeled corpus. However, it also introduces amounts of noisy labels where …

ClassificationGeneral ClassificationRelationRelation Classification+1

Connecting Distant Entities with Induction through Conditional Random Fields for Named Entity Recognition: Precursor-Induced CRF

2018-05-26 · WS 2018 7 · Wangjin Lee, Jinwook Choi

This paper presents a method of designing specific high-order dependency factor on the linear chain conditional random fields (CRFs) for named entity recognition (NER). Named entities tend to be separated from each other…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Deep Ranking Based Cost-sensitive Multi-label Learning for Distant Supervision Relation Extraction

2019-07-25 · Hai Ye, Zhunchen Luo

Knowledge base provides a potential way to improve the intelligence of information retrieval (IR) systems, for that knowledge base has numerous relations between entities which can help the IR systems to conduct inferenc…

Information RetrievalMulti-Label LearningRelationRelation Extraction+1

Inference algorithms for pattern-based CRFs on sequence data

2012-10-01 · Rustem Takhanov, Vladimir Kolmogorov

We consider Conditional Random Fields (CRFs) with pattern-based potentials defined on a chain. In this model the energy of a string (labeling) $x_1...x_n$ is the sum of terms over intervals $[i,j]$ where each term is non…