File size: 986 Bytes
1589fa2
 
 
 
 
 
 
 
 
 
 
 
ed9e365
 
1589fa2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ed9e365
1589fa2
 
ed9e365
1589fa2
 
ed9e365
1589fa2
ed9e365
 
1589fa2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: serial-number
    dtype: string
  - name: doc_id
    dtype: string
  - name: id
    dtype: string
  - name: event
    dtype: string
  - name: post
    dtype: string
  - name: comment
    dtype: string
  - name: context
    dtype: string
  - name: argument-type
    dtype: string
  - name: role
    dtype: string
  - name: raw-initial-ground-truth
    sequence: string
  - name: raw-implicit-arguments
    sequence: string
  - name: raw-scattered-arguments
    sequence: string
  - name: raw-gt-args-type
    sequence:
      sequence: string
  splits:
  - name: train
    num_bytes: 6345719
    num_examples: 4619
  - name: dev
    num_bytes: 1347084
    num_examples: 944
  - name: test
    num_bytes: 2577762
    num_examples: 1883
  download_size: 607340
  dataset_size: 10270565
---