georgeguimaraes/alike
Semantic similarity testing for Elixir. Test LLM outputs, chatbots, and NLP in Elixir
When building applications that generate or process natural language, like chatbots or summarization tools, you need to be sure they communicate the right meaning. This project helps you automatically check if two pieces of text, such as a user query and a chatbot's response, convey the same meaning, even if the exact words are different. It inputs two sentences and outputs a clear pass or fail, making it perfect for anyone testing language-generating software.
Use this if you are a software developer working with Elixir and need to ensure that your application's natural language outputs are semantically equivalent or logically consistent with expected responses during testing.
Not ideal if you need to analyze text similarity in production applications or are not developing in Elixir, as this tool is specifically designed for Elixir test environments.
Stars
41
Forks
—
Language
Elixir
License
Apache-2.0
Category
Last pushed
Mar 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/georgeguimaraes/alike"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Higher-rated alternatives
open-compass/opencompass
OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral,...
IBM/unitxt
🦄 Unitxt is a Python library for enterprise-grade evaluation of AI performance, offering the...
lean-dojo/LeanDojo
Tool for data extraction and interacting with Lean programmatically.
GoodStartLabs/AI_Diplomacy
Frontier Models playing the board game Diplomacy.
google/litmus
Litmus is a comprehensive LLM testing and evaluation tool designed for GenAI Application...