https://github.com/cstcloudops/2024ccfaiopsdatasets

2024 CCF 国际AIOPS挑战赛数据集

https://github.com/cstcloudops/2024ccfaiopsdatasets

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

2024 CCF 国际AIOPS挑战赛数据集

Basic Info
  • Host: GitHub
  • Owner: CSTCloudOps
  • Default Branch: main
  • Size: 3.91 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

2024 CCF 国际AIOPS挑战赛数据集

数据集描述

赛事主办方提供四个ZEDX文档,以及将ZEDX文档解析后得到的txt文件。

运维文档zedx源文件

  • 大小: 645MB
  • 文件格式:zedx文件
  • 文件数量:4

运维文档zedx解析后的txt文件

  • 大小:175MB
  • 文件格式:txt文件
  • 文件数量:42139

zedx格式说明 - 将.zedx替换为.zip,使用unzip等工具解压即可得到html格式文档页 - nodetree.xml中记录了所有文档页的路径和文档标题 - documents/nodes 下的文档页为整个文档的顶层目录 - documents/log.html 中包含了文档中的缩略语

```shell

目录结构示意

director ├── doctype.xml ├── documents │   ├── License申请操作指南 │   ├── TCF部署TECS Director │   ├── log.html # 缩略语 │   ├── nodes # 顶层目录 ... ├── index ├── nodetree.xml # 文档标题及所在路径 └── package.xml ```

文档阅读工具eReader

支持在Windows下解压使用,解压后运行run.exe,并将相关文档拖入后,即可进行阅读

数据集的格式和描述

数据集加载方式

zenodo手动下载 https://zenodo.org/records/14286275

git clone with http ```shell

要求安装 git lfs

git clone https://www.modelscope.cn/datasets/issaccv/aiops2024-challenge-dataset.git ```

```python import jsonlines

def readjsonl(path): content = [] with jsonlines.open(path, "r") as jsonfile: for obj in jsonfile.iter(type=dict, skipinvalid=True): content.append(obj) return content

question = read_jsonl('./question.jsonl') ```

Owner

  • Name: CSTCloud Lab
  • Login: CSTCloudOps
  • Kind: organization
  • Location: China

GitHub Events

Total
  • Issues event: 1
  • Watch event: 7
  • Push event: 7
  • Create event: 2
Last Year
  • Issues event: 1
  • Watch event: 7
  • Push event: 7
  • Create event: 2