Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
File size: 1,016 Bytes
fd7c1cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
license: cc-by-sa-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: url
    dtype: string
  - name: name
    dtype: string
  - name: full_name
    dtype: string
  - name: description
    dtype: string
  - name: paper
    struct:
    - name: title
      dtype: string
    - name: url
      dtype: string
  - name: introduced_year
    dtype: int64
  - name: source_url
    dtype: string
  - name: source_title
    dtype: string
  - name: code_snippet_url
    dtype: string
  - name: num_papers
    dtype: int64
  - name: collections
    list:
    - name: area
      dtype: string
    - name: area_id
      dtype: string
    - name: collection
      dtype: string
  splits:
  - name: train
    num_bytes: 24706042
    num_examples: 8725
  download_size: 6196981
  dataset_size: 24706042
---

> [!CAUTION]
> This dataset will not be updated. It corresponds to the last available public snapshot of the data, retrieved on July 28th, 2025.
>