BenchIE: A Framework for Multi-Faceted Fact-Based Open Information Extraction Evaluation

Intrinsic evaluations of OIE systems are carried out either manually -- with human evaluators judging the correctness of extractions -- or automatically, on standardized benchmarks. The latter, while much more cost-effective, is less reliable, primarily because of the incompleteness of the existing OIE benchmarks: the ground truth extractions do not include all acceptable variants of the same fact, leading to unreliable assessment of the models' performance. Moreover, the existing OIE benchmarks are available for English only. In this work, we introduce BenchIE: a benchmark and evaluation framework for comprehensive evaluation of OIE systems for English, Chinese, and German. In contrast to existing OIE benchmarks, BenchIE is fact-based, i.e., it takes into account informational equivalence of extractions: our gold standard consists of fact synsets, clusters in which we exhaustively list all acceptable surface forms of the same fact. Moreover, having in mind common downstream applications for OIE, we make BenchIE multi-faceted; i.e., we create benchmark variants that focus on different facets of OIE evaluation, e.g., compactness or minimality of extractions. We benchmark several state-of-the-art OIE systems using BenchIE and demonstrate that these systems are significantly less effective than indicated by existing OIE benchmarks. We make BenchIE (data and evaluation code) publicly available on https://github.com/gkiril/benchie.

PDF Abstract ACL 2022 PDF ACL 2022 Abstract

Datasets


Introduced in the Paper:

BenchIE

Used in the Paper:

CaRB OIE2016
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Open Information Extraction BenchIE ClausIE Precision 0.50 # 1
Recall 0.26 # 2
F1 0.34 # 1
Open Information Extraction BenchIE M2OIE (DE) Precision 0.09 # 10
Recall 0.03 # 9
F1 0.04 # 9
Open Information Extraction BenchIE M2OIE (ZH) Precision 0.26 # 7
Recall 0.13 # 6
F1 0.17 # 5
Open Information Extraction BenchIE M2OIE (EN) Precision 0.39 # 4
F1 0.23 # 4
Open Information Extraction BenchIE Naive OIE Precision 0.03 # 11
Recall 0.02 # 10
F1 0.03 # 10
Open Information Extraction BenchIE OpenIE6 Precision 0.31 # 6
Recall 0.21 # 4
F1 0.25 # 3
Open Information Extraction BenchIE ROIE-N Precision 0.20 # 8
Recall 0.09 # 7
F1 0.13 # 6
Open Information Extraction BenchIE ROIE-T Precision 0.37 # 5
Recall 0.08 # 8
F1 0.13 # 6
Open Information Extraction BenchIE Stanford OIE Precision 0.11 # 9
Recall 0.16 # 5
F1 0.13 # 6
Open Information Extraction BenchIE MinIE Precision 0.43 # 2
Recall 0.28 # 1

Methods


No methods listed for this paper. Add relevant methods here