CoolFace
Datasetpublic

astronolan/galaxy-mentions-hats

Galaxy Mentions HATS A HATS catalog of 43,546 resolved literature mentions from astronolan/galaxy-mentions, prepared for efficient spatial crossmatching with the Multimodal Universe HATS catalogs. Each row is a mention in a paper, not a deduplicated astronomical object. Multiple rows may therefore describe the same galaxy. The optional wiki_entity_id groups mentions using the current 1 arcsecond connected-components build, while mention_id remains the unique row identifier.… See the full description on the dataset page: https://huggingface.co/datasets/astronolan/galaxy-mentions-hats.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
1likes504downloads
Dataset Card

Galaxy Mentions HATS

A HATS catalog of 43,546 resolved literature mentions from `astronolan/galaxy-mentions`, prepared for efficient spatial crossmatching with the Multimodal Universe HATS catalogs.

Each row is a mention in a paper, not a deduplicated astronomical object. Multiple rows may therefore describe the same galaxy. The optional wiki_entity_id groups mentions using the current 1 arcsecond connected-components build, while mention_id remains the unique row identifier.

Open and crossmatch with LSDB

python
import lsdb

mentions = lsdb.open_catalog(
    "hf://datasets/astronolan/galaxy-mentions-hats"
)
hsc = lsdb.open_catalog(
    "hf://datasets/UniverseTBD/mmu_hsc_pdr3_dud_22.5"
)

matches = mentions.crossmatch(hsc, radius_arcsec=1.0)
result = matches.compute()

All catalog columns are loaded by default, including the nested evidence_quotes field. The catalog includes a default 10 arcsecond HATS margin cache.

Construction choices

  • —Included: 43,546 mentions with resolved coordinates.
  • —Excluded from this spatial catalog: 786 unresolved mentions. They remain available in the source dataset.
  • —Row model: one row per mention; no coordinate deduplication was performed.
  • —Coordinates: FK5 J2000 rows were transformed to ICRS with Astropy; rows already marked ICRS were left unchanged.
  • —Largest numeric coordinate change during FK5 J2000 to ICRS transformation: 0.031673806 arcsec.
  • —Median change across all resolved rows: 0.021795346 arcsec.
  • —Spatial index: _healpix_29, generated by hats-import.
  • —Default margin: 10 arcseconds.
  • —HATS frame: equatorial (ICRS).
  • —No hats_cols_default projection is set; all columns load by default.
  • —No hats_cols_survey_id property is set, matching current MMU HATS practice.
  • —No coordinate epoch is declared because J2000 was the input FK5 equinox, not an observation epoch.

Schema

ColumnTypeMeaning
_healpix_29int64HATS spatial index generated from ICRS ra and dec.
mention_idstringUnique source mention identifier.
rafloat64ICRS right ascension in degrees.
decfloat64ICRS declination in degrees.
namestringName used in the source paper.
additional_nameslist<string>Additional names used in the same paper.
coordinate_resolution_namestring, nullableName used during coordinate resolution.
mention_summarystringPaper-specific summary of the mention.
uat_termslist<string>Unified Astronomy Thesaurus terms.
discussion_extentstringApproximate extent of the discussion in the paper.
arxiv_idstringSource arXiv identifier.
resolver_api_or_agentstringWhether resolution used the NED API or an agent stage.
resolver_method_usedstringSuccessful coordinate-resolution method.
resolver_agent_confidencestring, nullableAgent confidence where an agent was used.
ned_object_namestring, nullableNED object name when available.
ned_physical_typestring, nullableNED physical type when available.
ned_position_refcodestring, nullableNED position reference code when available.
ned_urlstring, nullableNED lookup URL when available.
evidence_quote_countint32Number of embedded evidence quotes.
evidence_quotesnested table with quote_id and quoteFull supporting passages and quote IDs; represented using the MMU-compatible packed nested-column layout.
wiki_entity_idstringIdentifier from the current 1 arcsecond entity build.

Provenance

  • —Source repository revision: e5fde49f25aa5bc331f7d243803ac4f10bfc169c
  • —Entity method: 1 arcsecond spherical crossmatch clustered as connected components.
  • —Entity build version: 1arcsec-connected-components-v1
  • —Entity membership SHA-256: 1ab1756e514c5eb0b6d1b062f610b3a9d1377cef7e7b2223e2beafc09356a35f
  • —Entity count: 13,616.
  • —Toolchain: hats-import 0.10.4, hats 0.10.4, Astropy 8.0.1, and PyArrow 25.0.0.

The reproducible build and validation scripts are maintained with the source project. The HATS catalog contains 83,707 embedded evidence quotations. Please retain attribution to the source papers when redistributing or presenting those passages.

License

CC BY 4.0. Attribution should identify this catalog, the source Galaxy Mentions dataset, and the original papers represented by quoted passages.

astronolan/galaxy-mentions-hats · CoolFace