This repository contains the code for the paper "Creation and evaluation of longitudinal user posts", accepted at EACL 2023.
Datasets and pickles that are referenced by the code here are stored in the directory ../datasets
outside of this repository.
- Clone the git repo:
$ git clone [email protected]:Maria-Liakata-NLP-Group/timeline_selection_and_evaluation.git
- Create a conda environment:
$ conda env create --file=environment.yml
- Actviate the conda environment
$ conda activate lnlp_timeline_select
The results of the paper can be reproduced by either running the main.py
script, or by running the Jupyter notebook main.ipynb
.