Alert button

Zero-Shot Open Information Extraction using Question Generation and Reading Comprehension

Sep 16, 2021
Himanshu Gupta, Amogh Badugu, Tamanna Agrawal, Himanshu Sharad Bhatt

Figure 1 for Zero-Shot Open Information Extraction using Question Generation and Reading Comprehension
Figure 2 for Zero-Shot Open Information Extraction using Question Generation and Reading Comprehension
Figure 3 for Zero-Shot Open Information Extraction using Question Generation and Reading Comprehension
Figure 4 for Zero-Shot Open Information Extraction using Question Generation and Reading Comprehension

Share this with someone who'll enjoy it:

Typically, Open Information Extraction (OpenIE) focuses on extracting triples, representing a subject, a relation, and the object of the relation. However, most of the existing techniques are based on a predefined set of relations in each domain which limits their applicability to newer domains where these relations may be unknown such as financial documents. This paper presents a zero-shot open information extraction technique that extracts the entities (value) and their descriptions (key) from a sentence, using off the shelf machine reading comprehension (MRC) Model. The input questions to this model are created using a novel noun phrase generation method. This method takes the context of the sentence into account and can create a wide variety of questions making our technique domain independent. Given the questions and the sentence, our technique uses the MRC model to extract entities (value). The noun phrase corresponding to the question, with the highest confidence, is taken as the description (key). This paper also introduces the EDGAR10-Q dataset which is based on publicly available financial documents from corporations listed in US securities and exchange commission (SEC). The dataset consists of paragraphs, tagged values (entities), and their keys (descriptions) and is one of the largest among entity extraction datasets. This dataset will be a valuable addition to the research community, especially in the financial domain. Finally, the paper demonstrates the efficacy of the proposed technique on the EDGAR10-Q and Ade corpus drug dosage datasets, where it obtained 86.84 % and 97% accuracy, respectively.

* 8 pages, 2 Figures, 1 Algorithm, 7 Tables. Accepted in KDD Workshop on Machine Learning in Finance 2021  
View paper onarxiv icon

Share this with someone who'll enjoy it: