•[余談] NeurIPS2024のGeoAI論文まとめ •https://github.com/rstanjieyi/GeoAI-in-NeurIPS-2024 •前提: いろんなデータからグラフを作成する必要がある •エンティティ/リレーションの抽出 •手作業やルールベースの処理が必要 🤮 •LLMを使いたいが、自然言語と都市データにはギャップがある [右上] Y. Liu et al., Urban Knowledge Graph Aided Mobile User Pro fi ling, ACM Trans. on KDD, 2023 [右下] https://fcl.ethz.ch/research/research-projects/cities-knowledge-graph.html
•名前と道路ジオメトリ •POI: 何かしらの地点のこと •名前と座標とPOIタイプと説明 •Review: Google placesなどについた口コミのこと •名前と座標とテキスト •Web page: 普通のテキストコーパス •検索エンジンの上位10ページのテキスト (ある都市に対する長い説明文) [右上] 前スライド Fig.2より [右下] Ning et al., UUKG: Uni fi ed Urban Knowledge Graph Dataset for Urban Spatiotemporal Prediction, NeuriPS2023 [Datasets and Benchmarks]
ファクトの集合 •観測している事実をタプル で表す •高品質な をつくりたい (本論文の目的) •タスクの例 •RTE: 自体をデータから抽出するタスク •“Columbia University is a private Ivy league research university in New York City” → <Columbia University, Locate-In, New York City> • KGC: に対して を当てるタスク •“Columbia University”, “Empire State Building” → <Columbia University, disconnected, Empire State Building> G = (E, R, F) E R F (h, r, t) ∈ E × R × E G (h, r, t) (h,?, t) ? [右上] 前スライド Fig.2より