File size: 935 Bytes
07e2405
9d042c0
9768c53
07e2405
453fc96
 
 
 
172f2fa
453fc96
172f2fa
453fc96
 
 
172f2fa
453fc96
172f2fa
453fc96
 
 
172f2fa
453fc96
172f2fa
453fc96
 
 
172f2fa
453fc96
172f2fa
453fc96
 
 
172f2fa
453fc96
 
 
 
 
 
 
 
 
 
 
 
9768c53
 
453fc96
 
 
9768c53
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
arxiv: 2210.12623
paperswithcode_id: aspect-based-sentiment-analysis
license: apache-2.0
configs:
- config_name: en
  data_files:
  - split: train
    path: en.ote.train.json
  - split: test
    path: en.ote.test.json
- config_name: es
  data_files:
  - split: train
    path: es.ote.train.json
  - split: test
    path: es.ote.test.json
- config_name: fr
  data_files:
  - split: train
    path: fr.ote.train.json
  - split: test
    path: fr.ote.test.json
- config_name: ru
  data_files:
  - split: train
    path: ru.ote.train.json
  - split: test
    path: ru.ote.test.json
- config_name: tr
  data_files:
  - split: train
    path: tr.ote.train.json
task_categories:
- token-classification
language:
- en
- fr
- es
- ru
- tr
tags:
- opinion
- target
- absa
- aspect
- sentiment analysis
pretty_name: Multilingual Opinion Target Extraction
size_categories:
- 1K<n<10K
---

```python
{
"O": 0,
"B-TARGET": 1,
"I-TARGET": 2
}
```