Open5

サリーアン課題の自動生成

todeskingtodesking
todeskingtodesking

こういうのが出力された(ほとんど無関係な行動だ)

  1. William entered the workshop.
  2. Oliver entered the workshop.
  3. The persimmon is in the blue_cupboard.
  4. Oliver exited the workshop.
  5. William moved the persimmon to the red_suitcase.
  6. William exited the workshop.
  7. Oliver entered the workshop.
  8. Benjamin entered the study.
  9. Lily entered the study.
  10. The asparagus is in the green_treasure_chest.
  11. Lily exited the study.
  12. Phone rang.
  13. Benjamin moved the asparagus to the blue_bathtub.
  14. Benjamin exited the study.
  15. Lily entered the study.
  16. Phone rang.
  17. Lily entered the patio.
  18. Benjamin entered the patio.
  19. Phone rang.
  20. The turnip is in the red_envelope.
  21. Benjamin exited the patio.
  22. Phone rang.
  23. Lily moved the turnip to the red_drawer.
  24. Lily exited the patio.
  25. Benjamin entered the patio.
  26. Benjamin entered the bedroom.
  27. Phone rang.
  28. Lily entered the bedroom.
  29. The beans is in the green_basket.
  30. Lily exited the bedroom.
  31. Benjamin moved the beans to the green_box.
  32. Benjamin exited the bedroom.
  33. Lily entered the bedroom.
  34. Where does Benjamin think that Lily searches for the beans? green_basket 1
todeskingtodesking

https://arxiv.org/abs/1502.05698

シミュレーションによる問題文生成

  1. Mary gave the cake to Fred.
  2. Fred gave the cake to Bill.
  3. Jeff was given the milk by Bill.
    Who gave the cake to Fred? A: Mary
    Who did Fred give the cake to? A: Bill

世界におけるアクターの行動をシミュレートすることで問題文生成。

todeskingtodesking

場所、オブジェクト、アクターを配置して行動をシミュレートしてステップごとの状態(世界の状態+各アクターの信念)を記録しておき、アクターの次の行動か現在の信念を問題とする。

だけだと問いに関係ない記述が大量に増えるので依存関係を記録しておいて関係ある行動だけ出力?

だけだと問題の複雑度やステップ数を制御するのが難しそうなので問題から遡及的に行動の連鎖を過去に向かって出力?

todeskingtodesking
  1. 階数を決める(1: エージェントは世界の状態に対する信念を持つ, 2: 加えて他エージェントの信念に対する信念を持つ, 3: 加えて他エージェントの(他エージェントの信念に対する信念)に対する信念を……)
  2. 登場するエンティティ(エージェント, 場所, もの)を決める
  3. 世界の初期状態を決める(各エンティティの関係, エージェントの信念)
  4. 注目の対象(もの, 場所, エージェントの信念)を決める

サリーアン課題の場合、

  1. 階数=1
  2. 登場エンティティ = 部屋, 箱, 人形, サリー, アン
  3. 初期状態 = 部屋 has {箱, サリー, アン}, サリー has 人形, サリー beliefs {...}, アン beliefs {...}
  4. 注目の対象=サリー beliefs {X has 人形}