samuelandaudreymedia commited on
Commit
674871f
·
verified ·
1 Parent(s): c8fd3bb

Upload 16 files

Browse files
.gitattributes ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ llms-that-backpacker-article-corpus.txt.gz filter=lfs diff=lfs merge=lfs -text
2
+ that-backpacker-article-corpus-clean.zip filter=lfs diff=lfs merge=lfs -text
3
+ that-backpacker.csv.gz filter=lfs diff=lfs merge=lfs -text
4
+ that-backpacker.jsonl.gz filter=lfs diff=lfs merge=lfs -text
CITATION.cff ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this dataset, please cite it as below."
3
+ type: dataset
4
+ title: "That Backpacker Article Corpus"
5
+ authors:
6
+ - family-names: "Bergner"
7
+ given-names: "Audrey"
8
+ affiliation: "Samuel & Audrey Media Network"
9
+ orcid: "https://orcid.org/0009-0007-2249-0441"
10
+ - family-names: "Jeffery"
11
+ given-names: "Samuel"
12
+ affiliation: "Samuel & Audrey Media Network"
13
+ orcid: "https://orcid.org/0009-0006-3748-9630"
14
+ email: "nomadicsamuel@gmail.com"
15
+ repository-code: "https://huggingface.co/datasets/samuelandaudreymedianetwork/that-backpacker-article-corpus"
16
+ url: "https://huggingface.co/datasets/samuelandaudreymedianetwork/that-backpacker-article-corpus"
17
+ doi: "10.5281/zenodo.18665606"
18
+ license: "CC-BY-NC-4.0"
19
+ keywords:
20
+ - travel
21
+ - tourism
22
+ - travel writing
23
+ - That Backpacker
24
+ - article corpus
25
+ - creator archive
26
+ - English corpus
DATA_DICTIONARY.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # That Backpacker Article Corpus — Data Dictionary
2
+
3
+ This file defines the fields used in `that-backpacker.jsonl` and `that-backpacker.csv`.
4
+
5
+ | Field | Description |
6
+ |---|---|
7
+ | `record_id` | Stable dataset record identifier. |
8
+ | `record_type` | Record type. For this dataset, records use `article`. |
9
+ | `id` | Original stable article identifier from the source export. |
10
+ | `dataset` | Current dataset slug. |
11
+ | `source` | Original source label from the source export. |
12
+ | `source_site` | Human-readable source website name. |
13
+ | `source_url` | Source website URL. |
14
+ | `lang` | Language code from the source export. |
15
+ | `language` | Normalized language code alias. |
16
+ | `title` | Article title. |
17
+ | `text` | Full article text. |
18
+ | `domain` | Source domain. |
19
+ | `content_hash` | Integrity / deduplication hash of the article text. |
20
+ | `license` | Dataset license. |
21
+
22
+ ## Notes
23
+
24
+ The dataset preserves the source article text. Cleanup focused on package naming, documentation, metadata consistency, and file organization.
25
+
26
+ Some article text may contain older travel information, legacy formatting, affiliate callouts, or historical references from the original website publication context.
LICENSE.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution-NonCommercial 4.0 International Public License (CC BY-NC 4.0)
2
+
3
+ Copyright (c) 2026 Samuel & Audrey Media Network
4
+
5
+ This dataset and its contents are made available under the Creative Commons Attribution-NonCommercial 4.0 International License.
6
+
7
+ You are free to share and adapt the material for non-commercial purposes with appropriate attribution.
8
+
9
+ For commercial licensing inquiries, expanded usage rights, or exceptions, please contact:
10
+ nomadicsamuel@gmail.com
11
+
12
+ Full legal code:
13
+ https://creativecommons.org/licenses/by-nc/4.0/legalcode
MANIFEST.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "that-backpacker-article-corpus",
3
+ "title": "That Backpacker Article Corpus",
4
+ "generated_utc": "2026-05-21T20:34:06.815177+00:00",
5
+ "records_total": 323,
6
+ "record_counts_by_type": {
7
+ "article": 323
8
+ },
9
+ "canonical_dataset_url": "https://huggingface.co/datasets/samuelandaudreymedianetwork/that-backpacker-article-corpus",
10
+ "source_website": "https://thatbackpacker.com",
11
+ "doi": "10.5281/zenodo.18665606",
12
+ "license": "CC-BY-NC-4.0",
13
+ "snapshot": {
14
+ "records_with_titles": 323,
15
+ "records_with_content_hashes": 323,
16
+ "language_counts": {
17
+ "en": 323
18
+ },
19
+ "approx_total_words": 978251,
20
+ "approx_total_characters": 5691019
21
+ },
22
+ "files": {
23
+ ".gitattributes": {
24
+ "bytes": 127,
25
+ "sha256": "f884ab5acc3c44d244496ca3be708ee0bb81d627d6b78ba33331abd90b1d7f68"
26
+ },
27
+ "CITATION.cff": {
28
+ "bytes": 881,
29
+ "sha256": "66804c3318268cd183b41ed46b1e8d39277facb58baf43d465059a8a62bff159"
30
+ },
31
+ "DATA_DICTIONARY.md": {
32
+ "bytes": 1185,
33
+ "sha256": "9a3963c246901353652ab2f728d962d2ef02d0db50cd94307dfd9a5aea301e13"
34
+ },
35
+ "LICENSE.txt": {
36
+ "bytes": 565,
37
+ "sha256": "2cbdc48c2204869175a999956b8be6d3fbf1b0f00397da43c85ee072e7a8f841"
38
+ },
39
+ "MANIFEST.json": {
40
+ "bytes": 691,
41
+ "sha256": "d7887451ca2a1ab2a837cae52c03f441e600381efd44683a053ebe75adb7fc66"
42
+ },
43
+ "README.md": {
44
+ "bytes": 4698,
45
+ "sha256": "b281d7af719284e4b5af27cd65dae7cb55ca36f7a48699c54b7c9952692f7b4b"
46
+ },
47
+ "SCHEMA.json": {
48
+ "bytes": 1273,
49
+ "sha256": "ff7a174eeebda4ccdbb5382964deec94fc5f025f42b5700759229148f85816fc"
50
+ },
51
+ "llms-that-backpacker-article-corpus.txt": {
52
+ "bytes": 6010957,
53
+ "sha256": "df941a5a2503941e6c80f8b44465b0c7edf0de3689bd22fbfcddb91ace456066"
54
+ },
55
+ "llms-that-backpacker-article-corpus.txt.gz": {
56
+ "bytes": 2409217,
57
+ "sha256": "e55bd8b6c67554249ffd26ab826d28b6210702826f331ff464377a4e91910a6a"
58
+ },
59
+ "llms.txt": {
60
+ "bytes": 529,
61
+ "sha256": "73e24e611577a786940f3982505004bfd7d3b59fb560f1b244ea51d65b8c3575"
62
+ },
63
+ "llms.txt.gz": {
64
+ "bytes": 355,
65
+ "sha256": "3ec549d3a696a9b28c6e25d16fac14bd6aa9a63d9164f0ad5730b4fd97e6e22a"
66
+ },
67
+ "that-backpacker.csv": {
68
+ "bytes": 5876986,
69
+ "sha256": "f2179b5a4e96452ad7feb76076068e7597b8214aaff87cee9736ce53f097541e"
70
+ },
71
+ "that-backpacker.csv.gz": {
72
+ "bytes": 2399528,
73
+ "sha256": "7e1debdcd7d48f1f7c44609713af4a96857e1abd026fc558f948d53cee585274"
74
+ },
75
+ "that-backpacker.jsonl": {
76
+ "bytes": 6010607,
77
+ "sha256": "41f5f234c42ed8ac14c27d6deed094b190d6439ff776c408eec988ad7e661613"
78
+ },
79
+ "that-backpacker.jsonl.gz": {
80
+ "bytes": 2408989,
81
+ "sha256": "1374262368c241cb21baa1206dc865b796da5fd03aabf680eee441aa4473000a"
82
+ }
83
+ }
84
+ }
README.md ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - text-generation
7
+ - question-answering
8
+ - summarization
9
+ - text-retrieval
10
+ tags:
11
+ - travel
12
+ - tourism
13
+ - travel-guides
14
+ - itineraries
15
+ - city-guides
16
+ - hiking
17
+ - food
18
+ - culture
19
+ - article-corpus
20
+ - creator-archive
21
+ - text-corpus
22
+ - retrieval
23
+ - nlp
24
+ size_categories:
25
+ - 100K<n<1M
26
+ ---
27
+
28
+ # That Backpacker Article Corpus
29
+
30
+ This dataset contains a structured corpus of long-form travel articles published on **ThatBackpacker.com**, authored primarily by Audrey Bergner as part of the Samuel & Audrey Media Network.
31
+
32
+ The corpus includes **323 article records** covering destination guides, multi-day itineraries, hiking, food travel, cultural experiences, city guides, transportation, accommodations, and practical travel planning.
33
+
34
+ It is intended for non-commercial research, retrieval workflows, text analysis, topic exploration, archive search, travel-writing study, and media organization.
35
+
36
+ ## Canonical links
37
+
38
+ - Hugging Face dataset: https://huggingface.co/datasets/samuelandaudreymedianetwork/that-backpacker-article-corpus
39
+ - GitHub repository: https://github.com/samuelandaudreymedianetwork/that-backpacker-article-corpus
40
+ - Zenodo DOI: https://doi.org/10.5281/zenodo.18665606
41
+ - Source website: https://thatbackpacker.com
42
+
43
+ ## Dataset contents
44
+
45
+ | Record type | Count |
46
+ |---|---:|
47
+ | `article` | 323 |
48
+
49
+ ## Snapshot details
50
+
51
+ | Field | Value |
52
+ |---|---:|
53
+ | Article records | 323 |
54
+ | Records with titles | 323 |
55
+ | Records with content hashes | 323 |
56
+ | Language | English |
57
+ | Approximate total words | 978,251 |
58
+ | Approximate total characters | 5,691,019 |
59
+
60
+ ## What is included
61
+
62
+ - Full article text
63
+ - Article titles
64
+ - Stable record identifiers
65
+ - Source/domain metadata
66
+ - Language metadata
67
+ - Content hashes for deduplication and integrity checks
68
+ - JSONL and CSV formats
69
+ - Data dictionary, schema, citation file, license file, manifest, checksums, and llms exports
70
+
71
+ Each JSONL or CSV row represents one full-length article record.
72
+
73
+ ## Files
74
+
75
+ - `that-backpacker.jsonl` — canonical structured article records
76
+ - `that-backpacker.jsonl.gz` — compressed JSONL
77
+ - `that-backpacker.csv` — spreadsheet-friendly export
78
+ - `that-backpacker.csv.gz` — compressed CSV
79
+ - `DATA_DICTIONARY.md` — field definitions
80
+ - `SCHEMA.json` — machine-readable schema
81
+ - `CITATION.cff` — citation metadata
82
+ - `LICENSE.txt` — license text
83
+ - `MANIFEST.json` — package manifest
84
+ - `SHA256SUMS.txt` — file checksums
85
+ - `llms.txt` — short machine-readable dataset guide
86
+ - `llms-that-backpacker-article-corpus.txt` — full plain-text export
87
+
88
+ ## Potential use cases
89
+
90
+ This dataset may be useful for:
91
+
92
+ - searching a long-form travel article archive
93
+ - studying travel writing structure, voice, and practical guide formatting
94
+ - topic modeling across destinations, itineraries, food, culture, and outdoor travel
95
+ - named entity extraction for places, restaurants, accommodations, attractions, routes, and travel concepts
96
+ - classification or clustering by destination, article type, trip length, travel style, or activity
97
+ - non-commercial experimentation with retrieval and summarization workflows
98
+ - archive organization and content inventory management
99
+
100
+ ## Limitations
101
+
102
+ This dataset contains article text and metadata, not a complete or current travel guide.
103
+
104
+ Some articles may include historical prices, older transport information, outdated business details, changed routes, accommodation information, or destination conditions that have evolved since publication. Users should verify current travel details from up-to-date official, local, and operator sources before relying on practical information.
105
+
106
+ The corpus may include older writing styles, legacy formatting, affiliate callouts, and content created across different stages of the That Backpacker website. Article text is preserved as source corpus material; package cleanup focused on dataset naming, documentation, metadata consistency, and file organization.
107
+
108
+ ## Notes on cleanup and naming
109
+
110
+ The public Hugging Face repository uses the stable slug `that-backpacker-article-corpus`. The canonical data files retain the concise `that-backpacker` basename because it matches the source website and original corpus identity.
111
+
112
+ The previous full `llms.txt` bundle was replaced with a short `llms.txt` guide plus a separate full export file named `llms-that-backpacker-article-corpus.txt`.
113
+
114
+ ## License
115
+
116
+ Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
117
+
118
+ For commercial licensing inquiries, expanded usage rights, or partnership questions, contact nomadicsamuel@gmail.com.
119
+
120
+ ## Citation
121
+
122
+ Samuel & Audrey Media Network. (2026). *That Backpacker Article Corpus*. Zenodo. https://doi.org/10.5281/zenodo.18665606
SCHEMA.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "That Backpacker Article Corpus",
4
+ "description": "Structured English article corpus from That Backpacker.",
5
+ "type": "object",
6
+ "additionalProperties": true,
7
+ "properties": {
8
+ "record_id": {
9
+ "type": "string"
10
+ },
11
+ "record_type": {
12
+ "type": "string"
13
+ },
14
+ "id": {
15
+ "type": "string"
16
+ },
17
+ "dataset": {
18
+ "type": "string"
19
+ },
20
+ "source": {
21
+ "type": [
22
+ "string",
23
+ "null"
24
+ ]
25
+ },
26
+ "source_site": {
27
+ "type": [
28
+ "string",
29
+ "null"
30
+ ]
31
+ },
32
+ "source_url": {
33
+ "type": [
34
+ "string",
35
+ "null"
36
+ ]
37
+ },
38
+ "lang": {
39
+ "type": [
40
+ "string",
41
+ "null"
42
+ ]
43
+ },
44
+ "language": {
45
+ "type": [
46
+ "string",
47
+ "null"
48
+ ]
49
+ },
50
+ "title": {
51
+ "type": "string"
52
+ },
53
+ "text": {
54
+ "type": "string"
55
+ },
56
+ "domain": {
57
+ "type": [
58
+ "string",
59
+ "null"
60
+ ]
61
+ },
62
+ "content_hash": {
63
+ "type": [
64
+ "string",
65
+ "null"
66
+ ]
67
+ },
68
+ "license": {
69
+ "type": [
70
+ "string",
71
+ "null"
72
+ ]
73
+ }
74
+ },
75
+ "required": [
76
+ "record_id",
77
+ "record_type",
78
+ "title",
79
+ "text"
80
+ ]
81
+ }
SHA256SUMS.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ f884ab5acc3c44d244496ca3be708ee0bb81d627d6b78ba33331abd90b1d7f68 .gitattributes
2
+ 66804c3318268cd183b41ed46b1e8d39277facb58baf43d465059a8a62bff159 CITATION.cff
3
+ 9a3963c246901353652ab2f728d962d2ef02d0db50cd94307dfd9a5aea301e13 DATA_DICTIONARY.md
4
+ 2cbdc48c2204869175a999956b8be6d3fbf1b0f00397da43c85ee072e7a8f841 LICENSE.txt
5
+ 330e1c78812e8093157b6cfb6b62edd2790766766dbfd1be59e5661f83ffbe94 MANIFEST.json
6
+ b281d7af719284e4b5af27cd65dae7cb55ca36f7a48699c54b7c9952692f7b4b README.md
7
+ ff7a174eeebda4ccdbb5382964deec94fc5f025f42b5700759229148f85816fc SCHEMA.json
8
+ df941a5a2503941e6c80f8b44465b0c7edf0de3689bd22fbfcddb91ace456066 llms-that-backpacker-article-corpus.txt
9
+ e55bd8b6c67554249ffd26ab826d28b6210702826f331ff464377a4e91910a6a llms-that-backpacker-article-corpus.txt.gz
10
+ 73e24e611577a786940f3982505004bfd7d3b59fb560f1b244ea51d65b8c3575 llms.txt
11
+ 3ec549d3a696a9b28c6e25d16fac14bd6aa9a63d9164f0ad5730b4fd97e6e22a llms.txt.gz
12
+ f2179b5a4e96452ad7feb76076068e7597b8214aaff87cee9736ce53f097541e that-backpacker.csv
13
+ 7e1debdcd7d48f1f7c44609713af4a96857e1abd026fc558f948d53cee585274 that-backpacker.csv.gz
14
+ 41f5f234c42ed8ac14c27d6deed094b190d6439ff776c408eec988ad7e661613 that-backpacker.jsonl
15
+ 1374262368c241cb21baa1206dc865b796da5fd03aabf680eee441aa4473000a that-backpacker.jsonl.gz
llms-that-backpacker-article-corpus.txt ADDED
The diff for this file is too large to render. See raw diff
 
