Evaluating The Effectiveness Of Retrieval-augmented Large Language Models In Scientific Document Reasoning · The Large Language Model Bible Contribute to LLM-Bible

Evaluating The Effectiveness Of Retrieval-augmented Large Language Models In Scientific Document Reasoning

Munikoti Sai, Acharya Anurag, Wagle Sridevi, Horawalavithana Sameera. Arxiv 2023

[Paper]    
Pretraining Methods RAG Training Techniques

Despite the dramatic progress in Large Language Model (LLM) development, LLMs often provide seemingly plausible but not factual information, often referred to as hallucinations. Retrieval-augmented LLMs provide a non-parametric approach to solve these issues by retrieving relevant information from external data sources and augment the training process. These models help to trace evidence from an externally provided knowledge base allowing the model predictions to be better interpreted and verified. In this work, we critically evaluate these models in their ability to perform in scientific document reasoning tasks. To this end, we tuned multiple such model variants with science-focused instructions and evaluated them on a scientific document reasoning benchmark for the usefulness of the retrieved document passages. Our findings suggest that models justify predictions in science tasks with fabricated evidence and leveraging scientific corpus as pretraining data does not alleviate the risk of evidence fabrication.

Similar Work