Skip to main content
The proposal document is due on Sunday, February 18, 2024 before 11:59PM.
Submission Link: https://classroom.google.com/u/3/w/NjUwNDE2MzEwMzQx/tc/NjUxMjcyNDAwOTIx
The lightning talk will be on Monday, February 19, 2024. Your slide should be posted before class on Google Slides.

Project Milestone 1: Project Proposal

The project is a chance for you to apply what you learned in class to a concrete task. You can choose between two directions: creating a novel NLP system or answering a research question. For the direction that you choose, write a project proposal that answers the questions below. You should also prepare to give a two-minute “lightning” presentation on your proposal in class on February 19. More information about the presentation can be found under “What to Submit”.

If you are trying to decide between multiple project ideas, or if you’re struggling to come up with something, we highly encourage you to come to Office Hours and discuss it with the staff. We are experienced researchers and should be able to help you narrow down which ideas of yours are the most feasible + interesting.

Option 1: Build a novel NLP system

Use the techniques we have learned in class to build a novel NLP system. By the end of the semester, you should have a demo that runs either in Colab or a website showcasing your system.

Write a project proposal that includes the following sections:

  1. Project Name (1 point): This is the title of your paper so that we can refer to it.
  2. Project Description (3 points): What novel AI system do you propose to design?
    • Give an example mockup of what the user experience will look like. (1 to 2 paragraphs + diagram)
  3. Data (3 points): What data will be needed to build your system? If this is few or zero shot, explain how you will be designing your prompts.
    • Does the needed data already exist? If so, how much data is available?
  4. Proposed Method (3 points): How will you be using algorithms from class in order to create your system? Will you need to train a model?
    • Write 2-3 paragraphs explaining your proposed method.
  5. Related Work (2 points): Do similar systems exist to the one you propose to create?
    • Give references to them and explain how you think they relate to your project idea.
    • This section will be fleshed out more in the next milestone, so for this submission just include the most relevant related works.
  6. Team Members (1 point): Give a list of the students who will participate in this project, and what contribution you expect each person to make to the project.

Option 2: Attempt to answer an NLP research question

By the end of the semester, you should have an academic paper that describes the research question, the experiments you ran to try and answer it, and an analysis of the experimental results.

Write a project proposal that includes the following sections:

  1. Project Name (1 point): This is the title of your paper so that we can refer to it.
  2. Project Description (3 points): What research question or problem are you trying to solve?
    • Write a problem definition (1 to 2 paragraphs)
    • Give an illustrative example of the problem and/or your proposed solution.
  3. Data (3 points): What kind of data will you need to train and evaluate your method? If this is few or zero shot, explain how you will be designing your prompts.
    • Does the needed data already exist? If so, how much data is available?
  4. Proposed Method (3 points): What do you need to do to answer your research question? What evaluation metrics do you plan to use?
    • Write 2-3 paragraphs explaining your proposed method.
  5. Related Work (2 points): What previous research are you basing this idea on?
    • Give references to research papers that you think are relevant along with short explanations of how you think they relate to your project idea.
    • This section will be fleshed out more in the next milestone, so for this submission just include the most relevant related works.
  6. Team Members (1 point): Give a list of the students who will participate in this project, and what contribution you expect each person to make to the project.

Dataset Resources

  • I have a list of story generation-adjacent resources on my website: https://laramartin.net/resources.html
  • A great resource for finding the code/datasets from papers is Papers with Code. You can even search by task, modality, or language on the Datasets page.
  • HuggingFace also has a great collection of datasets and models. Plus, these datasets can be pulled and worked with directly in Python! Most of these also have papers corresponding with them.
  • There is also Kaggle, which is less curated (i.e., anyone can add things there) and should be navigated with caution. I would use this only if you can’t find anything useful on the other sites.

What to Submit

  1. Submit to Google Classroom:
    • team#-proposal.pdf (where “#” is your team number). This document is your project proposal. To make grading easier, your proposal should include section headers corresponding to each of the bulleted points. LaTeX is preferred but not required.
  2. Prepare the following for class:
    • A two minute “lightning” presentation pitching your idea to the class. You should add a single slide to this Google Slides presentation, which you will need to use your UMBC email to access. You will have time for a longer presentation at the end of the semester.
      • For some examples of past lightning talks, you can find slides to projects from an Interactive Fiction and Text Generation class I taught here: past slides.

Grading

  • Project Name - 1 point
  • Project Description - 3 points
  • Data - 3 points
  • Proposed Method - 3 points
  • Related Work - 2 points
  • Team Members - 1 point
  • Lightning Talk - 2 points