arXiv論文メモ
新着一覧
cs.CL / cs.AI / cs.IR / cs.LG · 査読状況未確認

複数人の会話で発言者と関係を記憶する二系統の仕組み

SpeakerMem-R1: Speaker-Centered Dual-Track Memory for Multi-Party Dialogue

Haobo Zheng, Tan Tang, Yan Chen, Weijie Wang, Yingcai Wu

この論文をやさしく読む

ひとことで言うと

複数人の長い会話で、発言そのものと人・集団の状態を別々に保存し、誰が何を言ったかをたどれるようにする記憶方式です。

何に役立つ?

複数人の会話履歴について、人物関係や過去の発言を参照する質問への応答を評価・改善するのに役立ちます。実運用での効果を示した結果ではありません。

この研究の面白いところ

逐語的な発言と構造化した状態を両方使い、複数のベンチマークで評価しています。305問の統制評価では訓練方法を変えて平均正解率が57.38%から68.20%に上がりました。

どこまで分かった?

要旨の結果は指定されたベンチマークと評価条件でのものです。EverMemBenchの順位は公開された順位表に基づく報告値です。

v2のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

複数人による長期の会話を記憶するには、関連する内容を取り出すだけでなく、誰が何を言い、各発言が誰に関するものか、人々が互いをどう認識し、集団で何を共有し、状態が時間とともにどう変わるかを区別しなければならない。複数人会話のベンチマークに関する最近の研究では、汎用の大規模言語モデル用記憶システムは、個人間や集団の関係を失ったり、人、集団、時間に散らばった手掛かりを統合しにくかったりする。中心的な課題は、発言の帰属と関係の理解、および交互に入り組んだ履歴からの状態の再構成である。 この両方に対しSpeakerMem-R1を提案する。二系統の記憶に、発言者ラベル付きの逐語的なメッセージと、個人単位・集団単位で整理した派生状態を保存し、質問時には両者の証拠を実体、出来事、時間に沿って組み合わせる。構造化記憶を作る際の帰属と更新の誤りを減らし、ローカル環境での運用も可能にするため、SpeakerLevenshteinと発言者を条件にしたGRPOを用いてWriter-R1を訓練する。GroupMemBench、SocialMemBench、EverMemBenchでの二値正解率はそれぞれ47.9%、69.2%、61.9%だった。EverMind-AIが公開するEverMemBenchの順位表では62.33%で、最新の高性能な枠組みの中で報告値が最も高い。二人の長期会話を境界条件として試すLoCoMoの全1986問では70.85%だった。305問の統制評価では、強化学習によりSFT Writerの平均正解率は57.38%から68.20%へ上がった。二値正解率とtoken-F1の両方を報告し、要素を除く実験から、標準化した評価条件では逐語記憶と構造化記憶、個人単位と集団単位の視点が互いを補うことが分かった。

v2の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-23 · v2
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Long-term conversational memory in multi-party settings requires more than retrieving relevant content from long-term conversations: it must distinguish who said what, whom each statement concerns, how individuals perceive one another, what information is shared by the group, and how states change over time. Recent studies on multi-party dialogue benchmarks show that existing general-purpose LLM memory systems tend to lose person and group relations or struggle to integrate clues distributed across members, groups, and time. Together, these issues reveal two core bottlenecks: message attribution and relational understanding in multi-party dialogue, and state reconstruction from interleaved histories. To address both, we propose $\textbf{SpeakerMem-R1}$: its dual-track memory stores speaker-labeled verbatim messages and derived states organized into person-level and group-level views, then combines evidence from both tracks by entity, event, and time at query time. To reduce attribution and update errors during structured memory construction while enabling local deployment, we train Writer-R1 with SpeakerLevenshtein and speaker-conditioned GRPO. On GroupMemBench, SocialMemBench, and EverMemBench, SpeakerMem-R1 achieves binary accuracies of 47.9%, 69.2%, and 61.9%, respectively. On the publicly reported EverMemBench leaderboard from EverMind-AI, we achieves 62.33%, the best reported result among the latest state-of-the-art frameworks. It also achieves 70.85% on all 1,986 LoCoMo questions, which we use as a two-person long-term conversation boundary test. In a controlled evaluation of 305 questions, RL raises the SFT Writer's mean accuracy from 57.38% to 68.20%. We report both binary accuracy and token-F1, and ablations show that the verbatim and structured tracks, as well as person-level and group-level views, are complementary under the standardized evaluation interface.

著者のコメント

Project Page: https://2022hpsk.github.io/SpeakerMemR1 , Code: https://github.com/2022hpsk/SpeakerMemR1

arXiv ID: 2609.26780 / 要約の誤りについて