Buckets:
327 MB
305 files
Updated 21 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| PartIII_cleaned | 3 items | ||
| README.md | 1.48 kB xet | c259e258 | |
| clean_agent_frequency.py | 8.44 kB xet | f6c5b342 | |
| create_partiii_cleaned.py | 8.57 kB xet | 0636881f | |
| frequency_cleansing_summary.json | 26.9 kB xet | f99e3e07 | |
| llm_count.json | 10.8 kB xet | 729b28b5 | |
| llm_frequency.json | 16.7 kB xet | 67ae632e | |
| merge.cleaned.json | 13.6 MB xet | a9dae248 | |
| tool_count.json | 739 kB xet | ef066186 | |
| tool_frequency.json | 1.06 MB xet | 2605d766 |
Data Cleansing Scripts
This folder contains scripts for cleaning the PartIII agent data and ranking pairs.
Files
clean_agent_frequency.py
This script reads the raw PartIII agent file:
../dataset/PartIII/agents/merge.json
It cleans noisy LLM and tool names, then outputs cleaned agents and frequency statistics into this folder.
Main outputs:
merge.cleaned.json
llm_frequency.json
tool_frequency.json
llm_count.json
tool_count.json
frequency_cleansing_summary.json
Cleaning rules:
- LLM names containing
partare treated as noisy and replaced withDefault_LLM. - Tool names are cleaned more conservatively. Only obvious
PartI,PartII, orPartIIIstyle tool names are replaced withDefault_Tool.
Run:
python clean_agent_frequency.py
create_partiii_cleaned.py
This script reads:
merge.cleaned.json
../dataset/PartIII/rankings/merge.json
It removes invalid question-agent pairs from the rankings. An agent is treated as invalid if it uses Default_LLM, uses Default_Tool, or is missing from the cleaned agent file.
Main outputs:
PartIII_cleaned/agents/merge.json
PartIII_cleaned/rankings/merge.json
PartIII_cleaned/cleaning_summary.json
Run:
python create_partiii_cleaned.py
Output Folder
After running both scripts, this folder will contain cleaned agents, frequency statistics, and a cleaned PartIII dataset with invalid ranking pairs removed.
- Total size
- 327 MB
- Files
- 305
- Last updated
- Jul 16
- Pre-warmed CDN
- US EU US EU