RRepoGEO

REPOGEO REPORT · LITE

raymin0223/mixture_of_recursions

Default branch main · commit 53d0fee4 · scanned 6/23/2026, 11:19:34 PM

GitHub: 578 stars · 83 forks

Scan history for this repo

Score trend below includes all ready runs (older left, newer right; scroll horizontally if needed). The table is collapsed by default—expand for newest-first rows, 10 per page.

Score trend (left → right: older → newer)

2 ready scans. Expand the table below for newest-first rows (10 per page, paginated).

AI VISIBILITY SCORE
40 /100
Critical
Category recall
0 / 2
Not recommended in any query
Rule findings
2 pass · 0 warn · 0 fail
Objective metadata checks
AI knows your name
3 / 3
Direct prompts that named your repo
HOW TO READ THIS REPORT

Action plan is what to do next — copy-pasteable changes prioritized by impact. Category visibility is the real GEO test: when a user asks an AI a brand-free question that should surface raymin0223/mixture_of_recursions, does the AI actually recommend you — or your competitors? Objective checks verify the metadata signals AI engines weight first. Self-mention check detects whether AI even knows you exist by name.

Action plan — copy-paste fixes

3 prioritized changes generated by gemini-2.5-flash. Mark items done after you ship the fix.

OVERALL DIRECTION
  • highreadme#1
    Reposition README opening to clarify it's a research paper's official implementation

    Why:

    CURRENT
    # Mixture-of-Recursions: Learning Dynamic Recursive Depths for Adaptive Token-Level Computation (NeurIPS 2025)
    COPY-PASTE FIX
    # Mixture-of-Recursions: Learning Dynamic Recursive Depths for Adaptive Token-Level Computation (NeurIPS 2025)
    
    This repository contains the official implementation of the NeurIPS 2025 paper "Mixture-of-Recursions: Learning Dynamic Recursive Depths for Adaptive Token-Level Computation."
  • mediumtopics#2
    Add topics to specify it's a research paper's official implementation

    Why:

    CURRENT
    adaptive-computation, early-exiting, kv-cache, llm, recursive-transformers, router
    COPY-PASTE FIX
    adaptive-computation, early-exiting, kv-cache, llm, recursive-transformers, router, neurips-2025, paper-implementation, research-code
  • lowreadme#3
    Add a "Quick Start" or "Usage" section to the README

    Why:

    COPY-PASTE FIX
    ## 🚀 Quick Start
    
    To get started with Mixture-of-Recursions, follow these steps:
    
    1. **Installation:**
       ```bash
       git clone https://github.com/raymin0223/mixture_of_recursions.git
       cd mixture_of_recursions
       pip install -r requirements.txt
       ```
    
    2. **Running Experiments:**
       [Provide a simple command to run a demo or reproduce a key result, e.g., python train.py --model mor --dataset wikitext]

Category GEO backends resolved for this scan: google/gemini-2.5-flash, deepseek/deepseek-v4-flash

Category visibility — the real GEO test

Brand-free queries asked to google/gemini-2.5-flash. Did AI recommend you, or someone else?

Same questions for every model — switch tabs to compare answers and rankings.

Recall
0 / 2
0% of queries surface raymin0223/mixture_of_recursions
Avg rank
Lower is better. #1 = top recommendation.
Share of voice
0%
Of all named tools, what % are you?
Top rival
https://github.com/vllm-project/vllm
Recommended in 2 of 2 queries
COMPETITOR LEADERBOARD
  1. https://github.com/vllm-project/vllm · recommended 2×
  2. https://github.com/TimDettmers/bitsandbytes · recommended 1×
  3. https://github.com/mit-han-lab/awq · recommended 1×
  4. https://github.com/IST-DASLab/gptq · recommended 1×
  5. https://github.com/huggingface/transformers · recommended 1×
  • CATEGORY QUERY
    How to improve large language model inference speed and reduce computational cost?
    you: not recommended
    AI recommended (in order):
    1. bitsandbytes (https://github.com/TimDettmers/bitsandbytes)
    2. AWQ (https://github.com/mit-han-lab/awq)
    3. GPTQ (https://github.com/IST-DASLab/gptq)
    4. Hugging Face Transformers library (https://github.com/huggingface/transformers)
    5. TinyBERT (https://github.com/huawei-noah/TinyBERT)
    6. DistilBERT (https://github.com/huggingface/transformers/tree/main/examples/research_projects/distillation)
    7. Google's Speculative Decoding
    8. Medusa (https://github.com/FasterDecoding/Medusa)
    9. vLLM (https://github.com/vllm-project/vllm)
    10. TensorRT-LLM (https://github.com/NVIDIA/TensorRT-LLM)
    11. ONNX Runtime (https://github.com/microsoft/onnxruntime)
    12. PagedAttention (https://github.com/vllm-project/vllm)
    13. FlashAttention (https://github.com/Dao-AILab/flash-attention)
    14. SparseGPT (https://github.com/IST-DASLab/SparseGPT)
    15. Wanda (https://github.com/locuslab/wanda)
    16. XLA (https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/xla)
    17. TorchDynamo/Inductor (https://github.com/pytorch/pytorch/tree/master/torch/compiler)

    AI recommended 17 alternatives but never named raymin0223/mixture_of_recursions. This is the gap to close.

    Show full AI answer
  • CATEGORY QUERY
    Seeking techniques to implement adaptive token-level computation for LLMs to save resources.
    you: not recommended
    AI recommended (in order):
    1. Hugging Face Transformers
    2. DeepSpeed
    3. ONNX Runtime
    4. vLLM
    5. PyTorch
    6. TensorFlow
    7. FlashAttention
    8. xFormers

    AI recommended 8 alternatives but never named raymin0223/mixture_of_recursions. This is the gap to close.

    Show full AI answer

Objective checks

Rule-based audits of metadata signals AI engines weight most.

  • Metadata completeness
    pass

  • README presence
    pass

Self-mention check

Does AI even know your repo exists when asked about it directly?

  • Compared to common alternatives in this category, what is the core differentiator of raymin0223/mixture_of_recursions?
    pass
    AI named raymin0223/mixture_of_recursions explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • If a team adopts raymin0223/mixture_of_recursions in production, what risks or prerequisites should they evaluate first?
    pass
    AI named raymin0223/mixture_of_recursions explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • In one sentence, what problem does the repo raymin0223/mixture_of_recursions solve, and who is the primary audience?
    pass
    AI named raymin0223/mixture_of_recursions explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

Embed your GEO score

Drop this badge into the README of raymin0223/mixture_of_recursions. It auto-updates whenever the report is rescanned and links back to the latest report — easy public proof that you care about AI discoverability.

RepoGEO badge previewLive preview
MARKDOWN (README)
[![RepoGEO](https://repogeo.com/badge/raymin0223/mixture_of_recursions.svg)](https://repogeo.com/en/r/raymin0223/mixture_of_recursions)
HTML
<a href="https://repogeo.com/en/r/raymin0223/mixture_of_recursions"><img src="https://repogeo.com/badge/raymin0223/mixture_of_recursions.svg" alt="RepoGEO" /></a>
Pro

Subscribe to Pro for deep diagnoses

raymin0223/mixture_of_recursions — Lite scans stay free; this card itemizes Pro deep limits vs Lite.

  • Deep reports10 / month
  • Brand-free category queries5 vs 2 in Lite
  • Prioritized action items8 vs 3 in Lite