dagger-research/papers/README.md

2.2 KiB

Paper Summaries

This directory contains academic paper summaries explored as part of the Codex project research. It is structured as a list of links to a document containing a quick summary and observations extracted from the paper. The summaries aren't meant to be exhaustive and cover all aspects of the paper but rather serve as a quick refresher and a record of the papers already evaluated.

Index

Writing Summaries

A summary should contain a brief overview of the core ideas presented in the paper along with observations and notes.

Template

A template is provided that outlines a few sections:

  • Title - the title of the paper
  • Authors - the authors of the paper
  • DOI - the digital object identifier of the paper
  • Links - an optional section with links to the paper and other relevant material, such as source code, simulations, etc... If the paper is uploaded to the repo, it should be linked here as well.
  • Summary - a quick summary capturing the main ideas proposed by the paper
  • Main ideas - an optional list of bullet points describing the main ideas of the paper in more detail
  • Observations - an optional list of bullet points with observations if any
  • Other ideas - an optional list of bullet points with additional observations

Directory Structure

Each evaluation should go into it's own directory named after the paper being evaluated. It should contain a README.md with the actual evaluation and additional supporting material such as the paper itself, if one is available; or relevant code samples if those are provided. For example, the Shacham and Waters - Compact Proofs of Retrievability directory structure would look something like this:

├── Compact\ Proofs\ of\ Retrievability
│   └── README.md
|   └── Compact\ Proofs\ of\ Retrievability.pdf