Name | ai-assignment-marker JSON |
Version |
0.1.0
JSON |
| download |
home_page | https://github.com/1jamesthompson1/ai_assignment_marker |
Summary | A marker that will use tests to run a cpp program and mark it based on the output. It will use the openAI api and LLMs to help process the output. |
upload_time | 2023-08-28 03:14:01 |
maintainer | |
docs_url | None |
author | James |
requires_python | >=3.11,<4.0 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# What
This is a test of creating an AI marker for first year programming assignments.
The parituclar assignment example is a simple converter that takes in either binary or decimal numbers and converts them to the other.
# Why
In later papers using unit testing frameworks and giving out grades based on this can be done sucsessfully as the students are more confident with programming and can handle having to write a program with exact output. However in first year the focus is still on programming itself and so the challenge of the assignment is with the logic of the program and not the exact format of the output (Unless that is part of the logic!).
This would mean that for example the program could output "Converting binary to decimal answer is 10" or "Converting to decimal: 10" and both would be completely acceptable.
# How
The goal of the AI marker is to be able to take in a set of test cases and then run the students program against various unit tests however the grading and marking of these unit tests will be done with a LLMs.
Raw data
{
"_id": null,
"home_page": "https://github.com/1jamesthompson1/ai_assignment_marker",
"name": "ai-assignment-marker",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "James",
"author_email": "1jamesthompson1@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9d/e3/5398a325eb46a50b0fa0a98a8d045b8586ae4bae542b05964c75aa45f4ad/ai_assignment_marker-0.1.0.tar.gz",
"platform": null,
"description": "# What\n\nThis is a test of creating an AI marker for first year programming assignments.\n\nThe parituclar assignment example is a simple converter that takes in either binary or decimal numbers and converts them to the other.\n\n# Why\n\nIn later papers using unit testing frameworks and giving out grades based on this can be done sucsessfully as the students are more confident with programming and can handle having to write a program with exact output. However in first year the focus is still on programming itself and so the challenge of the assignment is with the logic of the program and not the exact format of the output (Unless that is part of the logic!).\n\nThis would mean that for example the program could output \"Converting binary to decimal answer is 10\" or \"Converting to decimal: 10\" and both would be completely acceptable.\n\n# How\n\nThe goal of the AI marker is to be able to take in a set of test cases and then run the students program against various unit tests however the grading and marking of these unit tests will be done with a LLMs.",
"bugtrack_url": null,
"license": "",
"summary": "A marker that will use tests to run a cpp program and mark it based on the output. It will use the openAI api and LLMs to help process the output.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/1jamesthompson1/ai_assignment_marker",
"Repository": "https://github.com/1jamesthompson1/ai_assignment_marker"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c7112dfcb897011838b32962df0e4e69775be77d99a6626f7bbda196a753f19",
"md5": "f7060fa24085f894d5a91a6f9f4f659b",
"sha256": "1c80a28ff470f7a9a23f1155b13b741beefa637727fd626b47a4ccec18372f04"
},
"downloads": -1,
"filename": "ai_assignment_marker-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f7060fa24085f894d5a91a6f9f4f659b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11,<4.0",
"size": 3572,
"upload_time": "2023-08-28T03:13:59",
"upload_time_iso_8601": "2023-08-28T03:13:59.463805Z",
"url": "https://files.pythonhosted.org/packages/9c/71/12dfcb897011838b32962df0e4e69775be77d99a6626f7bbda196a753f19/ai_assignment_marker-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9de35398a325eb46a50b0fa0a98a8d045b8586ae4bae542b05964c75aa45f4ad",
"md5": "042f02b5ebcba8edefadc3b8d23480fd",
"sha256": "dd503c62b6f8bbfe389d629b748cc74e848a04b946b6d5c01120e1ad65a26b60"
},
"downloads": -1,
"filename": "ai_assignment_marker-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "042f02b5ebcba8edefadc3b8d23480fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11,<4.0",
"size": 2436,
"upload_time": "2023-08-28T03:14:01",
"upload_time_iso_8601": "2023-08-28T03:14:01.281495Z",
"url": "https://files.pythonhosted.org/packages/9d/e3/5398a325eb46a50b0fa0a98a8d045b8586ae4bae542b05964c75aa45f4ad/ai_assignment_marker-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-28 03:14:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "1jamesthompson1",
"github_project": "ai_assignment_marker",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ai-assignment-marker"
}