# HW9: Conclusion & Abstract

## Writing

* Write the Conclusion section and the Abstract in your team overleaf project.
* Recommended length: 20 - 40 lines for the conclusion, and 20 - 35 lines for the abstract.
* Submit the final draft of your individual writing in PDF.

## Rubric

* **Summary**: Does the conclusion well-summarize the contributions of key methods? (2 points)
* **Future Work**: Are the next steps of this research clearly motivated and described? (2 points)
* **Abstract**: Is the abstract written in a compelling and comprehensive manner? (3 points)


---

# Agent Instructions: 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:

```
GET https://emory.gitbook.io/ai-research-practicum/assignments/hw9-conclusion-and-abstract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
