# HW6: Approach

## Writing

* Write the Approach section in your team overleaf project.
* Recommended length: 150 - 300 lines (including algorithm boxes, figures, and tables).
* Submit the PDF version of your current draft up to the Approach section.

## Rubric

* **Overview and Structure** (2 points)
  * Is the overall architecture of the approach clearly demonstrated, from input to output?
  * Is the approach well-organized and logically structured?
* **Methodology** (2 points)
  * Are at least two methods (e.g., baseline and advanced) described in detail?
  * Is there a clear conceptual comparison between the methods?
* **Technical Soundness** (2 points)
  * Are the descriptions of all methods clear and comprehensible?
  * Are the descriptions of the methods technically sound and accurate?
* **Visual and Supplementary Elements** (2 points)
  * Are appropriate supplementary materials (e.g., figures, tables, algorithms) provided to enhance understanding?
* **Justification and Rationale** (2 point)
  * Are the choices of methods well-justified with clear reasoning?
  * Is there a discussion of why these methods are appropriate for the research question?
* **Generalizability** (1 point)
  * Is the approach described using generalizable methods that could be applied to similar problems?
* **Novelty** (1 point)
  * Does the approach demonstrate originality or innovative elements?


---

# 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/hw6-approach.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.
