paper-with-me

Papers

Zero-Shot Relation Extraction via Reading Comprehension

2017-06-13 · CONLL 2017 8 · Omer Levy, Minjoon Seo, Eunsol Choi, Luke Zettlemoyer

We show that relation extraction can be reduced to answering simple reading comprehension questions, by associating one or more natural-language questions with each relation slot. This reduction has several advantages: we can (1) learn relation-extraction models by extending recent neural reading-comprehension techniques, (2) build very large training sets for those models by combining relation-specific crowd-sourced questions with distant supervision, and even (3) do zero-shot learning by extracting new relation types that are only specified at test-time, for which we have no labeled training examples. Experiments on a Wikipedia slot-filling task demonstrate that the approach can generalize to new questions for known relation types with high accuracy, and that zero-shot generalization to unseen relation types is possible, at lower accuracy levels, setting the bar for future work on this task.

📄 PDF Abstract BibTeX arXiv:1706.04115

Code (2)

stonybrooknlp/musique
zhuzhicai/SQuAD2.0-Baseline-Test-with-BiDAF-No-Answer tf

Tasks

Reading ComprehensionRelationRelation Extractionslot-fillingSlot FillingZero-shot GeneralizationZero-Shot Learning

Similar Papers 제목 키워드 기반

Slot Filling for Biomedical Information Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Information Extraction (IE) from text refers to the task of extracting structured knowledge from unstructured text. The task typically consists of a series of sub-tasks such as Named Entity Recognition and Relation Extra…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Passage Retrieval+6

Slot Filling for Biomedical Information Extraction

2021-09-17 · BioNLP (ACL) 2022 5 · Yannis Papanikolaou, Marlene Staib, Justin Grace, Francine Bennett

Information Extraction (IE) from text refers to the task of extracting structured knowledge from unstructured text. The task typically consists of a series of sub-tasks such as Named Entity Recognition and Relation Extra…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Passage Retrieval+6

Probing and Fine-tuning Reading Comprehension Models for Few-shot Event Extraction

2020-10-21 · Rui Feng, Jie Yuan, Chao Zhang

We study the problem of event extraction from text data, which requires both detecting target event types and their arguments. Typically, both the event detection and argument detection subtasks are formulated as supervi…

Event DetectionEvent ExtractionNatural Language InferenceReading Comprehension

X-WikiRE: A Large, Multilingual Resource for Relation Extraction as Machine Comprehension

2019-08-14 · WS 2019 11 · Mostafa Abdou, Cezar Sas, Rahul Aralikatte, Isabelle Augenstein 외

Although the vast majority of knowledge bases KBs are heavily biased towards English, Wikipedias do cover very different topics in different languages. Exploiting this, we introduce a new multilingual dataset (X-WikiRE),…

Reading ComprehensionRelationRelation Extraction

Question Difficulty Ranking for Multiple-Choice Reading Comprehension

2024-04-16 · Vatsal Raina, Mark Gales

Multiple-choice (MC) tests are an efficient method to assess English learners. It is useful for test creators to rank candidate MC questions by difficulty during exam curation. Typically, the difficulty is determined by …

Multiple-choiceReading Comprehension