Home

Awesome

LaCour! Questions and Opinions

Companion dataset and experiments to the arXiv preprint presenting the LaCour! subset Questions and Opinions.

Dataset

Loading the dataset

To use the dataset, all you need is dataset_questions_opinions.json.

You can load the dataset e.g. with pandas:

import pandas as pd
df = pd.read_json('dataset_questions_opinions.json', dtype={'webcast_id': str})

The dataset contains the following fields:

Creating the dataset

[To be updated] To create the dataset yourself, all relevant information has to be extracted first. For this please refer to the creation scripts in lacour-generation.

conda create -n lacour-qando python=3.9
conda activate lacour-qando
git clone https://github.com/trusthlt/lacour-qando.git
cd lacour-qando
pip install -r requirements.txt

Experiments

[tbd]