1. Memory Injections: Correcting Multi-Hop Reasoning Failures during Inference in Transformer-Based Language Models

    Abstract

    Answering multi-hop reasoning questions requires retrieving and synthesizing information from diverse sources. Large Language Models (LLMs) struggle to perform such reasoning consistently. Here we propose an approach to pinpoint and rectify multi-hop reasoning failures through targeted memory injections on LLM attention heads. First, we analyze the per-layer activations of GPT-2 models in response to single and multi-hop prompts. We then propose a mechanism that allows users to inject pertinent prompt-specific information, which we refer to as “memories,” at critical LLM locations during inference. By thus enabling the LLM to incorporate additional relevant information during inference, we enhance the quality of multi-hop prompt completions. We show empirically that a simple, efficient, and targeted memory injection into a key attention layer can often increase the probability of the desired next token in multi-hop tasks, by up to 424%.

    Video Presentation

    Call for Collaboration

    If this work is interesting to you and you would like to collaborate, please feel free to reach out to sakarvadia@uchicago.edu. Some ideas we are excited about are (but not limited to):

    • Automating memory selections from external knowledge sources (e.g. knowledge graphs, vector databases)
    • Erasing memories during model inference
    • Applying memory injections to additional model architectures

    Citation

    @inproceedings{Mansi2023Multi,
      title = {Memory Injections: Correcting Multi-Hop Reasoning Failures during Inference in Transformer-Based Language Models},
      author = {Sakarvadia, Mansi and Ajith, Aswathy and Khan, Arham and Grzenda, Daniel and Hudson, Nathaniel and Bauer, André and Chard, Kyle and Foster, Ian},
      year = {2023},
      month = dec,
      booktitle = {Proceedings of the 6th ACL BlackboxNLP Workshop on Analyzing and Interpreting Neural Networks for NLP (BlackboxNLP)},
      publisher = {ACL},
      pages = {}
    }