Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

OpenGov.gr Diaboyleuseis Dataset

This dataset contains the complete PostgreSQL export of the AI4Deliberation database, which includes public consultation data from the Greek government's opengov.gr platform.

Database Schema

The database contains the following tables:

Core Tables

  • ministries: Government ministries (37 records)
  • consultations: Public consultations (1,070 records)
  • articles: Consultation articles/documents (28,186 records)
  • comments: Public comments on consultations (121,354 records)
  • documents: Supporting documents (2,099 records)

Legal Reference Tables (currently empty)

  • nomoi: Greek laws
  • ypourgikes_apofaseis: Ministerial decisions
  • proedrika_diatagmata: Presidential decrees
  • eu_regulations: EU regulations
  • eu_directives: EU directives

Usage

To import this database into PostgreSQL:

# Create database
createdb ai4deliberation

# Import schema and data
psql ai4deliberation < postgres_export.sql

Data Fields

Key fields include:

  • Text content: Raw HTML, cleaned content, extraction metadata
  • Language detection: Greek/English percentage scores
  • Quality metrics: Badness scores for content quality
  • Timestamps: Creation and update times
  • Relationships: Foreign keys linking consultations, articles, comments

Source

Generated from SQLite database on 2025-06-13 using automated conversion script.

License

This dataset contains public government data from opengov.gr platform.

Downloads last month
14