Skip to main content

The Statcan Dialogue Dataset

Project description

Statcan Dialogue Dataset

This repository contains the code for our project. For detailed information, instructions on requesting access, API user guide and documentation, please visit the website. You can find useful links above. A quickstart is provided below.

Quickstart

First, you need to request access (please go to the main webpage for more information).

Then, you can install our Python library to load the dataset:

pip install statcan-dialogue-dataset

Now, inside Python, you can use various functions to work with the data:

import statcan_dialogue_dataset as sdd

# Download the dataset (from dataverse)
sdd.download_dataverse("your_api_token")
# Alternatively, Download from huggingface
sdd.download_huggingface("your_api_token")

# Extract ZIP into ~/.statcan_dialogue_dataset/
sdd.extract_task_data_zip(remove_zip=True)

# Load task specific split for a specific language
train_ret = sdd.load_task_data(task="retrieval", split="train", lang="en")

# Load all task conversations
task_conversations = sdd.load_task_conversations()

# Load table metadata
table = sdd.metadata.Table.from_code(10100002)
# Get subjects or surveys
subjects = table.get_subjects()
surveys = table.get_surveys()

For more information, head to the Core API Reference page.

Reproduce paper results

The full eacl_code directory contains the code used to produce the results in the paper. To reproduce the results, start by reading the README.md file in the eacl_code directory.

StatCan resources

You may find the following external resources useful:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

statcan-dialogue-dataset-0.2.0.tar.gz (23.3 MB view details)

Uploaded Source

Built Distribution

statcan_dialogue_dataset-0.2.0-py3-none-any.whl (23.4 MB view details)

Uploaded Python 3

File details

Details for the file statcan-dialogue-dataset-0.2.0.tar.gz.

File metadata

File hashes

Hashes for statcan-dialogue-dataset-0.2.0.tar.gz
Algorithm Hash digest
SHA256 02c1a9fd0d80965d0640c518b1ba2649be7f4466bf582e80e8312228844bd122
MD5 043cd6a7fac30ee016fa75c2935aa2f4
BLAKE2b-256 a1f171f3a7b000f2d885118a6a07dba5c0d4f08e2546c340ba3261204e08005c

See more details on using hashes here.

File details

Details for the file statcan_dialogue_dataset-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for statcan_dialogue_dataset-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 be757062b534239a28031b40c65e46c7d9ceac645cbef58defdae272f8d438b4
MD5 44c8c3a52a2dc75b44af28fc45ff066c
BLAKE2b-256 09d759550d04bdd9dec035e0cb842b4193d9a5d32618384f2ceaa7d0bcba37c6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page