mopsa-dataset
收藏资源简介:
Mopsa 数据集是一个包含静态分析追踪数据的集合,由 Mopsa 工具生成。数据集以 JSON Lines 格式存储,包含以下字段:`code`(去除 `Solution` 标头的原始源代码)、`trace_raw`(经过清理的 Mopsa 执行追踪)、`trace_seps`(从 `trace_raw` 中提取的代码/追踪分组)、`dataset`(源数据集名称)、`id`(样本标识符)以及 `output`(预期输出映射)。该数据集适用于静态代码分析、程序理解及相关研究任务。
The Mopsa dataset is a collection of static analysis trace data generated by the Mopsa tool. It is stored in JSON Lines format and contains the following fields: `code` (raw source code with the `Solution` header removed), `trace_raw` (cleaned Mopsa execution trace), `trace_seps` (code/trace groupings extracted from `trace_raw`), `dataset` (name of the source dataset), `id` (sample identifier), and `output` (expected output mapping). This dataset is applicable to static code analysis, program comprehension and related research tasks.
Mopsa数据集概述
数据集基本信息
- 数据集名称:Mopsa Dataset
- 数据集地址:https://huggingface.co/datasets/giovannidemuri/mopsa-dataset
- 数据文件:mopsa-dataset.jsonl
- 数据分割:train
数据内容与结构
- 数据生成工具:使用Mopsa生成的静态分析追踪信息。
- 数据列说明:
code:原始源代码,不包含Solution头部。trace_raw:清理后的Mopsa执行追踪信息。trace_seps:从trace_raw中提取的代码/追踪分组信息。dataset:源数据集名称。id:样本标识符。output:预期输出映射。




