Bootstrapping Relation Extractors using Syntactic Search by Examples
The advent of neural-networks in NLP brought with it substantial improvements in supervised relation extraction. However, obtaining a sufficient quantity of training data remains a key challenge. In this work we propose a process for bootstrapping training datasets which can be performed quickly by non-NLP-experts. We take advantage of search engines over syntactic-graphs (Such as Shlain et al. (2020)) which expose a friendly by-example syntax. We use these to obtain positive examples by searching for sentences that are syntactically similar to user input examples. We apply this technique to relations from TACRED and DocRED and show that the resulting models are competitive with models trained on manually annotated data and on data obtained from distant supervision. The models also outperform models trained using NLG data augmentation techniques. Extending the search-based approach with the NLG method further improves the results.
Code (1)
Tasks
Data AugmentationRelationRelation ExtractionSimilar Papers 제목 키워드 기반
Semi-Supervised Bootstrapping of Relationship Extractors with Distributional Semantics
Bootstrapping Ternary Relation Extractors
Binary relation extraction methods have been widely studied in recent years. However, few methods have been developed for higher n-ary relation extraction. One limiting factor is the effort required to generate training …
Binary Relation ExtractionRelationRelation ExtractionTripletReframing linguistic bootstrapping as joint inference using visually-grounded grammar induction models
Semantic and syntactic bootstrapping posit that children use their prior knowledge of one linguistic domain, say syntactic relations, to help later acquire another, such as the meanings of new words. Empirical results su…
Language AcquisitionLanguage ModelingLanguage ModellingSentenceFreepal: A Large Collection of Deep Lexico-Syntactic Patterns for Relation Extraction
The increasing availability and maturity of both scalable computing architectures and deep syntactic parsers is opening up new possibilities for Relation Extraction (RE) on large corpora of natural language text. In this…
Entity LinkingRelationRelation ExtractionThe Structural Sources of Verb Meaning Revisited: Large Language Models Display Syntactic Bootstrapping
Syntactic bootstrapping (Gleitman, 1990) is the hypothesis that children use the syntactic environments in which a verb occurs to learn its meaning. In this paper, we examine whether large language models exhibit a simil…