/BTR

Primary LanguagePython

BTR

This repository is the official implementation for the paper "BTR: Binary Token Representations for Efficient Retrieval Augmented Language Models"

The BTR-ATLAS folder contains the code for ATLAS model, the code base is mostly modified on top of the original ATLAS repo

The BTR-BERT folder contains the code for applying BTR to BERT models, the code base is adapted from DPR and BPR.