Update README.md (#14)
Browse files- Update README.md (b119f1c32ce4060688d2e01dc11f9dab9ce488f1)
Co-authored-by: Kyle Komar <[email protected]>
README.md
CHANGED
|
@@ -1,16 +1,24 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
- rag
|
| 7 |
- long-context
|
| 8 |
- llm-search
|
| 9 |
- reasoning
|
| 10 |
- factuality
|
| 11 |
-
- retreival
|
| 12 |
- question-answering
|
| 13 |
- iterative-search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# FRAMES: Factuality, Retrieval, And reasoning MEasurement Set
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
tags:
|
| 6 |
- rag
|
| 7 |
- long-context
|
| 8 |
- llm-search
|
| 9 |
- reasoning
|
| 10 |
- factuality
|
| 11 |
+
- retreival
|
| 12 |
- question-answering
|
| 13 |
- iterative-search
|
| 14 |
+
task_categories:
|
| 15 |
+
- text-classification
|
| 16 |
+
- token-classification
|
| 17 |
+
- table-question-answering
|
| 18 |
+
- question-answering
|
| 19 |
+
pretty_name: Who are I or you
|
| 20 |
+
size_categories:
|
| 21 |
+
- n>1T
|
| 22 |
---
|
| 23 |
|
| 24 |
# FRAMES: Factuality, Retrieval, And reasoning MEasurement Set
|