paper-with-me

Papers

Improving Open Information Extraction via Iterative Rank-Aware Learning

2019-05-31 · ACL 2019 7 · Zhengbao Jiang, Pengcheng Yin, Graham Neubig

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.

📄 PDF Abstract BibTeX arXiv:1905.13413

Code (1)

jzbjyb/oie_rank 공식 구현 pytorch

Tasks

Binary ClassificationGeneral ClassificationOpen Information Extraction

Similar Papers 제목 키워드 기반

Answering Any-hop Open-domain Questions with Iterative Document Reranking

2020-09-16 · Ping Nie, Yuyu Zhang, Arun Ramamurthy, Le Song

Existing approaches for open-domain question answering (QA) are typically designed for questions that require either single-hop or multi-hop reasoning, which make strong assumptions of the complexity of questions to be a…

Multi-hop Question AnsweringNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+2

MILLIE: Modular & Iterative Multilingual Open Information Extraction

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

Open Information Extraction (OpenIE) is the task of extracting $(subject, predicate, object)$ triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we invest…

Open Information Extraction

milIE: Modular & Iterative Multilingual Open Information Extraction

2021-10-15 · ACL 2022 5 · Bhushan Kotnis, Kiril Gashteovski, Daniel Oñoro Rubio, Vanesa Rodriguez-Tembras 외

Open Information Extraction (OpenIE) is the task of extracting (subject, predicate, object) triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we explore …

Open Information Extraction

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

OpenIE6: Iterative Grid Labeling and Coordination Analysis for Open Information Extraction

2020-10-07 · EMNLP 2020 11 · Keshav Kolluru, Vaibhav Adlakha, Samarth Aggarwal, Mausam 외

A recent state-of-the-art neural open information extraction (OpenIE) system generates extractions iteratively, requiring repeated encoding of partial outputs. This comes at a significant computational cost. On the other…

Open Information Extraction