Datasets:
Upload dataset
Browse files- README.md +138 -2
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -11,9 +11,145 @@ tags:
|
|
11 |
- review_score_prediction
|
12 |
configs:
|
13 |
- config_name: acl_ocl
|
14 |
-
data_files:
|
15 |
- split: train
|
16 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
Datasets related to the task of Scholarly Document Quality Prediction (SDQP).
|
|
|
11 |
- review_score_prediction
|
12 |
configs:
|
13 |
- config_name: acl_ocl
|
14 |
+
data_files:
|
15 |
- split: train
|
16 |
+
path: acl_ocl/*.json
|
17 |
+
- config_name: default
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: data/train-*
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: paperhash
|
24 |
+
dtype: string
|
25 |
+
- name: s2_corpus_id
|
26 |
+
dtype: string
|
27 |
+
- name: arxiv_id
|
28 |
+
dtype: string
|
29 |
+
- name: title
|
30 |
+
dtype: string
|
31 |
+
- name: abstract
|
32 |
+
dtype: string
|
33 |
+
- name: authors
|
34 |
+
sequence:
|
35 |
+
- name: name
|
36 |
+
dtype: string
|
37 |
+
- name: affiliation
|
38 |
+
struct:
|
39 |
+
- name: laboratory
|
40 |
+
dtype: string
|
41 |
+
- name: institution
|
42 |
+
dtype: string
|
43 |
+
- name: location
|
44 |
+
dtype: string
|
45 |
+
- name: summary
|
46 |
+
dtype: string
|
47 |
+
- name: field_of_study
|
48 |
+
sequence: string
|
49 |
+
- name: venue
|
50 |
+
dtype: string
|
51 |
+
- name: publication_date
|
52 |
+
dtype: string
|
53 |
+
- name: n_references
|
54 |
+
dtype: int32
|
55 |
+
- name: n_citations
|
56 |
+
dtype: int32
|
57 |
+
- name: n_influential_citations
|
58 |
+
dtype: int32
|
59 |
+
- name: introduction
|
60 |
+
dtype: string
|
61 |
+
- name: background
|
62 |
+
dtype: string
|
63 |
+
- name: methodology
|
64 |
+
dtype: string
|
65 |
+
- name: experiments_results
|
66 |
+
dtype: string
|
67 |
+
- name: conclusion
|
68 |
+
dtype: string
|
69 |
+
- name: full_text
|
70 |
+
dtype: string
|
71 |
+
- name: decision
|
72 |
+
dtype: bool
|
73 |
+
- name: decision_text
|
74 |
+
dtype: string
|
75 |
+
- name: reviews
|
76 |
+
sequence:
|
77 |
+
- name: review_id
|
78 |
+
dtype: string
|
79 |
+
- name: review
|
80 |
+
struct:
|
81 |
+
- name: title
|
82 |
+
dtype: string
|
83 |
+
- name: paper_summary
|
84 |
+
dtype: string
|
85 |
+
- name: main_review
|
86 |
+
dtype: string
|
87 |
+
- name: strength_weakness
|
88 |
+
dtype: string
|
89 |
+
- name: questions
|
90 |
+
dtype: string
|
91 |
+
- name: limitations
|
92 |
+
dtype: string
|
93 |
+
- name: review_summary
|
94 |
+
dtype: string
|
95 |
+
- name: score
|
96 |
+
dtype: float32
|
97 |
+
- name: confidence
|
98 |
+
dtype: float32
|
99 |
+
- name: novelty
|
100 |
+
dtype: float32
|
101 |
+
- name: correctness
|
102 |
+
dtype: float32
|
103 |
+
- name: clarity
|
104 |
+
dtype: float32
|
105 |
+
- name: impact
|
106 |
+
dtype: float32
|
107 |
+
- name: reproducibility
|
108 |
+
dtype: float32
|
109 |
+
- name: ethics
|
110 |
+
dtype: string
|
111 |
+
- name: comments
|
112 |
+
sequence:
|
113 |
+
- name: title
|
114 |
+
dtype: string
|
115 |
+
- name: comment
|
116 |
+
dtype: string
|
117 |
+
- name: references
|
118 |
+
sequence:
|
119 |
+
- name: paperhash
|
120 |
+
dtype: string
|
121 |
+
- name: title
|
122 |
+
dtype: string
|
123 |
+
- name: abstracts
|
124 |
+
dtype: string
|
125 |
+
- name: authors
|
126 |
+
sequence:
|
127 |
+
- name: name
|
128 |
+
dtype: string
|
129 |
+
- name: affiliation
|
130 |
+
struct:
|
131 |
+
- name: laboratory
|
132 |
+
dtype: string
|
133 |
+
- name: institution
|
134 |
+
dtype: string
|
135 |
+
- name: location
|
136 |
+
dtype: string
|
137 |
+
- name: arxiv_id
|
138 |
+
dtype: string
|
139 |
+
- name: s2_corpus_id
|
140 |
+
dtype: string
|
141 |
+
- name: intents
|
142 |
+
sequence: string
|
143 |
+
- name: isInfluential
|
144 |
+
dtype: bool
|
145 |
+
- name: hypothesis
|
146 |
+
dtype: string
|
147 |
+
splits:
|
148 |
+
- name: train
|
149 |
+
num_bytes: 5134
|
150 |
+
num_examples: 2
|
151 |
+
download_size: 44577
|
152 |
+
dataset_size: 5134
|
153 |
---
|
154 |
|
155 |
Datasets related to the task of Scholarly Document Quality Prediction (SDQP).
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a57e878e4be8d9d671209664a98704d44f5739654af7daf6653e966bd65a9826
|
3 |
+
size 44577
|