Skip to content

Commit 499a48d

Browse files
gordonwattsrct225
andauthored
Add llm.md for Large Language Models project (#2730)
* Add llm.md for Large Language Models project This document outlines the Large Language Models As Assistants project, detailing its goals, team members, and related experimental activities. * Add files via upload * Update project image for LLM page * Fix typos in llm project documentation Corrected typos in the project blurb and description. --------- Co-authored-by: Rob Tuck <robtuck@gmail.com>
1 parent f3390d5 commit 499a48d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

assets/logos/partile-llm.png

1.36 MB
Loading

pages/projects/llm.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: /projects/llm.html
3+
layout: project
4+
title: Large Language Models As Assistants
5+
shortname: llm
6+
pagetype: project
7+
image: logos/particle-llm.png
8+
logowidth: 30%
9+
blurb: Umbrella project gathering institute efforts using LLMs as assistants.
10+
maturity: Development
11+
maturity-note:
12+
focus-area: as
13+
start-date: 2025-01-01
14+
team:
15+
- gordonwatts
16+
- davidlange6
17+
- pelmer
18+
- rrutaa
19+
---
20+
21+
This is an umbrella project to collect the experimental acitivites going on in the institute around using large language models to help particle
22+
physicists work. This includes coding, attending conferences, reading and comprehending papers, et.c
23+
24+
* [`hep-data-llm`](https://github.com/gordonwatts/hep-data-llm) a plot agent that experiments with taking the [`adl-benchmark-index`](https://github.com/iris-hep/adl-benchmarks-index)
25+
questions and hint files so that a LLM will generate and run the code. Complete with
26+
fairly complete evaluation metrics and ~20 open source and commercial models tested. Preceded by the [`atlas-plot-agent`](https://github.com/gordonwatts/atlas-plot-agent) project.
27+
* [cmspiolot](https://github.com/rrutaa/cmspilot) a plot agent that uses RAG techniques to target very small LLM's. Fellow Project
28+
* [azure-light-rag](https://github.com/gordonwatts/azure-light-rag) RAG designed to work with very large corpuses of text (e.g. all the European Union stratigic update, or Snowmass documents). Uses RAG techniques plus entity extraction.
29+
Shows all the various problems that traditional RAG shows when working with very large amounts of data. Designed to run in the cloud, and be invoked as a tool from OpenAI's chat-gpt tool.
30+
* [abstract-rankder](https://github.com/gordonwatts/abstract-ranker) - given a list of the users preferences will rank abstracts submitted to a conference and generate a spreadsheet
31+
can be used to navigate a large confernece like ICHEP or CHEP.

0 commit comments

Comments
 (0)