CLApr 15, 2024

Improving Recall of Large Language Models: A Model Collaboration Approach for Relational Triple Extraction

arXiv:2404.09593v183 citationsh-index: 22LREC
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in knowledge acquisition for NLP applications, offering an incremental improvement over existing methods.

The paper tackles the problem of low recall in relational triple extraction from complex sentences using large language models by introducing a model collaboration framework that integrates a small evaluation model to improve extraction accuracy, achieving enhanced results especially for sentences with multiple triples.

Relation triple extraction, which outputs a set of triples from long sentences, plays a vital role in knowledge acquisition. Large language models can accurately extract triples from simple sentences through few-shot learning or fine-tuning when given appropriate instructions. However, they often miss out when extracting from complex sentences. In this paper, we design an evaluation-filtering framework that integrates large language models with small models for relational triple extraction tasks. The framework includes an evaluation model that can extract related entity pairs with high precision. We propose a simple labeling principle and a deep neural network to build the model, embedding the outputs as prompts into the extraction process of the large model. We conduct extensive experiments to demonstrate that the proposed method can assist large language models in obtaining more accurate extraction results, especially from complex sentences containing multiple relational triples. Our evaluation model can also be embedded into traditional extraction models to enhance their extraction precision from complex sentences.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes