Update README.md
Browse files
README.md
CHANGED
|
@@ -133,6 +133,38 @@ dataset = load_dataset("midas/ldkp3k", "large")
|
|
| 133 |
Please cite the works below if you use this dataset in your work.
|
| 134 |
|
| 135 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
```
|
| 137 |
|
| 138 |
## Contributions
|
|
|
|
| 133 |
Please cite the works below if you use this dataset in your work.
|
| 134 |
|
| 135 |
```
|
| 136 |
+
@article{mahata2022ldkp,
|
| 137 |
+
title={LDKP: A Dataset for Identifying Keyphrases from Long Scientific Documents},
|
| 138 |
+
author={Mahata, Debanjan and Agarwal, Naveen and Gautam, Dibya and Kumar, Amardeep and Parekh, Swapnil and Singla, Yaman Kumar and Acharya, Anish and Shah, Rajiv Ratn},
|
| 139 |
+
journal={arXiv preprint arXiv:2203.15349},
|
| 140 |
+
year={2022}
|
| 141 |
+
}
|
| 142 |
+
```
|
| 143 |
+
```
|
| 144 |
+
@article{lo2019s2orc,
|
| 145 |
+
title={S2ORC: The semantic scholar open research corpus},
|
| 146 |
+
author={Lo, Kyle and Wang, Lucy Lu and Neumann, Mark and Kinney, Rodney and Weld, Dan S},
|
| 147 |
+
journal={arXiv preprint arXiv:1911.02782},
|
| 148 |
+
year={2019}
|
| 149 |
+
}
|
| 150 |
+
```
|
| 151 |
+
```
|
| 152 |
+
@inproceedings{ccano2019keyphrase,
|
| 153 |
+
title={Keyphrase generation: A multi-aspect survey},
|
| 154 |
+
author={{\c{C}}ano, Erion and Bojar, Ond{\v{r}}ej},
|
| 155 |
+
booktitle={2019 25th Conference of Open Innovations Association (FRUCT)},
|
| 156 |
+
pages={85--94},
|
| 157 |
+
year={2019},
|
| 158 |
+
organization={IEEE}
|
| 159 |
+
}
|
| 160 |
+
```
|
| 161 |
+
```
|
| 162 |
+
@article{meng2017deep,
|
| 163 |
+
title={Deep keyphrase generation},
|
| 164 |
+
author={Meng, Rui and Zhao, Sanqiang and Han, Shuguang and He, Daqing and Brusilovsky, Peter and Chi, Yu},
|
| 165 |
+
journal={arXiv preprint arXiv:1704.06879},
|
| 166 |
+
year={2017}
|
| 167 |
+
}
|
| 168 |
```
|
| 169 |
|
| 170 |
## Contributions
|