Nicholas Popovic, Michael Färber
We present FREDo, a few-shot document-level relation extraction (FSDLRE) benchmark. As opposed to existing benchmarks which are built on sentence-level relation extraction corpora, we argue that document-level corpora provide more realism, particularly regarding none-of-the-above (NOTA) distributions. Therefore, we propose a set of FSDLRE tasks and construct a benchmark based on two existing supervised learning data sets, DocRED and sciERC. We adapt the state-of-the-art sentence-level method MNAV to the document-level and develop it further for improved domain adaptation. We find FSDLRE to be a challenging setting with interesting new characteristics such as the ability to sample NOTA instances from the support set. The data, code, and trained models are available online (https://github.com/nicpopovic/FREDo).
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Relation Extraction | DocRED | F1 (1-Doc) | 7.05 | DL-MNAV |
| Relation Extraction | DocRED | F1 (3-Doc) | 8.42 | DL-MNAV |
| Relation Extraction | FREDo | F1 (1-Doc) | 7.05 | DL-MNAV |
| Relation Extraction | FREDo | F1 (3-Doc) | 8.42 | DL-MNAV |
| Relation Extraction | FREDo (cross-domain) | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Relation Extraction | FREDo (cross-domain) | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |
| Relation Extraction | SciERC | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Relation Extraction | SciERC | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |
| Few-Shot Learning | DocRED | F1 (1-Doc) | 7.05 | DL-MNAV |
| Few-Shot Learning | DocRED | F1 (3-Doc) | 8.42 | DL-MNAV |
| Few-Shot Learning | FREDo | F1 (1-Doc) | 7.05 | DL-MNAV |
| Few-Shot Learning | FREDo | F1 (3-Doc) | 8.42 | DL-MNAV |
| Few-Shot Learning | FREDo (cross-domain) | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Few-Shot Learning | FREDo (cross-domain) | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |
| Few-Shot Learning | SciERC | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Few-Shot Learning | SciERC | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |
| Relation Classification | DocRED | F1 (1-Doc) | 7.05 | DL-MNAV |
| Relation Classification | DocRED | F1 (3-Doc) | 8.42 | DL-MNAV |
| Relation Classification | FREDo | F1 (1-Doc) | 7.05 | DL-MNAV |
| Relation Classification | FREDo | F1 (3-Doc) | 8.42 | DL-MNAV |
| Relation Classification | FREDo (cross-domain) | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Relation Classification | FREDo (cross-domain) | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |
| Relation Classification | SciERC | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Relation Classification | SciERC | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |
| Meta-Learning | DocRED | F1 (1-Doc) | 7.05 | DL-MNAV |
| Meta-Learning | DocRED | F1 (3-Doc) | 8.42 | DL-MNAV |
| Meta-Learning | FREDo | F1 (1-Doc) | 7.05 | DL-MNAV |
| Meta-Learning | FREDo | F1 (3-Doc) | 8.42 | DL-MNAV |
| Meta-Learning | FREDo (cross-domain) | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Meta-Learning | FREDo (cross-domain) | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |
| Meta-Learning | SciERC | F1 (1-Doc) | 2.85 | DL-MNAV+SIE+SBN |
| Meta-Learning | SciERC | F1 (3-Doc) | 3.72 | DL-MNAV+SIE+SBN |