Datasets:
Add link to paper, code, and task category.
#1
by
nielsr
HF Staff
- opened
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
|