Open Information Extraction from Question-Answer Pairs
Open Information Extraction (OpenIE) extracts meaningful structured tuples from free-form text. Most previous work on OpenIE considers extracting data from one sentence at a time. We describe NeurON, a system for extracting tuples from question-answer pairs. Since real questions and answers often contain precisely the information that users care about, such information is particularly desirable to extend a knowledge base with. NeurON addresses several challenges. First, an answer text is often hard to understand without knowing the question, and second, relevant information can span multiple sentences. To address these, NeurON formulates extraction as a multi-source sequence-to-sequence learning task, wherein it combines distributed representations of a question and an answer to generate knowledge facts. We describe experiments on two real-world datasets that demonstrate that NeurON can find a significant number of new and interesting facts to extend a knowledge base compared to state-of-the-art OpenIE methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Open Information ExtractionSentenceSimilar Papers 제목 키워드 기반
PIE-QG: Paraphrased Information Extraction for Unsupervised Question Generation from Small Corpora
Supervised Question Answering systems (QA systems) rely on domain-specific human-labeled data for training. Unsupervised QA systems generate their own question-answer training pairs, typically using secondary knowledge s…
Language ModelingLanguage ModellingOpen Information ExtractionQuestion Answering+2Applying Information Extraction to Storybook Question and Answer Generation
For educators, how to generate high quality question-answer pairs from story text is a time-consuming and labor-intensive task. The purpose is not to make students unable to answer, but to ensure that students understand…
Answer GenerationQuestion GenerationQuestion-GenerationRelation Extraction\textrm{DuReader}_{\textrm{vis}}: A Chinese Dataset for Open-domain Document Visual Question Answering
Open-domain question answering has been used in a wide range of applications, such as web search and enterprise search, which usually takes clean texts extracted from various formats of documents (e.g., web pages, PDFs, …
document understandingOpen-Domain Question AnsweringQuestion AnsweringVisual Question Answering+1Tag and Correct: Question aware Open Information Extraction with Two-stage Decoding
Question Aware Open Information Extraction (Question aware Open IE) takes question and passage as inputs, outputting an answer tuple which contains a subject, a predicate, and one or more arguments. Each field of answer …
DecoderOpen Information ExtractionTAGChinese Answer Extraction Based on POS Tree and Genetic Algorithm
Answer extraction is the most important part of a chinese web-based question answering system. In order to enhance the robustness and adaptability of answer extraction to new domains and eliminate the influence of the in…
Information RetrievalPOSQuestion Answering