Commit
·
3c8b50d
1
Parent(s):
c65ebc6
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- question-answering
|
4 |
+
language:
|
5 |
+
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
FacQA: The goal of the FacQA dataset is to find the answer to a question from a provided short passage from a news article.
|
10 |
+
Each row in the FacQA dataset consists of a question, a short passage, and a label phrase, which can be found inside the
|
11 |
+
corresponding short passage. There are six categories of questions: date, location, name,
|
12 |
+
organization, person, and quantitative.
|
13 |
+
|
14 |
+
|
15 |
+
## Dataset Usage
|
16 |
+
|
17 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
|
21 |
+
```
|
22 |
+
@inproceedings{purwarianti2007machine,
|
23 |
+
title={A Machine Learning Approach for Indonesian Question Answering System},
|
24 |
+
author={Ayu Purwarianti, Masatoshi Tsuchiya, and Seiichi Nakagawa},
|
25 |
+
booktitle={Proceedings of Artificial Intelligence and Applications },
|
26 |
+
pages={573--578},
|
27 |
+
year={2007}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
+
## License
|
32 |
+
|
33 |
+
CC-BY-SA 4.0
|
34 |
+
|
35 |
+
## Homepage
|
36 |
+
|
37 |
+
### NusaCatalogue
|
38 |
+
|
39 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|