# Approach

## Content

* [Algorithm Development](/ai-research-practicum/approach/algorithm-development.md)
* [Model Design](/ai-research-practicum/approach/model-design.md)
* [Data Creation](/ai-research-practicum/approach/data-creation.md)

{% hint style="success" %}
Typically, it is better to write the approach section as abstract as possible so your methods become generalizable for many tasks.  For example, even if you use [BERT](https://aclanthology.org/N19-1423/) as an encocder but your approach can take any transformer as an encoder, it is better to denote that your method uses a transformer as an encoder instead of BERT.
{% endhint %}


---

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