The repo contains some preliminary statistical results from the dataset from Open Data Toronto, available at https://open.toronto.ca/dataset/persons-in-crisis-calls-for-service-attended/.
Paper: https://github.com/xgao28/PICCFSA/blob/main/paper/paper.pdf
The repo is structured as follows:
data/raw_data
contains the raw data as obtained from Open Data Toronto and the simulated data.data/analysis_data
contains the cleaned dataset that was constructed.other/llm
contains details about LLM chat interactions.other/sketches
contains sketches of an expected dataset.paper
contains the files used to generate the paper, including the Quarto document and reference bibliography file, as well as the PDF of the paper.scripts
contains the R scripts used to simulate, download and clean data.
Aspects of the code were written with the help of ChatGPT. The entire chat history is available in inputs/llms/usage.txt.