Iker's picture
Update README.md
aa92402
|
raw
history blame
No virus
1.07 kB
---
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
dataset_info:
features:
- name: ner_tags
feature:
- names:
'0': O
'1': B-TARGET
'2': I-TARGET
---
```python
{
"O": 0,
"B-TARGET": 1,
"I-TARGET": 2
}
```