Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 575 Bytes

File metadata and controls

27 lines (23 loc) · 575 Bytes

CSE476-NLP-FinalProject

Our final project is to build a general-purpose reasoning agent


Overview

ASU Research Compute (SOL), Solve arbitrary problem-solving tasks, Use inference-time algorithms to implement an agent, Core constraints to use only the provided LLM API, Efficiency requirement of under 20 LLM calls per question


Features

Algorithm Tester API LLM Wrapper Inference Time Algorithms (9)

  • Chain of Thought
  • Self-Consistency
  • Tree of Thought
  • ReACT
  • Decomposition
  • Tool-Augmented Reasoning
  • Self-Refine
  • Analogical Reasoning
  • Self-Debug