Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
- split: validation
|
10 |
+
path: data/validation-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: text
|
14 |
+
dtype: string
|
15 |
+
- name: citing_paper_id
|
16 |
+
dtype: string
|
17 |
+
- name: cited_paper_id
|
18 |
+
dtype: string
|
19 |
+
- name: citing_paper_year
|
20 |
+
dtype: int64
|
21 |
+
- name: cited_paper_year
|
22 |
+
dtype: int64
|
23 |
+
- name: citing_paper_title
|
24 |
+
dtype: string
|
25 |
+
- name: cited_paper_title
|
26 |
+
dtype: string
|
27 |
+
- name: cited_author_ids
|
28 |
+
sequence: string
|
29 |
+
- name: citing_author_ids
|
30 |
+
dtype: 'null'
|
31 |
+
- name: extended_context
|
32 |
+
dtype: string
|
33 |
+
- name: section_number
|
34 |
+
dtype: int64
|
35 |
+
- name: section_title
|
36 |
+
dtype: 'null'
|
37 |
+
- name: intent
|
38 |
+
dtype: string
|
39 |
+
- name: cite_marker_offset
|
40 |
+
sequence: int64
|
41 |
+
- name: sents_before
|
42 |
+
list:
|
43 |
+
list:
|
44 |
+
- name: index
|
45 |
+
dtype: int64
|
46 |
+
- name: word
|
47 |
+
dtype: string
|
48 |
+
- name: lemma
|
49 |
+
dtype: string
|
50 |
+
- name: after
|
51 |
+
dtype: string
|
52 |
+
- name: pos
|
53 |
+
dtype: string
|
54 |
+
- name: characterOffsetEnd
|
55 |
+
dtype: int64
|
56 |
+
- name: segment_span
|
57 |
+
sequence: int64
|
58 |
+
- name: characterOffsetBegin
|
59 |
+
dtype: int64
|
60 |
+
- name: originalText
|
61 |
+
dtype: string
|
62 |
+
- name: ArgType
|
63 |
+
dtype: string
|
64 |
+
- name: before
|
65 |
+
dtype: string
|
66 |
+
- name: is_root
|
67 |
+
dtype: bool
|
68 |
+
- name: tense
|
69 |
+
dtype: string
|
70 |
+
- name: has_aux
|
71 |
+
dtype: bool
|
72 |
+
- name: is_pass
|
73 |
+
dtype: bool
|
74 |
+
- name: sents_after
|
75 |
+
list:
|
76 |
+
list:
|
77 |
+
- name: index
|
78 |
+
dtype: int64
|
79 |
+
- name: word
|
80 |
+
dtype: string
|
81 |
+
- name: lemma
|
82 |
+
dtype: string
|
83 |
+
- name: after
|
84 |
+
dtype: string
|
85 |
+
- name: pos
|
86 |
+
dtype: string
|
87 |
+
- name: characterOffsetEnd
|
88 |
+
dtype: int64
|
89 |
+
- name: segment_span
|
90 |
+
sequence: int64
|
91 |
+
- name: characterOffsetBegin
|
92 |
+
dtype: int64
|
93 |
+
- name: originalText
|
94 |
+
dtype: string
|
95 |
+
- name: ArgType
|
96 |
+
dtype: string
|
97 |
+
- name: before
|
98 |
+
dtype: string
|
99 |
+
- name: is_root
|
100 |
+
dtype: bool
|
101 |
+
- name: tense
|
102 |
+
dtype: string
|
103 |
+
- name: is_pass
|
104 |
+
dtype: bool
|
105 |
+
- name: has_aux
|
106 |
+
dtype: bool
|
107 |
+
- name: cleaned_cite_text
|
108 |
+
dtype: string
|
109 |
+
- name: citation_id
|
110 |
+
dtype: string
|
111 |
+
- name: citation_excerpt_index
|
112 |
+
dtype: int64
|
113 |
+
- name: section_name
|
114 |
+
dtype: string
|
115 |
+
splits:
|
116 |
+
- name: train
|
117 |
+
num_bytes: 32094179
|
118 |
+
num_examples: 1688
|
119 |
+
- name: test
|
120 |
+
num_bytes: 2705971
|
121 |
+
num_examples: 139
|
122 |
+
- name: validation
|
123 |
+
num_bytes: 2095387
|
124 |
+
num_examples: 114
|
125 |
+
download_size: 6517047
|
126 |
+
dataset_size: 36895537
|
127 |
+
---
|
128 |
+
# Dataset Card for "ACL-ARC"
|
129 |
+
|
130 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|