Home

Awesome

RealPersonaChatのロゴ

CC BY-SA 4.0 RealPersonaChatのバージョン Hugging Face Datasets Hub

RealPersonaChat

RealPersonaChat は,話者本人のペルソナと性格特性を含む,約14,000件の日本語雑談対話からなるコーパスです.

[!NOTE] こちらの公開版は,収集した全14,000対話から,個人情報をマスクし,倫理的観点から問題があると考えられる対話を除外したものです. 論文では14,000対話に対する分析結果が報告されており,公開版の統計情報とは若干異なることにご注意ください.

統計情報

RealPersonaChat12JPersonaChat3PersonaChat4
対話数13,583対話5,000対話10,907対話
対話あたりの発話数30.08発話12.36発話14.86発話
発話数408,619発話61,793発話162,064発話
発話あたりの文字数13.16文字40.25文字11.71単語
語彙数45,877単語18,329単語20,275単語
単語数5,377,383単語1,459,322単語1,897,757単語
タイプ・トークン比0.0090.0130.011
ペルソナ数233個(話者本人のペルソナ)100個(架空のペルソナ)7,027個(架空のペルソナ)
ペルソナあたりの文字数10文,182.08文字5文,62.87文字5文,26.98単語
言語日本語日本語英語

語彙数および単語数を求めるにあたって,形態素解析器には MeCab,辞書には NEologd を用いました.

データフォーマット

