Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
generated_at_utc: timestamp[s]
row_count: int64
agency_count: int64
by_agency: struct<Department of State: struct<agency: string, file_count: int64, searchable_count: int64, not_s (... 2178 chars omitted)
  child 0, Department of State: struct<agency: string, file_count: int64, searchable_count: int64, not_searchable_count: int64, page (... 429 chars omitted)
      child 0, agency: string
      child 1, file_count: int64
      child 2, searchable_count: int64
      child 3, not_searchable_count: int64
      child 4, page_count: int64
      child 5, word_count: int64
      child 6, document_type_groups: struct<State Department cables: int64>
          child 0, State Department cables: int64
      child 7, region_buckets: struct<No listed location: int64, Pacific / Asia: int64, Central Asia: int64, Europe / Mediterranean (... 30 chars omitted)
          child 0, No listed location: int64
          child 1, Pacific / Asia: int64
          child 2, Central Asia: int64
          child 3, Europe / Mediterranean: int64
          child 4, North America: int64
      child 8, decade_buckets: struct<1950s: int64, 1960s: int64, 1980s: int64, 1990s: int64, 2000s: int64>
          child 0, 1950s: int64
          child 1, 1960s: int64
          child 2, 1980s: int64
          child 3, 1990s: int64
          child 4, 2000s: int64
      child 9, missing_listed_location_count: int64
      child 10, missing_listed_date_count: int64
      child 11, sample_ids: string
  child 1, Department of War
...
 1950s: int64
          child 1, 2020s: int64
          child 2, No listed year: int64
      child 9, missing_listed_location_count: int64
      child 10, missing_listed_date_count: int64
      child 11, sample_ids: string
  child 3, NASA: struct<agency: string, file_count: int64, searchable_count: int64, not_searchable_count: int64, page (... 340 chars omitted)
      child 0, agency: string
      child 1, file_count: int64
      child 2, searchable_count: int64
      child 3, not_searchable_count: int64
      child 4, page_count: int64
      child 5, word_count: int64
      child 6, document_type_groups: struct<NASA transcripts and debriefs: int64>
          child 0, NASA transcripts and debriefs: int64
      child 7, region_buckets: struct<Space / Moon: int64, No listed location: int64>
          child 0, Space / Moon: int64
          child 1, No listed location: int64
      child 8, decade_buckets: struct<1960s: int64, 1970s: int64, No listed year: int64>
          child 0, 1960s: int64
          child 1, 1970s: int64
          child 2, No listed year: int64
      child 9, missing_listed_location_count: int64
      child 10, missing_listed_date_count: int64
      child 11, sample_ids: string
caveat: string
by_path_type: struct<Known gaps: int64, Interesting groups: int64, Common questions: int64, Deeper searches: int64 (... 1 chars omitted)
  child 0, Known gaps: int64
  child 1, Interesting groups: int64
  child 2, Common questions: int64
  child 3, Deeper searches: int64
