Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop episode 4: LLM #28

Open
laurasootes opened this issue Oct 8, 2024 · 0 comments
Open

Develop episode 4: LLM #28

laurasootes opened this issue Oct 8, 2024 · 0 comments
Assignees

Comments

@laurasootes
Copy link
Collaborator

laurasootes commented Oct 8, 2024

4 hours of lesson material

Lesson questions:

Lesson objectives:

Challenge to solve this episode: compare a newspaper from the fifties with one form the nineties. How do we speak about XXX in those different times?
Data: Delpher newspaper articles.

General activities:

  • prompt engineering
  • how do you implement a LLM in your research, what next steps can you do with a generated summary for example

Current idea: select two Delpher newspapers for the same specific date, but from different periods: one from the ‘30ies or ‘50ies (whichever works best) and one from the nineties. And compare the results for different tasks:

Steps:

  • Collect the titles of the articles.
  • Get a one-sentence description of the articles
  • Classify the articles: e.g. politics, economics, sports, culture...
  • Compare the writing style

Optional dates (decide which works best later). Newspaper itself to be decided (e.g. AD, Volkskrant, telegraaf, RNC...)

  • 1 January
  • Kings/queens day
  • May 5th (oldest newspaper from the fifties)

Subjects to discuss:

  • What is an LLM and how is it different from other NLP models
  • How does an LLM work, maybe something on the architecture.
  • Which LLMs are out there, how do you choose which one to use?
  • Which tasks are LLMs good at? For which tasks are other models better?
  • (how can you fine-tune a LLM model)
  • How do you use an LLM such that you get the best results
  • Important: pitfalls, limitations, caveats, privacy

resources:
https://github.com/meta-llama/llama-recipes/tree/main/recipes
https://research-software-directory.org/projects/navigating-stories
https://www.delpher.nl/nl/kranten/results?query=&coll=dddtitel&sortfield=date
https://github.com/HandsOnLLM/Hands-On-Large-Language-Models

@laurasootes laurasootes self-assigned this Oct 8, 2024
@ThijsVroegh ThijsVroegh self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants