VityaVitalich
commited on
Commit
•
3e2c9a3
1
Parent(s):
6e52432
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ model-index:
|
|
3 |
- name: TaxoLLaMA
|
4 |
results: []
|
5 |
license: cc-by-sa-4.0
|
|
|
|
|
6 |
language:
|
7 |
- en
|
8 |
- es
|
@@ -20,7 +22,7 @@ TaxoLLaMA is a lightweight fine-tune of LLaMA2-7b model, aimed at solving multip
|
|
20 |
It was pretrained with instructive dataset, collected from WordNet 3.0 to generate hypernyms for a given hyponym.
|
21 |
This model also could be used for identifying hypernymy with perplexity, that is useful for Lexical Entailment or Taxonomy Construction.
|
22 |
|
23 |
-
For more details, read paper: [TaxoLLaMA: WordNet-based Model for Solving Multiple Lexical Sematic Tasks](
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -30,7 +32,7 @@ For more details, read paper: [TaxoLLaMA: WordNet-based Model for Solving Multip
|
|
30 |
### Model Sources
|
31 |
|
32 |
- **Repository:** [https://github.com/VityaVitalich/TaxoLLaMA](https://github.com/VityaVitalich/TaxoLLaMA)
|
33 |
-
- **Instruction Set:**
|
34 |
|
35 |
## Performance
|
36 |
|
@@ -101,5 +103,12 @@ print(text)
|
|
101 |
If you find TaxoLLaMA is useful in your work, please cite it with:
|
102 |
|
103 |
```
|
104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
```
|
|
|
3 |
- name: TaxoLLaMA
|
4 |
results: []
|
5 |
license: cc-by-sa-4.0
|
6 |
+
datasets:
|
7 |
+
- VityaVitalich/WordNet-TaxoLLaMA
|
8 |
language:
|
9 |
- en
|
10 |
- es
|
|
|
22 |
It was pretrained with instructive dataset, collected from WordNet 3.0 to generate hypernyms for a given hyponym.
|
23 |
This model also could be used for identifying hypernymy with perplexity, that is useful for Lexical Entailment or Taxonomy Construction.
|
24 |
|
25 |
+
For more details, read paper: [TaxoLLaMA: WordNet-based Model for Solving Multiple Lexical Sematic Tasks](https://arxiv.org/abs/2403.09207)
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
32 |
### Model Sources
|
33 |
|
34 |
- **Repository:** [https://github.com/VityaVitalich/TaxoLLaMA](https://github.com/VityaVitalich/TaxoLLaMA)
|
35 |
+
- **Instruction Set:** [WordNet-TaxoLLaMA](https://huggingface.co/datasets/VityaVitalich/WordNet-TaxoLLaMA)
|
36 |
|
37 |
## Performance
|
38 |
|
|
|
103 |
If you find TaxoLLaMA is useful in your work, please cite it with:
|
104 |
|
105 |
```
|
106 |
+
@misc{moskvoretskii2024taxollama,
|
107 |
+
title={TaxoLLaMA: WordNet-based Model for Solving Multiple Lexical Sematic Tasks},
|
108 |
+
author={Viktor Moskvoretskii and Ekaterina Neminova and Alina Lobanova and Alexander Panchenko and Irina Nikishina},
|
109 |
+
year={2024},
|
110 |
+
eprint={2403.09207},
|
111 |
+
archivePrefix={arXiv},
|
112 |
+
primaryClass={cs.CL}
|
113 |
+
}
|
114 |
```
|