river commited on
Commit
c63a3a3
1 Parent(s): b834c30
README.md CHANGED
@@ -1,3 +1,76 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OpsEval Dataset
2
+
3
+ [Website](https://opseval.cstcloud.cn/content/home) | [Reporting Issues](https://github.com/NetManAIOps/OpsEval-Datasets/issues/new)
4
+
5
+ ## Introduction
6
+
7
+ The OpsEval dataset represents a pioneering effort in the evaluation of Artificial Intelligence for IT Operations (AIOps), focusing on the application of Large Language Models (LLMs) within this domain. In an era where IT operations are increasingly reliant on AI technologies for automation and efficiency, understanding the performance of LLMs in operational tasks becomes crucial. OpsEval offers a comprehensive task-oriented benchmark specifically designed for assessing LLMs in various crucial IT Ops scenarios.
8
+
9
+ This dataset is motivated by the emerging trend of utilizing AI in automated IT operations, as predicted by Gartner, and the remarkable capabilities exhibited by LLMs in NLP-related tasks. OpsEval aims to bridge the gap in evaluating these models' performance in AIOps tasks, including root cause analysis of failures, generation of operations and maintenance scripts, and summarizing alert information.
10
+
11
+ ## Highlights
12
+
13
+ - **Comprehensive Evaluation**: OpsEval includes 7184 multi-choice questions and 1736 question-answering (QA) formats, available in both English and Chinese, making it one of the most extensive benchmarks in the AIOps domain.
14
+ - **Task-Oriented Design**: The benchmark is tailored to assess LLMs' proficiency across different crucial scenarios and ability levels, offering a nuanced view of model performance in operational contexts.
15
+ - **Expert-Reviewed**: To ensure the reliability of our evaluation, dozens of domain experts have manually reviewed our questions, providing a solid foundation for the benchmark's credibility.
16
+ - **Open-Sourced and Dynamic Leaderboard**: We have open-sourced 20% of the test QA to facilitate preliminary evaluations by researchers. An online leaderboard, updated in real-time, captures the performance of emerging LLMs, ensuring the benchmark remains current and relevant.
17
+
18
+ ## Dataset Structure
19
+
20
+ Here is a brief overview of the dataset structure:
21
+
22
+ - `/dev/` - Examples for few-shot in-context learning.
23
+ - `/test/` - Test sets of OpsEval.
24
+ <!-- - `/metadata/` - Contains metadata related to the dataset. -->
25
+
26
+ ## Dataset Informations
27
+
28
+ | Dataset Name | Open-Sourced Size |
29
+ | ------------- | ------------- |
30
+ | Wired Network | 1563 |
31
+ | Oracle Database | 395 |
32
+ | 5G Communication | 349 |
33
+ | Log Analysis | 310 |
34
+
35
+ <!-- ## Usage
36
+
37
+ To use the OpsEval dataset in your research or project, please follow these steps:
38
+
39
+ 1. Clone this repository to your local machine or server.
40
+ 2. [Insert specific steps if needed, like environment setup, dependencies installation].
41
+ 3. Explore the dataset directories and refer to the `metadata` directory for understanding the dataset schema and organization.
42
+ 4. [Optional: include example code or scripts for common operations on the dataset]. -->
43
+
44
+ <!-- ## License
45
+
46
+ [Specify the license under which the OpsEval dataset is distributed, e.g., MIT, GPL, Apache 2.0]
47
+
48
+ ## Acknowledgments
49
+
50
+ We would like to thank [Acknowledgments to contributors, institutions, funding bodies, etc.]
51
+
52
+ For any questions or further information, please contact [Insert contact information]. -->
53
+
54
+ ## Website
55
+
56
+ For evaluation results on the full OpsEval dataset, please checkout our official website [OpsEval Leaderboard](https://opseval.cstcloud.cn/content/home).
57
+
58
+ ## Paper
59
+
60
+ For a detailed description of the dataset, its structure, and its applications, please refer to our paper available at: [OpsEval: A Comprehensive IT Operations Benchmark Suite for Large Language Models](https://arxiv.org/abs/2310.07637)
61
+
62
+ ### Citation
63
+
64
+ Please use the following citation when referencing the OpsEval dataset in your research:
65
+
66
+ ```
67
+ @misc{liu2024opseval,
68
+ title={OpsEval: A Comprehensive IT Operations Benchmark Suite for Large Language Models},
69
+ author={Yuhe Liu and Changhua Pei and Longlong Xu and Bohan Chen and Mingze Sun and Zhirui Zhang and Yongqian Sun and Shenglin Zhang and Kun Wang and Haiming Zhang and Jianhui Li and Gaogang Xie and Xidao Wen and Xiaohui Nie and Minghua Ma and Dan Pei},
70
+ year={2024},
71
+ eprint={2310.07637},
72
+ archivePrefix={arXiv},
73
+ primaryClass={cs.AI}
74
+ }
75
+ ```
76
+
data/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/dev/5G Communication.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "5G Communication-0",
4
+ "question": "5G AN 和 AMF 之间最上层协议是:()\n\nA: GTP-U\nB: GTP-C\nC: NG-AP.\nD: S1AP",
5
+ "choices": [
6
+ "GTP-U",
7
+ "GTP-C",
8
+ "NG-AP.",
9
+ "S1AP"
10
+ ],
11
+ "qtype": 0,
12
+ "answer": "C",
13
+ "solution": ""
14
+ },
15
+ {
16
+ "id": "5G Communication-1",
17
+ "question": "PCF通知哪个网元创建语音专有QoS Flow\nA: SMF\nB: AMF\nC: UPF\nD: sbc",
18
+ "choices": [
19
+ "SMF",
20
+ "AMF",
21
+ "UPF",
22
+ "sbc"
23
+ ],
24
+ "qtype": 0,
25
+ "answer": "A",
26
+ "solution": ""
27
+ },
28
+ {
29
+ "id": "5G Communication-2",
30
+ "question": "和EPC接口Sgi功能类似的5GC接口是?\nA: N1\nB: N2\nC: N3\nD: N6",
31
+ "choices": [
32
+ "N1",
33
+ "N2",
34
+ "N3",
35
+ "N6"
36
+ ],
37
+ "qtype": 0,
38
+ "answer": "D",
39
+ "solution": ""
40
+ },
41
+ {
42
+ "id": "5G Communication-3",
43
+ "question": "option3 的控制面是通过gnodeb传递的\nA: 正确\nB: 错误",
44
+ "choices": [
45
+ "正确",
46
+ "错误"
47
+ ],
48
+ "qtype": 0,
49
+ "answer": "B",
50
+ "solution": ""
51
+ },
52
+ {
53
+ "id": "5G Communication-4",
54
+ "question": "为了减少混乱的方位角带来的网络干扰不确定性,应尽量保证各扇区天线的夹角为120度,最低要求不能小于()度\nA: 70\nB: 80\nC: 90\nD: 100",
55
+ "choices": [
56
+ "70",
57
+ "80",
58
+ "90",
59
+ "100"
60
+ ],
61
+ "qtype": 0,
62
+ "answer": "C",
63
+ "solution": ""
64
+ }
65
+ ]
data/dev/Log Analysis.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "question": "日志样例:<182>Dec 3 13:42:12 BH_GD1 info logger: [ssl_acc] 127.0.0.1 - - [03/Dec/2017:13:42:12 +0800] \"/iControl/iControlPortal.cgi\" 200 769,如何通过正则表达式解析出时间字段time”Dec 3 13:42:12“、访问状态字段status“200”?",
4
+ "id": "Log Analysis-0",
5
+ "answer": "<\\d+>(?<time>\\w+\\s+\\d+\\s+\\d+:\\d+:\\d+).*\\s+(?<status>\\d+)\\s+\\d+"
6
+ },
7
+ {
8
+ "question": "常见的日志等级有哪些?",
9
+ "id": "Log Analysis-1",
10
+ "answer": "EMERG(紧急)、ALERT(警告)、CRIT(严重)、ERR(错误)、WARNING(提醒)、NOTICE(注意)、INFO(信息)、DEBUG(调试)"
11
+ },
12
+ {
13
+ "question": "用正则提取这条日志的字段\n2023-11-25 13:52:33,493 DEBUG yotta-frontend-actor-system-akka.actor.default-dispatcher-12 dbcp2.PoolableConnectionFactory: Failed to validate a poolable connection.\ncom.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 248,702,880 milliseconds ago. The last packet sent successfully to the server was 248,702,880 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.",
14
+ "id": "Log Analysis-2",
15
+ "answer": "\n(?<timestamp>\\d+-\\d+-\\d+ \\d+:\\d+:\\d+,\\d+)\\s+(?<loglevel>\\S+)\\s+(?<thread>\\S+)\\s+(?<class>[^:]+)[\\s\\S]*?\\s+(?<exception_class>\\S+Exception)"
16
+ },
17
+ {
18
+ "question": "如何开始业务系统日志分析",
19
+ "id": "Log Analysis-3",
20
+ "answer": "首先需要了解该业务系统主要功能,以及相应的业务运行逻辑架构,其次从业务运维人员处获得运维知识库,找到常见问题,以及梳理告警关键字,并建立错误关键字告警和反应业务健康度的黄金指标如饱和度(满没满),延时(耗时)和并发负载等内容。最后将该系统涉及的数据库、中间件、主机或容器等应用一并形成监控指标体系。"
21
+ },
22
+ {
23
+ "question": "在日志解析中,多行日志是什么?如何处理?",
24
+ "id": "Log Analysis-4",
25
+ "answer": "多行日志指的是跨越多行的日志条目,解析时需要将其组合成单个条目以便于处理和分析。"
26
+ }
27
+ ]
data/dev/Oracle Database.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "question": "Evalute these conmands which execate sucestully\nCREATE SEQUENCE ord_seq\nINCREMENT BY 1\nSTART WITH 1\nMAXVALUE 100000\nCYCLE\nCACHE 5000;\nWhich two statements are true atout the ORD_ITEMS table and the ORD_SEQ sequence?\nA. Any user inserting rows into table ORD_ITEMS must have been granted access to sequence \nORD_SEQ.\nB. Colunn ORD_NO gets the next number from squence ORD_SEQ whenever a row is inserted into \nORD_ITEMS and no explict value is given for ORD_NO.\nC. Sepuence ORD_SEQ cycles back to 1 after every 5000 numbers and can cycle 20 times\nD. IF sequence ORD_SEQ is dropped then the default value for column ORD_NO will be NULL for\nrows inserted into ORD_ITEMS.\nE. Sequence ORD_SEQ is guaranteed not to genenate duplicate numbers.",
4
+ "answer": "A,B",
5
+ "solution": "",
6
+ "id": "Oracle Database-0"
7
+ },
8
+ {
9
+ "question": "Which three statements are true about the Oracle join and ANSI Join syntax?\nA. The SQL:1999 compliant ANSI Join syntax supports creation of a Cartesian product of two tables.\nB. The Orade join syntax performs less well than the SQL:1999 compliant ANST join syntax.\nC. The SQL:1999 compliant ANSI join syntax supports natural Joins.\nD. The Orade join syntax perfoms better than the SQL:1999 compliant ANSI join syntax.\nE. The Orade join syntax supports creation of a Cartesian product of two tables.\nF. The Oracle join syntax suports natural joins.\nG. The Orade join syntax only supports right outer joins.",
10
+ "answer": "C,D,E",
11
+ "solution": "",
12
+ "id": "Oracle Database-1"
13
+ },
14
+ {
15
+ "question": "52、Which three are true about a whole database backup?\nA. It can be created only by using RMAN\nB. It is the only possible backup type for a database in NOARCHIVELOG mode\nC. It can be consistent.\nD. It can consist of either backup sets or image copies.\nE. It can be inconsistent\nF. It always includes all data files, the current control file, the server parameter file, and archived \nredo logs.\n",
16
+ "answer": "C,D,E",
17
+ "solution": "",
18
+ "id": "Oracle Database-2"
19
+ },
20
+ {
21
+ "question": "5、You plan to perform cross-platform PDB transport using XTTS.\nWhich two are true?\nA. A backup of the PDB must exist, taken using the BACKUP command with the ro PLATFORM \nclause\nB. The source PDB can be in MOUNT or OPEN state\nC. The source PDB must be in MOUNT statE.\nD. The source PDB must not be an application root.\nE. Automatic conversion of endianess occurs.\nF. The source and target platforms must have the same endianess",
22
+ "answer": "A,F",
23
+ "solution": "",
24
+ "id": "Oracle Database-3"
25
+ },
26
+ {
27
+ "question": "Which three statements are true about an ORDER BY clause?\nA. By default an ORDER BY clause sorts rows in descending order.\nB. An ORDER BY clause can perform a linguistic sort.\nC. An ORDER BY clause can perform a binary sort.\nD. By default an ORDER BY clause sorts rows in ascending order.\nE. An ORDER BY clause will always precede a HAVING clause if both are used in the same top-level \nquery.\nF. An ORDER BY clause always sorts NULL values last.",
28
+ "answer": "B,C,D",
29
+ "solution": "",
30
+ "id": "Oracle Database-4"
31
+ }
32
+ ]
data/dev/Wired Network.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "Wired Network-0",
4
+ "type": 1,
5
+ "question": "One of your coworkers has purchased an external Bluetooth trackpad to use with their tablet. They've turned to you, the company IT person, to install and configure it for them. What actions will you need to take? (Choose two.)",
6
+ "choices": [
7
+ "Plug the device into a USB port.",
8
+ "Install drivers.",
9
+ "Put the device in pairing mode and open Bluetooth settings on the tablet, then tap the trackpad.",
10
+ "Go to Settings to configure speed and scrolling features."
11
+ ],
12
+ "answer": "C,D",
13
+ "solution": "Analyzing each choice:\n\nA: Plug the device into a USB port - This is incorrect. Bluetooth devices do not need to be plugged into a USB port as they connect wirelessly.\n\nB: Install drivers - This may or may not be necessary. Some devices will require drivers to be installed, but many modern devices and operating systems will automatically handle this.\n\nC: Put the device in pairing mode and open Bluetooth settings on the tablet, then tap the trackpad - This is correct. To connect a Bluetooth device, you typically need to put it in pairing mode and then connect to it from the device you want to use it with.\n\nD: Go to Settings to configure speed and scrolling features - This is also correct. Once the device is connected, you may need to adjust settings like speed and scrolling to suit the user's preferences.",
14
+ "topic": [
15
+ "Mobile Devices"
16
+ ],
17
+ "source": "9781119862642/c01.xhtml",
18
+ "original_solution": "Configuring a new Bluetooth trackpad is a fairly simple procedure. You first need to pair the device with the tablet, then configure it for speed and clicking and such. The CompTIA A+ objectives list the steps for connecting Bluetooth devices as follows: \n\n 1. Enable Bluetooth.\n 2. Enable pairing.\n 3. Find a device for pairing.\n 4. Enter the appropriate PIN code.\n 5. Test connectivity"
19
+ },
20
+ {
21
+ "id": "Wired Network-1",
22
+ "type": 1,
23
+ "question": "What types of networking will smart cameras often have built into them? (Choose two.)",
24
+ "choices": [
25
+ "Bluetooth",
26
+ "IrDA",
27
+ "RJ-45",
28
+ "Wi-Fi"
29
+ ],
30
+ "answer": "A,D",
31
+ "solution": "A: Bluetooth - This is a possible answer. Bluetooth is a wireless technology that enables data exchange over short distances. It is commonly used in many devices, including smart cameras, for sharing data.\n\nB: IrDA - This is not a likely answer. IrDA stands for Infrared Data Association, a group of device manufacturers that developed a standard for transmitting data via infrared light waves. While it was popular in the past, it has largely been replaced by Wi-Fi and Bluetooth in most modern devices, including smart cameras.\n\nC: RJ-45 - This is not a likely answer. RJ-45 is a type of connector commonly used for Ethernet networking. While it's possible for a smart camera to have an RJ-45 port for wired networking, it's not as common as wireless options like Wi-Fi and Bluetooth, especially considering the flexibility and convenience of wireless connections.\n\nD: Wi-Fi - This is a possible answer. Wi-Fi is a wireless networking technology that uses radio waves to provide wireless high-speed Internet and network connections. It is commonly built into smart cameras to allow them to connect to home networks and the internet.",
32
+ "topic": [
33
+ "Mobile Devices"
34
+ ],
35
+ "source": "9781119862642/c01.xhtml",
36
+ "original_solution": "Smart cameras have built-in wireless network connectivity for easy picture and video transfers. Many will include Wi-Fi, Bluetooth, and NFC (Near-field Communication). IrDA uses infrared light for communication and is not popular, and RJ-45 is a type of networking connector"
37
+ },
38
+ {
39
+ "id": "Wired Network-2",
40
+ "type": 1,
41
+ "question": "Which of the following statements about single-mode fiber-optic cable are true? (Choose all that apply.)",
42
+ "choices": [
43
+ "Single-mode cables use an LED light source, whereas multimode cables use a laser.",
44
+ "Single-mode cables can span longer distances than multimode cables.",
45
+ "Single-mode cables have a smaller core filament than multimode cables.",
46
+ "Single-mode cables have a smaller bend radius than multimode, making them easier to install.",
47
+ "Single-mode fiber-optic cables require a ground, whereas multimode cables do not."
48
+ ],
49
+ "answer": "B,C",
50
+ "solution": "Single-mode cables have a smaller core filament and can span longer distances than multimode cables. Single-mode cables also use a laser light source, have a larger bend radius, and do not require a ground",
51
+ "topic": [
52
+ "Networking Fundamentals"
53
+ ],
54
+ "source": "9781119807308/c01.xhtml"
55
+ },
56
+ {
57
+ "id": "Wired Network-3",
58
+ "type": 1,
59
+ "question": "Which of the following are modes of SXP peers? (Choose two.)",
60
+ "choices": [
61
+ "Speaker",
62
+ "SGT-Reflector",
63
+ "Listener",
64
+ "SGT-Sender"
65
+ ],
66
+ "answer": "A,C",
67
+ "solution": "**Explanation:** Every SXP peer session has a speaker and a listener. A speaker sends the mappings of IP addresses to SGTs. The listener receives those updates and records them. A peer can be configured to be both a speaker and a listener for the same peer if both support it. It may have numerous peers as well",
68
+ "topic": [
69
+ "TrustSec and MACsec"
70
+ ],
71
+ "source": "9780136677710/ch17.xhtml"
72
+ },
73
+ {
74
+ "id": "Wired Network-4",
75
+ "type": 1,
76
+ "question": "Router R1 currently supports IPv4, routing packets in and out all its interfaces. R1’s configuration needs to be migrated to support dual-stack operation, routing both IPv4 and IPv6. Which of the following tasks must be performed before the router can also support routing IPv6 packets? (Choose two answers.)",
77
+ "choices": [
78
+ "Enable IPv6 on each interface using an [ipv6 address](vol1_gloss.xhtml#gloss_243) interface subcommand.",
79
+ "Enable support for both versions with the ip versions 4 6 global command.",
80
+ "Additionally enable IPv6 routing using the ipv6 unicast-routing global command.",
81
+ "Migrate to dual-stack routing using the ip routing dual-stack global command."
82
+ ],
83
+ "answer": "A,C",
84
+ "solution": "Of the four answers, the two correct answers show the minimal required configuration to support IPv6 on a Cisco router: enabling IPv6 routing ( **ipv6 unicast-routing** ) and enabling IPv6 on each interface, typically by adding a unicast address to each interface ( **ipv6 address…** ). The two incorrect answers list nonexistent commands",
85
+ "topic": [
86
+ "Implementing IPv6 Addressing on Routers"
87
+ ],
88
+ "source": "9780136755562/vol1_ch24.xhtml"
89
+ }
90
+ ]
data/test/5G Communication.json ADDED
The diff for this file is too large to render. See raw diff
 
data/test/Log Analysis.json ADDED
The diff for this file is too large to render. See raw diff
 
data/test/Oracle Database.json ADDED
The diff for this file is too large to render. See raw diff
 
data/test/Wired Network.json ADDED
The diff for this file is too large to render. See raw diff