Awesome AI AgentsReasoning Frameworks

dlMARiA/Syzygy-of-thoughts

⭐ 133 Python added to this list on 2025-05-02 repository created 2025-04-01

Syzygy-of-Thoughts is a project that implements a novel reasoning framework called Syzygy of Thoughts (SoT), which enhances the reasoning capabilities of large language models (LLMs) by integrating concepts from commutative algebra and homological algebra, specifically Minimal Free Resolution (MFR), into the Chain of Thought (CoT) approach. This integration significantly improves the performance of LLMs on complex reasoning tasks. The project is based on a research paper submitted to the ACM Multimedia Conference and published as a preprint on arXiv, highlighting its academic and practical significance. The repository contains the full code implementation of the SoT framework, including datasets, model configurations, source code, and experimental results. It is structured into several directories such as config for configuration files, datasets for storing data, interfaces for defining abstract interfaces, log for logging utilities, models for model interfaces, prompts for prompt templates, and utils for various utility functions. The main entry point of the project is the main.py file, which initiates the testing process. A key feature of the project is the DIY CoT Template, which allows users to create custom reasoning structures and templates tailored to specific tasks or domains, enabling the design of personalized logic flows to enhance LLM performance. The project also collaborates with Hugging Face to showcase its research and models, indicating its integration with popular AI platforms. The project supports multiple datasets and provides detailed instructions for setup, including cloning the repository, creating a virtual environment, installing dependencies, preparing datasets, and configuring API keys for OpenAI or other models. This makes it accessible for researchers and developers interested in advancing LLM reasoning capabilities through innovative algebraic methods. Overall, Syzygy-of-Thoughts represents a cutting-edge approach to improving LLM reasoning by combining advanced mathematical frameworks with practical AI model implementations, offering a valuable resource for the AI research community.

https://github.com/dlMARiA/Syzygy-of-thoughts

agentai-researchchain-of-thoughtcommutative-algebracomplex-reasoning-taskscotdatasetsdiy-cot-templatehomological-algebrahugging-face-collaborationlangchianlarge-language-modelsllmmfrminimal-free-resolutionmodel-configurationsopenaiopenai-apiprompt-templatesreasoning-frameworksotsyzygy-of-thoughts

Also in Reasoning Frameworks

bytedance/deer-flow

DeerFlow is a community-driven deep research framework that integrates language models with web search, crawling, and Python execution tools to facilitate comprehensive AI-powered research workflows.

VectifyAI/PageIndex

PageIndex is a reasoning-based document indexing and retrieval system that uses a hierarchical tree structure to enable human-like, vectorless retrieval and multi-step reasoning over long professional documents.

guidance-ai/guidance

Guidance is a programming paradigm and library that enables efficient and fine-grained control over large language models to produce structured, high-quality outputs with reduced latency and cost.

friuns2/BlackFriday-GPTs-Prompts

A curated repository of free GPT prompts and jailbreaks across various domains, enabling users to utilize GPT models without a subscription to GPT Plus.

refly-ai/refly

Refly is an open-source AI-native creation engine that combines multi-threaded dialogues, multimodal inputs, knowledge base integration, and AI-powered tools to transform ideas into production-ready interactive content and web applications.

mongodb-developer/GenAI-Showcase

MongoDB's GenAI Showcase is a comprehensive repository offering examples and applications that integrate MongoDB with advanced Generative AI techniques like Retrieval-Augmented Generation and AI Agents to support AI development and innovation.

anysphere/priompt

Priompt is a JSX-based prompting library that uses a priority system to efficiently construct token-limited prompts for language models, inspired by React's component design.

HKUDS/Auto-Deep-Research

Auto-Deep-Research is an open-source, fully automated, and cost-effective personal AI assistant that supports multiple large language models and offers a one-click launch experience as an alternative to OpenAI's Deep Research.