Papers
Topics
Authors
Recent
Search
2000 character limit reached

Geo-Strat-RL: Learning Geological Event Reasoning from Verifiable Tasks

Published 23 Jun 2026 in cs.LG, cs.AI, and physics.geo-ph | (2606.25000v1)

Abstract: To evaluate whether vision-LLMs can reason about geological histories, it is necessary to construct observations for which the underlying process history is known. Furthermore, reasoning over geological histories is not just a question of recognizing visual patterns, but also of understanding temporal and structural relationships that may be only indirectly visible or highly ambiguous. When ground-truth event histories are not uniquely identifiable or are unavailable, it remains an open challenge to teach models capable of visual reasoning to produce valid geological reconstructions that are consistent with both observed evidence and geological principles. We therefore investigate whether defining a verifiable geological reasoning task can improve geological event reconstruction across observation domains through reinforcement learning with verifiable rewards (RLVR). To this end, we present Geo-Strat-RL, a synthetic environment that generates stratigraphic observations and compact visible-evidence event histories. The environment combines a geological generator with an executable verifier that scores chronology, event identity, deposition, and structural relationships. We show that RLVR improves geological reconstruction in vision-LLMs (VLMs), increasing geological content scores on held out stratigraphic diagrams. We further evaluate the same held-out geological histories in a synthetic seismic observation domain by converting the generated scenes into acoustic-impedance-derived amplitude sections. In this controlled paired-renderer setting, we present evidence that geological reasoning learned from stratigraphic diagram-domain RLVR training transfers to synthetic seismic representations without seismic-specific training examples, supporting the hypothesis that RLVR can teach reusable geological reasoning concepts across related observation formats.

Authors (1)

Summary

  • The paper introduces a RLVR framework that simulates geological histories and enforces a precise JSON answer schema for model evaluation.
  • It leverages synthetic stratigraphic and seismic imaging to train VLMs, achieving significant improvements in event type and attribute recovery.
  • Experimental results demonstrate effective cross-domain transfer, with RLVR-tuned models outperforming baselines even in complex geological scenarios.

Geo-Strat-RL: Towards Verifiable Geological Event Reasoning with Vision-LLMs

Motivation and Problem Scope

Geo-Strat-RL introduces a controlled RLVR (Reinforcement Learning with Verifiable Rewards) framework for evaluating and improving geological event reasoning in VLMs. Geological interpretation involves reconstructing a latent sequence of events (deposition, tilting, faulting, intrusion, erosion/unconformity) from stratigraphic cross-sections or seismic-style images. Unlike object recognition, this task depends on inferring indirect and sometimes ambiguous temporal and structural relationships. Existing VLMs (e.g., LLaVA, Qwen-VL, Gemini, GPT-5.5) show instruction-following and pattern recognition skills, but their capacity to recover explicit geological event histories from visual evidence remains unmeasured, especially in the absence of visual annotations.

Geo-Strat-RL addresses this by simulating geological histories, producing paired schematic and seismic-style images alongside a canonical chronological event log, and exposing these as RL tasks for VLMs. Crucially, the paper formalizes a compact, verifiable answer schema and enforces strict protocol—models receive only the image and text prompt and emit event sequences in a specified JSON format.

Synthetic Environment Construction

The synthetic generator simulates geological evolution as a stochastic process, yielding stratigraphic diagrams and their paired acoustic amplitude renderings reflecting the same underlying geohistory. Generation proceeds through a deterministic event program: sampling number/relation of depositional packages, applying tilting, finite faulting, erosion, intrusion, and late-stage complexity (including superposed faults and additional layers). Visual ambiguity is introduced via randomized layer textures and colors, and only event sequences with explicit visible evidence are retained in the answer key.

The renderer for seismic-style images rasterizes physical fields (acoustic impedance, P-wave velocity, density) derived from lithological properties, simulates wave propagation and imaging, and composes final amplitude sections with controlled noise/artifacts. This creates a paired test-bed for evaluating cross-domain reasoning—can models trained on diagrams transfer to seismic data, and vice versa? Figure 1

Figure 1: A simple paired held-out scene rendered as a stratigraphic diagram and as a seismic-style amplitude section—both are linked to an identical hidden geological history.

Task Definition and Reward Decomposition

Given an image, models must infer a JSON event sequence comprising five primitive event types (D = deposition, T = tilting, F = faulting, E = erosion/unconformity, I = intrusion) and associated attributes. The verifier scores outputs via a weighted, fine-grained decomposition: JSON validity, event count, order, type, deposit/fault/intrusion/unconformity attributes, extra-event penalty, and prose filtering.

Two aggregated scores are defined:

  • RR: full weighted reward, reflecting both format and geological correctness.
  • RgeoR_{\text{geo}}: geology-only mean, considering only event content attributes for transfer analysis.

Experimental Protocol

RLVR training leverages Hugging Face's TRL (Group Relative Policy Optimization, a PPO variant) with LoRA adapters on Qwen2.5-VL-3B and Qwen3-VL-4B pretrained models, using 16 generations per prompt and 2000 RL steps. Held-out test and validation sets are precisely partitioned (distinct seeds, no overlap), and evaluation is performed over multiple rollouts per example with bootstrap-derived CIs for robust comparison. Figure 2

