-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from noramcgregor/main
Updating the look and feel to new templates
- Loading branch information
Showing
38 changed files
with
1,294 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"githubPullRequests.ignoredPullRequestBranches": [ | ||
"main" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,30 @@ | ||
# AI & ML in Libraries Literacies {.unnumbered} | ||
>Contributed by: Nora McGregor, [ORCID iD](https://orcid.org/0000-0001-6560-5586)<br> | ||
>Original published date: 04/06/2024<br> | ||
>Last modified: See Github page history | ||
> | ||
>Suggested Citation: Nora McGregor, “AI & ML in Libraries Literacies,” *Digital Scholarship & Data Science Essentials for Library Professionals* (2024), [DOI link tbd] | ||
|
||
|
||
## Introduction: AI & ML terms demystified | ||
--- | ||
title: "AI & Machine Learning in Libraries" | ||
date: 2024-06-04 | ||
date-modified: 2025-02-10 | ||
author: | ||
- name: Nora McGregor | ||
id: jc | ||
orcid: 0000-0001-6560-5586 | ||
email: [email protected] | ||
affiliation: | ||
- name: British Library | ||
city: London | ||
country: UK | ||
url: https://www.bl.uk | ||
abstract: > | ||
A gentle introduction to AI & Machine Learning demystifying concepts and technologies through the examples of practical applications in library work today. | ||
keywords: | ||
- TBD | ||
- TBD | ||
license: "CC BY" | ||
citation: | ||
container-title: Digital Scholarship & Data Science Essentials | ||
volume: 1 | ||
issue: 1 | ||
doi: TBD | ||
--- | ||
## Introduction | ||
|
||
AI is mentioned absolutely everywhere these days, first it was just in movies, the news, but now it’s cropping up in our library meetings and strategies and funding calls, but what does it really mean, particularly in a library context? Let’s try to get to the bottom of this! | ||
|
||
|
@@ -22,11 +39,7 @@ To do that I always like to start off with a bit of basic jargon busting. | |
|
||
Sometimes folks may speak of or refer to AI as systems and machines that actually have true intelligence, and though today's AI systems are shockingly convincing in how well they perform, what we’re seeing today are just very advanced machine learning algorithms and models performing specific and discrete functions extremely well! We’re a long way off (if ever) from machines having sentience (or, **Artificial General Intelligence (AGI)**/**Strong AI**) so don’t worry! | ||
|
||
You might also sometimes hear people talk about **Traditional AI** vs **Generative AI**. **Traditional AI** refers to using machine learning based systems for doing tasks like classifying data (e.g., assigning labels to images, automatically transcribing handwritten texts, or identifying genre of digitised texts). This is the type of AI we make a whole lot of use of in the library world. **Generative AI** on the other hand refers broadly to systems whose primary function is to generate new content (e.g., conversation, books, art). This is where conversation generating AI systems like ChatGPT (Generative Pre-trained Transformer) fall under for example and we’re only just now exploring the potential applications for these new powerful Generative AI systems in library work. | ||
|
||
Generative artificial intelligence (generative AI, GenAI,[1] or GAI) is artificial intelligence capable of generating text, images, videos, or other data using generative models,[2] often in response to prompts.[3][4] Generative AI models learn the patterns and structure of their input training data and then generate new data that has similar characteristics.[5][6] | ||
|
||
Improvements in transformer-based deep neural networks, particularly large language models (LLMs), enabled an AI boom of generative AI systems in the early 2020s. These include chatbots such as ChatGPT, Copilot, Gemini and LLaMA, text-to-image artificial intelligence image generation systems such as Stable Diffusion, Midjourney and DALL-E, and text-to-video AI generators such as Sora.[7][8][9][10] Companies such as OpenAI, Anthropic, Microsoft, Google, and Baidu as well as numerous smaller firms have developed generative AI models.[3][11][12] | ||
You might also sometimes hear people talk about **Traditional AI** vs **Generative AI**. **Traditional AI** refers to using machine learning based systems for doing tasks like classifying data (e.g., assigning labels to images, automatically transcribing handwritten texts, or identifying genre of digitised texts). This is the type of AI we make a whole lot of use of in the library world. **Generative AI** on the other hand refers broadly to systems whose primary function is to generate new content (e.g., conversation, books, art), often in response to text or image prompts. This is where conversation generating AI systems like ChatGPT (Generative Pre-trained Transformer) fall under for example and we’re only just now exploring the potential applications for these new powerful Generative AI systems in library work. | ||
|
||
Whenever AI is being discussed you may often hear the term **Machine Learning (ML)** mentioned, and sometimes they’re used interchangeably which can be confusing! | ||
|
||
|
@@ -181,6 +194,6 @@ Much of this topic guide is based on both a [Library Carpentry Intro to AI for G | |
|
||
There are of course untold numbers of lists out there with resources for learning more about AI & Machine Learning but I think this particular guide is exceptionally useful in its coverage and topics selected, particularly as they are quite specifically for Librarians: [Add'tl Reading for Librarians & Faculty - Using AI Tools in Your Research - Research Guides at Northwestern University](https://libguides.northwestern.edu/ai-tools-research/librarians) | ||
|
||
## Taking the next step | ||
## Finding Communities of Practice | ||
|
||
The [AI4Lam group](https://sites.google.com/view/ai4lam) is an excellent, engaged and welcoming international organisation dedicated to all things AI in Libraries, Archives and Museums. It’s free for anyone to join and is a great first step for anyone interested in learning more about this topic! |
Oops, something went wrong.