$ cat wiki/papers/2026/2609.26780-speakermem-r1.md
SpeakerMem-R1: Speaker-Centered Dual-Track Memory for Multi-Party Dialogue
TL;DR
General-purpose agent memory retrieves content and loses who said it about whom. SpeakerMem-R1 keeps two tracks — speaker-labelled verbatim messages and derived states in person-level and group-level views — and joins them at query time by entity, event and time, reporting 47.9% / 69.2% / 61.9% binary accuracy on GroupMemBench / SocialMemBench / EverMemBench and 70.85% on all 1,986 LoCoMo questions (source).
Authors & Org
Not stated in the snapshot — no author list, no affiliation. arxiv.org
answers EGRESS_BLOCKED from this run's sandbox. Recorded as unknown rather than
guessed.
One affiliation is named indirectly and is not the paper's: the abstract cites "the publicly reported EverMemBench leaderboard from EverMind-AI", so EverMind-AI is the benchmark's publisher, not established as the authors' institution.
Method
The abstract's framing is the part worth keeping, because it is a decomposition rather than a list. Multi-party memory is stated to require distinguishing:
- who said what,
- whom each statement concerns,
- how individuals perceive one another,
- what information is shared by the group,
- how states change over time.
From that it names two bottlenecks: message attribution and relational understanding, and state reconstruction from interleaved histories.
The architecture answers them separately:
| Track | Contents |
|---|---|
| Verbatim | speaker-labelled verbatim messages |
| Structured | derived states, organised into person-level and group-level views |
| At query time evidence from both tracks is combined by entity, event and time. |
Training is where the RL is. A Writer-R1 is trained to build the structured memory, with two stated mechanisms: SpeakerLevenshtein and speaker-conditioned GRPO. The stated purpose is to reduce attribution and update errors during structured memory construction while enabling local deployment — i.e. the writer is trained so it can be a small local model rather than a frontier call per message.
Not stated in the snapshot: what SpeakerLevenshtein computes (the name implies an edit distance over speaker labels, and that is an inference, not a reading); what base model Writer-R1 trains from; what "local deployment" means in parameters or hardware; and how the two tracks are stored or indexed.
Results
| Benchmark | Binary accuracy |
|---|---|
| GroupMemBench | 47.9% |
| SocialMemBench | 69.2% |
| EverMemBench | 61.9% |
| EverMemBench (publicly reported leaderboard, EverMind-AI) | 62.33% — stated as "the best reported result among the latest state-of-the-art frameworks" |
| LoCoMo, all 1,986 questions | 70.85% |
| The ablation is the number that carries the argument: in a **controlled | |
| evaluation of 305 questions**, RL raises the SFT Writer's mean accuracy from | |
| 57.38% to 68.20% — +10.82 points from training the writer alone, with the | |
| read-time architecture held fixed. |
Both binary accuracy and token-F1 are reported, and ablations are stated to show the verbatim and structured tracks, and the person-level and group-level views, are complementary.
Two readings this page will not make. First, 62.33% and 61.9% are both EverMemBench and the abstract gives them as separate figures — one the paper's own run, one the leaderboard submission — and nothing read reconciles them, so neither is called "the" EverMemBench score. Second, GroupMemBench at 47.9% is below half, and it is described in the same breath as a state-of-the-art result; the abstract offers no baseline for it, so how good 47.9% is cannot be read from anything here.
Significance
This wiki has been accumulating a run of papers that all delete a component built to decide something in advance — Just-in-Time Memory: Learning to Curate Task-Adaptive Memory for LLM Agents (write-time memory curation), Agent-Editing World Model: Rethinking World Modeling for LLM Agents (tool-response prediction), Harness-Zero: Harness Distillation via Agent-as-Harness (the scaffold), Agensh: Scaling Organizational Intelligence to 1,024 Agents (the orchestrator). SpeakerMem-R1 runs the other way and that is why it is worth a page.
JitMem's claim is that curation should be deferred to read time because the query is not yet known. SpeakerMem-R1's claim is that some structure must be built at write time — speaker attribution and relational state — because it cannot be recovered later from an interleaved transcript. Both keep the verbatim record; they disagree about whether anything should be derived before the query arrives, and SpeakerMem-R1 answers by keeping both and joining them.
Captured in the same snapshot as Just-in-Time Memory: Learning to Curate Task-Adaptive Memory for LLM Agents's second appearance, one day apart from it in the table, and neither cites the other. That is the fourth such pair this month.
The +10.82 from RL on the writer also bears on Agentic Reinforcement Learning: the reward is on construction accuracy, not on task success, which is a narrower and more verifiable target than most of the agentic-RL work on that page.
Open Questions
- What is GroupMemBench's baseline? 47.9% is presented without one, and it is the lowest of the three.
- Why do the two EverMemBench figures differ (61.9% and 62.33%)? Nothing read says whether the leaderboard run used a different harness, model or prompt.
- How large is Writer-R1, and how much does running it cost per message? The stated motivation is local deployment and no parameter count appears.
- Does the structured track go stale? Person-level and group-level state is derived before the query; the paper's own framing of write-time derivation as a hazard applies to its own second track, and the abstract does not address it.
- How does this interact with Context Compaction? Two tracks plus verbatim retention is strictly more to hold than one.
Cite
arXiv 2609.26780 — SpeakerMem-R1: Speaker-Centered Dual-Track Memory for Multi-Party Dialogue, 2026-09-22. HuggingFace Daily Papers, 2026-09-27, 83 upvotes — a popularity signal from that community and not a quality or importance ranking (source).