llms-that-backpacker-article-corpus.txt.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e55bd8b6c67554249ffd26ab826d28b6210702826f331ff464377a4e91910a6a
3
+ size 2409217
llms.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # That Backpacker Article Corpus
2
+
3
+ This dataset contains 323 long-form English article records from That Backpacker.
4
+
5
+ Canonical dataset:
6
+ https://huggingface.co/datasets/samuelandaudreymedianetwork/that-backpacker-article-corpus
7
+
8
+ Zenodo DOI:
9
+ https://doi.org/10.5281/zenodo.18665606
10
+
11
+ Source website:
12
+ https://thatbackpacker.com
13
+
14
+ Recommended files:
15
+ - that-backpacker.jsonl
16
+ - that-backpacker.csv
17
+ - DATA_DICTIONARY.md
18
+ - SCHEMA.json
19
+ - CITATION.cff
20
+
21
+ Records:
22
+ - 323 article records
23
+
24
+ License:
25
+ CC BY-NC 4.0
26
+
27
+ Contact:
28
+ nomadicsamuel@gmail.com
llms.txt.gz ADDED
Binary file (355 Bytes). View file
 
that-backpacker-article-corpus-clean.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:359cead8269524092cb56c5e102a944e14b5ba7753d6905232b8aabc3290eaab
3
+ size 14458754
that-backpacker.csv ADDED
The diff for this file is too large to render. See raw diff
 
that-backpacker.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e1debdcd7d48f1f7c44609713af4a96857e1abd026fc558f948d53cee585274
3
+ size 2399528
that-backpacker.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
that-backpacker.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1374262368c241cb21baa1206dc865b796da5fd03aabf680eee441aa4473000a
3
+ size 2408989