Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|