nielsr HF staff commited on
Commit
27241e5
1 Parent(s): df06529

Add dataset card, link to paper

Browse files

This PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2412.13377. It also adds a link to the Github repository and the appropriate task category.

Files changed (1) hide show
  1. README.md +12 -0
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
+ ```