OpenEuroLLM / OpenEuroLLM/JudgeArena

API Implementation

Open
#116 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
18
Forks
6
Avg merge
9d 13h
Merged PRs (30d)
4

Description

Currently we don't provide API for our framework enough. Ideally we should be able to

import judgearena
from judgarena.datasets import register_dataset

# Use your own dataset, with following some rules to work properly in the pipeline
@register_dataset
class MyClass
...
...

# Load tasks
task = load_custom_task(...)

cfg = {...}

judgearena.run_task(cfg=cfg, task=task...)

This extends the capability of the framework so it can be used as a library as well as framework.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the repository's existing framework entry points and dataset-loading flow. The issue does not name files, tests, or a specific API boundary, so first determine how datasets and tasks are currently registered and executed. Done means the framework can be imported as a library, accept custom datasets and tasks, and run them through the documented API.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.