paper-with-me

홈 › Papers

WeatherQA: Can Multimodal Language Models Reason about Severe Weather?

2024-06-17 · Chengqian Ma, Zhanxiang Hua, Alexandra Anderson-Frey, Vikram Iyer, Xin Liu, Lianhui Qin

Severe convective weather events, such as hail, tornadoes, and thunderstorms, often occur quickly yet cause significant damage, costing billions of dollars every year. This highlights the importance of forecasting severe weather threats hours in advance to better prepare meteorologists and residents in at-risk areas. Can modern large foundation models perform such forecasting? Existing weather benchmarks typically focus only on predicting time-series changes in certain weather parameters (e.g., temperature, moisture) with text-only features. In this work, we introduce WeatherQA, the first multimodal dataset designed for machines to reason about complex combinations of weather parameters (a.k.a., ingredients) and predict severe weather in real-world scenarios. The dataset includes over 8,000 (multi-images, text) pairs for diverse severe weather events. Each pair contains rich information crucial for forecasting -- the images describe the ingredients capturing environmental instability, surface observations, and radar reflectivity, and the text contains forecast analyses written by human experts. With WeatherQA, we evaluate state-of-the-art vision language models, including GPT4, Claude3.5, Gemini-1.5, and a fine-tuned Llama3-based VLM, by designing two challenging tasks: (1) multi-choice QA for predicting affected area and (2) classification of the development potential of severe convection. These tasks require deep understanding of domain knowledge (e.g., atmospheric dynamics) and complex reasoning over multimodal data (e.g., interactions between weather parameters). We show a substantial gap between the strongest VLM, GPT4o, and human reasoning. Our comprehensive case study with meteorologists further reveals the weaknesses of the models, suggesting that better training and data integration are necessary to bridge this gap. WeatherQA link: https://github.com/chengqianma/WeatherQA.

📄 PDF Abstract BibTeX arXiv:2406.11217

Code (1)

chengqianma/weatherqa 공식 구현 pytorch

Tasks

Data Integration

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Weather-R1: Logically Consistent Reinforcement Fine-Tuning for Multimodal Reasoning in Meteorology

2026-01-20 · Kaiyu Wu, Pucheng Han, Hualong Zhang, Naigeng Wu 외 arxiv

While Vision Language Models (VLMs) show advancing reasoning capabilities, their application in meteorology is constrained by a domain gap and a reasoning faithfulness gap. Specifically, mainstream Reinforcement Fine-Tun…

Multimodal Reasoning

Beyond Single Pass, Looping Through Time: KG-IRAG with Iterative Knowledge Retrieval

2025-03-18 · Ruiyi Yang, Hao Xue, Imran Razzak, Hakim Hacid 외

Graph Retrieval-Augmented Generation (GraphRAG) has proven highly effective in enhancing the performance of Large Language Models (LLMs) on tasks that require external knowledge. By leveraging Knowledge Graphs (KGs), Gra…

Information RetrievalKnowledge GraphsRAGRetrieval+1

Through the Theory of Mind's Eye: Reading Minds with Multimodal Video Large Language Models

2024-06-19 · Zhawnen Chen, Tianchun Wang, Yizhou Wang, Michal Kosinski 외

Can large multimodal models have a human-like ability for emotional and social reasoning, and if so, how does it work? Recent research has discovered emergent theory-of-mind (ToM) reasoning capabilities in large language…

ChatPose: Chatting about 3D Human Pose

2023-11-30 · CVPR 2024 1 · Yao Feng, Jing Lin, Sai Kumar Dwivedi, Yu Sun 외

We introduce ChatPose, a framework employing Large Language Models (LLMs) to understand and reason about 3D human poses from images or textual descriptions. Our work is motivated by the human ability to intuitively under…

Pose EstimationPose PredictionWorld Knowledge

FantasyVLN: Unified Multimodal Chain-of-Thought Reasoning for Vision-Language Navigation

2026-01-20 · Jing Zuo, Lingzhou Mu, Fan Jiang, Chengcheng Ma 외 arxiv

Achieving human-level performance in Vision-and-Language Navigation (VLN) requires an embodied agent to jointly understand multimodal instructions and visual-spatial context while reasoning over long action sequences. Re…

Vision-Language Navigation