--- license: cc-by-sa-4.0 dataset_info: features: - name: header dtype: string - name: abstract dtype: string - name: keys dtype: string - name: text sequence: string splits: - name: train num_bytes: 11239555 num_examples: 1160 download_size: 5133568 dataset_size: 11239555 configs: - config_name: default data_files: - split: train path: data/train-* language: - ru tags: - nlp - segmentation size_categories: - 1K - **Repository:** https://github.com/Astromis/Small-Student-Science-Corpus ## Uses ### Direct Use * Paragraph segmentation * Keyword extraction * Title generation * Summurization * Static word vector construction ## Dataset Structure Each data example has four fields: * header - header of the paper * abstract * keys - keywords * text - a list of texts in which every element is a paragraph ## Dataset Creation ### Curation Rationale The main objective is to create a small dataset that allows to test an automatic text segmentation method. ### Annotations As the paper texts come from the PDF, the annotators carefully reviewed each plain text to be sure that its paragraphs go along with the source PDF text version.