paper-with-me

Papers

Weakly-supervised Relation Extraction by Pattern-enhanced Embedding Learning

2017-11-09 · Meng Qu, Xiang Ren, Yu Zhang, Jiawei Han

Extracting relations from text corpora is an important task in text mining. It becomes particularly challenging when focusing on weakly-supervised relation extraction, that is, utilizing a few relation instances (i.e., a pair of entities and their relation) as seeds to extract more instances from corpora. Existing distributional approaches leverage the corpus-level co-occurrence statistics of entities to predict their relations, and require large number of labeled instances to learn effective relation classifiers. Alternatively, pattern-based approaches perform bootstrapping or apply neural networks to model the local contexts, but still rely on large number of labeled instances to build reliable models. In this paper, we study integrating the distributional and pattern-based methods in a weakly-supervised setting, such that the two types of methods can provide complementary supervision for each other to build an effective, unified model. We propose a novel co-training framework with a distributional module and a pattern module. During training, the distributional module helps the pattern module discriminate between the informative patterns and other patterns, and the pattern module generates some highly-confident instances to improve the distributional module. The whole framework can be effectively optimized by iterating between improving the pattern module and updating the distributional module. We conduct experiments on two tasks: knowledge base completion with text corpora and corpus-level relation extraction. Experimental results prove the effectiveness of our framework in the weakly-supervised setting.

📄 PDF Abstract BibTeX arXiv:1711.03226

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base CompletionRelationRelation Extraction

Similar Papers 제목 키워드 기반

TEG-REP: A corpus of Textual Entailment Graphs based on Relation Extraction Patterns

2016-05-01 · LREC 2016 5 · Kathrin Eichler, Feiyu Xu, Hans Uszkoreit, Leonhard Hennig 외

The task of relation extraction is to recognize and extract relations between entities or concepts in texts. Dependency parse trees have become a popular source for discovering extraction patterns, which encode the gramm…

Natural Language InferenceRelationRelation Extraction

Weakly Supervised Extraction of Tasks from Text

2021-12-01 · ICON 2021 12 · Sachin Pawar, Girish Palshikar, Anindita Sinha Banerjee

In this paper, we propose a novel problem of automatic extraction of tasks from text. A task is a well-defined knowledge-based volitional action. We describe various characteristics of tasks as well as compare and contra…

Ranking-Based Automatic Seed Selection and Noise Reduction for Weakly Supervised Relation Extraction

2018-07-01 · ACL 2018 7 · Van-Thuy Phi, Joan Santoso, Masashi Shimbo, Yuji Matsumoto

This paper addresses the tasks of automatic seed selection for bootstrapping relation extraction, and noise reduction for distantly supervised relation extraction. We first point out that these tasks are related. Then, i…

RelationRelation ExtractionWord Sense Disambiguation

PromptRE: Weakly-Supervised Document-Level Relation Extraction via Prompting-Based Data Programming

2023-10-13 · Chufan Gao, Xulin Fan, Jimeng Sun, Xuan Wang

Relation extraction aims to classify the relationships between two entities into pre-defined categories. While previous research has mainly focused on sentence-level relation extraction, recent studies have expanded the …

Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction+1

How Knowledge Graph and Attention Help? A Quantitative Analysis into Bag-level Relation Extraction

2021-07-26 · Zikun Hu, Yixin Cao, Lifu Huang, Tat-Seng Chua

Knowledge Graph (KG) and attention mechanism have been demonstrated effective in introducing and selecting useful information for weakly supervised methods. However, only qualitative analysis and ablation study are provi…

RelationRelation Extraction