2022

Language Models that Seek for Knowledge: Modular Search & Generation for Dialogue and Prompt Completion

Shuster, Kurt, Komeili, Mojtaba, Adolphs, Leonard et al.

Understand

Language models (LMs) have recently been shown to generate more factual responses by employing modularity (Zhou et al., 2021) in combination with retrieval (Adolphs et al., 2021).

  • We extend the recent approach of Adolphs et al.
  • (2021) to include internet search as a module.
  • Our SeeKeR (Search engine->Knowledge->Response) method thus applies a single LM to three modular tasks in succession: search, generating knowledge, and generating a final response.

Reading the bibliography…