ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2023International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2210.03629 - Introduces a paradigm for language models to perform multi-step reasoning and actions by interleaving natural language rationales with task-specific actions, highly relevant for sequential operations.
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models, Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc Le, Denny Zhou, 2022arXiv preprint arXiv:2201.11903DOI: 10.48550/arXiv.2201.11903 - Demonstrates that instructing language models to output intermediate reasoning steps significantly improves performance on complex reasoning tasks, providing a base for sequential output and information flow.
Prompt Engineering, OpenAI, 2023 (OpenAI) - Official guide providing practical recommendations for designing effective prompts, including strategies like chain-of-thought and tool use, which are central to agentic workflows and sequential task execution.