> For the complete documentation index, see [llms.txt](https://emory.gitbook.io/nlp-essentials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emory.gitbook.io/nlp-essentials/projects/proposal-pitch.md).

# Proposal Pitch

Each team will deliver an 8-minute presentation pitching their [project proposal](/nlp-essentials/projects/proposal-report.md) to the class. This presentation should effectively communicate your project's vision, methodology, and potential impact while demonstrating its feasibility within the semester timeframe.

## Requirements

* Duration: 8 minutes (strict time limit).
* All team members should contribute to the presentation.
* Content should cover key aspects of your written proposal, including:
  * Project overview and objectives
  * Problem statement and motivation
  * Proposed methodology
  * Dataset and evaluation plans
  * Timeline and team responsibilities
  * At least one end-to-end example demonstrating your system's input/output

## Submission

Submit your presentation slides in PDF to Canvas.

## Rubric

* **Content & Technical Merit** (1 point):
  * Demonstrates clear understanding of the technical concepts and methodologies involved.
  * Presents a well-researched problem statement with relevant background information.
  * Shows depth of knowledge in the chosen technical area.
  * Identifies and addresses key technical challenges.
* **Feasibility & Planning** (1 point):
  * Provides a realistic timeline and clear milestones.
  * Demonstrates thoughtful consideration of available resources and constraints.
  * Outlines specific roles and responsibilities within the team.
  * Shows understanding of potential risks and mitigation strategies.
* **Presentation Quality** (1 point):
  * Delivers information in a clear, engaging, and professional manner.
  * Uses visual aids effectively to support key points.
  * Shows good preparation and coordination among team members.
  * Handles questions thoughtfully (if any) and demonstrates good understanding.
* **Innovation & Impact** (1 point):
  * Presents a novel approach or unique application to address the problem.
  * Clearly articulates the potential value and significance of the project.
  * Demonstrates awareness of existing solutions and explains improvements.
  * Shows consideration of broader implications and applications.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://emory.gitbook.io/nlp-essentials/projects/proposal-pitch.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
