You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
背景
LLMの評価指標である perplexity(モデルの「驚き度」) と、SF文学で長く議論されてきた Sense of Wonder の概念に、計算可能な相関があるかを検証したい。
破滅派は400名超の作家、3000作品以上のコーパスを保有しており、SFとliterary fictionが混在する稀有な環境にある。このリソースを活かして、日本語SFにおけるsense of wonder検出の最初のデータセットとベースラインを作れないか。
仮説
素朴な仮説(おそらく成立しない)
素朴な仮説の問題点
クラークのモノリスやアシモフの心理歴史学に感じるwonderは、文の連なりが予測困難だからではなく、提示される概念が読者の世界モデルを更新するから。
精緻な仮説
Wondernessと相関するのは以下の 二重構造 ではないか:
つまり「文としては自然だが、述べている内容がモデルの世界モデルから飛躍している」という構造。
実装スケッチ
特に
concept_divergence(LLMに次文の要旨を予測させ、実際の文の要旨とのKL divergenceを取る)が肝。表層PPLでは捉えられない「意味の飛躍」を検出する設計。必要なリソース
なぜ破滅派でやるか
期待される成果
段階的な進め方
TODO
関連しそうな先行研究
メモ
All reactions