Datasets:
Add task categories and improve dataset card
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license_name: mixed-license
|
| 4 |
license_link: LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
configs:
|
| 6 |
- config_name: alfworld
|
| 7 |
data_files: alfworld/alfworld.jsonl
|
|
@@ -29,8 +37,6 @@ configs:
|
|
| 29 |
data_files: 2wiki/2wiki.jsonl
|
| 30 |
- config_name: ehr
|
| 31 |
data_files: ehr/ehr.jsonl
|
| 32 |
-
size_categories:
|
| 33 |
-
- 10K<n<100K
|
| 34 |
---
|
| 35 |
|
| 36 |
# DTLBench
|
|
@@ -49,6 +55,7 @@ size_categories:
|
|
| 49 |
|
| 50 |
DTLBench is a benchmark for **deployment-time learning** of large language model agents. It collects diverse task streams spanning medical diagnosis, legal analysis, operational reasoning, financial prediction, text-to-SQL, embodied decision making, tabular reasoning on EHRs, deep search, etc.
|
| 51 |
|
|
|
|
| 52 |
|
| 53 |
## Benchmark Overview
|
| 54 |
|
|
@@ -134,5 +141,4 @@ If you use DTLBench, please consider citing our paper:
|
|
| 134 |
primaryClass={cs.AI},
|
| 135 |
url={https://arxiv.org/abs/2605.06702},
|
| 136 |
}
|
| 137 |
-
```
|
| 138 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
size_categories:
|
| 4 |
+
- 10K<n<100K
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
license_name: mixed-license
|
| 8 |
license_link: LICENSE.md
|
| 9 |
+
tags:
|
| 10 |
+
- llm-agents
|
| 11 |
+
- deployment-time-learning
|
| 12 |
+
- continual-learning
|
| 13 |
configs:
|
| 14 |
- config_name: alfworld
|
| 15 |
data_files: alfworld/alfworld.jsonl
|
|
|
|
| 37 |
data_files: 2wiki/2wiki.jsonl
|
| 38 |
- config_name: ehr
|
| 39 |
data_files: ehr/ehr.jsonl
|
|
|
|
|
|
|
| 40 |
---
|
| 41 |
|
| 42 |
# DTLBench
|
|
|
|
| 55 |
|
| 56 |
DTLBench is a benchmark for **deployment-time learning** of large language model agents. It collects diverse task streams spanning medical diagnosis, legal analysis, operational reasoning, financial prediction, text-to-SQL, embodied decision making, tabular reasoning on EHRs, deep search, etc.
|
| 57 |
|
| 58 |
+
The dataset was introduced in the paper: [CASCADE: Case-Based Continual Adaptation for Large Language Models During Deployment](https://arxiv.org/abs/2605.06702).
|
| 59 |
|
| 60 |
## Benchmark Overview
|
| 61 |
|
|
|
|
| 141 |
primaryClass={cs.AI},
|
| 142 |
url={https://arxiv.org/abs/2605.06702},
|
| 143 |
}
|
| 144 |
+
```
|
|
|