Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    ArrowInvalid
Message:      JSON parse error: Invalid value. in row 0
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 324, in _generate_tables
                  df = pandas_read_json(f)
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 38, in pandas_read_json
                  return pd.read_json(path_or_buf, **kwargs)
                         ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/json/_json.py", line 791, in read_json
                  json_reader = JsonReader(
                      path_or_buf,
                  ...<16 lines>...
                      engine=engine,
                  )
                File "/usr/local/lib/python3.14/site-packages/pandas/io/json/_json.py", line 905, in __init__
                  self.data = self._preprocess_data(data)
                              ~~~~~~~~~~~~~~~~~~~~~^^^^^^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/json/_json.py", line 917, in _preprocess_data
                  data = data.read()
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                File "<frozen codecs>", line 325, in decode
              UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 18: invalid continuation byte
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 327, in _generate_tables
                  raise e
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 290, in _generate_tables
                  pa_table = paj.read_json(
                      io.BytesIO(batch), read_options=paj.ReadOptions(block_size=block_size)
                  )
                File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
                  raise convert_status(status)
              pyarrow.lib.ArrowInvalid: JSON parse error: Invalid value. in row 0

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

OVEarth-Bench

OVEarth-Bench is an evaluation benchmark for open-vocabulary Earth-observation image understanding. It evaluates whether a model can recognize, segment, and localize remote-sensing targets from category names, referring expressions, and reasoning-oriented queries. The benchmark additionally includes negative open-vocabulary queries to measure hallucination suppression.

The associated evaluation toolkit is available at earth-insights/OVEarth-bench.

Dataset Summary

Item Value
Images 520 newly collected EO GeoTIFF images (.tif)
Masks 590 human-verified masks
Horizontal boxes 4,810 axis-aligned boxes (bbox)
Oriented boxes 4,810 oriented boxes (oriented_bbox)
Categories 172 categories across seven EO domains
Vocabulary 1,346 unique vocabulary strings
Queries 5,023 English text queries
Annotation modalities COCO RLE masks, axis-aligned boxes, oriented boxes
Image dimensions Widths range from 692 to 4,713 pixels; median GSD is 0.30 m/pixel
License Apache-2.0

Tasks

Task key Task Queries Notes
open_vocabulary Open-vocabulary segmentation and detection 3,235 1,067 positive and 2,168 negative category phrases. Negative queries evaluate false-positive suppression.
referring Referring-expression segmentation and grounding 732 Spatial or contextual descriptions of a target.
reasoning Reasoning segmentation and grounding 1,056 Functional or attribute-based descriptions requiring target inference.

The benchmark provides ground-truth segmentation masks, axis-aligned boxes, and oriented boxes for all three tasks where the corresponding annotation is available.

Files

File Description
images.zip Archive containing the GeoTIFF images referenced by image_path in the annotations.
ground_truth.json Ground truth instances and task queries.
README.md This dataset card.

After extracting images.zip, preserve the images/ directory structure so that paths in ground_truth.json remain valid.

Data Collection and Quality Control

All images were newly collected rather than copied from existing remote-sensing benchmarks. POI-guided retrieval samples six continents under varied scales and seasonal conditions. The taxonomy combines national standards, more than 200 datasets, and OpenStreetMap tags.

Annotators draw or correct instance polygons, and managers review boundaries and omissions. Horizontal and minimum-area oriented boxes are derived from reviewed instance polygons. Language queries are generated with LLM assistance, then subjected to automated checks and expert review.

Annotation Format

ground_truth.json has two top-level keys: annotations and tasks. A task query links to an annotation through ann_id.

annotations

Field Type Description
id string Unique annotation identifier.
image_path string Relative path to the GeoTIFF image, for example images/1.tif.
width, height integer Image width and height in pixels.
category_name string Canonical English category name.
segmentation object COCO RLE mask with size: [height, width] and counts.
bbox list or null Axis-aligned ground-truth boxes in COCO [x, y, width, height] (xywh) format.
oriented_bbox list or null Oriented boxes represented by four image-coordinate vertices.

segmentation uses COCO RLE. size is [height, width], and the mask is encoded in column-major (Fortran) order. The current release stores compressed RLE strings in counts.

tasks

Field Used by Description
query_id all tasks Unique query identifier.
ann_id all tasks ID of the linked entry in annotations.
type open_vocabulary positive when the query target is present; negative when it is absent.
phrase open_vocabulary Category phrase supplied to the model.
query referring, reasoning Referring or reasoning-oriented natural-language query.

For a negative open-vocabulary query, the linked annotation may describe another object in the image and must not be used as geometry for the queried target.

Download

Install the ModelScope SDK and download the dataset repository:

pip install modelscope
modelscope download earth-insights/OVEarth-bench --repo-type dataset

Alternatively, download individual files from the Files and versions tab. Extract images.zip before running an evaluation.

Evaluation

The evaluation toolkit and usage instructions are available at earth-insights/OVEarth-bench.

Citation

If you use this dataset, please cite:

@article{li2026ovearth,
  title   = {OVEarth-Bench: Evaluating Category Breadth and
             Query Diversity for Open-Vocabulary Earth Observation},
  author  = {Li, Kaiyu and Xin, Zepeng and Jiang, Zixuan
             and Fu, Jing and Xue, Lanxuan and Zhang, Lingyu
             and Cao, Xiangyong},
  journal = {arXiv preprint arXiv:2607.27278},
  year    = {2026}
}
Downloads last month
57

Paper for earth-insights/OVEarth-Bench