The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {'corpus': ('text', {}), 'corpus_deduped': ('text', {}), 'sec_tracker': ('csv', {}), 'leaked_tracker': ('csv', {}), 'fed_tracker': ('csv', {}), 'bls_jolts_tracker': ('csv', {}), 'bls_cpi_tracker': ('csv', {}), 'bls_ces_tracker': ('csv', {}), 'bls_historical_tracker': ('csv', {})}
Error code:   FileFormatMismatchBetweenSplitsError

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.

swan

aggressively updated financial text dataset

scraping code

usage

from datasets import load_dataset
sets = ["corpus", "corpus_deduped"]
swan_data, swan_deduped = [load_dataset("dylanalloy/swan", data_files=f"{_}.txt") for _ in sets]
swan_data, swan_deduped

data

data added
SEC filings Wed. Aug 30th, 2023
Federal Reserve transcripts Wed. Aug 30th, 2023
private wealth management releases Wed. Aug 30th, 2023
large bank releases Wed. Aug 30th, 2023
large fund releases Wed. Aug 30th, 2023
large trading firm releases Wed. Aug 30th, 2023
BLS JOLTS releases Wed. Aug 30th, 2023
BLS CPI releases Wed. Aug 30th, 2023
BLS CES releases Wed. Aug 30th, 2023
BLS historical reports Wed. Aug 30th, 2023

updates

this repo updates daily at 6AM EST

SEC Filngs Federal Reserve transcripts releases & reports
30 minutes daily daily

🐒 corpus ⌨️ updated daily

stats and delta

organization

  • *.csv: tracker
  • corpus.txt: collated text from all documents across all categories (designed for base model training)
  • corpus_deduped.txt: unique lines of corpus
Downloads last month
190