nielsr HF Staff commited on
Commit
c7f89ea
·
verified ·
1 Parent(s): e49bc1d

Add link to paper, code, and task category.

Browse files

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

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - question-answering
5
+ ---
6
+
7
+ This repository contains the dataset for the paper [Do Large Language Models Latently Perform Multi-Hop Reasoning?](https://huggingface.co/papers/2402.16837).
8
+
9
+ The dataset is also available as [soheeyang/TwoHopFact](https://huggingface.co/datasets/soheeyang/TwoHopFact).
10
+
11
+ Code: https://github.com/latent-multi-hop-reasoning/latent-multi-hop-reasoning