FrancescoPeriti commited on
Commit
3b48503
·
verified ·
1 Parent(s): e40b2fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -3,7 +3,7 @@ license: cc-by-sa-4.0
3
  language:
4
  - en
5
  library_name: transformers
6
- pipeline_tag: text2text-generation
7
  tags:
8
  - text-generation-inference
9
  base_model:
@@ -22,7 +22,7 @@ You will need to login with your hugginface token (```[HF-TOKEN]```, in the foll
22
  ### Model Description
23
  This model is fine-tuned on Italian datasets of sense definitions. Given a target word and a usage example, the model generates a sense definition for the target word in-context.
24
 
25
- You can find more details in the paper [Automatically Generated Definitions and their utility for Modeling Word Meaning](https://aclanthology.org/2024.emnlp-main.776/) by Francesco Periti, David Alfter, Nina Tahmasebi.
26
  The repository of our project is [https://github.com/FrancescoPeriti/DefGen-adapters](https://github.com/FrancescoPeriti/DefGen-adapters).
27
 
28
  ## Uses
@@ -211,5 +211,6 @@ Francesco Periti, Roksana Goworek, Haim Dubossarsky, and Nina Tahmasebi. 2025. [
211
  year = "2025",
212
  address = "Suzhou, China",
213
  publisher = "Association for Computational Linguistics",
 
214
  }
215
  ```
 
3
  language:
4
  - en
5
  library_name: transformers
6
+ pipeline_tag: text-generation
7
  tags:
8
  - text-generation-inference
9
  base_model:
 
22
  ### Model Description
23
  This model is fine-tuned on Italian datasets of sense definitions. Given a target word and a usage example, the model generates a sense definition for the target word in-context.
24
 
25
+ You can find more details in the paper [Definition Generation for Word Meaning Modeling: Monolingual, Multilingual, and Cross-Lingual Perspectives]() by Francesco Periti, Roksana Goworek, Haim Dubossarsky, Nina Tahmasebi.
26
  The repository of our project is [https://github.com/FrancescoPeriti/DefGen-adapters](https://github.com/FrancescoPeriti/DefGen-adapters).
27
 
28
  ## Uses
 
211
  year = "2025",
212
  address = "Suzhou, China",
213
  publisher = "Association for Computational Linguistics",
214
+ note = {{TO APPEAR; reach out for more information}}}
215
  }
216
  ```