Commit ·
1408401
1
Parent(s): 3d320d0
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,13 +5,19 @@ language:
|
|
| 5 |
- ind
|
| 6 |
---
|
| 7 |
|
|
|
|
|
|
|
| 8 |
TermA is a span-extraction dataset collected from the hotel aggregator platform, AiryRooms
|
|
|
|
| 9 |
(Septiandri and Sutiono, 2019; Fernando et al.,
|
|
|
|
| 10 |
2019) consisting of thousands of hotel reviews,each containing a span label for aspect
|
|
|
|
| 11 |
and sentiment words representing the opinion of the reviewer on the corresponding aspect.
|
|
|
|
| 12 |
The labels use Inside-Outside-Beginning tagging (IOB) with two kinds of tags, aspect and
|
| 13 |
-
sentiment.
|
| 14 |
|
|
|
|
| 15 |
|
| 16 |
## Dataset Usage
|
| 17 |
|
|
@@ -19,7 +25,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
| 19 |
|
| 20 |
## Citation
|
| 21 |
|
| 22 |
-
```
|
|
|
|
| 23 |
title={Aspect and opinion term extraction for hotel reviews using transfer learning and auxiliary labels},
|
| 24 |
author={Winatmoko, Yosef Ardhito and Septiandri, Ali Akbar and Sutiono, Arie Pratama},
|
| 25 |
journal={arXiv preprint arXiv:1909.11879},
|
|
@@ -41,6 +48,8 @@ Creative Common Attribution Share-Alike 4.0 International
|
|
| 41 |
|
| 42 |
## Homepage
|
| 43 |
|
|
|
|
|
|
|
| 44 |
### NusaCatalogue
|
| 45 |
|
| 46 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|
|
|
|
| 5 |
- ind
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# term_a
|
| 9 |
+
|
| 10 |
TermA is a span-extraction dataset collected from the hotel aggregator platform, AiryRooms
|
| 11 |
+
|
| 12 |
(Septiandri and Sutiono, 2019; Fernando et al.,
|
| 13 |
+
|
| 14 |
2019) consisting of thousands of hotel reviews,each containing a span label for aspect
|
| 15 |
+
|
| 16 |
and sentiment words representing the opinion of the reviewer on the corresponding aspect.
|
| 17 |
+
|
| 18 |
The labels use Inside-Outside-Beginning tagging (IOB) with two kinds of tags, aspect and
|
|
|
|
| 19 |
|
| 20 |
+
sentiment.
|
| 21 |
|
| 22 |
## Dataset Usage
|
| 23 |
|
|
|
|
| 25 |
|
| 26 |
## Citation
|
| 27 |
|
| 28 |
+
```
|
| 29 |
+
@article{winatmoko2019aspect,
|
| 30 |
title={Aspect and opinion term extraction for hotel reviews using transfer learning and auxiliary labels},
|
| 31 |
author={Winatmoko, Yosef Ardhito and Septiandri, Ali Akbar and Sutiono, Arie Pratama},
|
| 32 |
journal={arXiv preprint arXiv:1909.11879},
|
|
|
|
| 48 |
|
| 49 |
## Homepage
|
| 50 |
|
| 51 |
+
[https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
|
| 52 |
+
|
| 53 |
### NusaCatalogue
|
| 54 |
|
| 55 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|