to
{'agency': Value('string'), 'guide_title': Value('string'), 'query': Value('string'), 'where_to_start': Value('string'), 'filters': Value('string'), 'expected_current_result': Value('string'), 'why_this_helps': Value('string'), 'caveat': Value('string'), 'agency_file_count': Value('int64'), 'agency_searchable_count': Value('int64'), 'agency_not_searchable_count': Value('int64'), 'agency_page_count': Value('int64'), 'agency_missing_listed_location_count': Value('int64'), 'agency_missing_listed_date_count': Value('int64'), 'top_document_type_groups': Value('string'), 'top_region_buckets': Value('string'), 'top_decade_buckets': Value('string'), 'sample_ids': Value('string'), 'generated_at_utc': Value('timestamp[s]'), 'path_type': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 764, in write_table
                  self.write_rows_on_file()  # in case there are buffered rows to write first
                  ^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
                  self._write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              generated_at_utc: timestamp[s]
              row_count: int64
              agency_count: int64
              by_agency: struct<Department of State: struct<agency: string, file_count: int64, searchable_count: int64, not_s (... 2178 chars omitted)
                child 0, Department of State: struct<agency: string, file_count: int64, searchable_count: int64, not_searchable_count: int64, page (... 429 chars omitted)
                    child 0, agency: string
                    child 1, file_count: int64
                    child 2, searchable_count: int64
                    child 3, not_searchable_count: int64
                    child 4, page_count: int64
                    child 5, word_count: int64
                    child 6, document_type_groups: struct<State Department cables: int64>
                        child 0, State Department cables: int64
                    child 7, region_buckets: struct<No listed location: int64, Pacific / Asia: int64, Central Asia: int64, Europe / Mediterranean (... 30 chars omitted)
                        child 0, No listed location: int64
                        child 1, Pacific / Asia: int64
                        child 2, Central Asia: int64
                        child 3, Europe / Mediterranean: int64
                        child 4, North America: int64
                    child 8, decade_buckets: struct<1950s: int64, 1960s: int64, 1980s: int64, 1990s: int64, 2000s: int64>
                        child 0, 1950s: int64
                        child 1, 1960s: int64
                        child 2, 1980s: int64
                        child 3, 1990s: int64
                        child 4, 2000s: int64
                    child 9, missing_listed_location_count: int64
                    child 10, missing_listed_date_count: int64
                    child 11, sample_ids: string
                child 1, Department of War
              ...
               1950s: int64
                        child 1, 2020s: int64
                        child 2, No listed year: int64
                    child 9, missing_listed_location_count: int64
                    child 10, missing_listed_date_count: int64
                    child 11, sample_ids: string
                child 3, NASA: struct<agency: string, file_count: int64, searchable_count: int64, not_searchable_count: int64, page (... 340 chars omitted)
                    child 0, agency: string
                    child 1, file_count: int64
                    child 2, searchable_count: int64
                    child 3, not_searchable_count: int64
                    child 4, page_count: int64
                    child 5, word_count: int64
                    child 6, document_type_groups: struct<NASA transcripts and debriefs: int64>
                        child 0, NASA transcripts and debriefs: int64
                    child 7, region_buckets: struct<Space / Moon: int64, No listed location: int64>
                        child 0, Space / Moon: int64
                        child 1, No listed location: int64
                    child 8, decade_buckets: struct<1960s: int64, 1970s: int64, No listed year: int64>
                        child 0, 1960s: int64
                        child 1, 1970s: int64
                        child 2, No listed year: int64
                    child 9, missing_listed_location_count: int64
                    child 10, missing_listed_date_count: int64
                    child 11, sample_ids: string
              caveat: string
              by_path_type: struct<Known gaps: int64, Interesting groups: int64, Common questions: int64, Deeper searches: int64 (... 1 chars omitted)
                child 0, Known gaps: int64
                child 1, Interesting groups: int64
                child 2, Common questions: int64
                child 3, Deeper searches: int64
              to
              {'agency': Value('string'), 'guide_title': Value('string'), 'query': Value('string'), 'where_to_start': Value('string'), 'filters': Value('string'), 'expected_current_result': Value('string'), 'why_this_helps': Value('string'), 'caveat': Value('string'), 'agency_file_count': Value('int64'), 'agency_searchable_count': Value('int64'), 'agency_not_searchable_count': Value('int64'), 'agency_page_count': Value('int64'), 'agency_missing_listed_location_count': Value('int64'), 'agency_missing_listed_date_count': Value('int64'), 'top_document_type_groups': Value('string'), 'top_region_buckets': Value('string'), 'top_decade_buckets': Value('string'), 'sample_ids': Value('string'), 'generated_at_utc': Value('timestamp[s]'), 'path_type': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 4 new columns ({'by_agency', 'by_path_type', 'row_count', 'agency_count'}) and 18 missing columns ({'path_type', 'agency_file_count', 'top_document_type_groups', 'top_decade_buckets', 'agency_searchable_count', 'top_region_buckets', 'guide_title', 'sample_ids', 'agency_missing_listed_date_count', 'agency_page_count', 'filters', 'agency_missing_listed_location_count', 'why_this_helps', 'expected_current_result', 'where_to_start', 'query', 'agency_not_searchable_count', 'agency'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/cjc0013/war-gov-ufo-release-01-index/all_documents.json (at revision bc7a0c4f48f2dd59c222aa406225e01c8eb910fa), [/tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/agency_guides.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/agency_guides.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/agency_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/agency_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/all_documents.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/all_documents.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_evidence.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_evidence.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_leads.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_leads.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/coverage_manifest.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/coverage_manifest.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/coverage_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/coverage_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/date_clarity.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/date_clarity.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/declassification_dates.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/declassification_dates.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/document_type_groups.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/document_type_groups.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/document_type_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/document_type_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/documents.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/documents.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/entity_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/entity_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/image_exhibits.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/image_exhibits.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/metadata_facets.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/metadata_facets.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/missingness.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/missingness.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/ocr_quality.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/ocr_quality.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/pages.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/pages.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/search_examples.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/search_examples.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/search_examples_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/search_examples_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/source_receipts.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/source_receipts.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/starter_queries.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/starter_queries.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_cards.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_cards.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_evidence.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_evidence.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/timeline_locations.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/timeline_locations.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/timeline_summary.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/timeline_summary.json), /tmp/hf-datasets-cache/medium/datasets/73866655089129-config-parquet-and-info-cjc0013-war-gov-ufo-relea-3839d6e2/hub/datasets--cjc0013--war-gov-ufo-release-01-index/snapshots/bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/visual_previews.json (origin=hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/visual_previews.json)], ['hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/agency_guides.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/agency_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/all_documents.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_evidence.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_leads.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/analysis_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/coverage_manifest.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/coverage_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/date_clarity.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/declassification_dates.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/document_type_groups.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/document_type_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/documents.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/entity_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/image_exhibits.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/metadata_facets.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/missingness.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/ocr_quality.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/pages.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/search_examples.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/search_examples_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/source_receipts.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/starter_queries.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_cards.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_evidence.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/synthesis_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/timeline_locations.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/timeline_summary.json', 'hf://datasets/cjc0013/war-gov-ufo-release-01-index@bc7a0c4f48f2dd59c222aa406225e01c8eb910fa/visual_previews.json']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1821, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                                            ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 781, in finalize
                  self.write_rows_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
                  self._write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              generated_at_utc: timestamp[s]
              row_count: int64
              agency_count: int64
              by_agency: struct<Department of State: struct<agency: string, file_count: int64, searchable_count: int64, not_s (... 2178 chars omitted)
                child 0, Department of State: struct<agency: string, file_count: int64, searchable_count: int64, not_searchable_count: int64, page (... 429 chars omitted)
                    child 0, agency: string
                    child 1, file_count: int64
                    child 2, searchable_count: int64
                    child 3, not_searchable_count: int64
                    child 4, page_count: int64
                    child 5, word_count: int64
                    child 6, document_type_groups: struct<State Department cables: int64>
                        child 0, State Department cables: int64
                    child 7, region_buckets: struct<No listed location: int64, Pacific / Asia: int64, Central Asia: int64, Europe / Mediterranean (... 30 chars omitted)
                        child 0, No listed location: int64
                        child 1, Pacific / Asia: int64
                        child 2, Central Asia: int64
                        child 3, Europe / Mediterranean: int64
                        child 4, North America: int64
                    child 8, decade_buckets: struct<1950s: int64, 1960s: int64, 1980s: int64, 1990s: int64, 2000s: int64>
                        child 0, 1950s: int64
                        child 1, 1960s: int64
                        child 2, 1980s: int64
                        child 3, 1990s: int64
                        child 4, 2000s: int64
                    child 9, missing_listed_location_count: int64
                    child 10, missing_listed_date_count: int64
                    child 11, sample_ids: string
                child 1, Department of War
              ...
               1950s: int64
                        child 1, 2020s: int64
                        child 2, No listed year: int64
                    child 9, missing_listed_location_count: int64
                    child 10, missing_listed_date_count: int64
                    child 11, sample_ids: string
                child 3, NASA: struct<agency: string, file_count: int64, searchable_count: int64, not_searchable_count: int64, page (... 340 chars omitted)
                    child 0, agency: string
                    child 1, file_count: int64
                    child 2, searchable_count: int64
                    child 3, not_searchable_count: int64
                    child 4, page_count: int64
                    child 5, word_count: int64
                    child 6, document_type_groups: struct<NASA transcripts and debriefs: int64>
                        child 0, NASA transcripts and debriefs: int64
                    child 7, region_buckets: struct<Space / Moon: int64, No listed location: int64>
                        child 0, Space / Moon: int64
                        child 1, No listed location: int64
                    child 8, decade_buckets: struct<1960s: int64, 1970s: int64, No listed year: int64>
                        child 0, 1960s: int64
                        child 1, 1970s: int64
                        child 2, No listed year: int64
                    child 9, missing_listed_location_count: int64
                    child 10, missing_listed_date_count: int64
                    child 11, sample_ids: string
              caveat: string
              by_path_type: struct<Known gaps: int64, Interesting groups: int64, Common questions: int64, Deeper searches: int64 (... 1 chars omitted)
                child 0, Known gaps: int64
                child 1, Interesting groups: int64
                child 2, Common questions: int64
                child 3, Deeper searches: int64
              to
              {'agency': Value('string'), 'guide_title': Value('string'), 'query': Value('string'), 'where_to_start': Value('string'), 'filters': Value('string'), 'expected_current_result': Value('string'), 'why_this_helps': Value('string'), 'caveat': Value('string'), 'agency_file_count': Value('int64'), 'agency_searchable_count': Value('int64'), 'agency_not_searchable_count': Value('int64'), 'agency_page_count': Value('int64'), 'agency_missing_listed_location_count': Value('int64'), 'agency_missing_listed_date_count': Value('int64'), 'top_document_type_groups': Value('string'), 'top_region_buckets': Value('string'), 'top_decade_buckets': Value('string'), 'sample_ids': Value('string'), 'generated_at_utc': Value('timestamp[s]'), 'path_type': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

agency
string
guide_title
string
query
string
where_to_start
string
filters
string
expected_current_result
string
why_this_helps
string
caveat
string
agency_file_count
int64
agency_searchable_count
int64
agency_not_searchable_count
int64
agency_page_count
int64
agency_missing_listed_location_count
int64
agency_missing_listed_date_count
int64
top_document_type_groups
string
top_region_buckets
string
top_decade_buckets
string
sample_ids
string
generated_at_utc
timestamp[us]
path_type
string
Department of War
Modern mission and range-fouler records
mission report
Search, then Browse
Agency: Department of War; Type group: Mission reports or Range fouler records; Region: Middle East for the current high-density slice
Department of War has 52 release files, 48 searchable in the MVP, including 30 mission reports and 6 range-fouler records.
This is the fastest route into the modern operational-report cluster without broad keyword fishing.
Mission/report grouping is a public navigation layer; compare source PDFs before drawing conclusions across cases.
52
48
4
1,292
14
11
Mission reports: 30; Historical military and intelligence records: 12; Range fouler records: 6; Historical incident summaries: 3; Unresolved UAP reports: 1
Middle East: 29; No listed location: 14; Europe / Mediterranean: 4; Other / needs cleanup: 3; North America: 1
2020s: 32; No listed year: 11; 1940s: 4; 1950s: 2; 1990s: 1
017, 018, 021, 022, 023, 024, 025, 026
2026-05-08T19:53:33
Deeper searches
Department of War
Unresolved UAP report, Kuwait
Unresolved UAP Report Kuwait
Search
Agency: Department of War
Finds 075 | DOW-UAP-PR20, Unresolved UAP Report, Kuwait, May 2022.
Direct path for a likely public-interest title without interpretation layered on top.
The app lists and links the record; it does not say what the report proves.
52
48
4
1,292
14
11
Mission reports: 30; Historical military and intelligence records: 12; Range fouler records: 6; Historical incident summaries: 3; Unresolved UAP reports: 1
Middle East: 29; No listed location: 14; Europe / Mediterranean: 4; Other / needs cleanup: 3; North America: 1
2020s: 32; No listed year: 11; 1940s: 4; 1950s: 2; 1990s: 1
017, 018, 021, 022, 023, 024, 025, 026
2026-05-08T19:53:33
Common questions
Department of War
Older military and intelligence records
Flying Discs 1949
Search, then Browse > By File Type
Type group: Historical military and intelligence records
Surfaces older Department of War archival records outside the modern mission-report set.
Separates the historical material from the 2020s operational reports.
This bucket is intentionally broad and should be refined with human review.
52
48
4
1,292
14
11
Mission reports: 30; Historical military and intelligence records: 12; Range fouler records: 6; Historical incident summaries: 3; Unresolved UAP reports: 1
Middle East: 29; No listed location: 14; Europe / Mediterranean: 4; Other / needs cleanup: 3; North America: 1
2020s: 32; No listed year: 11; 1940s: 4; 1950s: 2; 1990s: 1
017, 018, 021, 022, 023, 024, 025, 026
2026-05-08T19:53:33
Interesting groups
Department of War
Department of War missing locations
no location
Browse > By Date Or Place, then What Needs Review > Missing From Text Search
Agency context: Department of War; look for No listed location rows
14 Department of War files currently have no listed location in the release table.
Keeps the gaps visible while people search the better-filled modern report rows.
No listed location in the release table does not mean no location appears inside the PDF text.
52
48
4
1,292
14
11
Mission reports: 30; Historical military and intelligence records: 12; Range fouler records: 6; Historical incident summaries: 3; Unresolved UAP reports: 1
Middle East: 29; No listed location: 14; Europe / Mediterranean: 4; Other / needs cleanup: 3; North America: 1
2020s: 32; No listed year: 11; 1940s: 4; 1950s: 2; 1990s: 1
017, 018, 021, 022, 023, 024, 025, 026
2026-05-08T19:53:33
Known gaps
FBI
FBI case-file sections
Section_7 flying object
Search, then Updates And Data > Metadata
Agency: FBI
FBI has 49 release files, 24 searchable in the MVP, mostly case and sighting material plus separate image exhibits.
Starts from the large case-file sections and page snippets instead of one-off broad UFO terms.
Large FBI OCR case files can be noisy; use snippets as pointers and source-check the PDF.
49
24
25
2,681
18
18
Image and sketch exhibits: 25; FBI case and sighting material: 24
North America: 29; No listed location: 18; Other / needs cleanup: 2
2020s: 29; No listed year: 18; 1950s: 2
001, 002, 003, 004, 005, 006, 007, 008
2026-05-08T19:53:33
Deeper searches
FBI
FBI photo and sketch exhibits
photo sketch exhibit
What Needs Review > Image Exhibits
Type group: Image and sketch exhibits; Coverage: Not full-text searchable
Shows 25 FBI photo/sketch exhibit PDFs tracked outside keyword search.
Answers the obvious visual-evidence question without pretending the text index covers images.
These need visual review; keyword search is the wrong tool for this subset.
49
24
25
2,681
18
18
Image and sketch exhibits: 25; FBI case and sighting material: 24
North America: 29; No listed location: 18; Other / needs cleanup: 2
2020s: 29; No listed year: 18; 1950s: 2
001, 002, 003, 004, 005, 006, 007, 008
2026-05-08T19:53:33
Common questions
FBI
Older FBI flying-object material
flying object
Search
Agency: FBI
Surfaces FBI rows with older flying-object and case-file language.
Useful for readers looking for historical FBI wording rather than modern UAP labels.
Historical terminology is inconsistent, so try nearby terms like flying discs and flying saucers too.
49
24
25
2,681
18
18
Image and sketch exhibits: 25; FBI case and sighting material: 24
North America: 29; No listed location: 18; Other / needs cleanup: 2
2020s: 29; No listed year: 18; 1950s: 2
001, 002, 003, 004, 005, 006, 007, 008
2026-05-08T19:53:33
Interesting groups
FBI
FBI OCR versus image split
FBI
Browse > By File Type, then What Needs Review
Agency: FBI; compare searchable case material against not-searchable image exhibits
The FBI slice is split between 24 searchable rows and 25 not-full-text-searchable image/sketch exhibit rows.
Prevents readers from assuming that all FBI material is equally searchable.
Search coverage is a processing status, not a statement about importance.
49
24
25
2,681
18
18
Image and sketch exhibits: 25; FBI case and sighting material: 24
North America: 29; No listed location: 18; Other / needs cleanup: 2
2020s: 29; No listed year: 18; 1950s: 2
001, 002, 003, 004, 005, 006, 007, 008
2026-05-08T19:53:33
Known gaps
NASA
NASA transcript/debrief set
Apollo transcript
Search, then Browse > By File Type
Agency: NASA; Type group: NASA transcripts and debriefs
NASA has 8 release files and all 8 are searchable in the MVP.
A compact agency slice that can be reviewed document-by-document.
Transcript extraction quality varies; use source PDFs for exact wording.
8
8
0
145
5
1
NASA transcripts and debriefs: 8
No listed location: 5; Space / Moon: 3
1970s: 4; 1960s: 3; No listed year: 1
019, 020, 100, 101, 102, 103, 104, 105
2026-05-08T19:53:33
Deeper searches
NASA
Gemini 7 low-confidence example
Gemini 7
Search, then What Needs Review > OCR Quality
Agency: NASA
Finds 020 | NASA-UAP-D3, Gemini 7 Transcript, 1965 and the OCR quality caution.
A good public example of why searchable does not always mean polished transcript.
Low-confidence OCR should be treated as a navigation aid only.
8
8
0
145
5
1
NASA transcripts and debriefs: 8
No listed location: 5; Space / Moon: 3
1970s: 4; 1960s: 3; No listed year: 1
019, 020, 100, 101, 102, 103, 104, 105
2026-05-08T19:53:33
Common questions
NASA
Apollo cluster
Apollo
Search, then Browse > By Date Or Place
Agency: NASA; decade: 1970s where useful
Surfaces Apollo transcript rows including Apollo 12, 14, 15, 16, and 17.
Recognizable mission names make this an easy entry point for new readers.
A title match is not an interpretation of the transcript content.
8
8
0
145
5
1
NASA transcripts and debriefs: 8
No listed location: 5; Space / Moon: 3
1970s: 4; 1960s: 3; No listed year: 1
019, 020, 100, 101, 102, 103, 104, 105
2026-05-08T19:53:33
Interesting groups
NASA
NASA missing listed locations
No listed location NASA
Browse > By Date Or Place
Agency context: NASA; location status: No listed location
5 NASA rows currently have no listed location, while 3 are bucketed as Space / Moon.
Makes the limits of date/location browsing clear for spaceflight transcripts.
Location buckets are simple orientation fields, not a final map.
8
8
0
145
5
1
NASA transcripts and debriefs: 8
No listed location: 5; Space / Moon: 3
1970s: 4; 1960s: 3; No listed year: 1
019, 020, 100, 101, 102, 103, 104, 105
2026-05-08T19:53:33
Known gaps
Department of State
State Department cable locations
Kazakhstan
Search, then Updates And Data > Metadata
Agency: Department of State
Department of State has 7 cable rows, all searchable in the MVP.
Country/location terms are a clean way into the cable slice.
Cable-title locations are not a complete diplomatic or geopolitical index.
7
7
0
35
2
0
State Department cables: 7
Central Asia: 2; No listed location: 2; Europe / Mediterranean: 1; North America: 1; Pacific / Asia: 1
2000s: 3; 1950s: 1; 1960s: 1; 1980s: 1; 1990s: 1
028, 029, 106, 107, 108, 109, 110
2026-05-08T19:53:33
Deeper searches
Department of State
Readable cable starter path
State Department cable
Browse > By File Type
Type group: State Department cables
Shows the 7 State Department cable rows as one small group.
Simple non-technical entry point for people who want to see what the State slice contains.
This grouping is a navigation aid, not official WAR.gov taxonomy.
7
7
0
35
2
0
State Department cables: 7
Central Asia: 2; No listed location: 2; Europe / Mediterranean: 1; North America: 1; Pacific / Asia: 1
2000s: 3; 1950s: 1; 1960s: 1; 1980s: 1; 1990s: 1
028, 029, 106, 107, 108, 109, 110
2026-05-08T19:53:33
Common questions
Department of State
Cable dates across decades
State Department
Browse > By Date Or Place
Agency context: Department of State; inspect decade buckets
The State slice spans 1950s, 1960s, 1980s, 1990s, and 2000s rows.
Shows that this small agency slice is spread across time instead of one narrow batch.
The date layer uses listed fields and needs source-checking for chronology work.
7
7
0
35
2
0
State Department cables: 7
Central Asia: 2; No listed location: 2; Europe / Mediterranean: 1; North America: 1; Pacific / Asia: 1
2000s: 3; 1950s: 1; 1960s: 1; 1980s: 1; 1990s: 1
028, 029, 106, 107, 108, 109, 110
2026-05-08T19:53:33
Interesting groups
Department of State
State cables with no listed location
No listed location State
Browse > By Date Or Place, then What Needs Review > Missing From Text Search
Agency context: Department of State; location status: No listed location
2 Department of State rows currently have no listed location.
Keeps the small-but-real missingness visible even in a fully searchable agency slice.
No listed location in metadata does not mean the PDF text has no place names.
7
7
0
35
2
0
State Department cables: 7
Central Asia: 2; No listed location: 2; Europe / Mediterranean: 1; North America: 1; Pacific / Asia: 1
2000s: 3; 1950s: 1; 1960s: 1; 1980s: 1; 1990s: 1
028, 029, 106, 107, 108, 109, 110
2026-05-08T19:53:33
Known gaps
null
null
null
null
null
null
null
Agency guides are public navigation aids. They summarize release-table metadata and MVP extraction status; source PDFs remain primary.
null
null
null
null
null
null
null
null
null
null
2026-05-08T19:53:33
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
NASA
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
NASA
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of State
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of State
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Department of War
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
FBI
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
End of preview.

WAR.gov UFO Release 01 MVP Index

This is an MVP index for the WAR.gov UFO/UAP Release 01 files at https://www.war.gov/UFO/. It supports the companion Space at https://huggingface.co/spaces/cjc0013/war-gov-ufo-release-01-mvp.

Files

Documents, pages, coverage manifest, OCR quality, missingness, metadata facets, timeline/location rows, document-type rows, agency guide cards, search examples, image exhibits, visual previews, declassification dates, starter queries, source receipts, and share_card.png.

Current Coverage

  • Searchable documents: 87
  • Searchable PDF pages: 4100
  • Total tracked PDF/document files: 116
  • Total tracked PDF pages: 4153
  • Reliable embedded-text core: 39
  • Review-labeled searchable expansion: 48
  • Page-text rows: 3265
  • Extracted/OCR words: 720978
  • Remaining not full-text searchable: 29
  • Timeline/location rows: 116
  • Document-type rows: 116
  • Document-type groups: 9
  • Search examples: 19
  • Agency guide cards: 16
  • Curated visual previews: 25

Caveats

OCR-derived rows are marked for review. Dates, locations, document-type groups, agency guide cards, and search examples are public navigation layers, not final verified chronology, map, official taxonomy, rankings, or claims about what the files prove. Source PDFs and source URLs should be treated as the primary evidence.

Downloads last month
204

Space using cjc0013/war-gov-ufo-release-01-index 1

Collections including cjc0013/war-gov-ufo-release-01-index