Fetching the latest programs, projects, and workspace data.
1) Develop prompts & context size for LLMs that identify architectural parameters in the RISC-V privileged and unprivileged spec. a) Give examples from the manually created list (in UDB). b) Identify with textual excerpt from the specs. c) Classify the parameters as either dependent on a configuration, named or unnamed. 2) Use those prompts to collect a list of parameters using at least two different LLMs and the parameters documented in UDB. 3) Refine the prompts to address any differences between LLM and UDB results, as needed. a) Filter out any hallucinations as negative examples, e.g. doesn’t fall into any of the 1(c) categories or falls into the wrong category (could be context size dependent). b) Use some missing parameters as further prompt examples. 4) Create a Github PR to insert tags into the spec for each parameter in the resulting list, giving unique names to unnamed parameters according to the tag format spec, and using existing parameter names as examples.
Showing 1 of 1 projects. Click any project card for scope, mentors, and proposal studio.
1) Develop prompts & context size for LLMs that identify architectural parameters in the RISC-V privileged and unprivileged spec. a) Give examples from the manually created list (in UDB). b) Identify with textual excerpt from the specs. c) Classify the parameters as either dependent on a configuration, named or unnamed. 2) Use those prompts to collect a list of parameters using at least two different LLMs and the parameters documented in UDB. 3) Refine the prompts to address any differences between LLM and UDB results, as needed. a) Filter out any hallucinations as negative examples, e.g. doesn’t fall into any of the 1(c) categories or falls into the wrong category (could be context size dependent). b) Use some missing parameters as further prompt examples. 4) Create a Github PR to insert tags into the spec for each parameter in the resulting list, giving unique names to unnamed parameters according to the tag format spec, and using existing parameter names as examples.