first upload of the super scirep dataset
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +0 -0
- cite_count/evaluation/dataset.arrow +3 -0
- cite_count/evaluation/dataset_info.json +87 -0
- cite_count/evaluation/state.json +14 -0
- cite_count/train/dataset.arrow +3 -0
- cite_count/train/dataset_info.json +87 -0
- cite_count/train/state.json +14 -0
- cite_count/validation/dataset.arrow +3 -0
- cite_count/validation/dataset_info.json +87 -0
- cite_count/validation/state.json +14 -0
- feeds_1/evaluation/dataset.arrow +3 -0
- feeds_1/evaluation/dataset_info.json +127 -0
- feeds_1/evaluation/state.json +14 -0
- feeds_m/evaluation/dataset.arrow +3 -0
- feeds_m/evaluation/dataset_info.json +127 -0
- feeds_m/evaluation/state.json +14 -0
- feeds_title/evaluation/dataset.arrow +3 -0
- feeds_title/evaluation/dataset_info.json +101 -0
- feeds_title/evaluation/state.json +14 -0
- fos/evaluation/dataset.arrow +3 -0
- fos/evaluation/dataset_info.json +92 -0
- fos/evaluation/state.json +14 -0
- fos/train/dataset.arrow +3 -0
- fos/train/dataset_info.json +92 -0
- fos/train/state.json +14 -0
- fos/validation/dataset.arrow +3 -0
- fos/validation/dataset_info.json +92 -0
- fos/validation/state.json +14 -0
- paper_reviewer_matching/evaluation/dataset.arrow +3 -0
- paper_reviewer_matching/evaluation/dataset_info.json +72 -0
- paper_reviewer_matching/evaluation/state.json +14 -0
- peer_review_score_hIndex/evaluation/dataset.arrow +3 -0
- peer_review_score_hIndex/evaluation/dataset_info.json +117 -0
- peer_review_score_hIndex/evaluation/state.json +14 -0
- pub_year/evaluation/dataset.arrow +3 -0
- pub_year/evaluation/dataset_info.json +102 -0
- pub_year/evaluation/state.json +14 -0
- pub_year/train/dataset.arrow +3 -0
- pub_year/train/dataset_info.json +102 -0
- pub_year/train/state.json +14 -0
- pub_year/validation/dataset.arrow +3 -0
- pub_year/validation/dataset_info.json +102 -0
- pub_year/validation/state.json +14 -0
- scidocs_view_cite_read/evaluation/dataset.arrow +3 -0
- scidocs_view_cite_read/evaluation/dataset_info.json +107 -0
- scidocs_view_cite_read/evaluation/state.json +14 -0
- search/evaluation/dataset.arrow +3 -0
- search/evaluation/dataset_info.json +121 -0
- search/evaluation/state.json +14 -0
- search/train/dataset.arrow +3 -0
README.md
ADDED
File without changes
|
cite_count/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c3d545b1eb30981c15d948a8daa856a020360f5faf66fb1075a7f5628d924ff
|
3 |
+
size 28945112
|
cite_count/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 28942888,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"venue": {
|
31 |
+
"dtype": "string",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"n_citations": {
|
36 |
+
"dtype": "int64",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"log_citations": {
|
41 |
+
"dtype": "float64",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"full_text": [
|
46 |
+
{
|
47 |
+
"sentences": {
|
48 |
+
"feature": {
|
49 |
+
"dtype": "string",
|
50 |
+
"id": null,
|
51 |
+
"_type": "Value"
|
52 |
+
},
|
53 |
+
"length": -1,
|
54 |
+
"id": null,
|
55 |
+
"_type": "Sequence"
|
56 |
+
},
|
57 |
+
"title": {
|
58 |
+
"dtype": "string",
|
59 |
+
"id": null,
|
60 |
+
"_type": "Value"
|
61 |
+
}
|
62 |
+
}
|
63 |
+
]
|
64 |
+
},
|
65 |
+
"homepage": "",
|
66 |
+
"license": "",
|
67 |
+
"post_processed": null,
|
68 |
+
"post_processing_size": null,
|
69 |
+
"size_in_bytes": 28942888,
|
70 |
+
"splits": {
|
71 |
+
"train": {
|
72 |
+
"name": "train",
|
73 |
+
"num_bytes": 28942888,
|
74 |
+
"num_examples": 862,
|
75 |
+
"dataset_name": "generator"
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"supervised_keys": null,
|
79 |
+
"task_templates": null,
|
80 |
+
"version": {
|
81 |
+
"version_str": "0.0.0",
|
82 |
+
"description": null,
|
83 |
+
"major": 0,
|
84 |
+
"minor": 0,
|
85 |
+
"patch": 0
|
86 |
+
}
|
87 |
+
}
|
cite_count/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "767bc4b66c6eabc4",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
cite_count/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb96e4050104a7adbd0e65239a77c9d6218125411f16a0d3d18183d1bccb475f
|
3 |
+
size 82980376
|
cite_count/train/dataset_info.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 82978129,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"venue": {
|
31 |
+
"dtype": "string",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"n_citations": {
|
36 |
+
"dtype": "int64",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"log_citations": {
|
41 |
+
"dtype": "float64",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"full_text": [
|
46 |
+
{
|
47 |
+
"sentences": {
|
48 |
+
"feature": {
|
49 |
+
"dtype": "string",
|
50 |
+
"id": null,
|
51 |
+
"_type": "Value"
|
52 |
+
},
|
53 |
+
"length": -1,
|
54 |
+
"id": null,
|
55 |
+
"_type": "Sequence"
|
56 |
+
},
|
57 |
+
"title": {
|
58 |
+
"dtype": "string",
|
59 |
+
"id": null,
|
60 |
+
"_type": "Value"
|
61 |
+
}
|
62 |
+
}
|
63 |
+
]
|
64 |
+
},
|
65 |
+
"homepage": "",
|
66 |
+
"license": "",
|
67 |
+
"post_processed": null,
|
68 |
+
"post_processing_size": null,
|
69 |
+
"size_in_bytes": 82978129,
|
70 |
+
"splits": {
|
71 |
+
"train": {
|
72 |
+
"name": "train",
|
73 |
+
"num_bytes": 82978129,
|
74 |
+
"num_examples": 2500,
|
75 |
+
"dataset_name": "generator"
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"supervised_keys": null,
|
79 |
+
"task_templates": null,
|
80 |
+
"version": {
|
81 |
+
"version_str": "0.0.0",
|
82 |
+
"description": null,
|
83 |
+
"major": 0,
|
84 |
+
"minor": 0,
|
85 |
+
"patch": 0
|
86 |
+
}
|
87 |
+
}
|
cite_count/train/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "60737f1deb61bdbf",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
cite_count/validation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e03c749917637590252ff1f1a8d9e0baeeacde95307336bebc0473c860071a12
|
3 |
+
size 17684048
|
cite_count/validation/dataset_info.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 17681817,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"venue": {
|
31 |
+
"dtype": "string",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"n_citations": {
|
36 |
+
"dtype": "int64",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"log_citations": {
|
41 |
+
"dtype": "float64",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"full_text": [
|
46 |
+
{
|
47 |
+
"sentences": {
|
48 |
+
"feature": {
|
49 |
+
"dtype": "string",
|
50 |
+
"id": null,
|
51 |
+
"_type": "Value"
|
52 |
+
},
|
53 |
+
"length": -1,
|
54 |
+
"id": null,
|
55 |
+
"_type": "Sequence"
|
56 |
+
},
|
57 |
+
"title": {
|
58 |
+
"dtype": "string",
|
59 |
+
"id": null,
|
60 |
+
"_type": "Value"
|
61 |
+
}
|
62 |
+
}
|
63 |
+
]
|
64 |
+
},
|
65 |
+
"homepage": "",
|
66 |
+
"license": "",
|
67 |
+
"post_processed": null,
|
68 |
+
"post_processing_size": null,
|
69 |
+
"size_in_bytes": 17681817,
|
70 |
+
"splits": {
|
71 |
+
"train": {
|
72 |
+
"name": "train",
|
73 |
+
"num_bytes": 17681817,
|
74 |
+
"num_examples": 528,
|
75 |
+
"dataset_name": "generator"
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"supervised_keys": null,
|
79 |
+
"task_templates": null,
|
80 |
+
"version": {
|
81 |
+
"version_str": "0.0.0",
|
82 |
+
"description": null,
|
83 |
+
"major": 0,
|
84 |
+
"minor": 0,
|
85 |
+
"patch": 0
|
86 |
+
}
|
87 |
+
}
|
cite_count/validation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "7bc2e5eced62ae3f",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
feeds_1/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ade1b8218f4ddcd5dfcf37d7dd5b6fcf11b4afed37c2d21492623992c64471fc
|
3 |
+
size 1253776
|
feeds_1/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 1250012,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"query": {
|
11 |
+
"abstract": {
|
12 |
+
"dtype": "string",
|
13 |
+
"id": null,
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"corpus_id": {
|
17 |
+
"dtype": "int64",
|
18 |
+
"id": null,
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"doc_id": {
|
22 |
+
"dtype": "string",
|
23 |
+
"id": null,
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"full_text": [
|
27 |
+
{
|
28 |
+
"sentences": {
|
29 |
+
"feature": {
|
30 |
+
"dtype": "string",
|
31 |
+
"id": null,
|
32 |
+
"_type": "Value"
|
33 |
+
},
|
34 |
+
"length": -1,
|
35 |
+
"id": null,
|
36 |
+
"_type": "Sequence"
|
37 |
+
},
|
38 |
+
"title": {
|
39 |
+
"dtype": "string",
|
40 |
+
"id": null,
|
41 |
+
"_type": "Value"
|
42 |
+
}
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"title": {
|
46 |
+
"dtype": "string",
|
47 |
+
"id": null,
|
48 |
+
"_type": "Value"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"feed_id": {
|
52 |
+
"dtype": "string",
|
53 |
+
"id": null,
|
54 |
+
"_type": "Value"
|
55 |
+
},
|
56 |
+
"candidates": [
|
57 |
+
{
|
58 |
+
"abstract": {
|
59 |
+
"dtype": "string",
|
60 |
+
"id": null,
|
61 |
+
"_type": "Value"
|
62 |
+
},
|
63 |
+
"corpus_id": {
|
64 |
+
"dtype": "int64",
|
65 |
+
"id": null,
|
66 |
+
"_type": "Value"
|
67 |
+
},
|
68 |
+
"doc_id": {
|
69 |
+
"dtype": "string",
|
70 |
+
"id": null,
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"full_text": [
|
74 |
+
{
|
75 |
+
"sentences": {
|
76 |
+
"feature": {
|
77 |
+
"dtype": "string",
|
78 |
+
"id": null,
|
79 |
+
"_type": "Value"
|
80 |
+
},
|
81 |
+
"length": -1,
|
82 |
+
"id": null,
|
83 |
+
"_type": "Sequence"
|
84 |
+
},
|
85 |
+
"title": {
|
86 |
+
"dtype": "string",
|
87 |
+
"id": null,
|
88 |
+
"_type": "Value"
|
89 |
+
}
|
90 |
+
}
|
91 |
+
],
|
92 |
+
"score": {
|
93 |
+
"dtype": "int64",
|
94 |
+
"id": null,
|
95 |
+
"_type": "Value"
|
96 |
+
},
|
97 |
+
"title": {
|
98 |
+
"dtype": "string",
|
99 |
+
"id": null,
|
100 |
+
"_type": "Value"
|
101 |
+
}
|
102 |
+
}
|
103 |
+
]
|
104 |
+
},
|
105 |
+
"homepage": "",
|
106 |
+
"license": "",
|
107 |
+
"post_processed": null,
|
108 |
+
"post_processing_size": null,
|
109 |
+
"size_in_bytes": 1250012,
|
110 |
+
"splits": {
|
111 |
+
"train": {
|
112 |
+
"name": "train",
|
113 |
+
"num_bytes": 1250012,
|
114 |
+
"num_examples": 4,
|
115 |
+
"dataset_name": "generator"
|
116 |
+
}
|
117 |
+
},
|
118 |
+
"supervised_keys": null,
|
119 |
+
"task_templates": null,
|
120 |
+
"version": {
|
121 |
+
"version_str": "0.0.0",
|
122 |
+
"description": null,
|
123 |
+
"major": 0,
|
124 |
+
"minor": 0,
|
125 |
+
"patch": 0
|
126 |
+
}
|
127 |
+
}
|
feeds_1/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "6051a852751abe8d",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
feeds_m/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c7ea5adb060715cbb8ceb3da74432bc8a25c23b3edd1047f43a28ec4d7d1f02
|
3 |
+
size 59431704
|
feeds_m/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 59427981,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"query": {
|
11 |
+
"abstract": {
|
12 |
+
"dtype": "string",
|
13 |
+
"id": null,
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"corpus_id": {
|
17 |
+
"dtype": "int64",
|
18 |
+
"id": null,
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"doc_id": {
|
22 |
+
"dtype": "string",
|
23 |
+
"id": null,
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"full_text": [
|
27 |
+
{
|
28 |
+
"sentences": {
|
29 |
+
"feature": {
|
30 |
+
"dtype": "string",
|
31 |
+
"id": null,
|
32 |
+
"_type": "Value"
|
33 |
+
},
|
34 |
+
"length": -1,
|
35 |
+
"id": null,
|
36 |
+
"_type": "Sequence"
|
37 |
+
},
|
38 |
+
"title": {
|
39 |
+
"dtype": "string",
|
40 |
+
"id": null,
|
41 |
+
"_type": "Value"
|
42 |
+
}
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"title": {
|
46 |
+
"dtype": "string",
|
47 |
+
"id": null,
|
48 |
+
"_type": "Value"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"feed_id": {
|
52 |
+
"dtype": "string",
|
53 |
+
"id": null,
|
54 |
+
"_type": "Value"
|
55 |
+
},
|
56 |
+
"candidates": [
|
57 |
+
{
|
58 |
+
"abstract": {
|
59 |
+
"dtype": "string",
|
60 |
+
"id": null,
|
61 |
+
"_type": "Value"
|
62 |
+
},
|
63 |
+
"corpus_id": {
|
64 |
+
"dtype": "int64",
|
65 |
+
"id": null,
|
66 |
+
"_type": "Value"
|
67 |
+
},
|
68 |
+
"doc_id": {
|
69 |
+
"dtype": "string",
|
70 |
+
"id": null,
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"full_text": [
|
74 |
+
{
|
75 |
+
"sentences": {
|
76 |
+
"feature": {
|
77 |
+
"dtype": "string",
|
78 |
+
"id": null,
|
79 |
+
"_type": "Value"
|
80 |
+
},
|
81 |
+
"length": -1,
|
82 |
+
"id": null,
|
83 |
+
"_type": "Sequence"
|
84 |
+
},
|
85 |
+
"title": {
|
86 |
+
"dtype": "string",
|
87 |
+
"id": null,
|
88 |
+
"_type": "Value"
|
89 |
+
}
|
90 |
+
}
|
91 |
+
],
|
92 |
+
"score": {
|
93 |
+
"dtype": "int64",
|
94 |
+
"id": null,
|
95 |
+
"_type": "Value"
|
96 |
+
},
|
97 |
+
"title": {
|
98 |
+
"dtype": "string",
|
99 |
+
"id": null,
|
100 |
+
"_type": "Value"
|
101 |
+
}
|
102 |
+
}
|
103 |
+
]
|
104 |
+
},
|
105 |
+
"homepage": "",
|
106 |
+
"license": "",
|
107 |
+
"post_processed": null,
|
108 |
+
"post_processing_size": null,
|
109 |
+
"size_in_bytes": 59427981,
|
110 |
+
"splits": {
|
111 |
+
"train": {
|
112 |
+
"name": "train",
|
113 |
+
"num_bytes": 59427981,
|
114 |
+
"num_examples": 189,
|
115 |
+
"dataset_name": "generator"
|
116 |
+
}
|
117 |
+
},
|
118 |
+
"supervised_keys": null,
|
119 |
+
"task_templates": null,
|
120 |
+
"version": {
|
121 |
+
"version_str": "0.0.0",
|
122 |
+
"description": null,
|
123 |
+
"major": 0,
|
124 |
+
"minor": 0,
|
125 |
+
"patch": 0
|
126 |
+
}
|
127 |
+
}
|
feeds_m/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "5fe54a663abe0237",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
feeds_title/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea0abbe6ed8751898ea0c095c0df5dc0e0cba3c5b9603341ecb7963d9dad90a2
|
3 |
+
size 1408848
|
feeds_title/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 1406068,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"query": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"doc_id": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"feed_id": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abbreviations": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"candidates": [
|
31 |
+
{
|
32 |
+
"abstract": {
|
33 |
+
"dtype": "string",
|
34 |
+
"id": null,
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"corpus_id": {
|
38 |
+
"dtype": "int64",
|
39 |
+
"id": null,
|
40 |
+
"_type": "Value"
|
41 |
+
},
|
42 |
+
"doc_id": {
|
43 |
+
"dtype": "string",
|
44 |
+
"id": null,
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"full_text": [
|
48 |
+
{
|
49 |
+
"sentences": {
|
50 |
+
"feature": {
|
51 |
+
"dtype": "string",
|
52 |
+
"id": null,
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"length": -1,
|
56 |
+
"id": null,
|
57 |
+
"_type": "Sequence"
|
58 |
+
},
|
59 |
+
"title": {
|
60 |
+
"dtype": "string",
|
61 |
+
"id": null,
|
62 |
+
"_type": "Value"
|
63 |
+
}
|
64 |
+
}
|
65 |
+
],
|
66 |
+
"score": {
|
67 |
+
"dtype": "int64",
|
68 |
+
"id": null,
|
69 |
+
"_type": "Value"
|
70 |
+
},
|
71 |
+
"title": {
|
72 |
+
"dtype": "string",
|
73 |
+
"id": null,
|
74 |
+
"_type": "Value"
|
75 |
+
}
|
76 |
+
}
|
77 |
+
]
|
78 |
+
},
|
79 |
+
"homepage": "",
|
80 |
+
"license": "",
|
81 |
+
"post_processed": null,
|
82 |
+
"post_processing_size": null,
|
83 |
+
"size_in_bytes": 1406068,
|
84 |
+
"splits": {
|
85 |
+
"train": {
|
86 |
+
"name": "train",
|
87 |
+
"num_bytes": 1406068,
|
88 |
+
"num_examples": 5,
|
89 |
+
"dataset_name": "generator"
|
90 |
+
}
|
91 |
+
},
|
92 |
+
"supervised_keys": null,
|
93 |
+
"task_templates": null,
|
94 |
+
"version": {
|
95 |
+
"version_str": "0.0.0",
|
96 |
+
"description": null,
|
97 |
+
"major": 0,
|
98 |
+
"minor": 0,
|
99 |
+
"patch": 0
|
100 |
+
}
|
101 |
+
}
|
feeds_title/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "260d7c2af39886a3",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
fos/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7309f1be6fa61c75564d1186259a4c04e4d56e5bd4050dde5d1418f6ff06c5c
|
3 |
+
size 10865320
|
fos/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 10862957,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"labels": {
|
31 |
+
"feature": {
|
32 |
+
"dtype": "int64",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"length": -1,
|
37 |
+
"id": null,
|
38 |
+
"_type": "Sequence"
|
39 |
+
},
|
40 |
+
"labels_text": {
|
41 |
+
"feature": {
|
42 |
+
"dtype": "string",
|
43 |
+
"id": null,
|
44 |
+
"_type": "Value"
|
45 |
+
},
|
46 |
+
"length": -1,
|
47 |
+
"id": null,
|
48 |
+
"_type": "Sequence"
|
49 |
+
},
|
50 |
+
"full_text": [
|
51 |
+
{
|
52 |
+
"sentences": {
|
53 |
+
"feature": {
|
54 |
+
"dtype": "string",
|
55 |
+
"id": null,
|
56 |
+
"_type": "Value"
|
57 |
+
},
|
58 |
+
"length": -1,
|
59 |
+
"id": null,
|
60 |
+
"_type": "Sequence"
|
61 |
+
},
|
62 |
+
"title": {
|
63 |
+
"dtype": "string",
|
64 |
+
"id": null,
|
65 |
+
"_type": "Value"
|
66 |
+
}
|
67 |
+
}
|
68 |
+
]
|
69 |
+
},
|
70 |
+
"homepage": "",
|
71 |
+
"license": "",
|
72 |
+
"post_processed": null,
|
73 |
+
"post_processing_size": null,
|
74 |
+
"size_in_bytes": 10862957,
|
75 |
+
"splits": {
|
76 |
+
"train": {
|
77 |
+
"name": "train",
|
78 |
+
"num_bytes": 10862957,
|
79 |
+
"num_examples": 329,
|
80 |
+
"dataset_name": "generator"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"supervised_keys": null,
|
84 |
+
"task_templates": null,
|
85 |
+
"version": {
|
86 |
+
"version_str": "0.0.0",
|
87 |
+
"description": null,
|
88 |
+
"major": 0,
|
89 |
+
"minor": 0,
|
90 |
+
"patch": 0
|
91 |
+
}
|
92 |
+
}
|
fos/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "0d89c1e5782c2d87",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
fos/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c579b8b65fa499d1e7d1870dc61d19031c3639c6e12dc88228aaa7a5da85405e
|
3 |
+
size 86638064
|
fos/train/dataset_info.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 86635688,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"labels": {
|
31 |
+
"feature": {
|
32 |
+
"dtype": "int64",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"length": -1,
|
37 |
+
"id": null,
|
38 |
+
"_type": "Sequence"
|
39 |
+
},
|
40 |
+
"labels_text": {
|
41 |
+
"feature": {
|
42 |
+
"dtype": "string",
|
43 |
+
"id": null,
|
44 |
+
"_type": "Value"
|
45 |
+
},
|
46 |
+
"length": -1,
|
47 |
+
"id": null,
|
48 |
+
"_type": "Sequence"
|
49 |
+
},
|
50 |
+
"full_text": [
|
51 |
+
{
|
52 |
+
"sentences": {
|
53 |
+
"feature": {
|
54 |
+
"dtype": "string",
|
55 |
+
"id": null,
|
56 |
+
"_type": "Value"
|
57 |
+
},
|
58 |
+
"length": -1,
|
59 |
+
"id": null,
|
60 |
+
"_type": "Sequence"
|
61 |
+
},
|
62 |
+
"title": {
|
63 |
+
"dtype": "string",
|
64 |
+
"id": null,
|
65 |
+
"_type": "Value"
|
66 |
+
}
|
67 |
+
}
|
68 |
+
]
|
69 |
+
},
|
70 |
+
"homepage": "",
|
71 |
+
"license": "",
|
72 |
+
"post_processed": null,
|
73 |
+
"post_processing_size": null,
|
74 |
+
"size_in_bytes": 86635688,
|
75 |
+
"splits": {
|
76 |
+
"train": {
|
77 |
+
"name": "train",
|
78 |
+
"num_bytes": 86635688,
|
79 |
+
"num_examples": 2716,
|
80 |
+
"dataset_name": "generator"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"supervised_keys": null,
|
84 |
+
"task_templates": null,
|
85 |
+
"version": {
|
86 |
+
"version_str": "0.0.0",
|
87 |
+
"description": null,
|
88 |
+
"major": 0,
|
89 |
+
"minor": 0,
|
90 |
+
"patch": 0
|
91 |
+
}
|
92 |
+
}
|
fos/train/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "e10393628638071b",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
fos/validation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f250299a4af96526653b08e56dca8f1c943e4245d5ca738bd035333a9d0b336b
|
3 |
+
size 10133616
|
fos/validation/dataset_info.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 10131240,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"labels": {
|
31 |
+
"feature": {
|
32 |
+
"dtype": "int64",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"length": -1,
|
37 |
+
"id": null,
|
38 |
+
"_type": "Sequence"
|
39 |
+
},
|
40 |
+
"labels_text": {
|
41 |
+
"feature": {
|
42 |
+
"dtype": "string",
|
43 |
+
"id": null,
|
44 |
+
"_type": "Value"
|
45 |
+
},
|
46 |
+
"length": -1,
|
47 |
+
"id": null,
|
48 |
+
"_type": "Sequence"
|
49 |
+
},
|
50 |
+
"full_text": [
|
51 |
+
{
|
52 |
+
"sentences": {
|
53 |
+
"feature": {
|
54 |
+
"dtype": "string",
|
55 |
+
"id": null,
|
56 |
+
"_type": "Value"
|
57 |
+
},
|
58 |
+
"length": -1,
|
59 |
+
"id": null,
|
60 |
+
"_type": "Sequence"
|
61 |
+
},
|
62 |
+
"title": {
|
63 |
+
"dtype": "string",
|
64 |
+
"id": null,
|
65 |
+
"_type": "Value"
|
66 |
+
}
|
67 |
+
}
|
68 |
+
]
|
69 |
+
},
|
70 |
+
"homepage": "",
|
71 |
+
"license": "",
|
72 |
+
"post_processed": null,
|
73 |
+
"post_processing_size": null,
|
74 |
+
"size_in_bytes": 10131240,
|
75 |
+
"splits": {
|
76 |
+
"train": {
|
77 |
+
"name": "train",
|
78 |
+
"num_bytes": 10131240,
|
79 |
+
"num_examples": 320,
|
80 |
+
"dataset_name": "generator"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"supervised_keys": null,
|
84 |
+
"task_templates": null,
|
85 |
+
"version": {
|
86 |
+
"version_str": "0.0.0",
|
87 |
+
"description": null,
|
88 |
+
"major": 0,
|
89 |
+
"minor": 0,
|
90 |
+
"patch": 0
|
91 |
+
}
|
92 |
+
}
|
fos/validation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "be594ff8e34b2762",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
paper_reviewer_matching/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dd0b7651483f3a9750c4b0ff6a0b17ffca6931f8924c24e77504d5dd15e14fc
|
3 |
+
size 36204536
|
paper_reviewer_matching/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 36202827,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"title": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"abstract": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"corpus_id": {
|
26 |
+
"dtype": "int64",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"full_text": [
|
31 |
+
{
|
32 |
+
"sentences": {
|
33 |
+
"feature": {
|
34 |
+
"dtype": "string",
|
35 |
+
"id": null,
|
36 |
+
"_type": "Value"
|
37 |
+
},
|
38 |
+
"length": -1,
|
39 |
+
"id": null,
|
40 |
+
"_type": "Sequence"
|
41 |
+
},
|
42 |
+
"title": {
|
43 |
+
"dtype": "string",
|
44 |
+
"id": null,
|
45 |
+
"_type": "Value"
|
46 |
+
}
|
47 |
+
}
|
48 |
+
]
|
49 |
+
},
|
50 |
+
"homepage": "",
|
51 |
+
"license": "",
|
52 |
+
"post_processed": null,
|
53 |
+
"post_processing_size": null,
|
54 |
+
"size_in_bytes": 36202827,
|
55 |
+
"splits": {
|
56 |
+
"train": {
|
57 |
+
"name": "train",
|
58 |
+
"num_bytes": 36202827,
|
59 |
+
"num_examples": 1152,
|
60 |
+
"dataset_name": "generator"
|
61 |
+
}
|
62 |
+
},
|
63 |
+
"supervised_keys": null,
|
64 |
+
"task_templates": null,
|
65 |
+
"version": {
|
66 |
+
"version_str": "0.0.0",
|
67 |
+
"description": null,
|
68 |
+
"major": 0,
|
69 |
+
"minor": 0,
|
70 |
+
"patch": 0
|
71 |
+
}
|
72 |
+
}
|
paper_reviewer_matching/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "36f72112ad7ef86b",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
peer_review_score_hIndex/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:283a6c8b9ffa712b46df798f1c08e9fc8764e3811b8e6e72654fae36e963e482
|
3 |
+
size 209472864
|
peer_review_score_hIndex/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 209469603,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"rating": {
|
31 |
+
"feature": {
|
32 |
+
"dtype": "int64",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"length": -1,
|
37 |
+
"id": null,
|
38 |
+
"_type": "Sequence"
|
39 |
+
},
|
40 |
+
"confidence": {
|
41 |
+
"dtype": "string",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"authors": {
|
46 |
+
"feature": {
|
47 |
+
"dtype": "string",
|
48 |
+
"id": null,
|
49 |
+
"_type": "Value"
|
50 |
+
},
|
51 |
+
"length": -1,
|
52 |
+
"id": null,
|
53 |
+
"_type": "Sequence"
|
54 |
+
},
|
55 |
+
"decision": {
|
56 |
+
"dtype": "string",
|
57 |
+
"id": null,
|
58 |
+
"_type": "Value"
|
59 |
+
},
|
60 |
+
"mean_rating": {
|
61 |
+
"dtype": "float64",
|
62 |
+
"id": null,
|
63 |
+
"_type": "Value"
|
64 |
+
},
|
65 |
+
"hIndex": {
|
66 |
+
"feature": {
|
67 |
+
"dtype": "string",
|
68 |
+
"id": null,
|
69 |
+
"_type": "Value"
|
70 |
+
},
|
71 |
+
"length": -1,
|
72 |
+
"id": null,
|
73 |
+
"_type": "Sequence"
|
74 |
+
},
|
75 |
+
"full_text": [
|
76 |
+
{
|
77 |
+
"sentences": {
|
78 |
+
"feature": {
|
79 |
+
"dtype": "string",
|
80 |
+
"id": null,
|
81 |
+
"_type": "Value"
|
82 |
+
},
|
83 |
+
"length": -1,
|
84 |
+
"id": null,
|
85 |
+
"_type": "Sequence"
|
86 |
+
},
|
87 |
+
"title": {
|
88 |
+
"dtype": "string",
|
89 |
+
"id": null,
|
90 |
+
"_type": "Value"
|
91 |
+
}
|
92 |
+
}
|
93 |
+
]
|
94 |
+
},
|
95 |
+
"homepage": "",
|
96 |
+
"license": "",
|
97 |
+
"post_processed": null,
|
98 |
+
"post_processing_size": null,
|
99 |
+
"size_in_bytes": 209469603,
|
100 |
+
"splits": {
|
101 |
+
"train": {
|
102 |
+
"name": "train",
|
103 |
+
"num_bytes": 209469603,
|
104 |
+
"num_examples": 7184,
|
105 |
+
"dataset_name": "generator"
|
106 |
+
}
|
107 |
+
},
|
108 |
+
"supervised_keys": null,
|
109 |
+
"task_templates": null,
|
110 |
+
"version": {
|
111 |
+
"version_str": "0.0.0",
|
112 |
+
"description": null,
|
113 |
+
"major": 0,
|
114 |
+
"minor": 0,
|
115 |
+
"patch": 0
|
116 |
+
}
|
117 |
+
}
|
peer_review_score_hIndex/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "4105cda92e8a4e6e",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
pub_year/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b239ee23196d41022d46b98230ee5bbfe7ff8d722d64434cc2413a684e03218b
|
3 |
+
size 41082272
|
pub_year/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 41079564,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"year": {
|
31 |
+
"dtype": "int64",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"venue": {
|
36 |
+
"dtype": "string",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"norm_year": {
|
41 |
+
"dtype": "float64",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"scaled_year": {
|
46 |
+
"dtype": "float64",
|
47 |
+
"id": null,
|
48 |
+
"_type": "Value"
|
49 |
+
},
|
50 |
+
"n_authors": {
|
51 |
+
"dtype": "int64",
|
52 |
+
"id": null,
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"norm_authors": {
|
56 |
+
"dtype": "float64",
|
57 |
+
"id": null,
|
58 |
+
"_type": "Value"
|
59 |
+
},
|
60 |
+
"full_text": [
|
61 |
+
{
|
62 |
+
"sentences": {
|
63 |
+
"feature": {
|
64 |
+
"dtype": "string",
|
65 |
+
"id": null,
|
66 |
+
"_type": "Value"
|
67 |
+
},
|
68 |
+
"length": -1,
|
69 |
+
"id": null,
|
70 |
+
"_type": "Sequence"
|
71 |
+
},
|
72 |
+
"title": {
|
73 |
+
"dtype": "string",
|
74 |
+
"id": null,
|
75 |
+
"_type": "Value"
|
76 |
+
}
|
77 |
+
}
|
78 |
+
]
|
79 |
+
},
|
80 |
+
"homepage": "",
|
81 |
+
"license": "",
|
82 |
+
"post_processed": null,
|
83 |
+
"post_processing_size": null,
|
84 |
+
"size_in_bytes": 41079564,
|
85 |
+
"splits": {
|
86 |
+
"train": {
|
87 |
+
"name": "train",
|
88 |
+
"num_bytes": 41079564,
|
89 |
+
"num_examples": 1261,
|
90 |
+
"dataset_name": "generator"
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"supervised_keys": null,
|
94 |
+
"task_templates": null,
|
95 |
+
"version": {
|
96 |
+
"version_str": "0.0.0",
|
97 |
+
"description": null,
|
98 |
+
"major": 0,
|
99 |
+
"minor": 0,
|
100 |
+
"patch": 0
|
101 |
+
}
|
102 |
+
}
|
pub_year/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "36a2c2689b9a085b",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
pub_year/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8281b51043f7abba83a855544f5f1045019fb63dd200a7c48366827a85c1a3c
|
3 |
+
size 152423192
|
pub_year/train/dataset_info.json
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 152420471,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"year": {
|
31 |
+
"dtype": "int64",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"venue": {
|
36 |
+
"dtype": "string",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"norm_year": {
|
41 |
+
"dtype": "float64",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"scaled_year": {
|
46 |
+
"dtype": "float64",
|
47 |
+
"id": null,
|
48 |
+
"_type": "Value"
|
49 |
+
},
|
50 |
+
"n_authors": {
|
51 |
+
"dtype": "int64",
|
52 |
+
"id": null,
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"norm_authors": {
|
56 |
+
"dtype": "float64",
|
57 |
+
"id": null,
|
58 |
+
"_type": "Value"
|
59 |
+
},
|
60 |
+
"full_text": [
|
61 |
+
{
|
62 |
+
"sentences": {
|
63 |
+
"feature": {
|
64 |
+
"dtype": "string",
|
65 |
+
"id": null,
|
66 |
+
"_type": "Value"
|
67 |
+
},
|
68 |
+
"length": -1,
|
69 |
+
"id": null,
|
70 |
+
"_type": "Sequence"
|
71 |
+
},
|
72 |
+
"title": {
|
73 |
+
"dtype": "string",
|
74 |
+
"id": null,
|
75 |
+
"_type": "Value"
|
76 |
+
}
|
77 |
+
}
|
78 |
+
]
|
79 |
+
},
|
80 |
+
"homepage": "",
|
81 |
+
"license": "",
|
82 |
+
"post_processed": null,
|
83 |
+
"post_processing_size": null,
|
84 |
+
"size_in_bytes": 152420471,
|
85 |
+
"splits": {
|
86 |
+
"train": {
|
87 |
+
"name": "train",
|
88 |
+
"num_bytes": 152420471,
|
89 |
+
"num_examples": 4630,
|
90 |
+
"dataset_name": "generator"
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"supervised_keys": null,
|
94 |
+
"task_templates": null,
|
95 |
+
"version": {
|
96 |
+
"version_str": "0.0.0",
|
97 |
+
"description": null,
|
98 |
+
"major": 0,
|
99 |
+
"minor": 0,
|
100 |
+
"patch": 0
|
101 |
+
}
|
102 |
+
}
|
pub_year/train/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "46270abf7881495e",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
pub_year/validation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2309bbe021b8c285c9b4abaf6e3a72a19f62c53f2a5754720a51a4fb1a2d776
|
3 |
+
size 24860232
|
pub_year/validation/dataset_info.json
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 24857521,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"year": {
|
31 |
+
"dtype": "int64",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"venue": {
|
36 |
+
"dtype": "string",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"norm_year": {
|
41 |
+
"dtype": "float64",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"scaled_year": {
|
46 |
+
"dtype": "float64",
|
47 |
+
"id": null,
|
48 |
+
"_type": "Value"
|
49 |
+
},
|
50 |
+
"n_authors": {
|
51 |
+
"dtype": "int64",
|
52 |
+
"id": null,
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"norm_authors": {
|
56 |
+
"dtype": "float64",
|
57 |
+
"id": null,
|
58 |
+
"_type": "Value"
|
59 |
+
},
|
60 |
+
"full_text": [
|
61 |
+
{
|
62 |
+
"sentences": {
|
63 |
+
"feature": {
|
64 |
+
"dtype": "string",
|
65 |
+
"id": null,
|
66 |
+
"_type": "Value"
|
67 |
+
},
|
68 |
+
"length": -1,
|
69 |
+
"id": null,
|
70 |
+
"_type": "Sequence"
|
71 |
+
},
|
72 |
+
"title": {
|
73 |
+
"dtype": "string",
|
74 |
+
"id": null,
|
75 |
+
"_type": "Value"
|
76 |
+
}
|
77 |
+
}
|
78 |
+
]
|
79 |
+
},
|
80 |
+
"homepage": "",
|
81 |
+
"license": "",
|
82 |
+
"post_processed": null,
|
83 |
+
"post_processing_size": null,
|
84 |
+
"size_in_bytes": 24857521,
|
85 |
+
"splits": {
|
86 |
+
"train": {
|
87 |
+
"name": "train",
|
88 |
+
"num_bytes": 24857521,
|
89 |
+
"num_examples": 761,
|
90 |
+
"dataset_name": "generator"
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"supervised_keys": null,
|
94 |
+
"task_templates": null,
|
95 |
+
"version": {
|
96 |
+
"version_str": "0.0.0",
|
97 |
+
"description": null,
|
98 |
+
"major": 0,
|
99 |
+
"minor": 0,
|
100 |
+
"patch": 0
|
101 |
+
}
|
102 |
+
}
|
pub_year/validation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "e124a072b82ea7f6",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
scidocs_view_cite_read/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aebb2b0bfb4ae4207764bef820cf921f26173c005d102352fa39bc36d187bed4
|
3 |
+
size 452993480
|
scidocs_view_cite_read/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 452989606,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"doc_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"corpus_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"title": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"abstract": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"authors": {
|
31 |
+
"feature": {
|
32 |
+
"dtype": "string",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"length": -1,
|
37 |
+
"id": null,
|
38 |
+
"_type": "Sequence"
|
39 |
+
},
|
40 |
+
"cited_by": {
|
41 |
+
"feature": {
|
42 |
+
"dtype": "null",
|
43 |
+
"id": null,
|
44 |
+
"_type": "Value"
|
45 |
+
},
|
46 |
+
"length": -1,
|
47 |
+
"id": null,
|
48 |
+
"_type": "Sequence"
|
49 |
+
},
|
50 |
+
"references": {
|
51 |
+
"feature": {
|
52 |
+
"dtype": "string",
|
53 |
+
"id": null,
|
54 |
+
"_type": "Value"
|
55 |
+
},
|
56 |
+
"length": -1,
|
57 |
+
"id": null,
|
58 |
+
"_type": "Sequence"
|
59 |
+
},
|
60 |
+
"year": {
|
61 |
+
"dtype": "int64",
|
62 |
+
"id": null,
|
63 |
+
"_type": "Value"
|
64 |
+
},
|
65 |
+
"full_text": [
|
66 |
+
{
|
67 |
+
"sentences": {
|
68 |
+
"feature": {
|
69 |
+
"dtype": "string",
|
70 |
+
"id": null,
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"length": -1,
|
74 |
+
"id": null,
|
75 |
+
"_type": "Sequence"
|
76 |
+
},
|
77 |
+
"title": {
|
78 |
+
"dtype": "string",
|
79 |
+
"id": null,
|
80 |
+
"_type": "Value"
|
81 |
+
}
|
82 |
+
}
|
83 |
+
]
|
84 |
+
},
|
85 |
+
"homepage": "",
|
86 |
+
"license": "",
|
87 |
+
"post_processed": null,
|
88 |
+
"post_processing_size": null,
|
89 |
+
"size_in_bytes": 452989606,
|
90 |
+
"splits": {
|
91 |
+
"train": {
|
92 |
+
"name": "train",
|
93 |
+
"num_bytes": 452989606,
|
94 |
+
"num_examples": 13572,
|
95 |
+
"dataset_name": "generator"
|
96 |
+
}
|
97 |
+
},
|
98 |
+
"supervised_keys": null,
|
99 |
+
"task_templates": null,
|
100 |
+
"version": {
|
101 |
+
"version_str": "0.0.0",
|
102 |
+
"description": null,
|
103 |
+
"major": 0,
|
104 |
+
"minor": 0,
|
105 |
+
"patch": 0
|
106 |
+
}
|
107 |
+
}
|
scidocs_view_cite_read/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "420e95c1ecab1e98",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
search/evaluation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656cf807c3c756f19795c5abed829ccde05a95d5fef8e76335dbe893d4921ba2
|
3 |
+
size 1016312
|
search/evaluation/dataset_info.json
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "generator",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_size": 1012889,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"query": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"doc_id": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"candidates": [
|
21 |
+
{
|
22 |
+
"abstract": {
|
23 |
+
"dtype": "string",
|
24 |
+
"id": null,
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"author_names": {
|
28 |
+
"feature": {
|
29 |
+
"dtype": "string",
|
30 |
+
"id": null,
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"length": -1,
|
34 |
+
"id": null,
|
35 |
+
"_type": "Sequence"
|
36 |
+
},
|
37 |
+
"corpus_id": {
|
38 |
+
"dtype": "int64",
|
39 |
+
"id": null,
|
40 |
+
"_type": "Value"
|
41 |
+
},
|
42 |
+
"doc_id": {
|
43 |
+
"dtype": "string",
|
44 |
+
"id": null,
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"full_text": [
|
48 |
+
{
|
49 |
+
"sentences": {
|
50 |
+
"feature": {
|
51 |
+
"dtype": "string",
|
52 |
+
"id": null,
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"length": -1,
|
56 |
+
"id": null,
|
57 |
+
"_type": "Sequence"
|
58 |
+
},
|
59 |
+
"title": {
|
60 |
+
"dtype": "string",
|
61 |
+
"id": null,
|
62 |
+
"_type": "Value"
|
63 |
+
}
|
64 |
+
}
|
65 |
+
],
|
66 |
+
"n_citations": {
|
67 |
+
"dtype": "int64",
|
68 |
+
"id": null,
|
69 |
+
"_type": "Value"
|
70 |
+
},
|
71 |
+
"n_key_citations": {
|
72 |
+
"dtype": "int64",
|
73 |
+
"id": null,
|
74 |
+
"_type": "Value"
|
75 |
+
},
|
76 |
+
"score": {
|
77 |
+
"dtype": "int64",
|
78 |
+
"id": null,
|
79 |
+
"_type": "Value"
|
80 |
+
},
|
81 |
+
"title": {
|
82 |
+
"dtype": "string",
|
83 |
+
"id": null,
|
84 |
+
"_type": "Value"
|
85 |
+
},
|
86 |
+
"venue": {
|
87 |
+
"dtype": "string",
|
88 |
+
"id": null,
|
89 |
+
"_type": "Value"
|
90 |
+
},
|
91 |
+
"year": {
|
92 |
+
"dtype": "float64",
|
93 |
+
"id": null,
|
94 |
+
"_type": "Value"
|
95 |
+
}
|
96 |
+
}
|
97 |
+
]
|
98 |
+
},
|
99 |
+
"homepage": "",
|
100 |
+
"license": "",
|
101 |
+
"post_processed": null,
|
102 |
+
"post_processing_size": null,
|
103 |
+
"size_in_bytes": 1012889,
|
104 |
+
"splits": {
|
105 |
+
"train": {
|
106 |
+
"name": "train",
|
107 |
+
"num_bytes": 1012889,
|
108 |
+
"num_examples": 3,
|
109 |
+
"dataset_name": "generator"
|
110 |
+
}
|
111 |
+
},
|
112 |
+
"supervised_keys": null,
|
113 |
+
"task_templates": null,
|
114 |
+
"version": {
|
115 |
+
"version_str": "0.0.0",
|
116 |
+
"description": null,
|
117 |
+
"major": 0,
|
118 |
+
"minor": 0,
|
119 |
+
"patch": 0
|
120 |
+
}
|
121 |
+
}
|
search/evaluation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "7e0a05452292a005",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|
search/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a12a3ee6e11cc3953af4e0ff5f71501d6c8fe16de4a33ef9f657df9511aee91
|
3 |
+
size 28618040
|