Update README.md
Browse files
README.md
CHANGED
@@ -84,4 +84,49 @@ configs:
|
|
84 |
data_files:
|
85 |
- split: train
|
86 |
path: data/train-*
|
|
|
|
|
|
|
87 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
data_files:
|
85 |
- split: train
|
86 |
path: data/train-*
|
87 |
+
size_categories:
|
88 |
+
- 10K<n<100K
|
89 |
+
license: apache-2.0
|
90 |
---
|
91 |
+
|
92 |
+
# paperlists Dataset
|
93 |
+
|
94 |
+
|
95 |
+
## Dataset Details
|
96 |
+
This dataset contains the list of scientific papers accepted at one of these conferences:
|
97 |
+
|
98 |
+
* CVPR (Computer Vision and Pattern Recognition)
|
99 |
+
* ICCV (International Conference on Computer Vision)
|
100 |
+
* ECCV (European Conference on Computer Vision)
|
101 |
+
* CoRL (Conference on Robot Learning)
|
102 |
+
* ICLR (International Conference on Learning Representations)
|
103 |
+
* ICML (International Conference on Machine Learning)
|
104 |
+
* NeurIPS (Conference on Neural Information Processing Systems)
|
105 |
+
* SIGGRAPH (Special Interest Group on Graphics and Interactive Techniques)
|
106 |
+
* EMNLP (Conference on Empirical Methods in Natural Language Processing)
|
107 |
+
|
108 |
+
From 2006 to the present (depending on the conferences)
|
109 |
+
|
110 |
+
|
111 |
+
### Dataset Sources
|
112 |
+
|
113 |
+
The data comes from the [**paperlists**](https://github.com/papercopilot/paperlists) repository
|
114 |
+
|
115 |
+
## Uses
|
116 |
+
|
117 |
+
This dataset can be used to produce statistics on papers accepted at TOP-tier AI conferences
|
118 |
+
|
119 |
+
#### Data Collection and Processing
|
120 |
+
|
121 |
+
Please note, this is a **raw dataset** that has undergone little transformation.
|
122 |
+
All fields are original except *youtube* which was merged into *video* and *id, psid and ssid** which were deleted
|
123 |
+
|
124 |
+
## Bias, Risks, and Limitations
|
125 |
+
|
126 |
+
The data is **limited both by conference type and by year**
|
127 |
+
They are raw and have **a lot of unspecified value**
|
128 |
+
|
129 |
+
|
130 |
+
## Citation
|
131 |
+
|
132 |
+
[Paper Copilot](https://papercopilot.com/)
|