Skip to content

Commit d0a4e2a

Browse files
Jigsawcopybara-github
authored andcommitted
Internal change
GitOrigin-RevId: fbf89dc85b9448cdc21a82d09c46d929676273a9
1 parent dcb5117 commit d0a4e2a

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

run_r2_ranking_aggregation.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
source ./.venv/bin/activate
4+
5+
python3 -m napolitan.r2_ranking_aggregation.main --r2_url "https://docs.google.com/spreadsheets/d/1K_MybacxSpSnr4Rs6x23rhxGVf3zmz3doVfvAgdmh9Q/edit?gid=51426834#gid=51426834"
6+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
source ./.venv/bin/activate
4+
5+
python3 -m napolitan.representative_opinion_ranking.main \
6+
--r1_url "https://docs.google.com/spreadsheets/d/1K_MybacxSpSnr4Rs6x23rhxGVf3zmz3doVfvAgdmh9Q/edit?gid=1029562411#gid=1029562411" --verbose
7+

run_simulated_jury.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
# This script replicates the functionality of the old sheet_loader_util.py script.
4+
5+
source ./.venv/bin/activate
6+
7+
python3 -m napolitan.proposition_refinement.main \
8+
--r1_url "https://docs.google.com/spreadsheets/d/1K_MybacxSpSnr4Rs6x23rhxGVf3zmz3doVfvAgdmh9Q/edit?gid=1029562411#gid=1029562411" \
9+
--r2_url "https://docs.google.com/spreadsheets/d/1K_MybacxSpSnr4Rs6x23rhxGVf3zmz3doVfvAgdmh9Q/edit?gid=51426834#gid=51426834" \
10+
--propositions_url "https://docs.google.com/spreadsheets/d/1Rx6jIgbvlAC0CqkstdN8IW2pDqZIbQgKZcP_UdbLMvY/edit?resourcekey=0-BKd1GXM7d-4gTLZnm37IyA&gid=0#gid=0" \
11+
--propositions_range "C4:C172" \
12+
--sample_size 10 \
13+
--verbose

0 commit comments

Comments
 (0)