graph-of-thoughts VS llmtaskgraph

Compare graph-of-thoughts vs llmtaskgraph and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
graph-of-thoughts llmtaskgraph
2 1
1,895 20
5.3% -
6.4 7.5
about 1 month ago 11 months ago
Python Python
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

graph-of-thoughts

Posts with mentions or reviews of graph-of-thoughts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Q* Could Be It - Forget AlphaGO - It's Diplomacy - Peg 1 May Have Fallen - Noam Brown May Have Achieved The Improbable - Is this Q* Leak 2.0?
    2 projects | /r/singularity | 8 Dec 2023
    We introduce Graph of Thoughts (GoT): a framework that advances prompting capabilities in large language models (LLMs) beyond those offered by paradigms such as Chain-ofThought or Tree of Thoughts (ToT). The key idea and primary advantage of GoT is the ability to model the information generated by an LLM as an arbitrary graph, where units of information (“LLM thoughts”) are vertices, and edges correspond to dependencies between these vertices. This approach enables combining arbitrary LLM thoughts into synergistic outcomes, distilling the essence of whole networks of thoughts, or enhancing thoughts using feedback loops. We illustrate that GoT offers advantages over state of the art on different tasks, for example increasing the quality of sorting by 62% over ToT, while simultaneously reducing costs by >31%. We ensure that GoT is extensible with new thought transformations and thus can be used to spearhead new prompting schemes. This work brings the LLM reasoning closer to human thinking or brain mechanisms such as recurrence, both of which form complex networks. Website & code: https://github.com/spcl/graph-of-thoughts
  • Graph of Thoughts: Solving Elaborate Problems with Large Language Models
    2 projects | news.ycombinator.com | 24 Aug 2023
    https://github.com/spcl/graph-of-thoughts Code for the paper too

llmtaskgraph

Posts with mentions or reviews of llmtaskgraph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • Graph of Thoughts: Solving Elaborate Problems with Large Language Models
    2 projects | news.ycombinator.com | 24 Aug 2023
    This is a really natural extension of CoT. I was experimenting for a month or two with a similar concept in a hobby project this past spring: https://github.com/knexer/llmtaskgraph . I'm really excited to see more people exploring in this direction!

    I was focusing more on an engineering perspective; modeling a complex LLM-and-code process as a dependency graph makes it easy to:

What are some alternatives?

When comparing graph-of-thoughts and llmtaskgraph you can also consider the following projects:

trex - Enforce structured output from LLMs 100% of the time

prompttools - Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).

llm-guard - The Security Toolkit for LLM Interactions

prompt-lib - A set of utilities for running few-shot prompting experiments on large-language models

ToolEmu - A language model (LM)-based emulation framework for identifying the risks of LM agents with tool use

ChainFury - 🦋 Production grade chaining engine behind TuneChat. Self host today!

promptmap - automatically tests prompt injection attacks on ChatGPT instances