rafmacalaba commited on
Commit
d84e3a1
·
verified ·
1 Parent(s): b5cd726

build datause-encoder training data (gate + domain)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ encoder_holdout.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ encoder_train.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ encoder_val.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ tags:
5
+ - data-use
6
+ - gate
7
+ - domain
8
+ - multi-label
9
+ license: cc-by-4.0
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: encoder_train.jsonl
15
+ - split: val
16
+ path: encoder_val.jsonl
17
+ - split: holdout
18
+ path: encoder_holdout.jsonl
19
+ ---
20
+ # datause-encoder-data
21
+
22
+ Training data for the data-use encoder: a page-level `has_data` gate plus a
23
+ document-level `teratopic` domain classifier, in one joint dataset.
24
+
25
+ Columns (same schema on every row):
26
+ - `task` — `gate` (page-level binary) or `domain` (document-level multi-label)
27
+ - `doc_id` — source document id
28
+ - `text` — page text (gate) or title+abstract (domain)
29
+ - `has_data` — 0/1 for gate rows (0 placeholder on domain rows)
30
+ - `labels` — `teratopic` label list for domain rows (empty on gate rows)
31
+
32
+ Splits are document-id disjoint across both tasks. The 30 teratopic labels
33
+ (in column order) are in `encoder_labels.json`.
encoder_holdout.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ade4741848885d37820efcdc3e2c0f5e7991ea91c920ef72f0639ef0f0a3d08
3
+ size 57092370
encoder_labels.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ "Agriculture",
3
+ "Communities and Human Settlements",
4
+ "Conflict and Development",
5
+ "Culture and Development",
6
+ "Education",
7
+ "Energy",
8
+ "Environment",
9
+ "Finance and Financial Sector Development",
10
+ "Gender",
11
+ "Governance",
12
+ "Health",
13
+ "Industry",
14
+ "Informatics",
15
+ "Information and Communication Technologies",
16
+ "Infrastructure Economics and Finance",
17
+ "International Economics and Trade",
18
+ "Law and Development",
19
+ "Macroeconomics and Economic Growth",
20
+ "Nutrition and Population",
21
+ "Poverty Reduction",
22
+ "Private Sector Development",
23
+ "Public Sector Development",
24
+ "Rural Development",
25
+ "Science and Technology Development",
26
+ "Social Development",
27
+ "Social Protections and Labor",
28
+ "Transport",
29
+ "Urban Development",
30
+ "Water Resources",
31
+ "Water Supply and Sanitation"
32
+ ]
encoder_train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d62281acd9dcfad2592aa82d7296584a25645fb02baabcbec7d96098bbe1be6a
3
+ size 268864072
encoder_val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea867ca09c7670e269bd224b61cc96dd08d26141e3dc70b7de9288d84fa79ef5
3
+ size 56446863