Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- question-answering
|
6 |
+
- multiple-choice
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
- zh
|
10 |
+
pretty_name: Netops
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
---
|
14 |
+
|
15 |
+
```
|
16 |
+
@misc{miao2023empirical,
|
17 |
+
title={An Empirical Study of NetOps Capability of Pre-Trained Large Language Models},
|
18 |
+
author={Yukai Miao and Yu Bai and Li Chen and Dan Li and Haifeng Sun and Xizheng Wang and Ziqiu Luo and Dapeng Sun and Xiuting Xu and Qi Zhang and Chao Xiang and Xinchi Li},
|
19 |
+
year={2023},
|
20 |
+
eprint={2309.05557},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={cs.CL}
|
23 |
+
}
|
24 |
+
```
|