ai_story_scale
The AI story scale (AISS): A human rating scale for texts written with generative language models. (by MWiechmann)
augmented-interpretable-models
Interpretable and efficient predictors using pre-trained language models. Scikit-learn compatible. (by microsoft)
ai_story_scale | augmented-interpretable-models | |
---|---|---|
2 | 1 | |
9 | 40 | |
- | - | |
3.6 | 7.4 | |
9 months ago | 13 days ago | |
Jupyter Notebook | Jupyter Notebook | |
Creative Commons Attribution Share Alike 4.0 | MIT License |
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.
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.
ai_story_scale
Posts with mentions or reviews of ai_story_scale.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Survey Results Preview (90% Progress Milestone): Morpho
To get a better idea of what is going on with Morpho stories, here are two typical outputs from the Morpho preset.
-
Survey Results Preview III (75% Progress): Basic Coherence
Two typical outputs are here.
augmented-interpretable-models
Posts with mentions or reviews of augmented-interpretable-models.
We have used some of these posts to build our list of alternatives
and similar projects.
-
[R] Emb-GAM: an Interpretable and Efficient Predictor using Pre-trained Language Models
Deep learning models have achieved impressive prediction performance but often sacrifice interpretability, a critical consideration in high-stakes domains such as healthcare or policymaking. In contrast, generalized additive models (GAMs) can maintain interpretability but often suffer from poor prediction performance due to their inability to effectively capture feature interactions. In this work, we aim to bridge this gap by using pre-trained neural language models to extract embeddings for each input before learning a linear model in the embedding space. The final model (which we call Emb-GAM) is a transparent, linear function of its input features and feature interactions. Leveraging the language model allows Emb-GAM to learn far fewer linear coefficients, model larger interactions, and generalize well to novel inputs (e.g. unseen ngrams in text). Across a variety of NLP datasets, Emb-GAM achieves strong prediction performance without sacrificing interpretability. All code is made available on Github.
What are some alternatives?
When comparing ai_story_scale and augmented-interpretable-models you can also consider the following projects:
Smarty-GPT - A wrapper of LLMs that biases its behaviour using prompts and contexts in a transparent manner to the end-users
AutoCog - Automaton & Cognition
reweight-gpt - Reweight GPT - a simple neural network using transformer architecture for next character prediction
shap - A game theoretic approach to explain the output of any machine learning model. [Moved to: https://github.com/shap/shap]
language-planner - Official Code for "Language Models as Zero-Shot Planners: Extracting Actionable Knowledge for Embodied Agents"
scikit-learn-ts - Powerful machine learning library for Node.js – uses Python's scikit-learn under the hood.