Skip to content

Feat: structure scoring per politician#3

Open
positonic wants to merge 4 commits into
evalscience:mainfrom
positonic:feat-structure-scoring-per-politician
Open

Feat: structure scoring per politician#3
positonic wants to merge 4 commits into
evalscience:mainfrom
positonic:feat-structure-scoring-per-politician

Conversation

@positonic
Copy link
Copy Markdown

@positonic positonic commented Apr 30, 2025

This is the file structure to be used in order to give each politician a scoring rubric.

This code fetches the scoring-rubric configuration for each politician from deepgov-gg23, and allows us to use it to process data when creating a review...

Comment thread utils/utils.ts
).then((r) => r.text()),
scoringRubric: await fetch(
`${contentURL}/${name}/modelspec/scoring-rubric.md`
).then((r) => r.text()),
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.

nice! 👍

42161-867-0xd089724cd73c932413bce5c797aee7d2fbcd1ad282f24cff790977e77908fdca,Treegens DAO,0.1800
42161-867-0x5a35dc4ee0fd8cf69eb9f227b626c0c0c093c3efc5a6f1b518a3792d5e8b721860,ÆRTH - Planetary AI,0.0800
42161-867-0xe573019b9f23a496663f5944a83c8acdc99792bfc5f5ad603ee8f6cb0f46f9fe,Hydrapad,0.2300
42161-865-0x9119659eb8173b32bb4423f83702ee30c1e1db49ae0c07b00263bf3ea7f4d4ef,Deep Funding,0.1300 No newline at end of file
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.

can we remove these three credit-assignment-... files for this PR?


--- Project B ---
${JSON.stringify(projectBData, null, 2)}
`;
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.

Should the agent constitution be added to the prompt? Right now it's calling the same prompt 3 times but still stores them for each agent name.

@carlbarrdahl
Copy link
Copy Markdown
Contributor

Nicely done, great work @positonic! Added some comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants