lihaoxin2020
commited on
Upload dataset
Browse files- README.md +61 -1
- search/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: query
|
6 |
dtype: string
|
@@ -32,9 +32,69 @@ dataset_info:
|
|
32 |
num_examples: 119
|
33 |
download_size: 223477
|
34 |
dataset_size: 385759
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
configs:
|
36 |
- config_name: nfcorpus
|
37 |
data_files:
|
38 |
- split: train
|
39 |
path: nfcorpus/train-*
|
|
|
|
|
|
|
|
|
40 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: nfcorpus
|
4 |
features:
|
5 |
- name: query
|
6 |
dtype: string
|
|
|
32 |
num_examples: 119
|
33 |
download_size: 223477
|
34 |
dataset_size: 385759
|
35 |
+
- config_name: search
|
36 |
+
features:
|
37 |
+
- name: query
|
38 |
+
dtype: string
|
39 |
+
- name: accept
|
40 |
+
struct:
|
41 |
+
- name: abstract
|
42 |
+
dtype: string
|
43 |
+
- name: author_names
|
44 |
+
sequence: string
|
45 |
+
- name: corpus_id
|
46 |
+
dtype: int64
|
47 |
+
- name: doc_id
|
48 |
+
dtype: string
|
49 |
+
- name: n_citations
|
50 |
+
dtype: int64
|
51 |
+
- name: n_key_citations
|
52 |
+
dtype: int64
|
53 |
+
- name: score
|
54 |
+
dtype: int64
|
55 |
+
- name: title
|
56 |
+
dtype: string
|
57 |
+
- name: venue
|
58 |
+
dtype: string
|
59 |
+
- name: year
|
60 |
+
dtype: float64
|
61 |
+
- name: refuse
|
62 |
+
struct:
|
63 |
+
- name: abstract
|
64 |
+
dtype: string
|
65 |
+
- name: author_names
|
66 |
+
sequence: string
|
67 |
+
- name: corpus_id
|
68 |
+
dtype: int64
|
69 |
+
- name: doc_id
|
70 |
+
dtype: string
|
71 |
+
- name: n_citations
|
72 |
+
dtype: int64
|
73 |
+
- name: n_key_citations
|
74 |
+
dtype: int64
|
75 |
+
- name: score
|
76 |
+
dtype: int64
|
77 |
+
- name: title
|
78 |
+
dtype: string
|
79 |
+
- name: venue
|
80 |
+
dtype: string
|
81 |
+
- name: year
|
82 |
+
dtype: float64
|
83 |
+
- name: doc_id
|
84 |
+
dtype: string
|
85 |
+
splits:
|
86 |
+
- name: train
|
87 |
+
num_bytes: 7763134
|
88 |
+
num_examples: 2585
|
89 |
+
download_size: 4712468
|
90 |
+
dataset_size: 7763134
|
91 |
configs:
|
92 |
- config_name: nfcorpus
|
93 |
data_files:
|
94 |
- split: train
|
95 |
path: nfcorpus/train-*
|
96 |
+
- config_name: search
|
97 |
+
data_files:
|
98 |
+
- split: train
|
99 |
+
path: search/train-*
|
100 |
---
|
search/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d069fe01f97bbe31db7b937ea01d8965a7589f60f0d96e349218fadea274803
|
3 |
+
size 4712468
|