Automatic Open Knowledge Acquisition via Long Short-Term Memory Networks with Feedback Negative Sampling
Byungsoo Kim, Hwanjo Yu, Gary Geunbae Lee

TL;DR
This paper introduces a novel deep learning approach using LSTM networks with feedback negative sampling to improve open information extraction, capturing implicit relations and contextual information more effectively than previous pattern-based methods.
Contribution
It is the first to apply deep learning, specifically LSTM networks with feedback negative sampling, to enhance open information extraction accuracy and coverage.
Findings
Outperforms state-of-the-art open IE systems in precision and abundance
Uses LSTM to extract context-aware features from dependency paths
Employs feedback negative sampling to train without manual labels
Abstract
Previous studies in Open Information Extraction (Open IE) are mainly based on extraction patterns. They manually define patterns or automatically learn them from a large corpus. However, these approaches are limited when grasping the context of a sentence, and they fail to capture implicit relations. In this paper, we address this problem with the following methods. First, we exploit long short-term memory (LSTM) networks to extract higher-level features along the shortest dependency paths, connecting headwords of relations and arguments. The path-level features from LSTM networks provide useful clues regarding contextual information and the validity of arguments. Second, we constructed samples to train LSTM networks without the need for manual labeling. In particular, feedback negative sampling picks highly negative samples among non-positive samples through a model trained with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
