From 7747928e05429e45a08cbaa8d2667132c0cdb286 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 20 Aug 2020 17:27:32 -0500 Subject: [PATCH] Paper review option for remote students. --- website/docs/assignments/gallery.md | 3 -- website/docs/assignments/reviews.md | 37 +++++++++++++++++ website/docs/index.md | 62 ++++++++++++++++++++++++----- website/mkdocs.yml | 2 +- 4 files changed, 91 insertions(+), 13 deletions(-) delete mode 100644 website/docs/assignments/gallery.md create mode 100644 website/docs/assignments/reviews.md diff --git a/website/docs/assignments/gallery.md b/website/docs/assignments/gallery.md deleted file mode 100644 index abf7c6f..0000000 --- a/website/docs/assignments/gallery.md +++ /dev/null @@ -1,3 +0,0 @@ -# Final Projects - -TBA diff --git a/website/docs/assignments/reviews.md b/website/docs/assignments/reviews.md new file mode 100644 index 0000000..3843eba --- /dev/null +++ b/website/docs/assignments/reviews.md @@ -0,0 +1,37 @@ +# Paper reviews + +!!! attention + * Paper reviews are for students in time zones who **cannot** attend live + lectures. + * Students who are able to attend live lectures should complete a paper + presentation and presentation summary instead. + +Students who cannot attend live lectures will complete **one paper review per +week** (10 in all). We will be using HotCRP---standard conference management +software---to manage review uploads and discussions. Reviews must be uploaded +**before the paper is presented in class**. + +## What makes a good review? + +A good review accomplishes several things: + +- It **summarizes** the main contributions of the paper. +- It highlights **strengths and weaknesses** of the paper. +- It **evaluates** the paper, explaining why the reviewer thinks the paper is + strong or weak. +- It gives authors **suggestions to improve** the paper. + +## FAQ + +- **Can I switch from doing paper presentation/summary to paper reviews or vice versa?** + +No: if you are doing paper reviews, you must let me know on the first week of +class. + +- **Are late reviews accepted?** + +No: reviews must be uploaded before the paper is presented in class. + +- **Can I submit more than one review a week?** + +No: should submit exactly one review per week. diff --git a/website/docs/index.md b/website/docs/index.md index 2709ca4..63c3b50 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -9,10 +9,16 @@ in data science. The field is eclectic, and so is this course. We will start with three core areas: **differential privacy**, **adversarial machine learning**, and **applied cryptography** in machine learning. Then, we will cover two advanced topic areas; this year, **algorithmic fairness** and **formal -verification** for data science. This is primarily a project-based course, -though there will also be paper presentations and small homework assignments. +verification** for data science. This is a project based course: in small +groups, students will be expected to complete a final project on a technical +topic related to the course. + +Besides covering technical material, this course will emphasize research skills: +**reading** research papers, **presenting** technical material, and **writing** +summaries and reviews. ## Logistics + - **Course**: CS 763, Fall 2020 - **Time**: Monday, Wednesday, Friday, 2:30-3:45 - **Location**: BB Collaborate Ultra (BBCU) @@ -21,17 +27,55 @@ For the first ten weeks, lectures will be held on Monday, Wednesday, and Friday. In the remaining five weeks, you will work on your course projects. Though there are no lectures scheduled in this period, I will be available to meet as needed. -## Mailing List +## Accommodations for Remote Students -Please use the mailing list if you want to contact the whole course: +To provide opportunities for live discussion, lectures will be held +synchronously. To accommodate students attending from other time zones, all +lectures will be recorded and uploaded to BBCU (this may take a few hours). +Students who are not able to attend synchronously will not be able to present a +paper and write a presentation summary. Instead, these students will complete +paper reviews asynchronously. See the [assignments](assignments/presentations) +tab for more information. -- +## Grading -All registered students should be on this list. If you are not registered but -would like to follow along, please let me know and I will add you. +Grades will be posted on Canvas. -Otherwise, you can contact me directly. To ensure that your email goes to the -right place, please start the subject with **CS763**. +- Presentation and summary + - Paper presentation: **15%** + - Presentation summary: **15%** +- **OR:** Paper reviews **(remote only)** + - 10 reviews: **30%** + +- Course project + - Milestone 1: **10%** + - Milestone 2: **10%** + - Final project: **50%** + +Everything except the final project will be graded on a simple **3-point** +scale: below expectations, meets expectations, or exceeds expectations. The +final project will be graded on a **10-point** scale. + +## Academic Honesty + +**Writing is a central part of this course.** All students are expected to +follow academic honesty standards. In brief: all the text that you submit must +be **in your own words**, and you are not allowed to copy anything (from a +paper, or from someone else) without full attribution. + +If you are completing paper reviews, you should not search for reviews that may +be online---this is expressly **against the course policies**. You should +complete the review as if you were seeing the paper for the first time. + +## Piazza + +We will be using Piazza to discuss papers, ask questions, and find group +members: + +- + +You can also contact me directly. To ensure that your email goes to the right +place, please start the subject with **CS763**. ## Course Staff diff --git a/website/mkdocs.yml b/website/mkdocs.yml index 72ccf5a..94f8ce2 100644 --- a/website/mkdocs.yml +++ b/website/mkdocs.yml @@ -35,5 +35,5 @@ nav: - Assignments: - Presentations: 'assignments/presentations.md' - Summaries: 'assignments/summaries.md' + - Reviews: 'assignments/reviews.md' - Projects: 'assignments/project.md' - - Gallery: 'assignments/gallery.md'