KillerShoaib/RLM-From-Scratch
Implementation of Recursive Language Model paper from scratch
This project helps AI developers and researchers overcome the challenge of processing extremely large text datasets with language models without exceeding context windows. It takes a dataset path and a question, then generates Python code to recursively analyze the data and provide an answer. Machine learning engineers and AI researchers who need to interact with vast amounts of text will find this useful for efficiently extracting information.
Use this if you need to enable a large language model to intelligently query and process massive text datasets that are too big to fit into its direct context window.
Not ideal if you're looking for a simple, off-the-shelf solution for small datasets or if you are not comfortable with Python development and managing API keys.
Stars
38
Forks
3
Language
Python
License
—
Category
Last pushed
Feb 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/KillerShoaib/RLM-From-Scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
AI-Hypercomputer/maxtext
A simple, performant and scalable Jax LLM!
rasbt/reasoning-from-scratch
Implement a reasoning LLM in PyTorch from scratch, step by step
mindspore-lab/mindnlp
MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless...
mosaicml/llm-foundry
LLM training code for Databricks foundation models
rickiepark/llm-from-scratch
<밑바닥부터 만들면서 공부하는 LLM>(길벗, 2025)의 코드 저장소