Graph of Thoughts: Towards Large Language Model Based Cognitive Architectures, Maciej Besta, Nils Blach, Ales Kubicek, Robert Gerstenberger, Michal Podstawski, Lukas Gianinazzi, Joanna Gajda, Tomasz Lehmann, Hubert Niewiadomski, Piotr Nyczyk, Torsten Hoefler, 2024Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 38 (Association for the Advancement of Artificial Intelligence (AAAI))DOI: 10.1609/aaai.v38i16.29720 - 将Tree of Thoughts概念扩展到更通用的图结构,使LLM能够更灵活地管理和操作复杂的思维过程,支持高级推理和规划。
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela, 2020Advances in Neural Information Processing Systems (NeurIPS) 33, Vol. 33DOI: 10.48550/arXiv.2005.11401 - 介绍了检索增强生成(RAG),这是一种通过将生成过程建立在检索到的文档上,从而提高LLM事实准确性并减少幻觉的基本方法,与“自我提问”方法的事实基础目标高度相关。