pierluigic commited on
Commit
edaffcb
·
verified ·
1 Parent(s): 72cee12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -90,10 +90,18 @@ print(f"Graded Sense Score: {score}")
90
  If you use this model, please cite the following paper:
91
 
92
  ```
93
- @article{cassotti2025,
94
- title={Sense-specific Historical Word Usage Generation},
95
- author={Cassotti, Pierluigi and Tahmasebi, Nina},
96
- journal={TACL},
97
- year={2025}
 
 
 
 
 
 
 
 
98
  }
99
  ```
 
90
  If you use this model, please cite the following paper:
91
 
92
  ```
93
+ @article{10.1162/tacl_a_00761,
94
+ author = {Cassotti, Pierluigi and Tahmasebi, Nina},
95
+ title = {Sense-specific Historical Word Usage Generation},
96
+ journal = {Transactions of the Association for Computational Linguistics},
97
+ volume = {13},
98
+ pages = {690-708},
99
+ year = {2025},
100
+ month = {07},
101
+ abstract = {Large-scale sense-annotated corpora are important for a range of tasks but are hard to come by. Dictionaries that record and describe the vocabulary of a language often offer a small set of real-world example sentences for each sense of a word. However, on their own, these sentences are too few to be used as diachronic sense-annotated corpora. We propose a targeted strategy for training and evaluating generative models producing historically and semantically accurate word usages given any word, sense definition, and year triple. Our results demonstrate that fine-tuned models can generate usages with the same properties as real-world example sentences from a reference dictionary. Thus the generated usages will be suitable for training and testing computational models where large-scale sense-annotated corpora are needed but currently unavailable.},
102
+ issn = {2307-387X},
103
+ doi = {10.1162/tacl_a_00761},
104
+ url = {https://doi.org/10.1162/tacl\_a\_00761},
105
+ eprint = {https://direct.mit.edu/tacl/article-pdf/doi/10.1162/tacl\_a\_00761/2535111/tacl\_a\_00761.pdf},
106
  }
107
  ```