Upload dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: MOSAIC
|
| 3 |
+
license: cc-by-nc-sa-4.0
|
| 4 |
+
language:
|
| 5 |
+
- zh
|
| 6 |
+
- en
|
| 7 |
+
task_categories:
|
| 8 |
+
- summarization
|
| 9 |
+
- text-generation
|
| 10 |
+
- feature-extraction
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
tags:
|
| 14 |
+
- education
|
| 15 |
+
- multimodal
|
| 16 |
+
- subtitles
|
| 17 |
+
- knowledge-graph
|
| 18 |
+
- slides
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# MOSAIC
|
| 22 |
+
|
| 23 |
+
## Dataset Summary
|
| 24 |
+
|
| 25 |
+
MOSAIC is a course-centric multimodal dataset released with an ACL 2026 paper. The dataset centers on `mosaic.jsonl`, a JSONL file that stores course-level metadata together with nested video-level summaries, subtitles, captions, and auxiliary references.
|
| 26 |
+
|
| 27 |
+
The dataset also includes:
|
| 28 |
+
|
| 29 |
+
- `data/graph_p_results/`: course-level knowledge graph JSON files keyed by `kg`
|
| 30 |
+
- `data/all.csv`: URL-to-filename mapping for slide references
|
| 31 |
+
- `data/pdfs/shard_xx/`: sharded reference slide PDFs
|
| 32 |
+
|
| 33 |
+
## Supported Tasks
|
| 34 |
+
|
| 35 |
+
- multimodal educational data understanding
|
| 36 |
+
- subtitle and caption analysis
|
| 37 |
+
- document-aware summarization
|
| 38 |
+
- course knowledge graph grounding
|
| 39 |
+
- retrieval over linked videos, graphs, and slides
|
| 40 |
+
|
| 41 |
+
## Languages
|
| 42 |
+
|
| 43 |
+
The dataset is primarily in Chinese, with a smaller amount of English content in slide titles, references, and course materials.
|
| 44 |
+
|
| 45 |
+
## Dataset Structure
|
| 46 |
+
|
| 47 |
+
```text
|
| 48 |
+
.
|
| 49 |
+
├── README.md
|
| 50 |
+
└── data/
|
| 51 |
+
├── mosaic.jsonl
|
| 52 |
+
├── all.csv
|
| 53 |
+
├── graph_p_results/
|
| 54 |
+
│ ├── BIT-1001604004.json
|
| 55 |
+
│ └── ...
|
| 56 |
+
└── pdfs/
|
| 57 |
+
├── shard_00/
|
| 58 |
+
├── shard_01/
|
| 59 |
+
└── ...
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
## Data Instances
|
| 63 |
+
|
| 64 |
+
### Main file: `data/mosaic.jsonl`
|
| 65 |
+
|
| 66 |
+
Each line is one course record with the following top-level fields:
|
| 67 |
+
|
| 68 |
+
- `url`
|
| 69 |
+
- `course_title`
|
| 70 |
+
- `contents`
|
| 71 |
+
- `kg`
|
| 72 |
+
- `caption_anno`
|
| 73 |
+
- `overview`
|
| 74 |
+
- `objectives`
|
| 75 |
+
- `prerequisites`
|
| 76 |
+
- `references`
|
| 77 |
+
|
| 78 |
+
Each video entry inside `contents[*].courses[*]` contains:
|
| 79 |
+
|
| 80 |
+
- `video_url`
|
| 81 |
+
- `srt_url`
|
| 82 |
+
- `summary`
|
| 83 |
+
- `subtitle`
|
| 84 |
+
- `caption`
|
| 85 |
+
- `video_title`
|
| 86 |
+
- `ref`
|
| 87 |
+
|
| 88 |
+
The `ref` object includes:
|
| 89 |
+
|
| 90 |
+
- `cate`: reference category
|
| 91 |
+
- `doc`: list of reference document URLs
|
| 92 |
+
|
| 93 |
+
### Knowledge graphs: `data/graph_p_results/*.json`
|
| 94 |
+
|
| 95 |
+
Each knowledge graph file contains a top-level object with:
|
| 96 |
+
|
| 97 |
+
- `code`
|
| 98 |
+
- `message`
|
| 99 |
+
- `sampled`
|
| 100 |
+
- `traceId`
|
| 101 |
+
- `result`
|
| 102 |
+
|
| 103 |
+
The main graph payload is stored in:
|
| 104 |
+
|
| 105 |
+
- `result.mocKgNodeDtoList`
|
| 106 |
+
|
| 107 |
+
### Slide mapping: `data/all.csv`
|
| 108 |
+
|
| 109 |
+
Columns:
|
| 110 |
+
|
| 111 |
+
- `doc_url`: document URL referenced in `mosaic.jsonl`
|
| 112 |
+
- `filename`: corresponding PDF filename
|
| 113 |
+
|
| 114 |
+
### PDFs: `data/pdfs/shard_xx/`
|
| 115 |
+
|
| 116 |
+
Reference slide PDFs are sharded into directories of up to 500 files each for more reliable upload and browsing.
|
| 117 |
+
|
| 118 |
+
## Dataset Creation
|
| 119 |
+
|
| 120 |
+
MOSAIC is constructed from public courses on iCourse163, a major Chinese MOOC platform. The source data follows a four-level hierarchy of course, chapter, video, and topic. Each course provides course-level metadata such as objectives and prerequisite information; chapters group related videos and associated slide decks; videos include timestamped ASR transcripts, instructor-provided knowledge-point outlines, and summaries; and topics correspond to the predefined knowledge points used for alignment. Because the platform does not provide high-quality alignment between transcripts, topic inventories, and slides, the dataset constructs these links from scratch. MOSAIC is released in two subsets: MOSAIC-G, a fully human-annotated gold benchmark built from 6 diverse courses with utterance-level topic labels and utterance-to-slide alignment, and MOSAIC-S, a large silver subset for the remaining courses produced with DORA, a two-stage pipeline that first refines noisy topic inventories and then performs joint segmentation and topic assignment. For slide linkage in MOSAIC-S, the paper describes an automatic pipeline combining title matching, rule-based filtering, and LLM verification.
|
| 121 |
+
|
| 122 |
+
## Statistics
|
| 123 |
+
|
| 124 |
+
| Metric | Value |
|
| 125 |
+
| --- | ---: |
|
| 126 |
+
| Courses | 179 |
|
| 127 |
+
| Videos | 14,942 |
|
| 128 |
+
| Knowledge graph JSON files | 167 |
|
| 129 |
+
| PDF files | 10,566 |
|
| 130 |
+
| Slide mapping rows | 10,566 |
|
| 131 |
+
| Raw size | ~12.17 GB (11.34 GiB) |
|
| 132 |
+
|
| 133 |
+
## Licensing Information
|
| 134 |
+
|
| 135 |
+
This dataset is released under **CC BY-NC-SA 4.0**.
|
| 136 |
+
|
| 137 |
+
## Citation Information
|
| 138 |
+
|
| 139 |
+
```bibtex
|
| 140 |
+
@inproceedings{ai-etal-2026-mosaic,
|
| 141 |
+
title = {MOSAIC: A Large-Scale Multimodal Open-Course Segmentation and Alignment Corpus in Chinese},
|
| 142 |
+
author = {Ai, Yuming and Fan, Shuai and Xu, Hua and Kong, Fang},
|
| 143 |
+
booktitle = {Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics},
|
| 144 |
+
year = {2026}
|
| 145 |
+
}
|
| 146 |
+
```
|