Aryaman9199 commited on
Commit
e87cdb9
·
verified ·
1 Parent(s): 43791b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -56,13 +56,3 @@ An agentic retrieval benchmark based on the related works prediction task.
56
  | `first_author_last_name` | string | Last name of first author |
57
  | `year` | int32 | Publication year |
58
  | `created` | date | arXiv submission date |
59
-
60
- ## Usage
61
-
62
- ```python
63
- from datasets import load_dataset
64
-
65
- ds = load_dataset("Aryaman9199/FORAGE", "neurips25")
66
- source_papers = ds["source_papers"]
67
- cited_papers = ds["cited_papers"]
68
- ```
 
56
  | `first_author_last_name` | string | Last name of first author |
57
  | `year` | int32 | Publication year |
58
  | `created` | date | arXiv submission date |