CLOct 22, 2022

R$^2$F: A General Retrieval, Reading and Fusion Framework for Document-level Natural Language Inference

arXiv:2210.12328v1h-index: 27Has Code
Originality Incremental advance
AI Analysis

It addresses interpretability and long-range dependency issues in document-level NLP, offering a general solution for researchers and practitioners, though it is incremental as it builds on sentence-level methods.

The paper tackles document-level natural language inference by proposing the R2F framework, which simplifies it into sentence-level tasks using evidence retrieval and fusion, achieving state-of-the-art performance and improved interpretability.

Document-level natural language inference (DOCNLI) is a new challenging task in natural language processing, aiming at judging the entailment relationship between a pair of hypothesis and premise documents. Current datasets and baselines largely follow sentence-level settings, but fail to address the issues raised by longer documents. In this paper, we establish a general solution, named Retrieval, Reading and Fusion (R2F) framework, and a new setting, by analyzing the main challenges of DOCNLI: interpretability, long-range dependency, and cross-sentence inference. The basic idea of the framework is to simplify document-level task into a set of sentence-level tasks, and improve both performance and interpretability with the power of evidence. For each hypothesis sentence, the framework retrieves evidence sentences from the premise, and reads to estimate its credibility. Then the sentence-level results are fused to judge the relationship between the documents. For the setting, we contribute complementary evidence and entailment label annotation on hypothesis sentences, for interpretability study. Our experimental results show that R2F framework can obtain state-of-the-art performance and is robust for diverse evidence retrieval methods. Moreover, it can give more interpretable prediction results. Our model and code are released at https://github.com/phoenixsecularbird/R2F.

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