This repository contains the code accompanying the paper "Evaluating In-Context Learning for Computational Literary Studies: A Case Study Based on the Automatic Recognition of Knowledge Transfer in German Drama", submitted as a short paper to LaTeCH-CLfL 2024.
Each notebook contains the Python code needed to re-run the experiments presented in the paper.
The data
folder contains the necessary CSV files.
Run the code in the notebooks by first installing Jupyter and then starting a Jupyter server, for instance by running
$ jupyter notebook
inside this directory. Visit the displayed URL and run the notebooks.