Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/projects/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,23 @@ tool for facilitating social interaction.

</div>

### U01 (Cooperative Agreements) Projects

<div class="hover-block">

**_1U01DA063534_** - [Toward comprehensive models of naturalistic cooperation and competition in primates](https://reporter.nih.gov/search/1U01DA063534/project-details) \
**_PI(s)_** - [Chang, Steve W. C.](mailto:steve.chang@yale.edu)\*,
[Jadi, Monika P.](mailto:monika.jadi@yale.edu),
[Nandy, Anirvan S.](mailto:anirvan.nandy@yale.edu),
[Saxena, Shreya](mailto:shreya.saxena@yale.edu) \
**_Institution(s)_** - Yale University
{{<details>}}
The flexible ability to work together for mutual benefits while competing against others for limited resources is a hallmark of advanced social cognition. Cooperative and competitive interactions are highly dynamic and complex. However, studying the precise behavioral mechanisms of these interactions has been challenging. This is partly due to the fact that the standard animal models in lab studies do not reliably cooperate. Moreover, typical studies do not include multidimensional behavioral measurements that are essential to understand such complex interactions. Therefore, there is a need to investigate complex social interactions in a species whose social structure strongly depends on both cooperation and competition, while tracking multiple action-based and internal state-related variables to obtain a comprehensive understanding of social behavior. The marmoset is an excellent species for studying complex social interactions grounded in context-dependent cooperative and competitive tendencies within their natural ethology. The first major goal of this proposal is to simultaneously and continuously collect multidimensional biobehavioral measurements, both action-based and internal state-based, during naturalistic cooperative and competitive interactions between freely moving marmosets. We aim to understand the functional and directionally causal dependencies of these biobehavioral variables in cooperative and competitive behaviors. The second major goal is to build comprehensive and empirically testable generative models of primate social interaction and to validate our understanding iteratively between the models and the experiments. We will use multiple modeling approaches to exploit their strengths: multi-agent reinforcement learning with recurrent neural networks will be used to learn complex patterns for prediction, and the structure and inputs to these models will be informed by dynamic Bayesian networks to increase the interpretability of the models. We will use an embodied agent-based framework, with the recurrent neural networks driving musculoskeletal models of marmosets, to better model cooperative and competitive interactions of nonhuman primates. With the comprehensive biobehavioral data and the musculoskeletal model, we will build generalizable models of primate social interaction via a multi-level constraints-based framework. Finally, we will validate the generative models of primate social interaction by inducing multiple types of in silico environmental and task manipulations that are designed to predictably alter social strategies and carrying out those experiments in vivo that significantly alter the resulting social strategy. Overall, we aim to provide the most comprehensive understanding of primate social interactions to date, along with novel generative models of such behavior.

{{</details>}}

</div>

### U24 Data Coordination and AI Center (DCAIC)

<div class="hover-block">
Expand Down
26 changes: 26 additions & 0 deletions content/projects/u01_01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: U01 Project

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The page title 'U01 Project' is very generic. For better SEO and user experience, it would be better to use a more descriptive title, such as the full project title.

Suggested change
title: U01 Project
title: Toward comprehensive models of naturalistic cooperation and competition in primates

type: docs
---

<link rel="stylesheet" href="/css/projects.css">
<div class="hover-block">

**_1U01DA063534_** - [Toward comprehensive models of naturalistic cooperation and competition in primates](https://reporter.nih.gov/search/1U01DA063534/project-details) \
**_PI(s)_** - [Chang, Steve W. C.](mailto:steve.chang@yale.edu)\*,
[Jadi, Monika P.](mailto:monika.jadi@yale.edu),
[Nandy, Anirvan S.](mailto:anirvan.nandy@yale.edu),
[Saxena, Shreya](mailto:shreya.saxena@yale.edu) \
**_Institution(s)_** - Yale University
{{<details>}}
The flexible ability to work together for mutual benefits while competing against others for limited resources is a hallmark of advanced social cognition. Cooperative and competitive interactions are highly dynamic and complex. However, studying the precise behavioral mechanisms of these interactions has been challenging. This is partly due to the fact that the standard animal models in lab studies do not reliably cooperate. Moreover, typical studies do not include multidimensional behavioral measurements that are essential to understand such complex interactions. Therefore, there is a need to investigate complex social interactions in a species whose social structure strongly depends on both cooperation and competition, while tracking multiple action-based and internal state-related variables to obtain a comprehensive understanding of social behavior. The marmoset is an excellent species for studying complex social interactions grounded in context-dependent cooperative and competitive tendencies within their natural ethology. The first major goal of this proposal is to simultaneously and continuously collect multidimensional biobehavioral measurements, both action-based and internal state-based, during naturalistic cooperative and competitive interactions between freely moving marmosets. We aim to understand the functional and directionally causal dependencies of these biobehavioral variables in cooperative and competitive behaviors. The second major goal is to build comprehensive and empirically testable generative models of primate social interaction and to validate our understanding iteratively between the models and the experiments. We will use multiple modeling approaches to exploit their strengths: multi-agent reinforcement learning with recurrent neural networks will be used to learn complex patterns for prediction, and the structure and inputs to these models will be informed by dynamic Bayesian networks to increase the interpretability of the models. We will use an embodied agent-based framework, with the recurrent neural networks driving musculoskeletal models of marmosets, to better model cooperative and competitive interactions of nonhuman primates. With the comprehensive biobehavioral data and the musculoskeletal model, we will build generalizable models of primate social interaction via a multi-level constraints-based framework. Finally, we will validate the generative models of primate social interaction by inducing multiple types of in silico environmental and task manipulations that are designed to predictably alter social strategies and carrying out those experiments in vivo that significantly alter the resulting social strategy. Overall, we aim to provide the most comprehensive understanding of primate social interactions to date, along with novel generative models of such behavior.

{{</details>}}

</div>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This block of content is duplicated from content/projects/_index.md. Duplicating content makes maintenance harder, as changes need to be applied in multiple places. To avoid this, you could store the project information in a data file (e.g., in the data/ directory) and then render it in both places using Hugo's templating features. Alternatively, you could use a shortcode or a partial to include the content from a single source file. This would make your site much more maintainable.


<script>
function openPage(pageUrl){
window.open(pageUrl, "_self");
}
</script>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Embedding JavaScript directly into markdown content files is not a good practice. It mixes content with behavior and can lead to code duplication if the same script is needed on multiple pages. This script should be moved to a global JavaScript file for the site (e.g., in static/js/) and included in the site's base template. This will improve maintainability and separation of concerns.

4 changes: 4 additions & 0 deletions data/team-u01_01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Steve W. C. Chang
- name: Monika P. Jadi
- name: Anirvan S. Nandy
- name: Shreya Saxena