paper-with-me

홈 › Papers

Bootstrapping Relation Extractors using Syntactic Search by Examples

2021-02-09 · EACL 2021 2 · Matan Eyal, Asaf Amrami, Hillel Taub-Tabib, Yoav Goldberg

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.

📄 PDF Abstract BibTeX arXiv:2102.05007

Code (1)

mataney/BootstrappingRelationExtractors 공식 구현 pytorch

Tasks

Data AugmentationRelationRelation Extraction

Similar Papers 제목 키워드 기반

Semi-Supervised Bootstrapping of Relationship Extractors with Distributional Semantics

2015-09-01 · EMNLP 2015 9 · David S. Batista, Bruno Martins, M{\'a}rio J. Silva
Word Embeddings

Bootstrapping Ternary Relation Extractors

2015-11-29 · Ndapandula Nakashole

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 ExtractionTriplet

Reframing linguistic bootstrapping as joint inference using visually-grounded grammar induction models

2024-06-17 · Eva Portelance, Siva Reddy, Timothy J. O'Donnell

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 ModellingSentence

Freepal: A Large Collection of Deep Lexico-Syntactic Patterns for Relation Extraction

2014-05-01 · LREC 2014 5 · Johannes Kirschnick, Alan Akbik, Holmer Hemsen

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 Extraction

The Structural Sources of Verb Meaning Revisited: Large Language Models Display Syntactic Bootstrapping

2025-08-17 · Xiaomeng Zhu, R. Thomas McCoy, Robert Frank arxiv

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…