forked from ucbepic/DataAgentBench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (95 loc) · 2.99 KB
/
Copy path.gitignore
File metadata and controls
102 lines (95 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# general
.env
.DS_Store
# general py
__pycache__/
.history/
# runtime
claude_projects/
# results
results/
# dependencies
requirements.txt
# scripts
python_script/
bash_script/
repo_cleaning_scripts/
test/
# failure_analysis/
failure_analysis/*
!failure_analysis/example_prompt.txt
!failure_analysis/example_trace.txt
!failure_analysis/failure_modes.txt
!failure_analysis/instruction.txt
!failure_analysis/prompt.txt
!failure_analysis/get_prompt.py
!failure_analysis/get_trace.py
!failure_analysis/llm_judge.py
!failure_analysis/no_tool_calls.py
!failure_analysis/parse_llm_judge.py
# common_scaffold/
common_scaffold/prompts/*.txt
common_scaffold/tools/backup/
common_scaffold/*_backup/
# datasets
query_imdb/query_dataset/imdb*
query_imdb/data_raw/
query_imdb/job_queries/
query_imdb/job_results/
query_imdb/query*/query.sql
query_imdb/scripts/
query_krama/query_dataset/domain_docs/domain_docs_db/files.bson.bak
query_krama/query_dataset/domain_assets.db.bak
query_krama/query_dataset/misc_files/
query_krama/query_dataset/geo.db
query_krama/query*/ground_truth.py
query_krama/scripts/
query_civic_unstructured/
query_paper_unstructured/
query_notice_unstructured/
potentialdb_for_query_snowflake
# datasets: ground-truth data & generation scripts
query_agnews/create_*.py
query_agnews/agnews_gt.parquet
query_bookreview/query_dataset/books_info_mysql.sql
query_bookreview/manual_querycode/
query_bookreview/query*/ground_truth.py
query_crmarenapro/query_dataset/hidden/
query_crmarenapro/query*/ground_truth.py
query_crmarenapro/download_and_filter.py
query_crmarenapro/plan.md
query_crmarenapro/README.md
query_crmarenapro/setup_databases.py
query_DEPS_DEV_V1/query*/ground_truth.py
query_GITHUB_REPOS/query*/ground_truth.py
query_googlelocal/manual_querycode/
query_googlelocal/query2_abandon/
query_googlelocal/query3_abandon/
query_googlelocal/db_description_mysqlversion.txt
query_googlelocal/origi_dataset/
query_googlelocal/query_dataset/business_description_mysql.sql
query_googlelocal/query*/ground_truth.py
query_music_brainz_20k/create_databases.py
query_music_brainz_20k/create_queries.py
query_music_brainz_20k/create_track_repre.py
query_PANCANCER_ATLAS/query*/ground_truth.py
query_PANCANCER_ATLAS/detail_hint_ifneeded.txt
# large db: 5.1G
query_PATENTS/query_dataset/patent_publication.db
query_PATENTS/query_dataset/patent_publication.txt
query_PATENTS/query*/ground_truth.py
query_stockindex/manual_querycode/
query_stockindex/query*/ground_truth.py
query_stockmarket/ground_truth_dataset/
query_stockmarket/manual_querycode/
query_stockmarket/query*/ground_truth.py
query_stockmarket/query_dataset/stockmarket_symboldefinition/
query_stockmarket/metadata_mean.txt
query_yelp/ground_truth_dataset/
query_yelp/manual_querycode/
query_yelp/query*/ground_truth.py
# query_cve / query_usaspending: canonical pre-corruption snapshot + corruption
# manifest are the answer key — keep local-only. Construction code in
# manual_querycode/ IS shipped (see PROVENANCE.md) for full reproducibility.
query_cve/clean/
query_usaspending/clean/