SpeakerMem-R1: Speaker-Centered Dual-Track Memory for Multi-Party Dialogue
Summary
The paper proposes SpeakerMem-R1, a speaker-centered dual-track memory system for multi-party dialogue, addressing bottlenecks in message attribution and relational understanding. It achieves state-of-the-art results on benchmarks like EverMemBench and LoCoMo.
View Cached Full Text
Cached at: 09/24/26, 03:37 AM
Paper page - SpeakerMem-R1: Speaker-Centered Dual-Track Memory for Multi-Party Dialogue
Source: https://huggingface.co/papers/2609.26780
Abstract
Long-termconversationalmemoryinmulti-partysettingsrequiresmorethanretrievingrelevantcontentfromlong-termconversations:itmustdistinguishwhosaidwhat,whomeachstatementconcerns,howindividualsperceiveoneanother,whatinformationissharedbythegroup,andhowstateschangeovertime.Recentstudiesonmulti-partydialoguebenchmarksshowthatexistinggeneral-purposeLLMmemorysystemstendtolosepersonandgrouprelationsorstruggletointegratecluesdistributedacrossmembers,groups,andtime.Together,theseissuesrevealtwocorebottlenecks:messageattributionandrelationalunderstandinginmulti-partydialogue,andstatereconstructionfrominterleavedhistories.Toaddressboth,weproposeSpeakerMem-R1:itsdual-trackmemorystoresspeaker-labeledverbatimmessagesandderivedstatesorganizedintoperson-levelandgroup-levelviews,thencombinesevidencefrombothtracksbyentity,event,andtimeatquerytime.Toreduceattributionandupdateerrorsduringstructuredmemoryconstructionwhileenablinglocaldeployment,wetrainWriter-R1withSpeakerLevenshteinandspeaker-conditionedGRPO.OnGroupMemBench,SocialMemBench,andEverMemBench,SpeakerMem-R1achievesbinaryaccuraciesof47.9%,69.2%,and61.9%,respectively.OnthepubliclyreportedEverMemBenchleaderboardfromEverMind-AI,weachieves62.33%,thebestreportedresultamongthelateststate-of-the-artframeworks.Italsoachieves70.85%onall1,986LoCoMoquestions,whichweuseasatwo-personlong-termconversationboundarytest.Inacontrolledevaluationof305questions,RLraisestheSFTWriter’smeanaccuracyfrom57.38%to68.20%.Wereportbothbinaryaccuracyandtoken-F1,andablationsshowthattheverbatimandstructuredtracks,aswellasperson-levelandgroup-levelviews,arecomplementaryunderthestandardizedevaluationinterface.
View arXiv pageView PDFProject pageGitHub70Add to collection
Get this paper in your agent:
hf papers read 2609\.26780
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.26780 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.26780 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.26780 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
VoiceMem: Streaming Dual-Brain Memory for Real-Time Interaction
VoiceMem introduces a dual-brain streaming memory architecture for speech language models that improves retrieval accuracy, emotional personalization, and real-time efficiency.
CoreMem: Riemannian Retrieval and Fisher-Guided Distillation for Long-Term Memory in Dialogue Agents
CoreMem proposes a resource-efficient edge-cloud memory architecture for dialogue agents, using Riemannian retrieval with a Fisher-Rao metric and Fisher-guided discrete token distillation to achieve strong accuracy improvements within an 8 GB VRAM budget.
JustMem: Just-Enough Memory Access for Long-Term Conversations
The paper proposes JustMem, a system that adapts memory access for long-term conversations by balancing discovery breadth and reading fidelity, achieving higher accuracy with fewer tokens.
Cognis: Context-Aware Memory for Conversational AI Agents
Lyzr Cognis introduces a unified, open-source memory system for conversational AI that fuses BM25 and Matryoshka vector search with version-aware ingestion, achieving SOTA on LoCoMo and LongMemEval benchmarks.
T-Mem: Memory That Anticipates, Not Archives
T-Mem is a new long-term conversational memory architecture that enables both descriptive and associative recall, covering scenarios where query and memory share surface features and those where they are connected by latent semantic arcs. It reaches state-of-the-art on the LoCoMo and LoCoMo-Plus benchmarks.