End-to-End Trainable Retrieval-Augmented Generation for Relation Extraction
Kohei Makino, Makoto Miwa, Yutaka Sasaki

TL;DR
This paper introduces ETRAG, an end-to-end trainable retrieval-augmented generation model for relation extraction, enabling the retriever to be optimized directly for the task, leading to improved performance on TACRED.
Contribution
The paper presents a novel differentiable retrieval method allowing end-to-end training of retrieval-augmented generation models for relation extraction.
Findings
ETRAG outperforms baseline models on TACRED.
Retrieved instances contain relevant relation labels and entities.
End-to-end training improves retrieval relevance for relation extraction.
Abstract
This paper addresses a crucial challenge in retrieval-augmented generation-based relation extractors; the end-to-end training is not applicable to conventional retrieval-augmented generation due to the non-differentiable nature of instance retrieval. This problem prevents the instance retrievers from being optimized for the relation extraction task, and conventionally it must be trained with an objective different from that for relation extraction. To address this issue, we propose a novel End-to-end Trainable Retrieval-Augmented Generation (ETRAG), which allows end-to-end optimization of the entire model, including the retriever, for the relation extraction objective by utilizing a differentiable selection of the nearest instances. We evaluate the relation extraction performance of ETRAG on the TACRED dataset, which is a standard benchmark for relation extraction. ETRAG…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWeb Data Mining and Analysis
