fdelucaf commited on
Commit
0add508
1 Parent(s): 0fdf47d

Fix citations

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -160,7 +160,7 @@ No specific measures were taken to mitigate other types of bias that may be pres
160
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
161
 
162
  **BibTeX:**
163
-
164
  @inproceedings{de-luca-fornaciari-etal-2024-hard,
165
  title = "A Hard Nut to Crack: Idiom Detection with Conversational Large Language Models",
166
  author = "De Luca Fornaciari, Francesca and
@@ -182,11 +182,13 @@ No specific measures were taken to mitigate other types of bias that may be pres
182
  pages = "35--44",
183
  abstract = "In this work, we explore idiomatic language processing with Large Language Models (LLMs). We introduce the Idiomatic language Test Suite IdioTS, a dataset of difficult examples specifically designed by language experts to assess the capabilities of LLMs to process figurative language at sentence level. We propose a comprehensive evaluation methodology based on an idiom detection task, where LLMs are prompted with detecting an idiomatic expression in a given English sentence. We present a thorough automatic and manual evaluation of the results and a comprehensive error analysis.",
184
  }
185
-
186
 
187
  **ACL:**
188
 
 
189
  Francesca De Luca Fornaciari, Begoña Altuna, Itziar Gonzalez-Dios, and Maite Melero. 2024. A Hard Nut to Crack: Idiom Detection with Conversational Large Language Models. In Proceedings of the 4th Workshop on Figurative Language Processing (FigLang 2024), pages 35–44, Mexico City, Mexico (Hybrid). Association for Computational Linguistics.
 
190
 
191
  ## More Information [optional]
192
 
 
160
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
161
 
162
  **BibTeX:**
163
+ ```
164
  @inproceedings{de-luca-fornaciari-etal-2024-hard,
165
  title = "A Hard Nut to Crack: Idiom Detection with Conversational Large Language Models",
166
  author = "De Luca Fornaciari, Francesca and
 
182
  pages = "35--44",
183
  abstract = "In this work, we explore idiomatic language processing with Large Language Models (LLMs). We introduce the Idiomatic language Test Suite IdioTS, a dataset of difficult examples specifically designed by language experts to assess the capabilities of LLMs to process figurative language at sentence level. We propose a comprehensive evaluation methodology based on an idiom detection task, where LLMs are prompted with detecting an idiomatic expression in a given English sentence. We present a thorough automatic and manual evaluation of the results and a comprehensive error analysis.",
184
  }
185
+ ```
186
 
187
  **ACL:**
188
 
189
+ ```
190
  Francesca De Luca Fornaciari, Begoña Altuna, Itziar Gonzalez-Dios, and Maite Melero. 2024. A Hard Nut to Crack: Idiom Detection with Conversational Large Language Models. In Proceedings of the 4th Workshop on Figurative Language Processing (FigLang 2024), pages 35–44, Mexico City, Mexico (Hybrid). Association for Computational Linguistics.
191
+ ```
192
 
193
  ## More Information [optional]
194