Datasets:

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

removed no longer needed

Browse files
Files changed (1) hide show
  1. dataset_info.json +0 -91
dataset_info.json DELETED
@@ -1,91 +0,0 @@
1
- {
2
- "builder_name": "csabstruct",
3
- "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",
4
- "config_name": "CSAbstruct",
5
- "dataset_size": 2454920,
6
- "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",
7
- "download_checksums": {
8
- "https://raw.githubusercontent.com/allenai/sequential_sentence_classification/master/data/CSAbstruct/train.jsonl": {
9
- "num_bytes": 2023915,
10
- "checksum": "0d184597fc87640e0a51d439ed3e3ccff68a28125da6151a3e86005b202829b1"
11
- },
12
- "https://raw.githubusercontent.com/allenai/sequential_sentence_classification/master/data/CSAbstruct/dev.jsonl": {
13
- "num_bytes": 357396,
14
- "checksum": "37d8fc9a932516b290afacd4d294111141ce31c503260de8be145bd4b28d62f5"
15
- },
16
- "https://raw.githubusercontent.com/allenai/sequential_sentence_classification/master/data/CSAbstruct/test.jsonl": {
17
- "num_bytes": 242501,
18
- "checksum": "de6dfac6e8efed842b45764b1b1c551d72d14da849022544bba95a8a1dcc09cc"
19
- }
20
- },
21
- "download_size": 2623812,
22
- "features": {
23
- "abstract_id": {
24
- "dtype": "string",
25
- "id": null,
26
- "_type": "Value"
27
- },
28
- "sentences": [
29
- {
30
- "dtype": "string",
31
- "id": null,
32
- "_type": "Value"
33
- }
34
- ],
35
- "labels": [
36
- {
37
- "num_classes": 5,
38
- "names": [
39
- "background",
40
- "method",
41
- "objective",
42
- "other",
43
- "result"
44
- ],
45
- "id": null,
46
- "_type": "ClassLabel"
47
- }
48
- ],
49
- "confs": [
50
- {
51
- "dtype": "float32",
52
- "id": null,
53
- "_type": "Value"
54
- }
55
- ]
56
- },
57
- "homepage": "https://github.com/allenai/sequential_sentence_classification",
58
- "license": "Apache License 2.0",
59
- "post_processed": null,
60
- "post_processing_size": null,
61
- "size_in_bytes": 5078732,
62
- "splits": {
63
- "train": {
64
- "name": "train",
65
- "num_bytes": 1892682,
66
- "num_examples": 1668,
67
- "dataset_name": "csabstruct"
68
- },
69
- "validation": {
70
- "name": "validation",
71
- "num_bytes": 335336,
72
- "num_examples": 295,
73
- "dataset_name": "csabstruct"
74
- },
75
- "test": {
76
- "name": "test",
77
- "num_bytes": 226902,
78
- "num_examples": 226,
79
- "dataset_name": "csabstruct"
80
- }
81
- },
82
- "supervised_keys": null,
83
- "task_templates": null,
84
- "version": {
85
- "version_str": "1.0.0",
86
- "description": null,
87
- "major": 1,
88
- "minor": 0,
89
- "patch": 0
90
- }
91
- }