paper-with-me

홈 › Papers

FabricQA-Extractor: A Question Answering System to Extract Information from Documents using Natural Language Questions

2024-08-17 · Qiming Wang, Raul Castro Fernandez

Reading comprehension models answer questions posed in natural language when provided with a short passage of text. They present an opportunity to address a long-standing challenge in data management: the extraction of structured data from unstructured text. Consequently, several approaches are using these models to perform information extraction. However, these modern approaches leave an opportunity behind because they do not exploit the relational structure of the target extraction table. In this paper, we introduce a new model, Relation Coherence, that exploits knowledge of the relational structure to improve the extraction quality. We incorporate the Relation Coherence model as part of FabricQA-Extractor, an end-to-end system we built from scratch to conduct large scale extraction tasks over millions of documents. We demonstrate on two datasets with millions of passages that Relation Coherence boosts extraction performance and evaluate FabricQA-Extractor on large scale datasets.

📄 PDF Abstract BibTeX arXiv:2408.09226

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementQuestion AnsweringReading ComprehensionRelation

Similar Papers 제목 키워드 기반

Zero-Shot Open-Book Question Answering

2021-11-22 · Sia Gholami, Mehdi Noori

Open book question answering is a subset of question answering tasks where the system aims to find answers in a given set of documents (open-book) and common knowledge about a topic. This article proposes a solution for …

Information RetrievalNatural QuestionsQuestion AnsweringRetrieval

MIX : a Multi-task Learning Approach to Solve Open-Domain Question Answering

2020-12-17 · Sofian Chaybouti, Achraf Saghe, Aymen Shabou

In this paper, we introduce MIX : a multi-task deep learning approach to solve Open-Domain Question Answering. First, we design our system as a multi-stage pipeline made of 3 building blocks : a BM25-based Retriever, to …

Computational EfficiencyMulti-Task LearningOpen-Domain Question AnsweringQuestion Answering

Question Answering on Freebase via Relation Extraction and Textual Evidence

2016-03-03 · ACL 2016 8 · Kun Xu, Siva Reddy, Yansong Feng, Songfang Huang 외

Existing knowledge-based question answering systems often rely on small annotated training data. While shallow methods like relation extraction are robust to data scarcity, they are less expressive than the deep meaning …

Question AnsweringRelationRelation ExtractionSemantic Parsing

Cooperative Self-training of Machine Reading Comprehension

2021-03-12 · NAACL 2022 7 · Hongyin Luo, Shang-Wen Li, Mingye Gao, Seunghak Yu 외

Pretrained language models have significantly improved the performance of downstream language understanding tasks, including extractive question answering, by providing high-quality contextualized word embeddings. Howeve…

Extractive Question-AnsweringMachine Reading ComprehensionQuestion AnsweringQuestion Generation+5

Exploring the zero-shot limit of FewRel

2020-12-01 · COLING 2020 8 · Alberto Cetoli

This paper proposes a general purpose relation extractor that uses Wikidata descriptions to represent the relation{'}s surface form. The results are tested on the FewRel 1.0 dataset, which provides an excellent framework…

Language ModelingLanguage ModellingQuestion AnsweringRelation+1