FrancescoPeriti commited on
Commit
31ff6ba
·
verified ·
1 Parent(s): 613313b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -150,10 +150,17 @@ for row in dataset:
150
  print(f"Target: {row['target']}\nExample: {row['example']}\nSense definition: {row['definition']}")
151
  ```
152
 
153
- ## Citation [optional]
154
 
155
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
156
 
157
  **BibTeX:**
158
 
159
- [More Information Needed]
 
 
 
 
 
 
 
 
150
  print(f"Target: {row['target']}\nExample: {row['example']}\nSense definition: {row['definition']}")
151
  ```
152
 
153
+ ## Citation
154
 
155
+ Francesco Periti, David Alfter, and Nina Tahmasebi. 2024. Automatically Generated Definitions and their utility for Modeling Word Meaning. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, Miami. Association for Computational Linguistics.
156
 
157
  **BibTeX:**
158
 
159
+ @InProceedings{periti2024automatically,
160
+ author = {Francesco Periti and David Alfter and Nina Tahmasebi},
161
+ title = {{Automatically Generated Definitions and their Utility for Modeling Word Meaning}},
162
+ booktitle = {Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
163
+ year = {2024},
164
+ address = {Miami, Florida},
165
+ publisher = {Association for Computational Linguistics}
166
+ }