nielsr HF Staff commited on
Commit
d547a4c
·
verified ·
1 Parent(s): d852080

Add link to paper

Browse files

This PR ensures that the dataset is linked to https://huggingface.co/papers/2504.01833

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
 
 
2
  license: odc-by
 
 
3
  task_categories:
4
  - text-classification
5
  - question-answering
@@ -9,11 +13,7 @@ task_categories:
9
  - sentence-similarity
10
  - summarization
11
  - feature-extraction
12
- language:
13
- - en
14
  pretty_name: Tempora
15
- size_categories:
16
- - 1K<n<10K
17
  tags:
18
  - medical
19
  - climate
@@ -99,13 +99,13 @@ dataset_info:
99
  dataset_size: 4193359908
100
  ---
101
 
102
-
103
  # Tempora
104
  <p align="center">
105
  <img src="assets/tempora_logo.jpg" alt="Tempora Logo" width="50%">
106
  </p>
107
 
108
  > A contemporary dataset of 7,368 real-world documents published **after March 1, 2025**, curated for testing the temporal grounding of Large Language Models.
 
109
 
110
  ## Table of Contents
111
  1. [Usage](#usage)
@@ -153,7 +153,8 @@ A sample entry from `tempora-0325` might look like:
153
  {
154
  'id': 'QChCKP-ecAD',
155
  'source': 'https://www.theguardian.com/sport/2025/mar/09/france-captain-antoine-dupont-rugby-union-injury',
156
- 'extracted_content': "# Antoine Dupont faces long spell out with ruptured cruciate knee ligaments\nAntoine Dupont, France’s talismanic captain and the player ..."
 
157
  }
158
  ```
159
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: odc-by
5
+ size_categories:
6
+ - 1K<n<10K
7
  task_categories:
8
  - text-classification
9
  - question-answering
 
13
  - sentence-similarity
14
  - summarization
15
  - feature-extraction
 
 
16
  pretty_name: Tempora
 
 
17
  tags:
18
  - medical
19
  - climate
 
99
  dataset_size: 4193359908
100
  ---
101
 
 
102
  # Tempora
103
  <p align="center">
104
  <img src="assets/tempora_logo.jpg" alt="Tempora Logo" width="50%">
105
  </p>
106
 
107
  > A contemporary dataset of 7,368 real-world documents published **after March 1, 2025**, curated for testing the temporal grounding of Large Language Models.
108
+ The dataset is used in the paper [YourBench: Easy Custom Evaluation Sets for Everyone](https://huggingface.co/papers/2504.01833).
109
 
110
  ## Table of Contents
111
  1. [Usage](#usage)
 
153
  {
154
  'id': 'QChCKP-ecAD',
155
  'source': 'https://www.theguardian.com/sport/2025/mar/09/france-captain-antoine-dupont-rugby-union-injury',
156
+ 'extracted_content': "# Antoine Dupont faces long spell out with ruptured cruciate knee ligaments
157
+ Antoine Dupont, France’s talismanic captain and the player ..."
158
  }
159
  ```
160