RALM: Retrieval-Augmented Language Model—an LLM enhanced with external knowledge retrieved from a corpus
RECONNECT: Retrieval-augmented knowledge Connection—the proposed framework that transforms indirect documents into direct explanations
ID: In-Domain—benchmarks where the training sets are included in the retrieval corpus
OOD: Out-of-Domain—benchmarks where the training sets are NOT included in the retrieval corpus
DPR: Dense Passage Retrieval—a method using dual encoders to retrieve relevant documents based on embedding similarity
NCE: Noise Contrastive Estimation—a loss function used to train the retriever to distinguish between positive and negative document pairs
MMR: Maximal Marginal Relevance—a method to select documents that are relevant to the query but also diverse from each other
RACo: Retrieval-Augmented Commonsense—a large-scale commonsense corpus used for retrieval
ZEBRA: Zero-shot Example-Based Retrieval Augmentation—a baseline method that retrieves relevant QA examples
COCONUT: Contextualized Commonsense Unified Transformers—a baseline method and corpus for graph-based commonsense augmentation