Skip to content

Tree based new negative questions#19

Open
alexashalenina wants to merge 30 commits into
mainfrom
tree_based
Open

Tree based new negative questions#19
alexashalenina wants to merge 30 commits into
mainfrom
tree_based

Conversation

@alexashalenina

Copy link
Copy Markdown
Collaborator

No description provided.

justheuristic and others added 30 commits February 13, 2026 14:18
Co-authored-by: Anton Sinitsin <ant.sinitsin@gmail.com>
Co-authored-by: Anton Sinitsin <30695750+xtinkt@users.noreply.github.com>
Co-authored-by: Alexandra Olenina <olenina.alexandra.a@gmail.com>
Co-authored-by: goodevening13 <aashutova12@yandex.ru>
Co-authored-by: Vinogradov Ivan <vinogradov.ig@phystech.edu>
Co-authored-by: Alina Shutova <91018099+goodevening13@users.noreply.github.com>
- Replace benchmark/state_tracking/ with unified benchmark runner at benchmark/ root
- benchmark.py: supports mem0 RAG, mem0 Agent, mem-agent with model_profiles
- Config uses OPENAI_API_KEY + OPENAI_BASE_URL (env vars, any OpenAI-compatible provider)
- Data: 42 state_machine_location scenarios (0-5 transitions, 7 cases each)
- Judge: configurable model via JUDGE_MODEL env var
- Security: remove hardcoded API key from mem-agent/agent/settings.py
- Remove .idea/ from tracking, update .gitignore for runtime artifacts
- Add .env.example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Separate config into clear sections: memory system definitions (mem0,
mem_agent) and experiments with runtime params and model overrides.
Prompts moved into self-contained dataset.yaml per data directory.

- Add config_loader.py with Dataset/Experiment dataclasses
- Refactor benchmark.py: run_experiment() replaces run_benchmark_for_model()
- Experiments override model/api_key/base_url from memory system defaults
- Judge updated for nested experiment output directories
- Prompts relocated to data/state_machine_location/prompts/
- Add README with how-to guides for new datasets and experiments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Default config now runs each memory system with a different model:
- mem0 RAG → gpt-4o (OpenAI)
- mem0 Agent (FC) → gemini-3-flash-preview (via LLM_PROVIDER)
- mem-agent → gemini-3-pro-preview (via LLM_PROVIDER)

Uses LLM_PROVIDER_API_KEY / LLM_PROVIDER_BASE_URL for non-OpenAI models.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move benchmark.py, config files, judge/ and prompts/ from benchmark/
to repository root. Keep data directories in benchmark/.
Fix .env and path resolution in all scripts.
Merge benchmark/README.md into root README.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
o-authored-by: Anton Sinitsin <ant.sinitsin@gmail.com>
Co-authored-by: Anton Sinitsin <30695750+xtinkt@users.noreply.github.com>
Co-authored-by: Alexandra Olenina <olenina.alexandra.a@gmail.com>
Co-authored-by: goodevening13 <aashutova12@yandex.ru>
Co-authored-by: Vinogradov Ivan <vinogradov.ig@phystech.edu>
Co-authored-by: Alina Shutova <91018099+goodevening13@users.noreply.github.com>
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.

4 participants