Rehabilitating Homeless: Dataset and Key Insights††thanks: Supported by ‘‘Nochlezhka” non-commercial organization for rehabilitation of the homeless people, see https://homeless.ru/en/
Abstract
This paper presents a large anonymized dataset of homelessness alongside insights into the data-driven rehabilitation of homeless people. The dataset was gathered by a large non-profit organization working on rehabilitating the homeless for twenty years. This is the first dataset that we know of that contains rich information on thousands of homeless individuals seeking rehabilitation. We show how data analysis can help to make the rehabilitation of homeless people more effective and successful. Thus, we hope this paper alerts the data science community to the problem of homelessness.
Introduction
There is no universal definition of homelessness. In general, homelessness is the condition of lacking stable, safe, and adequate housing. In 2004, the United Nations sector of Economic and Social Affairs defined a homeless household as households without a shelter that would fall within the scope of living quarters. They carry their few possessions with them, sleeping in the streets, in doorways or on piers, or in any other space, on a more or less random basis.(UN 2004).
In 2009, at the United Nations Economic Commission for Europe Conference of European Statisticians (CES), held in Geneva, Switzerland, the Group of Experts on Population and Housing Censuses defined homelessness as follows:
In its Recommendations for the Censuses of Population and Housing, the CES identifies homeless people under two broad groups:
-
(a)
Primary homelessness (or rooflessness). This category includes persons living in the streets without a shelter that would fall within the scope of living quarters;
-
(b)
Secondary homelessness. This category may include persons with no place of usual residence who frequently move between various types of accommodations (including dwellings, shelters, and institutions for the homeless or other living quarters). This category includes persons living in private dwellings but reporting “no usual address” on their census form.
The CES acknowledges that the above approach does not provide a full definition of the “homeless” (UN 2009).
The problem of homelessness has attracted the attention of researchers since the 1980-s. Many researchers like (Crane and Takashi 1998), (Avramov 2001) or (Collin 1992) studied homelessness as primarily a housing problem. Others like (Dear and Wolch 2014) or (Wennig 1991) studied homelessness among people with mental diseases attributing it to deinstitutionalizing state mental hospitals and reducing public expenditures on welfare. Many other aspects of homelessness were studied, providing various aggregate data on homelessness. There is much research on the key factors and areas that could be addressed to prevent homelessness; see, for example, (Cunningham, Schmitt, and Henry 2006), or (Rukmana 2010). (O’Flaherty 2004), or (Byrne et al. 2013) provide a meta-analysis of various previous research results and list variables negatively and positively affecting homelessness rates. For the recent meta-analysis, we address the reader to (Rukmana 2020). This paper points out that many aspects of the homelessness problem and approaches to helping homeless people, as well as preventing homelessness, heavily depend on the country and local specifics.
In many developing countries, the homelessness problem is often practically addressed by charity and non-government organizations (NGOs) in parallel with the public sector. “Nochlezhka” charity organization is one of those helping homeless people in Moscow, Saint Petersburg, and other cities in Russia. Homeless people receive help in humanitarian and re-socialization projects. Humanitarian projects provide free overnight stay, hot food, access to a shower, hygiene products, and clothes. These services are provided to any homeless person, regardless of their intent to move into a permanent shelter, where they can get further assistance from social workers. Re-socialization projects are available for the homeless who decided to leave the street for the shelter and want to restore documents, find a job or find an independent residence.
The employees of such organizations often face a necessity to make difficult and non-obvious decisions based on noisy, incomplete and conflicting data. Recently, data analytics and machine learning started to get wider adoption in assisting such decision-making. There are examples of machine learning applications to predict homelessness in Canada (Arsenault 2020), (VanBerlo et al. 2020), to improve the housing system for homeless youth in the USA (Chan et al. 2017) and others.
The history of ML applications in addressing homelessness is not long. However, a fairly large amount of data has already been gathered, see, for example, data.World portal (Data.World 2022). Although the data from the USA, Canada or UK is relatively big, we could not find many homelessness-related datasets from other countries. Also, the datasets available at the moment mostly contain aggregated data. The dataset presented in this paper has much more detailed (albeit anonymized) information.
We have been working together with “Nochlezhka” charity organization on studying the data collected so far in their databases. For the last ten years, “Nochlezhka” has stored its clients’ data in its content management system (CMS). Every new homeless client, upon registry, is informed that their data are stored and could be used for research purposes. The original CMS data was stored in multiple tables. We cleaned, preprocessed, and anonymized the data creating a dataset available for further data analysis. In this paper, we also report results obtained with this dataset. These results provide valuable insights into the process of rehabilitation of the homeless. In particular, we demonstrate that certain factors predict the outcome of the person’s rehabilitation activities with a reasonable level of certainty. We are sharing this dataset, together with the insights and conclusions made, with the data science community. We hope to attract more attention and data scientists to the problem of homelessness globally.
Data
The gathered dataset is one of the major contributions of this paper. In this section, we describe the preprocessing of original data and document the resulting dataset to facilitate its further use by other researchers interested in the problem of homelessness.
Data Cleaning
The data was downloaded from the CMS database directly. Some of the tables contained a lot of typos, mistakes, discrepancies, HTML tags, etc.; we cleaned this data. The biggest problem was typos and errors in names and dates of birth that resulted in misidentifying the same person (client in database terminology) from different records as two or more people. We created person representation as a concatenation of full name and date of birth for each line in the clients’ table. Then, we calculated the pairwise similarity using the Levenshtein distance between the obtained strings (SeatGeek 2022). The pairs of strings with high similarity were further checked to identify if two table lines represent the same person. These checks were done manually due to some typos and errors in the original database. We also deleted all obviously fake birth dates, for example, 1001-01-07, thus obtaining a table of clients with a unique person at each line. There was still a small possibility that some person’s information might be grouped with another under an erroneous name, but we estimate the probability of such error as extremely low. HTML tags and other service data were searched for and removed by regular expressions.
Anonymizing
There are two types of clients in the database: clients of humanitarian services and clients who participated in re-socialization projects. Once the client enters the re-socialization project, a numeric ID is assigned to the client in the database. All of their further activities are logged under this issued ID. The data on the clients using humanitarian services (shelter, free shower, etc.) was entered into the database the way it was received from the client. The fields included names, dates of birth, and other sensitive information. If a homeless person was enrolled in both humanitarian and re-socialization projects, we matched their ID. We assigned IDs from a separate pool for the names listed in the humanitarian database that had no matching ID. Thus we anonymized the data while leaving a possibility to distinguish between the clients who used humanitarian services only and those who entered re-socialization projects. There is no sensitive data in the dataset we are publishing – all personal info is replaced with numeric IDs. We address ethical concerns of this decision in Section Ethics Concerns. Here we reiterate that the data is anonymized and published under explicit consent of the partner NGO and every client of the NGO projects.
Obtaining Features from Database Tables
Contract types
Upon requesting help from a social worker, a homeless person signs a contract between NGO’s client and the NGO. In this contract, the client specifically lists the goal they want to achieve upon the contract completion. According to the previous experience of the social workers, such explicit commitment on the client’s side improves the chances for successful rehabilitation. The dataset we publish with this paper is centered around predictions of contract completion. Every contract is an entity within the CMS of “Nochlezhka” database representing some specific activity during re-socialization projects. We used the same term “contract” in the dataset. Depending on the client’s goals, there are different types of a contract with the organization like registration, document restoration, obtaining citizenship, etc. – 43 types in total. A single person may have several contracts of different types, or several contracts of the same type in different time periods. We represent each occurrence of any contract type for each client as a separate line in the dataset.

