2022hpsk/SpeakerMemR1
SpeakerMem-R1: Speaker-Centered Dual-Track Memory for Multi-Party Dialogue
About the project
A memory framework for multi-party dialogue: it stores utterances verbatim with speaker labels and builds structured person- and group-level states to answer questions over long conversations. Includes an inference package, benchmark runners, and Writer-model training recipes.
Useful for
- Run evaluation on GroupMemBench, SocialMemBench, or EverMemBench with the provided runners
- Train a Qwen2.5-3B Writer with SpeakerLevenshtein rewards for local memory writing
- Compare memory quality against BM25 and dense baselines via run_baseline.py
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 9 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 6 days old and already has 81 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #162.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 81
- Today
- 0 · ≈ 9 by evening
- Forks
- 13
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- Python
- License
- MIT
- Created
- September 20, 2026
- Last push
- September 24, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026Top new repositories this week: #162
More in this category
-
6.9
ollaya-dev/ollaya
A local runtime for decision models: pulls and serves classification and routing models behind a TypeSafe-compatible API. Like Ollama, but for models that return probabilities instead of text.
-
6.4
NVIDIA/Model-Optimizer
NVIDIA library for compressing and accelerating models: quantization, pruning, distillation, NAS and speculative decoding with export to TensorRT-LLM, vLLM, SGLang. For ML engineers preparing models for deployment.
-
5.4
nokia-applied-research/AnyJev
Turns any LLM into a decision model with typed questions (choice, yes/no, score) that return real probabilities read from the next-token distribution, without training. L0 removes position and label-prior bias; L1 adds…
-
4.7
Badtheorylabs/interference-search
A search method that reasons over explicit states instead of a language model's linear transcript: many branches expand at once, duplicates merge, dead ends are dropped by a trained judge, and survivors advance…
-
4.4
Liuziyu77/Valen
A multimodal decision model built on a Qwen3.5-0.8B/2B backbone: it takes text, images and video with an instruction and returns probabilities over supplied candidates without generating answer tokens. The repo…
-
4.3
mizorewww/laya-mlx
Native MLX runtime for Laya typed decision models: returns probabilities for choices, scores or truth values without text generation, running locally on Apple Silicon.