Add dataset card, link to paper
#3
by
nielsr
HF staff
- opened
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
```markdown
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
task_categories:
|
5 |
+
- question-answering
|
6 |
+
---
|
7 |
+
This repository contains the dataset introduced in the paper [DateLogicQA: Benchmarking Temporal Biases in Large Language Models](https://huggingface.co/papers/2412.13377).
|
8 |
+
|
9 |
+
The dataset is designed to explore how LLMs handle dates in various formats and contexts and consists of 190 questions divided into four categories: commonsense, factual, conceptual, and numerical.
|
10 |
+
|
11 |
+
Code: https://github.com/gagan3012/EAIS-Temporal-Bias
|
12 |
+
```
|