We have found that certain goals (such as restoring lost documents) are relatively easy to attain, while others (for example, rehabilitation for drug abuse) might have a lower success rate. To highlight this dependency on the type of a contract, we created a separate binary variable for each contract type – that is, we one-hot encoded all 43 contract types. Figure 1 illustrates the distribution of contract types in the dataset, with the share of successfully completed contracts of each type.
Contract statuses
There are eight contract statuses: “in progress”, “fulfilled”, “partially fulfilled due to client rejection”, “partially fulfilled due to other reasons”, “not fulfilled due to client rejection”, “not fulfilled due to other reasons”, “partially fulfilled due to client absence”, “not fulfilled due to client absence”. We used the state of the database on the date 2021-07-31, containing records for over nine years, from 2012-07-11. Fig. 2 shows the contract statuses distribution in the resulting dataset.

Other features
We added data on the client’s gender and age. Age in years was calculated separately based on the client’s birth date, if available, and the slice date 2021-07-31. The database also contained additional information on the clients. Depending on the client, the features could include: marital status, dependants, profession, contacts with relatives, time in confinement, disability, alcohol abuse, drug abuse, and others – the resulting table contained 28 columns of features derived from the database tables.
Obtaining features from comments
To obtain rich data on clients, we analyzed the fields with manual notes made by the social workers upon clients’ registration. We found certain frequent remarks that could be relevant to the resulting dataset. These are remarks that social workers leave while working with a client. These comments are usually added upon the start of the contract or during the interactions with the client along the rehabilitation process. Like other features, we publish the comment category tags for the comments added before the slice date 2021-07-31.
We removed punctuation, numbers, and other special symbols from the text of comments and extracted tokens using Natural Language Toolkit (https://www.nltk.org/team.html 2021). The resulting tokens were lemmatized using pymorphy2 (Korobov 2020). The stopwords (prepositions, other auxiliary words) were removed from the resulting tokens list. The frequency dictionary was built from the received tokens list using the method proposed in (Shevchenko 2018) to determine which keywords and topics appear in the manual comments more often. As a result of the analysis, 23 most frequent categories were selected. Each of these categories was used as a tag. Some clients do not have any tags. A client may have more than one tag. The original texts of the comments made by the social workers are not included in the dataset. Thus, the dataset only includes the resulting frequent tags and does not include any client-specific personal or sensitive details.
Finally, we obtained a unique anonymized client id and corresponding tags for every client. The most frequent tag is the tag comments_relatives. It occurs 2713 times in the dataset. The least frequent tag is comments_illiteracy since only two clients were illiterate.
Resulting dataset
We merged the features obtained from database tables with the features obtained from comments by client ID to create the resulting dataset with a total of 6349 records and 51 features. Since contract type appeared to be an important feature worth further investigation, we also created an auxiliary dataset with all 43 contract type IDs one-hot encoded111Actually only 42 types were present, since one of the contract types was available in the database but did not occur on any record..
The dataset contains many NaN values – not every record contains every feature. There are cases where some feature values for specific records are unknown. Therefore, additional preprocessing will be necessary for the machine learning models that can not work with NaN values.
We publish raw anonymized data on clients, contracts, and humanitarian projects that may help the data science community try different hypotheses, approaches, and models in studying the dataset. The data is cleaned from errors, duplicates, and discrepancies and translated into English.
Table 1 shows some statistics describing the resulting dataset.
Description | Quantity |
---|---|
Total records (different contract items) | 6349 |
Different contracts | 3589 |
Different clients | 2754 |
Men | 2239 |
Women | 515 |
Age 0-20 | 7 |
Age 21-40 | 789 |
Age 41-60 | 1467 |
Age 61-80 | 476 |
Age 80+ | 14 |
Contract type 8 Temp. registration | 558 |
Contract type 17 Citizenship | 339 |
Contract type 20 Cancel fraudulent transaction, return housing | 26 |
Comments: pregnancy | 11 clients |
Contract type 25 Military Service Card | 21 |
Models
To see if the obtained dataset could provide meaningful insights into the rehabilitation of the homeless, we have trained several models to predict the probability of rehabilitation success using available data about the client.
Target variable
Since in the experiment described here, we make a prediction based on client data, let us consider “fulfilled” status (see “Contract statuses” subsection above) as a positive result, while statuses other than “fulfilled” and directly related to the client (“partially fulfilled due to client rejection”, “not fulfilled due to client rejection”, “partially fulfilled due to client absence”, “not fulfilled due to client absence”) as negative results. We considered a total of 6349 contracts, while 923 contracts with statuses: “in progress”, “partially fulfilled due to other reasons”, and “not fulfilled due to other reasons” were not included in our consideration in the subset for the particular experiment (although this data is still available in the dataset we publish for further experiments and research). Thus, we simplified the task down to binary classification with two values of the target variable: 1 - “contract completed successfully” and 0 - “contract not completed due to the client’s behavior”.
Models and Experiments
The logistic regression model was used as a baseline. Along with logistic regression, we experimented with support vector machine (SVM), decision tree classifier, random forest classifier, k nearest neighbors algorithm, fully connected neural network (FCNN), CatBoost classifier, and XGBoost classifier. We used the train-test-split module from Python sklearn library to split the dataset into train and validation subsets. 80 % of the records were used in the training set, 20 % in the validation set. We kept the positive-negative ratio in both training and validation sets as in the original set (“stratify” property of train-test-split). Then we balanced the data in the training set, sampling an equal share of successful and unsuccessful contracts to train the model. Two methods (random undersampling and random oversampling) were used to balance the training subset. The validation subset was not modified and kept the original positive-negative ratio. We have then trained several models on the train set. Table 2 summarizes the results of the trained models on the validation subset for two different balancing techniques. Since the validation set is imbalanced, we use the weighted average of F1-score as the model quality measure.
Model | F1 with Undersampling | F1 with Oversampling |
---|---|---|
Logistic Regression | 0.64 | 0.65 |
SVM | 0.64 | 0.64 |
Decision Tree | 0.73 | 0.76 |
k Nearest Neighbours | 0.65 | 0.65 |
FCNN | 0.69 | 0.74 |
CatBoost | 0.76 | 0.76 |
Random Forest | 0.78 | 0.81 |
XGBoost | 0.80 | 0.85 |
Since the majority of the variables in the dataset are categoric, it is not surprising that CatBoost (Dorogush, Ershov, and Gulin 2018) and XGBoost (Chen and Guestrin 2016) perform well on the provided data. These algorithms were explicitly designed to work with categoric variables. However, what is surprising is the relatively high F-1 score (as well as a comparable accuracy) that the models demonstrate on the test. Such information could be helpful for social workers since “Nochlezhka” is a non-profit organization that has to function under considerable financial constraints. Using non-balanced data and adjusting for the discrepancies in the size of different data classes, one can obtain higher scores222The code of experiments is available at https://github.com/LEYADEV/homeless.
It is also important to note that a high F-1 score also validates the obtained dataset. It shows that the provided data contains meaningful information on the nature of homelessness available on an individual’s level, which makes the provided dataset unique for the field. In the next section, we discuss further insights that could be obtained with the provided dataset.
Discussion




Figures 3–6 summarize the importance of various features that, according to different models, influence the contract success the most, either in “successful” or “unsuccessful” direction. All models for which the feature importance is illustrated, are tree-based. Therefore, they have similar criteria for feature importance measure calculation. In tree-based models, the importance is generally calculated for a single decision tree by the amount each feature split point improves the performance measure, weighted by the number of observations the node is responsible for. All four models above have “feature_importance_” method that was used to calculate the feature importance absolute value. The sign was taken from the correlation table and represented the sign of the correlation between a specific feature and the target variable. One sees that, although not all the models have the same features on their top-20 importance list, some features appear in most, if not all, top lists. For example, one sees that the essential feature is a registered absence of the client. This typically means the client missed one or several appointments with the social worker. Other high-impact factors include age, contact with relatives, diseases, and disability. We have discussed the results with social workers. While doing so, we made it clear to the social workers that feature importance does not, in any case, mean any cause-and-effect relationship between a specific feature and the result; just the extent to which the model regards the feature as essential for the result prediction. The feedback was that along with some expected results, there are certain surprising aspects.
The following features have the highest positive impact on XGBoost model that has shown the best results:
-
•
the person seeks registration for the shelter provided by “Nochlezhka”;
-
•
the person or the person’s spouse is pregnant;
-
•
the person seeks to restore documents – namely, the military service card or a passport;
-
•
the person seeks medical attention;
-
•
the person needs technical rehabilitation equipment;
-
•
the person or someone close to the person has mental problems;
-
•
the person wants to return to hometown, where they might have a place to live;
-
•
the person seeks legal support in court;
-
•
the person is divorced;
-
•
the person has disabilities;
-
•
the person is the citizen of Russia;
-
•
the person has a profession.
The following features have the highest negative impact, in accordance with the same XGBoost model:
-
•
the person seeks to obtain citizenship of Russia;
-
•
the person seeks to return their home in court since the home was lost due to a fraudulent behavior of the third party;
-
•
primary source of the person’s income is support from relatives;
-
•
the person was absent on one or more of the scheduled meetings;
-
•
the person is orphanage graduate;
-
•
the person mentions doing time in confinement;
-
•
the person’s residence suffered from fire;
-
•
primary source of the person’s main income was a temporary job.
While some of the factors on the list above are not surprising, others drew the attention of the social workers. First, success heavily depends on the person’s goals: some goals are easier to achieve. Some of the differences are not obvious yet matter. For example, seeking a job that provides accommodation (e.g., a nightguard or a municipal caretaker) contributes to success, while pursuing an adaptation program that claims to help with future employment (although not on the list above but still relatively significant feature) contributes negatively. This insight gives a clear and helpful outcome: the currently implemented employment program has room for further improvement. For example, “Nochlezhka” might partner with employers who could provide accommodation for the person they hire and develop programs that could further simplify the search for employment that also provides lodging. It is well known that drug abuse and history of confinement negatively affect rehabilitation outcomes. It is also relatively well known that once gathering becomes a person’s main activity, this usually signifies that the person has been “chronically” homeless. The social workers know from experience that the longer someone is on the street, the harder it is to achieve rehabilitation.
The real-life use cases for predictions and feature importance evaluations made by machine learning models do not imply “only concentrate on those contracts that are likely to succeed, ignore the rest” strategy. The ML-powered methods mostly highlight the aspects social workers need to pay more attention to if they want to achieve a successful result with a specific client. Another useful application is backing up the organization’s position in discussions with state officials: the arguments based on knowledge from social workers’ experiences become much more convincing when confirmed by statistics and machine learning.
We believe that further analysis of the dataset could provide deeper insights into the challenges of rehabilitation of the homeless.
Ethics Concerns
Homelessness is an extremely sensitive issue. Unfortunately, to this day, social stigma is attached not only to homelessness per se but also to other issues that tend to align with the problem of losing a home: substance abuse, family violence, and mental illness are to name a few. This stigma makes quantitative research on homelessness very challenging. Most of the available datasets only include macro-level statistics on homeless people and rarely allow precise analysis of individuals. Even data on various social and demographic cohorts are rare. However, homelessness is a multifaceted issue that, in our opinion, demands rich, multidimensional datasets describing the problem on the level of individuals since every person has a unique story and a unique set of factors that affect the rehabilitation process. Working on this contribution, we tried to balance these two conflicting factors to the best of our capabilities.
Several years ago, our partnering non-government charity organization entertained the thought that detailed research of the collected data might benefit other organizations that work on rehabilitating the homeless. The social worker informed the clients that their data might help other homeless people. Upon registering a contract with the NGO, every client was asked to sign an informed consent that their data could be processed, depersonalized, and published under several constraints that we followed. We have double-checked with the NGO’s social workers and volunteers the scale of potential risks for their clients upon deanonymization. They all agree that such risks are minimal since the NGO encourages their clients to share their stories and thus combat social stigmas that surround homelessness. For example, most of the clients, even in the middle of the rehabilitation process, agree to talk about their past to the journalists. The clients understand the importance of higher visibility for homeless people and try to do their share in educating society about the issue. At the same time, we did our best to preprocess the data so that we estimate the risk of deanonymization as low. Those two factors combined give us ground to conclude that the benefits of a detailed anonymized public dataset of homelessness spanning several years and thousands of clients outweigh the potential risks such publication might bring for specific individuals.
Conclusion
This paper presents a novel large dataset of homelessness. The dataset consists of more than six thousand records. The data is anonymized yet provides many details on each client’s level that used services of the rehabilitation organization. These details shed light on various factors that affect the success of rehabilitation. We publish the dataset for further research. We demonstrate that one could predict the probability of rehabilitation with an accuracy of up to 80 % and more. The results obtained within the project are used by the non-profit organization that rehabilitates homeless people. We hope that the publication of these rich and socially vital data could attract the attention of the data science community to the problem of homelessness and provide new effective solutions that could help the homeless worldwide.
Appendix A Appendices
Appendix to this paper is available at https://github.com/LEYADEV/homeless. It contains tables with detailed description of category tags obtained from dataset tables, category tags obtained from comments, and all dataset columns, along with NaN statistics.
Acknowledgements
This work was supported by the grant for research centers in the field of AI provided by the Analytical Center for the Government of the Russian Federation (ACRF) in accordance with the agreement on the provision of subsidies (identifier of the agreement 000000D730321P5Q0002) and the agreement with HSE University No. 70-2021-00139.
We thank Daniil Alexandrov, Danil Kramorov and the whole team of ‘‘Nochlezhka” for their help, good will and readiness to support us in this project.
References
- Arsenault (2020) Arsenault, C. 2020. Using AI, Canadian city predicts who might become homeless. Thomson Reuters Foundation News, October.
- Avramov (2001) Avramov, D. 2001. The changing face of homelessness in Europe. In International perspective on homelessness, 3–38. Greenwood Press.
- Byrne et al. (2013) Byrne, T.; Munley, E.; Fargo, J. D.; Montgomery, A. E.; and Culhane, D. P. 2013. New perspectives on community-level determinants of homelessness. Journal of Urban Affairs, 35(5): 607–625.
- Chan et al. (2017) Chan, H.; Rice, E.; Vayanos, P.; Tambe, M.; and Morton, M. 2017. Evidence From the Past: AI Decision Aids to Improve Housing Systems for Homeless Youth. In Proc. of AAAI Fall Symposium Series on Cognitive Assistance in Government and Public Sector Applications.
- Chen and Guestrin (2016) Chen, T.; and Guestrin, C. 2016. Xgboost: A scalable tree boosting system. In Proceedings of the 22nd acm sigkdd international conference on knowledge discovery and data mining, 785–794.
- Collin (1992) Collin, R. W. 1992. Homelessness in the United States: 1980–-1990. Journal of Planning Literature, 7(1): 22–37.
- Crane and Takashi (1998) Crane, R.; and Takashi, L. M. 1998. Who are the suburban homeless and what do they want? An empirical study of the demand for public services. Journal of Planning Education and Research, 18(1): 35–48.
- Cunningham, Schmitt, and Henry (2006) Cunningham, M.; Schmitt, E.; and Henry, M., eds. 2006. A new vision: What is in community plans to end homelessness. National Alliance to End Homelessness.
- Data.World (2022) Data.World. 2022. Homelessness datasets. https://data.world/datasets/homelessness. Accessed: 2022-04-01.
- Dear and Wolch (2014) Dear, M. J.; and Wolch, J. R., eds. 2014. Landscapes of despair: From deinstitutionalization to homelessness. Princeton University Press.
- Dorogush, Ershov, and Gulin (2018) Dorogush, A. V.; Ershov, V.; and Gulin, A. 2018. CatBoost: gradient boosting with categorical features support. arXiv:1810.11363.
- https://www.nltk.org/team.html (2021) https://www.nltk.org/team.html. 2021. Natural Language Toolkit. https://www.nltk.org/. Accessed: 2021-12-01.
- Korobov (2020) Korobov. 2020. Morphological analyzer. https://github.com/kmike/pymorphy2. Accessed: 2021-12-01.
- O’Flaherty (2004) O’Flaherty, B. 2004. Wrong person and wrong place: For homelessness, the conjunction is what matters. Journal of Housing Economics, 13(1): 1–15.
- Rukmana (2010) Rukmana, D. 2010. Gender differences in the residential origins of the homeless: Identification of areas with high risk of homelessness. Planning, Practice and Research, 25(1): 95–116.
- Rukmana (2020) Rukmana, D. 2020. The Causes of Homelessness and the Characteristics Associated With High Risk of Homelessness: A Review of Intercity and Intracity Homelessness Data. Housing Policy Debate.
- SeatGeek (2022) SeatGeek. 2022. FuzzyWuzzy Python package. https://github.com/seatgeek/fuzzywuzzy. Accessed: 2021-12-01.
- Shevchenko (2018) Shevchenko, I. 2018. rutermextract. https://github.com/igor-shevchenko/rutermextract. Accessed: 2021-12-01.
- UN (2004) UN. 2004. United Nations Demographic Yearbook review: National reporting of household characteristics, living arrangements and homeless households : Implications for international recommendations. Department of Economic and Social Affairs, Statistics Division, Demographic and Social Statistics Branch.
- UN (2009) UN. 2009. Enumeration of Homeless People. Economic and Social Council, Economic Commission for Europe Conference of European Statisticians, Group of Experts on Population and Housing Censuses, Twelfth Meeting.
- VanBerlo et al. (2020) VanBerlo, B.; Ross, M. A. S.; Rivard, J.; and Booker, R. 2020. Interpretable Machine Learning Approaches to Prediction of Chronic Homelessness. arXiv:2009.09072.
- Wennig (1991) Wennig, M. V. 1991. The homeless mentally III. Journal of Planning Literature, 5(3): 307–314.