Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

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.

Crimea Digital Sovereignty: Training Corpora Sovereignty Framing

Analysis of how LLM training corpora frame Crimea's sovereignty. A Rust-based classifier with 90 legal-grounded signals scanned 34.1M Crimea-mentioning documents across three C4 language splits.

Description

Documents from Google's C4 corpus that mention Crimea, classified by sovereignty framing using a deterministic regex classifier (no ML/learned parameters). 90 signals across English, Russian, and Ukrainian, each grounded in legal provenance (OFAC SDN, EU Regulations, GEC reports).

Files

  • data.parquet — C4-English Crimea mentions (0 documents)
  • sovereignty_training.parquet — Curated sovereignty training examples (0 examples)

Key Findings (full C4 census)

Split Total docs Russia-framing %
English 286,117 3,607 1.26%
Ukrainian 3,639,461 6,271 0.17%
Russian 30,207,220 881,644 2.92%
Total 34,132,798 891,522 2.61%
  • 95.3% of Russia-framing documents originate from independent (non-state) sources
  • Only 4.7% from state-controlled or sanctioned sources (OFAC/EU/UK lists)
  • Validated by two independent annotators on 300 samples (100 per split): weighted precision 93.9%

Source classification

Source tier Count % Legal provenance
Independent 849,761 95.3% No state ties identified
State-adjacent 16,772 1.9% Sberbank/Gazprom, EU Pkg 16
State media (T1) 14,406 1.6% OFAC SDN, EU Regulations
Sanctioned proxy 4,928 0.6% GEC 2020, OFAC EO14024
Government 3,156 0.4% Russian federal law
State-controlled (T2) 2,470 0.3% Gazprom Media/NMG
Pravda network 29 <0.1% VIGINUM/SGDSN 2024

Classifier source code

github.com/IvanDobrovolsky/crimeaisukraine/c4_sovereignty/scanner

Citation

@misc{dobrovolskyi2026digital,
  author = {Dobrovolskyi, Ivan},
  title = {Digital Annexation: A Computational Audit of Crimea's Sovereignty Framing in Large Language Models},
  year = {2026},
  url = {https://crimeaisukraine.org}
}

License

CC-BY-4.0

Downloads last month
15