Datasets:

ArXiv:
Tags:
License:
soldni commited on
Commit
8c7ef69
1 Parent(s): c2fbced

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +1 -0
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"allenai--csabstruct": {"description": "As a step toward better document-level understanding, we explore classification of a sequence of sentences into their corresponding categories, a task that requires understanding sentences in context of the document. Recent successful models for this task have used hierarchical models to contextualize sentence representations, and Conditional Random Fields (CRFs) to incorporate dependencies between subsequent labels. In this work, we show that pretrained language models, BERT (Devlin et al., 2018) in particular, can be used for this task to capture contextual dependencies without the need for hierarchical encoding nor a CRF. Specifically, we construct a joint sentence representation that allows BERT Transformer layers to directly utilize contextual information from all words in all sentences. Our approach achieves state-of-the-art results on four datasets, including a new dataset of structured scientific abstracts.\n", "citation": "@inproceedings{Cohan2019EMNLP,\n title={Pretrained Language Models for Sequential Sentence Classification},\n author={Arman Cohan, Iz Beltagy, Daniel King, Bhavana Dalvi, Dan Weld},\n year={2019},\n booktitle={EMNLP},\n}\n", "homepage": "https://github.com/allenai/sequential_sentence_classification", "license": "Apache License 2.0", "features": {"abstract_id": {"dtype": "string", "id": null, "_type": "Value"}, "sentences": [{"dtype": "string", "id": null, "_type": "Value"}], "labels": [{"num_classes": 5, "names": ["background", "method", "objective", "other", "result"], "id": null, "_type": "ClassLabel"}], "confs": [{"dtype": "float32", "id": null, "_type": "Value"}]}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "csabstruct", "config_name": "CSAbstruct", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1892682, "num_examples": 1668, "dataset_name": "csabstruct"}, "validation": {"name": "validation", "num_bytes": 335336, "num_examples": 295, "dataset_name": "csabstruct"}, "test": {"name": "test", "num_bytes": 226902, "num_examples": 226, "dataset_name": "csabstruct"}}, "download_checksums": null, "download_size": 1331967, "post_processing_size": null, "dataset_size": 2454920, "size_in_bytes": 3786887}}