stream-bench
We propose a pioneering benchmark to evaluate LLM agents' ability to improve over time in streaming scenarios
File Explorer
Download Latest Version (.zip)- cot.yml
- fewshot.yml
- grow_prompt.yml
- gt.yml
- mam_stream_icl.yml
- mam_stream_icl_cot.yml
- mem_prompt.yml
- self_refine.yml
- self_stream_icl.yml
- self_stream_icl_cot.yml
- zeroshot.yml
- bird.yml
- cosql.yml
- ddxplus.yml
- ds_1000.yml
- gsm8k.yml
- hotpotqa.yml
- math.yml
- spider.yml
- toolbench.yml
- run_math_batch.sh
- run_bird.sh
- run_cosql.sh
- run_ddxplus.sh
- run_ds_1000.sh
- run_gsm8k.sh
- run_hotpotqa.sh
- run_math.sh
- run_spider.sh
- run_toolbench.sh
- __init__.py
- base.py
- cot.py
- fewshot.py
- fewshot_rag.py
- gt.py
- iter_prompt.py
- multiagent_rag.py
- scratchpad.py
- utils.py
- zeroshot.py
- execution.py
- fewshots.py
- validate.py
- sqlite_interpreter.py
- string_formatter.py
- fewshots.py
- __init__.py
- base.py
- ddxplus.py
- ds_1000.py
- gsm8k.py
- hotpotqa_distract.py
- math.py
- text_to_sql.py
- toolbench.py
- utils.py
- __init__.py
- base.py
- claude.py
- gemini_dev.py
- gemini_vertex.py
- groq_model.py
- hf_model.py
- oai_chat.py
- utils.py
- run_bench.py
- run_bench_batch.py
- utils.py
- .gitignore
- download_text2sql_data.py
- Figure0.png
- Figure1.png
- LICENSE
- obtain_streaming_sequences.ipynb
- playground.ipynb
- README.md
- requirements.txt
- znote.txt
# Installation Guide
1. Get the code
git clone https://github.com/stream-bench/stream-bench
Downloads the entire project code from GitHub to your computer.
cd stream-bench
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python -m stream_bench.pipelines.run_bench \
Runs the Python script (or module).
python -m stream_bench.pipelines.run_bench_batch \
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
