Skip to content

Add UIUC CS423 Fall 2025 Exams - #46

Merged
tareknaser merged 7 commits into
sys-intelligence:mainfrom
paizhangliu:uiuc_cs423
Jan 10, 2026
Merged

Add UIUC CS423 Fall 2025 Exams#46
tareknaser merged 7 commits into
sys-intelligence:mainfrom
paizhangliu:uiuc_cs423

Conversation

@paizhangliu

Copy link
Copy Markdown
Collaborator

Description

Added UIUC CS423 Fall 2025 Exams.

@tianyin

Copy link
Copy Markdown
Member

@paizhangliu it fails the CI...

@xuafeng

Copy link
Copy Markdown
Collaborator

Thanks @paizhangliu for the help. We just updated the format, can you please take a look https://github.com/sys-intelligence/system-intelligence-benchmark/tree/main/benchmarks/courseexam_bench#steps-to-add-an-exam to add some additional info we needed? Sorry for the inconvenience.

@paizhangliu

Copy link
Copy Markdown
CollaboratorAuthor

I have adapted the new format and added context files. Please let me know if there is further question.

@tareknasertareknaser left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me. I will request Copilot's review then I think we are good to merge

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds UIUC CS423 Fall 2025 exam data to the courseexam_bench benchmark dataset, including both midterm and final exams with their supporting MP (Machine Problem) documentation.

Key changes:

  • Added CS423 Operating Systems Design Fall 2025 midterm exam with 15 questions covering system calls, memory management, and kernel programming
  • Added CS423 Operating Systems Design Fall 2025 final exam with 18 questions covering virtualization, file systems, and real-time scheduling
  • Included four MP documentation files (MP1-MP4) that serve as reference materials for exam questions

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
FileDescription
benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_midterm/exam.mdMidterm exam with 15 questions on OS concepts; contains metadata inconsistency where score_total (22) exceeds score_max (21)
benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_midterm/MP1.mdMP1 documentation on Linux kernel programming; contains spelling error "Oct. 2rd" instead of "Oct. 2nd"
benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_midterm/MP2.mdMP2 documentation on Rate-Monotonic CPU Scheduling used as reference material for exam questions
benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_final/exam.mdFinal exam with 18 questions; contains spelling error "bare-mental" instead of "bare-metal"
benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_final/MP2.mdDuplicate MP2 documentation for final exam reference
benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_final/MP3.mdMP3 documentation on Virtual Memory Page Fault Profiler
benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_final/MP4.mdMP4 documentation on Rex kernel extensions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@xuafeng
xuafeng self-requested a review January 10, 2026 00:41
xuafengand others added 2 commits January 9, 2026 16:43
…gn_fall_2025_midterm/MP1.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…gn_fall_2025_final/exam.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

@xuafengxuafeng left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me.

@tareknaser
tareknaser merged commit d4f5807 into sys-intelligence:mainJan 10, 2026
5 checks passed
Couen pushed a commit to Couen/system-intelligence-benchmark that referenced this pull request Jan 22, 2026
* Add UIUC CS423 Fall 2025 Exams
* Fix json parsing
* Fix backtick
* Fix backtick 2
* Update benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_midterm/MP1.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_final/exam.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Xuan Feng <xfeng9209@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@xuafengxuafeng mentioned this pull request Feb 2, 2026
tareknaser pushed a commit that referenced this pull request Feb 5, 2026
* Add UIUC CS423 Fall 2025 Exams
* Fix json parsing
* Fix backtick
* Fix backtick 2
* Update benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_midterm/MP1.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_final/exam.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Xuan Feng <xfeng9209@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Couen pushed a commit to Couen/system-intelligence-benchmark that referenced this pull request Feb 25, 2026
* Add UIUC CS423 Fall 2025 Exams
* Fix json parsing
* Fix backtick
* Fix backtick 2
* Update benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_midterm/MP1.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update benchmarks/courseexam_bench/data/cs_423_operating_systems_design_fall_2025_final/exam.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Xuan Feng <xfeng9209@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@paizhangliu@tianyin@xuafeng@tareknaser