From e2e21287263d398f87251d8c96370c3938e9514d Mon Sep 17 00:00:00 2001 From: akochari Date: Thu, 14 Nov 2024 10:10:37 +0100 Subject: [PATCH] add exercise about job applications --- FF2024/exercise_session_2.html | 3 + FF2024/jobs.html | 340 +++++++++++++++++++++++++++++++++ 2 files changed, 343 insertions(+) create mode 100644 FF2024/jobs.html diff --git a/FF2024/exercise_session_2.html b/FF2024/exercise_session_2.html index 161bcfe..baa3b18 100644 --- a/FF2024/exercise_session_2.html +++ b/FF2024/exercise_session_2.html @@ -49,6 +49,9 @@

Session 2

In this round of hands-on exercises you can choose various use cases/applications of LLMs to try out. We do not expect you to try out more than one of these in such a short time. Select one LLM use case that you think is most fun below.

+
+

Job announcements and job search ->

+

Upload and chat about a document ->

diff --git a/FF2024/jobs.html b/FF2024/jobs.html new file mode 100644 index 0000000..9d96c97 --- /dev/null +++ b/FF2024/jobs.html @@ -0,0 +1,340 @@ + + + + + + + + + +Working with texts + + + + + + + + + + + + + + + + + + + +
+ +
+ + +

Hands-on sessions / Hands-on session 2 /

+
+

Job announcements and job search

+

Below are some examples of what you can use LLMs for.

+
+

Job announcements

+

One way in which LLMs are used often is for writing job announcements and cover letters. You can provide information about the type of person you are looking for and receive a suggestion for a job ad that will typically be pretty good.

+
Write a job ad for …[a bioinformatician with the following skills...]
+

Job applications

+

As a job applicant, you can copy-paste the job ad and your CV as well as additional information and ask for a cover letter.

+
Write cover letter for this job ad based on my CV and the following information [paste your CV] [paste additional info] [paste job ad]
+

If you think that a cover letter will play an important role in candidate selection, please note that you need to be careful about using LLMs for cover letters. Specifically, because many of the other job applicants will be using LLMs to write cover letters and will be sending a similar letter to yours (for the person reading all the cover letters it is easy to recognize text written by LLMs). So make sure to make it less generic if you think it is important.

+
+

☝️ TIP: Fun fact: there are now LLM-powered tools that allow to apply to many jobs without any effort, see for example this article: Someone claims to have used AI to apply to 2,843 jobs.

+
+

Job interviews

+

Another way to use an LLM is to help you prepare for an important meeting. For example, you can ask to generate potential job interview questions.

+
Ask me questions and help me prepare for an important interview.
+
+ +
+ + +
+ + + + \ No newline at end of file