Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,8 @@ tags:
|
|
72 |
- FactBench
|
73 |
- YAGO
|
74 |
- DBpedia
|
|
|
|
|
75 |
license: mit
|
76 |
task_categories:
|
77 |
- question-answering
|
@@ -188,4 +190,4 @@ SELECT AVG(array_length(keywords, 1)) AS avg_keywords
|
|
188 |
FROM train;
|
189 |
```
|
190 |
|
191 |
-
These queries offer insights into data coverage, quality, and structure.
|
|
|
72 |
- FactBench
|
73 |
- YAGO
|
74 |
- DBpedia
|
75 |
+
- LLM-factuality
|
76 |
+
- fact-checking
|
77 |
license: mit
|
78 |
task_categories:
|
79 |
- question-answering
|
|
|
190 |
FROM train;
|
191 |
```
|
192 |
|
193 |
+
These queries offer insights into data coverage, quality, and structure.
|