From efca37bf5a7e9be3bc7713bbf986ee1272bf741b Mon Sep 17 00:00:00 2001
From: Christian Boulanger <boulanger@lhlt.mpg.de>
Date: Mon, 8 Jan 2024 12:13:56 +0100
Subject: [PATCH] update notebook description

---
 german-law-journal-network/identify-editors-with-llm.ipynb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/german-law-journal-network/identify-editors-with-llm.ipynb b/german-law-journal-network/identify-editors-with-llm.ipynb
index aaf7e16..2f53234 100644
--- a/german-law-journal-network/identify-editors-with-llm.ipynb
+++ b/german-law-journal-network/identify-editors-with-llm.ipynb
@@ -3,7 +3,11 @@
   {
    "cell_type": "markdown",
    "source": [
-    "## Use GPT-4 to retrieve list of editors"
+    "## Create the data for a social netwwork of German Law Journal editors\n",
+    "\n",
+    "Since no such data exists, the first aim is to automatically compile a list of the current editors of German-language law journals. The list of journal names is in german-law-journal-network/data/juristische-zeitschriften-lobid-berichtigt.csv . The workflow consists of an automated google search, iterate over the first three search results, and then let an AI (here: ChatGPT) extract the list of editors.\n",
+    "\n",
+    "First, try with a fixed journal name"
    ],
    "metadata": {
     "collapsed": false
-- 
GitLab