/EduStory

Repository for the work Interpreting Themes from Educational Stories (LREC-COLING 2024)

Primary LanguagePythonMIT LicenseMIT

EduStory

Repository for the work Interpreting Themes from Educational Stories (LREC-COLING 2024)

Under construction

Load the dataset

The dataset can be easily load using pandas.

import pandas as pd
edustory = pd.read_csv("EduStory.tsv", sep='\t')