Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<h1 align="center"> π Agentic Long Context Understanding π </h1>
|
2 |
<p align="center"> <b>Self-Taught Agentic Long Context Understanding</b> (<a href="https://arxiv.org/abs/2502.15920">Arxiv</a>).
|
3 |
</p>
|
@@ -75,4 +84,4 @@ If you find our paper and code useful, please cite us:
|
|
75 |
primaryClass={cs.CL},
|
76 |
url={https://arxiv.org/abs/2502.15920},
|
77 |
}
|
78 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- yzhuang/Agentic-Long-Context-Understanding-QA
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
9 |
+
---
|
10 |
<h1 align="center"> π Agentic Long Context Understanding π </h1>
|
11 |
<p align="center"> <b>Self-Taught Agentic Long Context Understanding</b> (<a href="https://arxiv.org/abs/2502.15920">Arxiv</a>).
|
12 |
</p>
|
|
|
84 |
primaryClass={cs.CL},
|
85 |
url={https://arxiv.org/abs/2502.15920},
|
86 |
}
|
87 |
+
```
|