Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dialogue Commonsense Graph in Japanese

License

NotificationsYou must be signed in to change notification settings

nlp-waseda/dcsg-ja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

We proposed a commonsense knowledge graph (CSKG) grounded on dialogues.This repository contains the graph built in Japanese.

Data Format

We defined the eight relations based on categories, time series, and target persons, referring toCICERO.

RelationCategoryTimePerson
CauseEventBeforeSpeaker
PrerequisiteEventBeforeListener
Subsequent eventEventAfterSpeaker
EffectEventAfterListener
MotivationMental stateBeforeSpeaker
GuessMental stateBeforeListener
ReflectionMental stateAfterSpeaker
ReactionMental stateAfterListener

Each utterance is annotated with inferences of the eight relations, and each dialogue is stored as a list of the utterances.An example of the annotated utterances is shown below:

{"status_id":1557164592392183808,"cause": ["暑い暑い"    ],"prerequisite": ["確かに全然外に出てない"    ],"subsequent_event": ["宿題が終わらない"    ],"effect": ["じゃあ家で宿題すればちょうどいいじゃん","外に出ないでエアコンが効いた部屋で過ごす"    ],"motivation": ["暑すぎてキツイ","夏が終わらないと困る"    ],"guess": ["暑くない","夏がすぐ終わると宿題が終わらなくて困る"    ],"reflection": ["暑さには何も勝てないよ"    ],"reaction": ["そうかもね","その通りだ"    ]}

Note that the utterance texts are replaced by their Twitter IDs.

We annotated 352 dialogues, corresponding to 2,121 utterances, with the inferences.The statistics of the graph is shown below:

Relation# triplesAvg # infs / utt
Cause3,0601.44
Prerequisite2,7281.29
Subsequent event3,0011.41
Effect3,2761.54
Motivation3,5671.68
Guess1,6790.79
Reflection1,5910.75
Reaction3,5641.68

Reference

@InProceedings{ide_nlp2023_dcsg,author ="井手竜也 and 榮田亮真 and 河原大輔 and 山崎天 and 李聖哲 and 新里顕大 and 佐藤敏紀",title ="対話に基づく常識知識グラフの構築と対話応答生成に対する適用",booktitle ="言語処理学会第29回年次大会",year ="2023",url ="https://www.anlp.jp/proceedings/annual_meeting/2023/pdf_dir/H1-4.pdf"    note="in Japanese"}

License

Creative Commons License
This work is licensed under aCreative Commons Attribution-ShareAlike 4.0 International License.


[8]ページ先頭

©2009-2025 Movatter.jp