real-jiakai commited on
Commit
aac4c43
·
verified ·
1 Parent(s): 2e70ca4

Initial upload of dataset

Browse files
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: file_name
7
+ dtype: string
8
+ - name: paper_id
9
+ dtype: string
10
+ - name: title
11
+ dtype: string
12
+ - name: abstract
13
+ dtype: string
14
+ - name: link
15
+ dtype: string
16
+ - name: year
17
+ dtype: int64
18
+ - name: content
19
+ dtype: string
20
+ - name: category
21
+ dtype: string
22
+ splits:
23
+ - name: llm
24
+ num_bytes: 42944686
25
+ num_examples: 743
26
+ - name: rag
27
+ num_bytes: 13942152
28
+ num_examples: 304
29
+ - name: agent
30
+ num_bytes: 12909755
31
+ num_examples: 217
32
+ download_size: 34824697
33
+ dataset_size: 69796593
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: llm
38
+ path: data/llm-*
39
+ - split: rag
40
+ path: data/rag-*
41
+ - split: agent
42
+ path: data/agent-*
43
+ ---
data/agent-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e868288a4aa77c7dae33ab0a9782a5a77532b44c6d279a985c37516715da504
3
+ size 6529094
data/llm-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64cba89124d685b76efa5680134862d9cc8e53e3f41e309142f65832bcccddbf
3
+ size 21435919
data/rag-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8e6fa8e876993dcea79b410c9dcccdd1e27bdcbde130eb6b090ac76dd33f9d
3
+ size 6859684