Add task category and link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -1,4 +1,13 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: file_path
@@ -28,10 +37,12 @@ configs:
28
  data_files:
29
  - split: train
30
  path: data/train-*
31
- license: cc-by-4.0
32
  ---
 
33
  # EVE-Corpus
34
 
 
 
35
  EVE-Corpus is a large-scale, cleaned, and anonymized text corpus of Earth Observation (EO) documents formatted in Markdown.
36
  It is designed to support research in EO and domain-specific LLM training.
37
 
@@ -144,12 +155,12 @@ Attributions to the original authors can be found in the [attribution.txt](attri
144
  If you use this project in academic or research settings, please cite:
145
  ```
146
  @misc{atrio2026evedomainspecificllmframework,
147
-       title={{EVE}: A Domain-Specific {LLM} Framework for Earth Intelligence}, 
148
-       author={Àlex R. Atrio and Antonio Lopez and Jino Rohit and Yassine El Ouahidi and Marcello Politi and Vijayasri Iyer and Umar Jamil and Sébastien Bratières and Nicolas Longépé},
149
-       year={2026},
150
-       eprint={2604.13071},
151
-       archivePrefix={arXiv},
152
-       primaryClass={cs.CL},
153
-       url={https://arxiv.org/abs/2604.13071}, 
154
  }
155
  ```
 
1
  ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - earth-observation
9
+ - earth-science
10
+ - remote-sensing
11
  dataset_info:
12
  features:
13
  - name: file_path
 
37
  data_files:
38
  - split: train
39
  path: data/train-*
 
40
  ---
41
+
42
  # EVE-Corpus
43
 
44
+ [**Paper**](https://huggingface.co/papers/2604.13071) | [**GitHub**](https://github.com/eve-esa)
45
+
46
  EVE-Corpus is a large-scale, cleaned, and anonymized text corpus of Earth Observation (EO) documents formatted in Markdown.
47
  It is designed to support research in EO and domain-specific LLM training.
48
 
 
155
  If you use this project in academic or research settings, please cite:
156
  ```
157
  @misc{atrio2026evedomainspecificllmframework,
158
+ title={{EVE}: A Domain-Specific {LLM} Framework for Earth Intelligence},
159
+ author={Àlex R. Atrio and Antonio Lopez and Jino Rohit and Yassine El Ouahidi and Marcello Politi and Vijayasri Iyer and Umar Jamil and Sébastien Bratières and Nicolas Longépé},
160
+ year={2026},
161
+ eprint={2604.13071},
162
+ archivePrefix={arXiv},
163
+ primaryClass={cs.CL},
164
+ url={https://arxiv.org/abs/2604.13071},
165
  }
166
  ```