real_persona_chat/ 内に,対話データ dialogues/*.json と,話者データ interlocutors.json があります.

real_persona_chat/
├── VERSION             // 本コーパスのバージョン
├── dialogues/          // 対話データ(1ファイルにつき1対話)
│   ├── 00001.json
│   ├── 00002.json
│   ├── ...
│   └── 14000.json
└── interlocutors.json  // 話者データ(1ファイルに全ての話者分)

対話データ

対話データには,対話ID,話者ID,発話,および,話者ごとの評価スコアが含まれます.評価スコアは,1が低いことを,5が高いことを示します.

キー説明
dialogue_idint対話ID.
interlocutorslist (str)話者IDのリスト.
utteranceslist (dict)発話のリスト.
utterances.utterance_idint発話ID.対話内で固有.0始まりのインデックス.
utterances.interlocutor_idstr話者ID.
utterances.textstr発話テキスト.
utterances.timestampstr発話終了時のタイムスタンプ.不明な場合は NaT
evaluationslist (dict)話者ごとの評価スコアのリスト.
evaluations.interlocutor_idstr話者ID.
evaluations.informativenessint情報量の評価スコア (1~5).
evaluations.comprehensionint理解度の評価スコア (1~5).
evaluations.familiarityint親しみやすさの評価スコア (1~5).
evaluations.interestint興味の評価スコア (1~5).
evaluations.proactivenessint積極性の評価スコア (1~5).
evaluations.satisfactionint満足度の評価スコア (1~5).
{
    "dialogue_id": 1,
    "interlocutors": [
        "AA",
        "AB"
    ],
    "utterances": [
        {
            "utterance_id": 0,
            "interlocutor_id": "AA",
            "text": "よろしくお願いいたします。",
            "timestamp": "2022-08-06T14:51:18.360000"
        },
        {
            "utterance_id": 1,
            "interlocutor_id": "AB",
            "text": "よろしくお願いします!",
            "timestamp": "2022-08-06T14:51:48.482000"
        },
        {
            "utterance_id": 2,
            "interlocutor_id": "AA",
            "text": "今日は涼しいですね",
            "timestamp": "2022-08-06T14:51:55.538000"
        },
        {
            "utterance_id": 3,
            "interlocutor_id": "AB",
            "text": "雨が降って、何か涼しくなりましたね。",
            "timestamp": "2022-08-06T14:52:07.388000"
        },
        {
            "utterance_id": 4,
            "interlocutor_id": "AA",
            "text": "そうですね、明日も涼しいと聞きました",
            "timestamp": "2022-08-06T14:52:16.400000"
        },
        {
            "utterance_id": 5,
            "interlocutor_id": "AB",
            "text": "そうなんですか!でも、ちょっと湿度が高い気がします。",
            "timestamp": "2022-08-06T14:52:31.076000"
        },
        // ...
    ],
    "evaluations": [
        {
            "interlocutor_id": "AA",
            "informativeness": 5,
            "comprehension": 5,
            "familiarity": 5,
            "interest": 5,
            "proactiveness": 5,
            "satisfaction": 5
        },
        // ...
    ]
}

個人情報を含む発話は該当部分がマスクされています.また,公開版では,倫理的に問題があると考えられる対話は除いています.

公開方針
話者名<話者ID> でマスクして公開<ul><li><CS>さんはドラマ見ますか?</li><li>はじめまして。<CA>と申します</li></ul>
その他の個人情報** でマスクして公開<ul><li>目の前に**があります</li><li>**で働いてます</li></ul>
倫理的な問題対話ごと非公開-

話者データ

話者データには,話者IDをキーとして,話者ID,ペルソナ,性格特性,属性,テキストチャットの経験が含まれます.性格特性スコアが高いほど,その性格的な傾向が強いことを示します.

キー説明
interlocutor_idstr話者ID.
personalist (str)ペルソナ.10文からなる.
personalitydict性格特性.
personality.BigFive_*floatBig Five5 のスコア (1~7).
personality.KiSS18_*floatKikuchi's Scale of Social Skills6 のスコア (1~5).
personality.IOSintInclusion of Others in the Self7 のスコア (1~7).
personality.ATQ_*floatAdult Temperament Questionnaire8 のスコア (1~7).
personality.SMS_*floatSelf-Monitoring Scale9 のスコア (1~5).
demographic_informationdict属性.
demographic_information.genderstr性別.Male, Female, Other のいずれか.
demographic_information.agestr年齢.-19, 20-29, 30-39, 40-49, 50-59, 60-69 のいずれか.
demographic_information.educationstr教育歴.High school graduate, Two-year college, Four-year college, Postgraduate, Other のいずれか.
demographic_information.employment_statusstr就労状況.Employed, Homemaker, Student, Retired, Unable to work, None のいずれか.
demographic_information.region_of_residencestr居住地域.日本の都道府県名.
text_chat_experiencedictテキストチャットの経験.
text_chat_experience.age_of_first_chatstr初めてテキストチャットをした時の年齢.-9, 10-19, 20-29, 30-39, 40-49, 50-59 のいずれか.
text_chat_experience.frequencystr普段のテキストチャットの頻度.Every day, Once every few days, Once a week, Less frequent than these のいずれか.
text_chat_experience.chatting_partnerslist (str)普段のテキストチャットの相手.Family, Friend, Colleague, Other のいずれか.
text_chat_experience.typical_chat_contentstr普段のテキストチャットの内容.
{
    "AH": {
        "interlocutor_id": "AH",
        "persona": [
            "私は学生である。",
            "埼玉県出身である。",
            "私は毎日朝食を食べない。",
            "私は毎日ウォーキングをする。",
            "私はよくコンビニに行く。",
            "私はタイピングが早い。",
            "自分は物覚えが悪い。",
            "自分は将来の目標が明確に決まっている。",
            "毎日楽しいことを見つけられる。",
            "自分は好きなものにはとことんこだわる。"
        ],
        "personality": {
            "BigFive_Openness": 5.25,                        // 開放性
            "BigFive_Conscientiousness": 3.1666666666666665, // 誠実性
            "BigFive_Extraversion": 3.3333333333333335,      // 外向性
            "BigFive_Agreeableness": 4.166666666666667,      // 協調性
            "BigFive_Neuroticism": 4.416666666666667,        // 神経症傾向
            "KiSS18_BasicSkill": 4.0,                        // 初歩的な社会的スキル
            "KiSS18_AdvancedSkill": 4.333333333333333,       // より高度の社会的スキル
            "KiSS18_EmotionalManagementSkill": 4.0,          // 感情処理の社会的スキル
            "KiSS18_OffenceManagementSkill": 4.0,            // 攻撃に代わる社会的スキル
            "KiSS18_StressManagementSkill": 4.0,             // ストレスを処理する社会的スキル
            "KiSS18_PlanningSkill": 4.666666666666667,       // 計画の社会的スキル
            "IOS": 4,                                        // 他人との関係
            "ATQ_Fear": 5.0,                                 // 恐れ
            "ATQ_Frustration": 3.5,                          // 欲求不満
            "ATQ_Sadness": 3.0,                              // 悲しさ
            "ATQ_Discomfort": 3.3333333333333335,            // 不快
            "ATQ_ActivationControl": 3.7142857142857144,     // 賦活的制御
            "ATQ_AttentionalControl": 3.8,                   // 注意
            "ATQ_InhibitoryControl": 3.142857142857143,      // 抑制的制御
            "ATQ_Sociability": 4.0,                          // 社交性
            "ATQ_HighIntensityPleasure": 4.571428571428571,  // 強い刺激への快
            "ATQ_PositiveAffect": 3.4,                       // 肯定的感情
            "ATQ_NeutralPerceptualSensitivity": 4.2,         // 知覚敏感性
            "ATQ_AffectivePerceptualSensitivity": 4.4,       // 感情的知覚敏感性
            "ATQ_AssociativeSensitivity": 4.8,               // 連想的敏感性
            "SMS_Extraversion": 2.6,                         // 外向性
            "SMS_OtherDirectedness": 3.5833333333333335,     // 他者指向性
            "SMS_Acting": 3.75                               // 演技性
        },
        "demographic_information": {
            "gender": "Male",
            "age": "-19",
            "education": "Other",
            "employment_status": "Student",
            "region_of_residence": "Saitama"
        },
        "text_chat_experience": {
            "age_of_first_chat": "-9",
            "frequency": "Every day",
            "chatting_partners": [
                "Family",
                "Friend"
            ],
            "typical_chat_content": "学校に関すること、事務連絡など"
        }
    },
    // ...
}

本コーパスの使用例

[!CAUTION] 本コーパスの使用にあたっては,次のことに十分注意してください.

LLM による対話システムの構築11

ここでは RealPersonaChat を対話システムの構築に利用した例を紹介します.我々は,RealPersonaChat のペルソナや性格特性を GPT-4/3.5 にプロンプトとして与えることで,4種類の対話システムを構築しました.第三者にシステムと対話をさせ,対話の一貫性,情報量,満足度を評価させたところ,ペルソナと性格特性の両方を与えることで高い評価が得られました.実験に用いたプロンプト,対話ログ,各対話に対する評価結果については llm_dialogue_system/ をご覧ください.

一貫性情報量満足度
GPT-4 + ペルソナ + 性格特性4.604.504.60
GPT-4 + ペルソナ4.574.534.53
GPT-4 + 性格特性4.604.004.07
GPT-4(対話履歴のみ)4.574.474.23
GPT-3.5 + ペルソナ + 性格特性4.374.474.23

性格予測モデルの学習12

RealPersonaChat を性格予測モデルの学習に利用した例はこちらです.

文献

@inproceedings{yamashita-etal-2023-realpersonachat,
    title = "{R}eal{P}ersona{C}hat: A Realistic Persona Chat Corpus with Interlocutors{'} Own Personalities",
    author = "Yamashita, Sanae  and
      Inoue, Koji  and
      Guo, Ao  and
      Mochizuki, Shota  and
      Kawahara, Tatsuya  and
      Higashinaka, Ryuichiro",
    booktitle = "Proceedings of the 37th Pacific Asia Conference on Language, Information and Computation",
    year = "2023",
    pages = "852--861"
}

@inproceedings{yamashita-etal-2024-realpersonachat-ja,
    title = "{R}eal{P}ersona{C}hat: 話者本人のペルソナと性格特性を含んだ雑談対話コーパス",
    author = "山下 紗苗 and 井上 昂治 and 郭 傲 and 望月 翔太 and 河原 達也 and 東中 竜一郎",
    booktitle = "言語処理学会第30回年次大会発表論文集",
    year = "2024",
    pages = "2738--2743"
}

謝辞

本コーパスは,JSTムーンショット型研究開発事業,JPMJMS2011 の支援を受けて構築しました.

<img src="./Moonshot_Logo.png?raw=true" alt="ムーンショットのロゴ" style="max-width: 100%; width: 300px;">

ライセンス

本コーパスは CC BY-SA 4.0 の下で提供されます.

CC BY-SA 4.0

Footnotes

  1. Sanae Yamashita, Koji Inoue, Ao Guo, Shota Mochizuki, Tatsuya Kawahara, and Ryuichiro Higashinaka. RealPersonaChat: A realistic persona chat corpus with interlocutors' own personalities. In Proceedings of the 37th Pacific Asia Conference on Language, Information and Computation, pp. 852-861, 2023.

  2. 山下 紗苗,井上 昂治,郭 傲,望月 翔太,河原 達也,東中 竜一郎.RealPersonaChat: 話者本人のペルソナと性格特性を含んだ雑談対話コーパス.言語処理学会第30回年次大会発表論文集, pp. 2738-2743, 2024.

  3. Hiroaki Sugiyama, Masahiro Mizukami, Tsunehiro Arimoto, Hiromi Narimatsu, Yuya Chiba, Hideharu Nakajima, and Toyomi Meguro. Empirical analysis of training strategies of transformer-based Japanese chit-chat systems. In Proceedings of 2022 IEEE Spoken Language Technology Workshop, pp. 685–691, 2023.

  4. Saizheng Zhang, Emily Dinan, Jack Urbanek, Arthur Szlam, Douwe Kiela, and Jason Weston. Personalizing dialogue agents: I have a dog, do you have pets too? In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp. 2204–2213, 2018.

  5. 和田 さゆり.性格特性用語を用いたBig Five尺度の作成.心理学研究, pp.61–67, 1996.

  6. 菊池 章夫.KiSS-18研究ノート.岩手県立大学社会福祉学部紀要, vol. 6, no. 2, pp.41-51, 2004.

  7. Arthur Aron, Elaine N Aron, and Danny Smollan. Inclusion of other in the self scale and the structure of interpersonal closeness. Journal of Personality and Social Psychology, vol. 63, no. 4, p. 596, 1992.

  8. David E Evans and Mary K Rothbart. Developing a model for adult temperament. Journal of Research in Personality, vol. 41, no. 4, pp. 868–888, 2007.

  9. 岩淵 千明,田中 国夫,中里 浩明.セルフ・モニタリング尺度に関する研究.心理学研究, vol. 53, no. 1, pp. 54–57, 1982.

  10. Rachael Tatman. What I won’t build. Keynote at the Fourth Widening Natural Language Processing Workshop at Annual Meeting of the Association for Computational Linguistics. 2020. https://www.rctatman.com/files/Tatman_2020_WiNLP_Keynote.pdf

  11. Shinya Iizuka, Shota Mochizuki, Atsumoto Ohashi, Sanae Yamashita, Ao Guo, and Ryuichiro Higashinaka. Clarifying the dialogue-level performance of GPT-3.5 and GPT-4 in task-oriented and non-task-oriented dialogue systems. In Proceedings of the AAAI Symposium Series, vol. 2, no. 1, pp. 182-186. 2023.

  12. Yahui Fu, Haiyue Song, Tianyu Zhao, and Tatsuya Kawahara. Enhancing personality recognition in dialogue by data augmentation and heterogeneous conversational graph networks. In Proceedings of the 14th International Workshop on Spoken Dialogue Systems Technology, 2024