CLMay 31, 2019

Improving Open Information Extraction via Iterative Rank-Aware Learning

arXiv:1905.13413v11094 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in open IE for NLP researchers, offering an incremental improvement over existing methods.

The paper tackled the problem of confidence calibration in open information extraction, where extraction likelihood is not globally comparable across sentences, and introduced an additional binary classification loss and iterative learning process, achieving improved performance on the OIE2016 benchmark.

Open information extraction (IE) is the task of extracting open-domain assertions from natural language sentences. A key step in open IE is confidence modeling, ranking the extractions based on their estimated quality to adjust precision and recall of extracted assertions. We found that the extraction likelihood, a confidence measure used by current supervised open IE systems, is not well calibrated when comparing the quality of assertions extracted from different sentences. We propose an additional binary classification loss to calibrate the likelihood to make it more globally comparable, and an iterative learning process, where extractions generated by the open IE model are incrementally included as training samples to help the model learn from trial and error. Experiments on OIE2016 demonstrate the effectiveness of our method. Code and data are available at https://github.com/jzbjyb/oie_rank.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes