Skip to content

Question: How to run itas algorithm for each benchmark besides mt_bench and arena? For example gsm8k? #6

Description

@oandreeva-nv

[Note: edited for clarification]

Dear authors,

I was trying to run ITAS algorithm for GSM8K benchmark to get a task specific ARCHON architecture. Unfortunately, I'm a bit stuck with unsupported benchmark issues.

I can see that provided scripts under benchmarks/ and benchmarks/gsm8k repos can generate and evaluate answers.
Unfortunately, it seems like itas_algorithm script in current released version supports only "mt_bench" and "arena_hard_auto":

if self.search_config["benchmark"] in ["mt_bench", "arena_hard_auto"]:

Please, let me know if I'm wrong and what steps are necessary to get a task specific ARCHON architecture.

My intuition leads me to the fact that I need to add question map to use in power_ranker:

QUESTION_MAP = {
"arena_hard_auto": "archon/benchmarks/arena_hard_auto/arena_questions.jsonl",
"mt_bench": "archon/benchmarksmt_bench/FastChat/fastchat/llm_judge/data/mt_bench/question.jsonl",
}

as well as add some logic to compare generated answer against a correct one. Is my intuition correct? Do you plan to update the code with this logic by any chance?

Thanks in advance!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions