Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
sentiment-classification
Languages:
Polish
Size:
100K - 1M
License:
Commit
·
8a9892b
1
Parent(s):
802e35d
Update parquet files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +6 -0
- README.md +0 -146
- all_sentence/polemo2-official-test.parquet +0 -0
- data/Nhotels.text.dev.txt → all_sentence/polemo2-official-train.parquet +2 -2
- all_sentence/polemo2-official-validation.parquet +0 -0
- all_text/polemo2-official-test.parquet +0 -0
- data/Nhotels.text.train.txt → all_text/polemo2-official-train.parquet +2 -2
- all_text/polemo2-official-validation.parquet +0 -0
- data/.gitattributes +0 -46
- data/Nmedicine.sentence.dev.txt +0 -3
- data/Nmedicine.sentence.train.txt +0 -3
- data/Nmedicine.text.dev.txt +0 -3
- data/Nmedicine.text.train.txt +0 -3
- data/Nproducts.sentence.dev.txt +0 -3
- data/Nproducts.sentence.train.txt +0 -3
- data/Nproducts.text.dev.txt +0 -3
- data/Nproducts.text.train.txt +0 -3
- data/Nreviews.sentence.dev.txt +0 -3
- data/Nreviews.sentence.train.txt +0 -3
- data/Nreviews.text.dev.txt +0 -3
- data/Nreviews.text.train.txt +0 -3
- data/all.sentence.dev.txt +0 -3
- data/all.sentence.test.txt +0 -3
- data/all.sentence.train.txt +0 -3
- data/all.text.dev.txt +0 -3
- data/all.text.test.txt +0 -3
- data/all.text.train.txt +0 -3
- data/hotels.sentence.dev.txt +0 -3
- data/hotels.sentence.test.txt +0 -3
- data/hotels.sentence.train.txt +0 -3
- data/hotels.text.dev.txt +0 -3
- data/hotels.text.test.txt +0 -3
- data/hotels.text.train.txt +0 -3
- data/medicine.sentence.dev.txt +0 -3
- data/medicine.sentence.test.txt +0 -3
- data/medicine.sentence.train.txt +0 -3
- data/medicine.text.dev.txt +0 -3
- data/medicine.text.test.txt +0 -3
- data/medicine.text.train.txt +0 -3
- data/products.sentence.dev.txt +0 -3
- data/products.sentence.test.txt +0 -3
- data/products.sentence.train.txt +0 -3
- data/products.text.dev.txt +0 -3
- data/products.text.test.txt +0 -3
- data/products.text.train.txt +0 -3
- data/reviews.sentence.dev.txt +0 -3
- data/reviews.sentence.test.txt +0 -3
- data/reviews.sentence.train.txt +0 -3
- data/reviews.text.dev.txt +0 -3
- data/reviews.text.test.txt +0 -3
.gitattributes
CHANGED
@@ -14,3 +14,9 @@
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
+
all_sentence/polemo2-official-train.parquet filter=lfs diff=lfs merge=lfs -text
|
18 |
+
all_text/polemo2-official-train.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
hotels_sentence/polemo2-official-train.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
hotels_text/polemo2-official-train.parquet filter=lfs diff=lfs merge=lfs -text
|
21 |
+
medicine_sentence/polemo2-official-train.parquet filter=lfs diff=lfs merge=lfs -text
|
22 |
+
medicine_text/polemo2-official-train.parquet filter=lfs diff=lfs merge=lfs -text
|
README.md
DELETED
@@ -1,146 +0,0 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- expert-generated
|
4 |
-
language_creators:
|
5 |
-
- other
|
6 |
-
language:
|
7 |
-
- pl
|
8 |
-
license:
|
9 |
-
- cc-by-sa-4.0
|
10 |
-
multilinguality:
|
11 |
-
- monolingual
|
12 |
-
pretty_name: 'Polemo2'
|
13 |
-
size_categories:
|
14 |
-
- 8K
|
15 |
-
- 1K<n<10K
|
16 |
-
source_datasets:
|
17 |
-
- original
|
18 |
-
task_categories:
|
19 |
-
- text-classification
|
20 |
-
task_ids:
|
21 |
-
- sentiment-classification
|
22 |
-
---
|
23 |
-
|
24 |
-
# Polemo2
|
25 |
-
|
26 |
-
## Description
|
27 |
-
|
28 |
-
The PolEmo2.0 is a dataset of online consumer reviews from four domains: medicine, hotels, products, and university. It is human-annotated on a level of full reviews and individual sentences. Current version (PolEmo 2.0) contains 8,216 reviews having 57,466 sentences. Each text and sentence was manually annotated with sentiment in the 2+1 scheme, which gives a total of 197,046 annotations. About 85% of the reviews are from the medicine and hotel domains. Each review is annotated with four labels: positive, negative, neutral, or ambiguous.
|
29 |
-
|
30 |
-
## Tasks (input, output and metrics)
|
31 |
-
|
32 |
-
The task is to predict the correct label of the review.
|
33 |
-
|
34 |
-
**Input** ('*text*' column): sentence
|
35 |
-
|
36 |
-
**Output** ('*target*' column): label for sentence sentiment ('zero': neutral, 'minus': negative, 'plus': positive, 'amb': ambiguous)
|
37 |
-
|
38 |
-
**Domain**: Online reviews
|
39 |
-
|
40 |
-
**Measurements**: Accuracy, F1 Macro
|
41 |
-
|
42 |
-
**Example**:
|
43 |
-
|
44 |
-
Input: `Na samym wejściu hotel śmierdzi . W pokojach jest pleśń na ścianach , brudny dywan . W łazience śmierdzi chemią , hotel nie grzeje w pokojach panuje chłód . Wyposażenie pokoju jest stare , kran się rusza , drzwi na balkon nie domykają się . Jedzenie jest w małych ilościach i nie smaczne . Nie polecam nikomu tego hotelu .`
|
45 |
-
|
46 |
-
Input (translated by DeepL): `At the very entrance the hotel stinks . In the rooms there is mold on the walls , dirty carpet . The bathroom smells of chemicals , the hotel does not heat in the rooms are cold . The room furnishings are old , the faucet moves , the door to the balcony does not close . The food is in small quantities and not tasty . I would not recommend this hotel to anyone .`
|
47 |
-
|
48 |
-
Output: `1` (negative)
|
49 |
-
|
50 |
-
## Data splits
|
51 |
-
|
52 |
-
| Subset | Cardinality |
|
53 |
-
|--------|------------:|
|
54 |
-
| train | 6573 |
|
55 |
-
| val | 823 |
|
56 |
-
| test | 820 |
|
57 |
-
|
58 |
-
## Class distribution
|
59 |
-
|
60 |
-
| Class | train | dev | test |
|
61 |
-
|:--------|--------:|-------------:|-------:|
|
62 |
-
| minus | 0.3756 | 0.3694 | 0.4134 |
|
63 |
-
| plus | 0.2775 | 0.2868 | 0.2768 |
|
64 |
-
| amb | 0.1991 | 0.1883 | 0.1659 |
|
65 |
-
| zero | 0.1477 | 0.1555 | 0.1439 |
|
66 |
-
|
67 |
-
## Citation
|
68 |
-
|
69 |
-
```
|
70 |
-
@inproceedings{kocon-etal-2019-multi,
|
71 |
-
title = "Multi-Level Sentiment Analysis of {P}ol{E}mo 2.0: Extended Corpus of Multi-Domain Consumer Reviews",
|
72 |
-
author = "Koco{\'n}, Jan and
|
73 |
-
Mi{\l}kowski, Piotr and
|
74 |
-
Za{\'s}ko-Zieli{\'n}ska, Monika",
|
75 |
-
booktitle = "Proceedings of the 23rd Conference on Computational Natural Language Learning (CoNLL)",
|
76 |
-
month = nov,
|
77 |
-
year = "2019",
|
78 |
-
address = "Hong Kong, China",
|
79 |
-
publisher = "Association for Computational Linguistics",
|
80 |
-
url = "https://aclanthology.org/K19-1092",
|
81 |
-
doi = "10.18653/v1/K19-1092",
|
82 |
-
pages = "980--991",
|
83 |
-
abstract = "In this article we present an extended version of PolEmo {--} a corpus of consumer reviews from 4 domains: medicine, hotels, products and school. Current version (PolEmo 2.0) contains 8,216 reviews having 57,466 sentences. Each text and sentence was manually annotated with sentiment in 2+1 scheme, which gives a total of 197,046 annotations. We obtained a high value of Positive Specific Agreement, which is 0.91 for texts and 0.88 for sentences. PolEmo 2.0 is publicly available under a Creative Commons copyright license. We explored recent deep learning approaches for the recognition of sentiment, such as Bi-directional Long Short-Term Memory (BiLSTM) and Bidirectional Encoder Representations from Transformers (BERT).",
|
84 |
-
}
|
85 |
-
```
|
86 |
-
|
87 |
-
## License
|
88 |
-
|
89 |
-
```
|
90 |
-
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
|
91 |
-
```
|
92 |
-
|
93 |
-
## Links
|
94 |
-
|
95 |
-
[HuggingFace](https://huggingface.co/datasets/clarin-pl/polemo2-official)
|
96 |
-
|
97 |
-
[Source](https://clarin-pl.eu/dspace/handle/11321/710)
|
98 |
-
|
99 |
-
[Paper](https://aclanthology.org/K19-1092/)
|
100 |
-
|
101 |
-
## Examples
|
102 |
-
|
103 |
-
### Loading
|
104 |
-
|
105 |
-
```python
|
106 |
-
from pprint import pprint
|
107 |
-
|
108 |
-
from datasets import load_dataset
|
109 |
-
|
110 |
-
dataset = load_dataset("clarin-pl/polemo2-official")
|
111 |
-
pprint(dataset['train'][0])
|
112 |
-
|
113 |
-
# {'target': 1,
|
114 |
-
# 'text': 'Na samym wejściu hotel śmierdzi . W pokojach jest pleśń na ścianach '
|
115 |
-
# ', brudny dywan . W łazience śmierdzi chemią , hotel nie grzeje w '
|
116 |
-
# 'pokojach panuje chłód . Wyposażenie pokoju jest stare , kran się '
|
117 |
-
# 'rusza , drzwi na balkon nie domykają się . Jedzenie jest w małych '
|
118 |
-
# 'ilościach i nie smaczne . Nie polecam nikomu tego hotelu .'}
|
119 |
-
```
|
120 |
-
|
121 |
-
### Evaluation
|
122 |
-
|
123 |
-
```python
|
124 |
-
import random
|
125 |
-
from pprint import pprint
|
126 |
-
|
127 |
-
from datasets import load_dataset, load_metric
|
128 |
-
|
129 |
-
dataset = load_dataset("clarin-pl/polemo2-official")
|
130 |
-
references = dataset["test"]["target"]
|
131 |
-
|
132 |
-
# generate random predictions
|
133 |
-
predictions = [random.randrange(max(references) + 1) for _ in range(len(references))]
|
134 |
-
|
135 |
-
acc = load_metric("accuracy")
|
136 |
-
f1 = load_metric("f1")
|
137 |
-
|
138 |
-
acc_score = acc.compute(predictions=predictions, references=references)
|
139 |
-
f1_score = f1.compute(predictions=predictions, references=references, average='macro')
|
140 |
-
|
141 |
-
pprint(acc_score)
|
142 |
-
pprint(f1_score)
|
143 |
-
|
144 |
-
# {'accuracy': 0.2475609756097561}
|
145 |
-
# {'f1': 0.23747048177471738}
|
146 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all_sentence/polemo2-official-test.parquet
ADDED
Binary file (468 kB). View file
|
|
data/Nhotels.text.dev.txt → all_sentence/polemo2-official-train.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ee0a5d93699f0f98a04f4e73edfcc888df3fb4dd420bb0092a6a29f8ca09f5e
|
3 |
+
size 3735032
|
all_sentence/polemo2-official-validation.parquet
ADDED
Binary file (475 kB). View file
|
|
all_text/polemo2-official-test.parquet
ADDED
Binary file (440 kB). View file
|
|
data/Nhotels.text.train.txt → all_text/polemo2-official-train.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aadfd783f5ae2f615ce68cc3dca1bdfbf3f3ff42ba09158f01b764760d5f5f9
|
3 |
+
size 3629436
|
all_text/polemo2-official-validation.parquet
ADDED
Binary file (447 kB). View file
|
|
data/.gitattributes
DELETED
@@ -1,46 +0,0 @@
|
|
1 |
-
reviews.sentence.test.txt filter=lfs diff=lfs merge=lfs -text
|
2 |
-
Nhotels.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
3 |
-
Nhotels.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
4 |
-
Nmedicine.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
5 |
-
Nmedicine.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
6 |
-
Nproducts.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
7 |
-
medicine.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
8 |
-
medicine.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
9 |
-
reviews.text.test.txt filter=lfs diff=lfs merge=lfs -text
|
10 |
-
all.text.test.txt filter=lfs diff=lfs merge=lfs -text
|
11 |
-
hotels.sentence.test.txt filter=lfs diff=lfs merge=lfs -text
|
12 |
-
Nproducts.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
13 |
-
all.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
14 |
-
hotels.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
15 |
-
products.text.test.txt filter=lfs diff=lfs merge=lfs -text
|
16 |
-
reviews.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
17 |
-
Nhotels.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
18 |
-
all.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
19 |
-
hotels.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
20 |
-
medicine.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
21 |
-
products.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
22 |
-
Nhotels.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
23 |
-
Nproducts.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
24 |
-
hotels.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
25 |
-
hotels.text.test.txt filter=lfs diff=lfs merge=lfs -text
|
26 |
-
medicine.sentence.test.txt filter=lfs diff=lfs merge=lfs -text
|
27 |
-
reviews.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
28 |
-
Nmedicine.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
29 |
-
Nreviews.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
30 |
-
Nreviews.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
31 |
-
Nreviews.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
32 |
-
all.sentence.test.txt filter=lfs diff=lfs merge=lfs -text
|
33 |
-
products.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
34 |
-
reviews.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
35 |
-
Nreviews.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
36 |
-
hotels.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
37 |
-
medicine.text.test.txt filter=lfs diff=lfs merge=lfs -text
|
38 |
-
medicine.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
39 |
-
products.sentence.test.txt filter=lfs diff=lfs merge=lfs -text
|
40 |
-
products.text.dev.txt filter=lfs diff=lfs merge=lfs -text
|
41 |
-
reviews.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
42 |
-
Nmedicine.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
43 |
-
Nproducts.text.train.txt filter=lfs diff=lfs merge=lfs -text
|
44 |
-
all.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
45 |
-
all.sentence.train.txt filter=lfs diff=lfs merge=lfs -text
|
46 |
-
products.sentence.dev.txt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/Nmedicine.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:453706783cfb0b48e7012acde5840238ae06e27bb847353c2f98450173aa75e0
|
3 |
-
size 419932
|
|
|
|
|
|
|
|
data/Nmedicine.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3ab19cc303bbe3387dd9cb8ae5f193b395c01f60cebdb4c97ada0eb83534313f
|
3 |
-
size 3272653
|
|
|
|
|
|
|
|
data/Nmedicine.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c82daefac656610078aad1245d8b52d719fcd0e54d2eef42d58e3aba63fec400
|
3 |
-
size 382654
|
|
|
|
|
|
|
|
data/Nmedicine.text.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f923cc43ccb2a5aa534ad8cda62d965ef7f2c04e9f80b27cded7357888f64ca7
|
3 |
-
size 3168506
|
|
|
|
|
|
|
|
data/Nproducts.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ed5fac261304dd35eed1dbf1d68767024dac1cdf712a0aa1dbd7b2e24e455690
|
3 |
-
size 634258
|
|
|
|
|
|
|
|
data/Nproducts.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:98e847383b00121599f613953cee8b6910b262e8e1c741849844b97c4aa8194b
|
3 |
-
size 4998206
|
|
|
|
|
|
|
|
data/Nproducts.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0f822303c2cd17d99038a5ce3b7befe958b582a52328f4fab131447107e7d43d
|
3 |
-
size 623803
|
|
|
|
|
|
|
|
data/Nproducts.text.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cb7dbc017dabdb20c3abbf8dea53685891deccde841e48409dec622a092759eb
|
3 |
-
size 5054125
|
|
|
|
|
|
|
|
data/Nreviews.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:67dcd1a34ca4eaa6387149c0e83b3f73df949ea4209319459578b499899a8a87
|
3 |
-
size 691618
|
|
|
|
|
|
|
|
data/Nreviews.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:83031fd32a65c9392e5b2732f5a39004989d93640e924ee4b195a9d20bd13d89
|
3 |
-
size 5456182
|
|
|
|
|
|
|
|
data/Nreviews.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4bc3eb8453b58e7cb9cc124422f8764dc28a72a63c8bf7473a241c1171de3606
|
3 |
-
size 640076
|
|
|
|
|
|
|
|
data/Nreviews.text.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:45b55cb79904488bd4ea2c95506297eb35feb015c1eab5650cd6c1d69b7b6fc4
|
3 |
-
size 5183388
|
|
|
|
|
|
|
|
data/all.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0a46a067854b3fd5ea40b9001d55b47310b1c249bdd19ac15f86685703c45051
|
3 |
-
size 725636
|
|
|
|
|
|
|
|
data/all.sentence.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c359b426f7aba6f16a77c5a6a0284ddaa9bb4611ccb5897ebe4cc332edaf5fff
|
3 |
-
size 716415
|
|
|
|
|
|
|
|
data/all.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e9b242f410e1c3e32892162293a4cbea772a4a490b80806e8510192665db4536
|
3 |
-
size 5722466
|
|
|
|
|
|
|
|
data/all.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1d92db1b0b76f7c4787cbc1492f68be55c762deae0d6c6a0e5359748de7f4c47
|
3 |
-
size 663454
|
|
|
|
|
|
|
|
data/all.text.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:153ca33789f9b5bc5c8a7661bb13861a5c714b915b4f9969ae9901bee116d4c7
|
3 |
-
size 648758
|
|
|
|
|
|
|
|
data/all.text.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:03b9908ba4662b81879c719ae7d19e72ff8c705eb7dc127450bc232810068bae
|
3 |
-
size 5372370
|
|
|
|
|
|
|
|
data/hotels.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:20031ce694af034095ed181f9dca2d0c636db5bd9ecf450da1c29b2d3a724609
|
3 |
-
size 294536
|
|
|
|
|
|
|
|
data/hotels.sentence.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6a6422a9763441695adcb3c12224789168ec5e1eea3d7b1b04a59ece4bebbb50
|
3 |
-
size 285134
|
|
|
|
|
|
|
|
data/hotels.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dcff8e61d166d90be40d28cea6dd4632879232eab0dee8eae0ae74fd595ebc28
|
3 |
-
size 2282109
|
|
|
|
|
|
|
|
data/hotels.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1cd423189430b93587d64563c5c2287d70f799ef6af266d5756c281b65d82e07
|
3 |
-
size 319625
|
|
|
|
|
|
|
|
data/hotels.text.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4ed729987dbed64ac5f3b2ada48524c4f6caed5845930b9a5ba04469bb438890
|
3 |
-
size 309008
|
|
|
|
|
|
|
|
data/hotels.text.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b84368ee95fc109bd9ff6044c2a7ef0973257a0a5d9d118eeb07d00aaec0efc5
|
3 |
-
size 2661279
|
|
|
|
|
|
|
|
data/medicine.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2be6db1625cc975ae83cd91fe9ce02deed45afc24023ef62f15fd6f9f225007d
|
3 |
-
size 305704
|
|
|
|
|
|
|
|
data/medicine.sentence.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7f14cb7251c64f40b388187f47d928c15850bc9d41efeda29e46b4be277914b5
|
3 |
-
size 306561
|
|
|
|
|
|
|
|
data/medicine.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:83021c5763d2111593563a9af5070dcae84a7762a6215b1b5eadb48daed70e97
|
3 |
-
size 2449813
|
|
|
|
|
|
|
|
data/medicine.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:aa17a4a22173cae5f081fae4a127415b35990afe31068de14ad8408aef01e945
|
3 |
-
size 280800
|
|
|
|
|
|
|
|
data/medicine.text.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:aa7c2f894fe44dc6abe3e2c503c2c656c1aa0f22cf7a33143fa1bc47fc53f702
|
3 |
-
size 280002
|
|
|
|
|
|
|
|
data/medicine.text.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dc6ec05cf2f9537b31d82ef9bdd548ae56caaae25233a962ec12b14ec72a9c89
|
3 |
-
size 2203864
|
|
|
|
|
|
|
|
data/products.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5894275714ae406a99cd121a37024c6850940085464ff6b1e734465346beb50f
|
3 |
-
size 91378
|
|
|
|
|
|
|
|
data/products.sentence.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4773de89df8de19c077169c5dbe84d2cddb0c702854753655211376c9b58180d
|
3 |
-
size 90561
|
|
|
|
|
|
|
|
data/products.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b19ffdd9ca8877e65372e4f9802146a3c4e6d7715f06ac28b6115ff00ea51691
|
3 |
-
size 724260
|
|
|
|
|
|
|
|
data/products.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b0d5da94aaf33179e7b7396c78e198b558883e9fd0f1b321c0aabaf472a40a96
|
3 |
-
size 39651
|
|
|
|
|
|
|
|
data/products.text.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cd837925da8ad894b4b96241e34ae12d8bfbd75ab218e761c3ed9106ccc08c69
|
3 |
-
size 38628
|
|
|
|
|
|
|
|
data/products.text.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0769fa52b863dcf06ec583060681639046c04648dc382907a72bf1c43ccef5f0
|
3 |
-
size 318245
|
|
|
|
|
|
|
|
data/reviews.sentence.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fef72f390cf78f072e6c32d17660510375df8bf670cb75bec81aa4400303a43c
|
3 |
-
size 34018
|
|
|
|
|
|
|
|
data/reviews.sentence.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1785c7e2ebfe55e1b8d9e1fffb3c04b5ffd565c131b71c0ef387528a60e829ff
|
3 |
-
size 34159
|
|
|
|
|
|
|
|
data/reviews.sentence.train.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fb52184a32b84d321001641b7c3f5d99e6ffbc3ecce5d6c5f0037e8e16d7a24a
|
3 |
-
size 266284
|
|
|
|
|
|
|
|
data/reviews.text.dev.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d29cd3da6b943e7e8112c4c3b5f23f58105ed8be5f8c3763b979e41a1820f65c
|
3 |
-
size 23378
|
|
|
|
|
|
|
|
data/reviews.text.test.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f7a71a534f85d4439d5f04cb3b6dba5add48f23aa47f33edefd43825625457c1
|
3 |
-
size 21120
|
|
|
|
|
|
|
|