paper-with-me

Papers

pyBART: Evidence-based Syntactic Transformations for IE

2020-05-04 · ACL 2020 6 · Aryeh Tiktinsky, Yoav Goldberg, Reut Tsarfaty

Syntactic dependencies can be predicted with high accuracy, and are useful for both machine-learned and pattern-based information extraction tasks. However, their utility can be improved. These syntactic dependencies are designed to accurately reflect syntactic relations, and they do not make semantic relations explicit. Therefore, these representations lack many explicit connections between content words, that would be useful for downstream applications. Proposals like English Enhanced UD improve the situation by extending universal dependency trees with additional explicit arcs. However, they are not available to Python users, and are also limited in coverage. We introduce a broad-coverage, data-driven and linguistically sound set of transformations, that makes event-structure and many lexical relations explicit. We present pyBART, an easy-to-use open-source Python library for converting English UD trees either to Enhanced UD graphs or to our representation. The library can work as a standalone package or be integrated within a spaCy NLP pipeline. When evaluated in a pattern-based relation extraction scenario, our representation results in higher extraction scores than Enhanced UD, while requiring fewer patterns.

📄 PDF Abstract BibTeX arXiv:2005.01306

Code (1)

allenai/pybart

Tasks

Relation Extraction

Similar Papers 제목 키워드 기반

Coloring the Blank Slate: Pre-training Imparts a Hierarchical Inductive Bias to Sequence-to-sequence Models

2022-03-17 · Findings (ACL) 2022 5 · Aaron Mueller, Robert Frank, Tal Linzen, Luheng Wang 외

Relations between words are governed by hierarchical structure rather than linear ordering. Sequence-to-sequence (seq2seq) models, despite their success in downstream NLP applications, often fail to generalize in a hiera…

Inductive Bias

Coloring the Blank Slate: Pre-training Imparts a Hierarchical Inductive Bias to Sequence-to-sequence Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Relations between words are governed by hierarchical structure rather than linear ordering. Sequence-to-sequence (seq2seq) models, despite their success in downstream NLP applications, often fail to generalize in a hiera…

Inductive Bias

Sensitivity of Small Language Models to Fine-tuning Data Contamination

2025-11-10 · Nicy Scaria, Silvester John Joseph Kennedy, Deepak Subramani arxiv

Small Language Models (SLMs) are increasingly being deployed in resource-constrained environments, yet their behavioral robustness to data contamination during instruction tuning remains poorly understood. We systematica…

Strengthening Structural Inductive Biases by Pre-training to Perform Syntactic Transformations

2024-07-05 · Matthias Lindemann, Alexander Koller, Ivan Titov

Models need appropriate inductive biases to effectively learn from small amounts of data and generalize systematically outside of the training distribution. While Transformers are highly versatile and powerful, they can …

ChunkingFew-Shot LearningInductive BiasSemantic Parsing

Representing Syntax and Composition with Geometric Transformations

2021-06-03 · Findings (ACL) 2021 8 · Lorenzo Bertolini, Julie Weeds, David Weir, Qiwei Peng

The exploitation of syntactic graphs (SyGs) as a word's context has been shown to be beneficial for distributional semantic models (DSMs), both at the level of individual word representations and in deriving phrasal repr…

Knowledge Graphs