Datasets:
File size: 4,463 Bytes
81a188a 213c7d0 81a188a 213c7d0 81a188a 6e9fc2a 81a188a f3bf97d aea6a3e f3bf97d f694b7b f5cce1c f694b7b 25a6897 76aa6ad dd443ad f694b7b 19a3b95 122d19a 51da956 35af97a f694b7b f1c4910 f694b7b d063e31 f694b7b fe13e7f f694b7b d063e31 f694b7b d063e31 f694b7b d0ddc7f 6cd85f5 d0ddc7f f694b7b 51da956 f694b7b d063e31 f694b7b d063e31 f694b7b f1c4910 f694b7b 8d25623 f694b7b 8d25623 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
---
license: odbl
task_categories:
- tabular-regression
language:
- en
- fr
- de
- nl
tags:
- mobility
- hitchhiking
- transport
pretty_name: Largest Dataset of Hitchhiking Rides
size_categories:
- 10K<n<100K
dataset_info:
features:
- name: stops
list:
- name: arrival_time
dtype: string
- name: departure_time
dtype: string
- name: location
struct:
- name: is_exact
dtype: bool
- name: latitude
dtype: float64
- name: longitude
dtype: float64
- name: waiting_duration
dtype: string
- name: rating
dtype: int64
- name: hitchhikers
list:
- name: gender
dtype: 'null'
- name: hitchhiking_since
dtype: 'null'
- name: languages
dtype: 'null'
- name: nickname
dtype: string
- name: origin_country
dtype: 'null'
- name: origin_location
dtype: 'null'
- name: reasons_to_hitchhike
dtype: 'null'
- name: was_driver
dtype: 'null'
- name: year_of_birth
dtype: 'null'
- name: comment
dtype: string
- name: signals
list:
- name: asking_content
dtype: 'null'
- name: asking_languages
dtype: 'null'
- name: duration
dtype: 'null'
- name: methods
sequence: string
- name: sign_content
dtype: 'null'
- name: sign_languages
dtype: 'null'
- name: total_solicited
dtype: 'null'
- name: occupants
dtype: 'null'
- name: mode_of_transportation
dtype: 'null'
- name: ride
dtype: 'null'
- name: declined_rides
dtype: 'null'
- name: source
dtype: string
- name: license
dtype: string
- name: submission_time
dtype: string
splits:
- name: train
num_bytes: 14602124
num_examples: 63291
download_size: 6888947
dataset_size: 14602124
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# The Hitchhiking Rides Dataset
<!-- Provide a quick summary of the dataset. -->
Here the dataset described in [Hitchhiking Rides Dataset: Two decades of crowd-sourced records on stochastic traveling](https://arxiv.org/abs/2506.21946) is published.
This is the largest dataset of crowd-sourced real-world hitchhiking rides.
Data has been collected on online platforms such das `liftershalte.info`, `hitchwiki.org` and `hitchmap.com` starting in 2005 until today.
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Curated by:** [Till Wenke](https://huggingface.co/tillwenke)
- **License:** Open Data Commons Open Database License (ODbL)
### Credit
- parts of the data stem from `hitchwiki.org` and were published under CC BY-SA 4.0, see their [home page](https://hitchwiki.org/en/Main_Page)
- parts of the data stem from `hitchmap.com` and were published under ODbL, see their [copyright notice](https://hitchmap.com/copyright.html)
### Dataset Sources
<!-- Provide the basic links for the dataset. -->
Sources are given for each entry in the respective dataset column.
Data was fetched from the different sources and published here running [this scrip](https://github.com/Hitchwiki/hitchhiking-data/blob/main/analysis/publications/2025%20-%20Wenke/publish_dataset.ipynb).
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
To inform hitchhikers to make more data-based decisions on the road.
General research towards hitchhiking as a cultural phenomenon.
### Data Science Uses
- Waiting time predition - regression task e.g. in [Heatchmap: A Gaussian process approach to predict hitchhiking waiting times](https://tillwenke.github.io/2024/04/21/hitchmap-gp.html)
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
The structure that this dataset follows is described in the [Hitchhiking Data Standard](https://github.com/Hitchwiki/hitchhiking_data_standard).
## Dataset Creation & Bias, Risks, and Limitations
A dataset paper was published on [arXiv]() to address the above questions.
## Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
## Dataset Card Authors
- [Till Wenke](https://huggingface.co/tillwenke) |