Datasets:
File size: 507 Bytes
48056e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[tool.poetry]
name = "dataset-aste-v2"
version = "0.1.0"
description = "Aspect Sentiment Triplet Extraction (ASTE) https://aclanthology.org/2021.acl-long.367/ dataset converted to use character level indices and the original Sem Eval 2014 Task 4 https://alt.qcri.org/semeval2014/task4/ text"
authors = []
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
datasets = "^2.14.5"
huggingface-hub = "^0.17.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|