aufklarer/central-bank-communications
Central Bank Communications Dataset A comprehensive dataset of central bank communications with sentence-level sentiment annotations for monetary policy analysis. Dataset Statistics Annotated Sentences: 226,442 Annotated Documents: 15,360 Other Documents: 497 Economic Indicators: 20,550 Document Types Sentence-level annotations (sentiment, topic) are available for these document types: Document Type Description Annotated minutes Full… See the full description on the dataset page: https://huggingface.co/datasets/aufklarer/central-bank-communications.
Central Bank Communications Dataset
A comprehensive dataset of central bank communications with sentence-level sentiment annotations for monetary policy analysis.
Dataset Statistics
- Annotated Sentences: 226,442
- Annotated Documents: 15,360
- Other Documents: 497
- Economic Indicators: 20,550
Document Types
Sentence-level annotations (sentiment, topic) are available for these document types:
Documents without sentence annotations are included in documents_annotated.parquet with full text for custom processing.
Central Banks Coverage
Dashboard
Live visualization: [monetary.live](https://monetary.live)
Usage
from datasets import load_dataset
# Load annotated sentences (default)
sentences = load_dataset("aufklarer/central-bank-communications", "sentences")
# Load documents
docs = load_dataset("aufklarer/central-bank-communications", "documents")
# Load economic indicators
indicators = load_dataset("aufklarer/central-bank-communications", "economic_indicators")Sentence Classification
Each sentence is annotated on 4 dimensions:
License
CC-BY-4.0
