> 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/speed-dating.md).

# Speed Dating

During this class hour, you will have the opportunity to meet your classmates in a series of brief, focused conversations. The goal is to identify potential teammates whose research interests and skills complement your own. This is not about finding your exact clone, but rather discovering peers whose strengths and passions could contribute to a well-rounded and dynamic project team.

Be concise, be curious, and most importantly, be yourself. After this session, you will have 2.5 weeks to form a team for collaboration on a team project.

## Process

* You will participate in 7 rounds of speed dating, with each round lasting 8 minutes and 2-minute transition time between rounds.
* During each round:
  * Form a group of three people with classmates.
  * Each person gets 2 minutes to present and answer questions (6 minutes total).
  * Use the remaining 2 minutes for mutual discussion and note-taking.
* After each round, split up and form new groups with people you have npt met yet.
* By the end of the session, you will have met approximately 14 different classmates (about 25% of the class), helping you identify potential teammates that complement your skills and interests.

Make the most of each interaction by being concise about your interests and skills while asking thoughtful questions to understand your classmates' strengths and working styles.


---

# 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/speed-dating.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.
