Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
litbank_raw / README.md
ianporada's picture
Upload dataset
5538606 verified
|
raw
history blame
1.54 kB
metadata
dataset_info:
  config_name: split_0
  features:
    - name: doc_name
      dtype: string
    - name: meta_info
      struct:
        - name: author
          dtype: string
        - name: date
          dtype: string
        - name: gutenberg_id
          dtype: string
        - name: title
          dtype: string
    - name: sentences
      sequence:
        sequence: string
    - name: coref_chains
      sequence:
        sequence:
          sequence: int64
    - name: entities
      list:
        list:
          - name: bio_tags
            sequence: string
          - name: token
            dtype: string
    - name: events
      list:
        list:
          - name: is_event
            dtype: bool
          - name: token
            dtype: string
    - name: original_text
      dtype: string
    - name: quotes
      list:
        - name: attribution
          dtype: string
        - name: end
          struct:
            - name: sent_id
              dtype: string
            - name: token_id
              dtype: string
        - name: quotation
          dtype: string
        - name: quote_id
          dtype: string
        - name: start
          struct:
            - name: sent_id
              dtype: string
            - name: token_id
              dtype: string
  splits:
    - name: train
      num_bytes: 56694989
      num_examples: 80
    - name: validation
      num_bytes: 8345154
      num_examples: 10
    - name: test
      num_bytes: 8986883
      num_examples: 10
  download_size: 40965931
  dataset_size: 74027026
configs:
  - config_name: split_0
    data_files:
      - split: train
        path: split_0/train-*
      - split: validation
        path: split_0/validation-*
      - split: test
        path: split_0/test-*