Figure 2: Examples from the synthetic dataset: models must reconstruct a concise event chronology solely from unannotated stratigraphic diagrams.

Results: RLVR Impact and Cross-Domain Generalization

RLVR tuning via LoRA adapters yields consistent, substantial improvement in geological event reconstruction:

  • Qwen2.5-VL-3B: baseline Rgeo=0.189R_{\text{geo}}=0.189, RLVR Rgeo=0.609R_{\text{geo}}=0.609 (diagram domain)
  • Qwen3-VL-4B: baseline Rgeo=0.287R_{\text{geo}}=0.287, RLVR Rgeo=0.664R_{\text{geo}}=0.664 Figure 3

    Figure 3: Training reward and loss curves for Qwen2.5/3 LoRA adapters displaying monotonic reward improvement during RLVR.

Comparison against closed models (e.g., "GPT-5.5" [openai2026gpt55system]) shows similar performance: Rgeo=0.668R_{\text{geo}}=0.668 (diagram evaluation). All top models achieve perfect JSON validity and prose compliance, indicating that RLVR enforces both interface and content learning.

Performance stratified by generator complexity shows that RLVR delivers consistent improvements across all difficulty buckets—although absolute performance declines with increased complexity, the gap between RLVR-tuned and base models is stable. Figure 4

Figure 4: Performance versus geological generator complexity. RLVR consistently improves geological event recovery over pretrained baselines at all complexity levels; closed models are competitive only at lower complexity.

Transfer to seismic-style domains—without any seismic-specific training—demonstrates that models acquire geological reasoning not tethered to the diagrammatic observation space:

  • Qwen3-VL-4B trained only on diagrams: seismic Rgeo=0.639R_{\text{geo}}=0.639 (vs. 0.220 baseline)
  • Symmetrically, seismic-trained adapters also improve performance on diagrams, confirming bidirectional transfer. Figure 5

    Figure 5: RLVR adapters exhibit clear before/after gains in geology-only scores, with transfer experiments confirming adaptation from diagram to seismic-style images (and vice versa).

Components analysis reveals that the strongest improvements are in event counting, event type recovery, and deposition attributes, with fault and especially unconformity attributes remaining as the most persistent and challenging error sources in both domains.

Discussion and Implications

Theoretical Ramifications

The study affirms that modern VLMs, especially when tuned with executable reward signals, can perform latent temporal/geological reasoning that extends beyond direct pattern matching. Furthermore, RLVR approaches such as Group Relative Policy Optimization with LoRA adapters are effective for precise domain-specific logic transfer even with minimal human supervision.

Despite this, the research identifies the inherent difficulty in recovering complex structural attributes, particularly unconformity relationships—this marks a boundary for current VLM visual-reasoning capabilities. Notably, closed models like GPT-5.5 achieve comparable overall scores, suggesting these skills may emerge at scale without explicit geological RLVR, but are amplified by targeted feedback.

Practical and Future Directions

Geo-Strat-RL's controlled synthetic benchmark enables precise, auditable breakthroughs in both model and algorithmic design. The demonstration of cross-domain adaptation (diagram ↔ seismic) is a step toward robust, reusable geoscientific AI agents. However, the synthetic domain cannot fully capture the ambiguities, noise, and multimodal integration required for field geology or operational seismic interpretation.

Key future work includes:

  • Extension to human or expert geoscientist performance benchmarks.
  • Enrichment of processes (facies uncertainty, multiple valid interpretations).
  • Systematic ablation studies separating UI/schema compliance from genuine temporal/structural reasoning.
  • Development of interpretability protocols—mapping VLM attention or rationales onto granular geological events.

The benchmark design allows granular error attribution, supporting interpretability-focused diagnostics and chain-of-thought evaluation for model introspection.

Limitations

Geo-Strat-RL reflects intentionally stylized and synthetic geological scenarios. The dataset and reward function do not attempt to represent the full ambiguity, multimodal integration, sensor physics, or interpretive practices of real-world geoscience workflows. While the seismic renderer includes plausible wave propagation and imaging steps, it remains a controlled proxy devoid of the complexities of real seismic acquisition/processing. Direct operational applicability is not claimed; rather, the framework is optimized for precise measurement of VLM reasoning under verifiable, high-ambiguity supervised settings.

Conclusion

Geo-Strat-RL systematically advances the measurable evaluation of geological event reasoning in VLMs, enabling both honest progress tracking and low-variance protocol design for RLVR in high-ambiguity domains. The positive transfer across observation modalities confirms that verifier-driven RL can encode transferable scientific reasoning. The main practical impact lies in improved task-specific benchmark methodologies and synthetic environments for geoscience, not in direct deployment for field interpretation. The theoretical consequence is an evidential basis for RLVR as a tool for instilling latent temporal and structural logic beyond vision-to-language surface mapping. This paradigm can be generalized to other scientific and engineering domains where the answer key is unambiguous under controlled conditions.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 2 likes about this paper.