Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

Paragraph dataset

Dataset for a lines classifier that predicts the beginning of a new paragraph (see paragraph classifier).

The repository structure:

└─paragraph_dataset
  ├─labeling
    ├─paragraph_classifier_834997.zip
    └─results
      ├─law_classifier_000000_AKs.json
      ├─ ...
      └─law_classifier_000049_d9X.json
  ├─.gitattributes
  ├─README.md
  └─paragraph_dataset.zip

labeling directory contains tasks for labeling (paragraph_classifier_834997.zip) and labeled lines (results directory). paragraph_dataset.zip contains files with the resilting dataset.

Tasks for labeling are formed using dedoc labeling API. See dedoc documentation for more details.

The structure of the paragraph_dataset.zip archive after unzipping goes as follows:

└─paragraph_dataset
  └─labeled.json
  ├─parameters.json
  ├─task_manager.log
  └─original_documents
    ├─1709714642_887.png
    ├─ ...
    └─1709714823_806.pdf
  • labeled.json contains lines with their labels. For each line, line's text, metadata and formatting are extracted by dedoc.
  • parameters.json contains dedoc parameters using which lines were extracted.
  • task_manager.log contains logs from labeling process.
  • original_documents folder contains documets from which lines were extracted.
Downloads last month
9

Models trained or fine-tuned on dedoc/paragraph_dataset