Safetensors
llama
text-generation-inference
m-elio commited on
Commit
856adb6
·
verified ·
1 Parent(s): 328e2cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -22,7 +22,7 @@ This model has been trained for the **WSD** task over the entire training datase
22
  1) **Open-ended questions**, where the model will generate the definition of the target word;
23
  2) **Closed-ended questions**, where the model will generate the identifier of the correct option out of a list of alternatives.
24
 
25
- More details regarding the training procedure (e.g. hyperparameters, dataset construction, and so on) can be found in Section 4.2 of the [paper].
26
 
27
  - **Developed by:** Pierpaolo Basile, Lucia Siciliani, Elio Musacchio
28
  - **Model type:** LLaMA 3.1 Instruct
@@ -150,7 +150,15 @@ print(tokenizer.decode(outputs[0][input_ids.shape[-1]:], skip_special_tokens=Tru
150
  If you use this model in your research, please cite the following:
151
 
152
  ```bibtex
153
- TBD
 
 
 
 
 
 
 
 
154
  ```
155
 
156
  ## Instructions
 
22
  1) **Open-ended questions**, where the model will generate the definition of the target word;
23
  2) **Closed-ended questions**, where the model will generate the identifier of the correct option out of a list of alternatives.
24
 
25
+ More details regarding the training procedure (e.g. hyperparameters, dataset construction, and so on) can be found in Section 4.2 of the [paper](https://arxiv.org/abs/2503.08662).
26
 
27
  - **Developed by:** Pierpaolo Basile, Lucia Siciliani, Elio Musacchio
28
  - **Model type:** LLaMA 3.1 Instruct
 
150
  If you use this model in your research, please cite the following:
151
 
152
  ```bibtex
153
+ @misc{basile2025exploringwordsensedisambiguation,
154
+ title={Exploring the Word Sense Disambiguation Capabilities of Large Language Models},
155
+ author={Pierpaolo Basile and Lucia Siciliani and Elio Musacchio and Giovanni Semeraro},
156
+ year={2025},
157
+ eprint={2503.08662},
158
+ archivePrefix={arXiv},
159
+ primaryClass={cs.CL},
160
+ url={https://arxiv.org/abs/2503.08662},
161
+ }
162
  ```
163
 
164
  ## Instructions