English
Related papers

Related papers: Improving Distantly Supervised Relation Extraction…

200 papers

The main purpose of relation extraction is to extract the semantic relationships between tagged pairs of entities in a sentence, which plays an important role in the semantic understanding of sentences and the construction of knowledge…

Computation and Language · Computer Science 2023-03-21 Chenghong Sun , Weidong Ji , Guohui Zhou , Hui Guo , Zengxiang Yin , Yuqi Yue

Distant supervision for relation extraction heavily suffers from the wrong labeling problem. To alleviate this issue in news data with the timestamp, we take a new factor time into consideration and propose a novel time-aware distant…

Computation and Language · Computer Science 2019-03-11 Tianwen Jiang , Sendong Zhao , Jing Liu , Jin-Ge Yao , Ming Liu , Bing Qin , Ting Liu , Chin-Yew Lin

Automatic relation extraction (RE) for types of interest is of great importance for interpreting massive text corpora in an efficient manner. Traditional RE models have heavily relied on human-annotated corpus for training, which can be…

Computation and Language · Computer Science 2017-11-27 Zeqiu Wu , Xiang Ren , Frank F. Xu , Ji Li , Jiawei Han

Relation extraction (RE) has been extensively studied due to its importance in real-world applications such as knowledge base construction and question answering. Most of the existing works train the models on either distantly supervised…

Computation and Language · Computer Science 2020-11-25 Woohwan Jung , Kyuseok Shim

Distant supervision (DS) is a well established technique for creating large-scale datasets for relation extraction (RE) without using human annotations. However, research in DS-RE has been mostly limited to the English language.…

Computation and Language · Computer Science 2021-04-20 Abhyuday Bhartiya , Kartikeya Badola , Mausam

Joint entity and relation extraction is a process that identifies entity pairs and their relations using a single model. We focus on the problem of joint extraction in distantly-labeled data, whose labels are generated by aligning entity…

Computation and Language · Computer Science 2024-05-28 Yufei Li , Xiao Yu , Yanghong Guo , Yanchi Liu , Haifeng Chen , Cong Liu

Recent neural models for relation extraction with distant supervision alleviate the impact of irrelevant sentences in a bag by learning importance weights for the sentences. Efforts thus far have focused on improving extraction accuracy but…

Information Retrieval · Computer Science 2020-06-01 Hamed Shahbazi , Xiaoli Z. Fern , Reza Ghaeini , Prasad Tadepalli

Scarcity of labeled data is one of the most frequent problems faced in machine learning. This is particularly true in relation extraction in text mining, where large corpora of texts exists in many application domains, while labeling of…

Machine Learning · Computer Science 2018-07-13 Linara Adilova , Sven Giesselbach , Stefan Rüping

We propose a multi-task, probabilistic approach to facilitate distantly supervised relation extraction by bringing closer the representations of sentences that contain the same Knowledge Base pairs. To achieve this, we bias the latent space…

Computation and Language · Computer Science 2021-04-19 Fenia Christopoulou , Makoto Miwa , Sophia Ananiadou

Distant supervised relation extraction is an efficient approach to scale relation extraction to very large corpora, and has been widely used to find novel relational facts from plain text. Recent studies on neural relation extraction have…

Computation and Language · Computer Science 2018-01-12 Zhengqiu He , Wenliang Chen , Zhenghua Li , Meishan Zhang , Wei Zhang , Min Zhang

The models of n-ary cross sentence relation extraction based on distant supervision assume that consecutive sentences mentioning n entities describe the relation of these n entities. However, on one hand, this assumption introduces noisy…

Machine Learning · Computer Science 2020-09-29 Chenhan Yuan , Ryan Rossi , Andrew Katz , Hoda Eldardiry

Distant supervision has been widely used for relation extraction but suffers from noise labeling problem. Neural network models are proposed to denoise with attention mechanism but cannot eliminate noisy data due to its non-zero weights.…

Computation and Language · Computer Science 2020-10-01 Guoqing Luo , Jiaxin Pan , Min Peng

We introduce a novel graph-based framework for alleviating key challenges in distantly-supervised relation extraction and demonstrate its effectiveness in the challenging and important domain of biomedical data. Specifically, we propose a…

Machine Learning · Computer Science 2024-04-08 Hao Zhang , Yang Liu , Xiaoyan Liu , Tianming Liang , Gaurav Sharma , Liang Xue , Maozu Guo

In recent years, distantly-supervised relation extraction has achieved a certain success by using deep neural networks. Distant Supervision (DS) can automatically generate large-scale annotated data by aligning entity pairs from Knowledge…

Computation and Language · Computer Science 2020-11-02 Tong Zhu , Haitao Wang , Junjie Yu , Xiabing Zhou , Wenliang Chen , Wei Zhang , Min Zhang

Attention mechanisms are often used in deep neural networks for distantly supervised relation extraction (DS-RE) to distinguish valid from noisy instances. However, traditional 1-D vector attention models are insufficient for the learning…

Computation and Language · Computer Science 2018-09-05 Jinhua Du , Jingguang Han , Andy Way , Dadong Wan

We introduce a hybrid human-automated system that provides scalable entity-risk relation extractions across large data sets. Given an expert-defined keyword taxonomy, entities, and data sources, the system returns text extractions based on…

Computation and Language · Computer Science 2019-09-24 Berk Ekmekci , Eleanor Hagerman , Blake Howald

Distant supervision (DS) has been widely used to generate auto-labeled data for sentence-level relation extraction (RE), which improves RE performance. However, the existing success of DS cannot be directly transferred to the more…

Computation and Language · Computer Science 2020-11-10 Chaojun Xiao , Yuan Yao , Ruobing Xie , Xu Han , Zhiyuan Liu , Maosong Sun , Fen Lin , Leyu Lin

Distantly-supervised relation extraction (RE) is an effective method to scale RE to large corpora but suffers from noisy labels. Existing approaches try to alleviate noise through multi-instance learning and by providing additional…

Computation and Language · Computer Science 2021-02-03 Despina Christou , Grigorios Tsoumakas

Relation Extraction refers to the task of populating a database with tuples of the form $r(e_1, e_2)$, where $r$ is a relation and $e_1$, $e_2$ are entities. Distant supervision is one such technique which tries to automatically generate…

Artificial Intelligence · Computer Science 2017-05-11 Gagan Madan

Relation extraction (RE) tasks show promising performance in extracting relations from two entities mentioned in sentences, given sufficient annotations available during training. Such annotations would be labor-intensive to obtain in…

Computation and Language · Computer Science 2023-06-16 Xuming Hu , Aiwei Liu , Zeqi Tan , Xin Zhang , Chenwei Zhang , Irwin King , Philip S. Yu