Aligning LLM to NZ public values and evaluation through public consultation
[!info] Project status This project is a 4 month research project. Starting July 2026 ending in November 2026. It is being conducted by James Thompson as a Master project under the supervision of Dr Andrew Lensen. This repo will not be considered 'presentation' ready until the end. Regardless though it is public as that seem like the right way to do things.
A simple introduction of the project can be found in the two-pager. This project is a continuation of the work done over summer 25/26 in AIML501.
User guide
This repo is a mono repo and so contains a few diffierent systems to help work with this project. This is the documentation for these different system.
Setting up
The two tools that are used to manage things is uv and make1 . These should already be installed on your system.
Then to get the repo setup simply run:
git clone https://github.com/1jamesthompson1/AIML589.git
cd AIML589
make setup
Docs
There are various documents made in the docs folder. These are written in LaTeX and can be compiled using make all or make watch FILE=[.tex file name] to compile a specific file. The output will be in the docs/output folder. Each latex file should inherit the docs/common.tex file and define its output file name using the \docname{} command.
-
Which on windows can be used with chocolatey or with WSL2 ↩︎