paper-with-me

홈 › Papers

Open Information Extraction from Question-Answer Pairs

2019-03-01 · NAACL 2019 6 · Nikita Bhutani, Yoshihiko Suhara, Wang-Chiew Tan, Alon Halevy, H. V. Jagadish

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.

📄 PDF Abstract BibTeX arXiv:1903.00172

Code (0)

등록된 구현이 없습니다.

Tasks

Open Information ExtractionSentence

Similar Papers 제목 키워드 기반

PIE-QG: Paraphrased Information Extraction for Unsupervised Question Generation from Small Corpora

2023-01-03 · Dinesh Nagumothu, Bahadorreza Ofoghi, Guangyan Huang, Peter W. Eklund

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+2

Applying Information Extraction to Storybook Question and Answer Generation

2022-11-01 · ROCLING 2022 11 · Kai-Yen Kao, Chia-Hui Chang

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

2022-05-01 · Findings (ACL) 2022 5 · Le Qi, Shangwen Lv, Hongyu Li, Jing Liu 외

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+1

Tag and Correct: Question aware Open Information Extraction with Two-stage Decoding

2020-09-16 · Martin Kuo, Yaobo Liang, Lei Ji, Nan Duan 외

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 ExtractionTAG

Chinese Answer Extraction Based on POS Tree and Genetic Algorithm

2017-12-01 · WS 2017 12 · Shuihua Li, Xiao-Ming Zhang, Zhoujun Li

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