zli12321 commited on
Commit
9cdb456
·
verified ·
1 Parent(s): b990975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -286,14 +286,25 @@ Our fine-tuned models are available on Huggingface:
286
  ## 📄 Citation
287
 
288
  ```bibtex
289
- @misc{li2024pedantspreciseevaluationsdiverse,
290
- title={PEDANTS: Cheap but Effective and Interpretable Answer Equivalence},
291
- author={Zongxia Li and Ishani Mondal and Yijun Liang and Huy Nghiem and Jordan Lee Boyd-Graber},
292
- year={2024},
293
- eprint={2402.11161},
294
- archivePrefix={arXiv},
295
- primaryClass={cs.CL},
296
- url={https://arxiv.org/abs/2402.11161},
 
 
 
 
 
 
 
 
 
 
 
297
  }
298
  ```
299
 
 
286
  ## 📄 Citation
287
 
288
  ```bibtex
289
+ @inproceedings{li-etal-2024-pedants,
290
+ title = "{PEDANTS}: Cheap but Effective and Interpretable Answer Equivalence",
291
+ author = "Li, Zongxia and
292
+ Mondal, Ishani and
293
+ Nghiem, Huy and
294
+ Liang, Yijun and
295
+ Boyd-Graber, Jordan Lee",
296
+ editor = "Al-Onaizan, Yaser and
297
+ Bansal, Mohit and
298
+ Chen, Yun-Nung",
299
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
300
+ month = nov,
301
+ year = "2024",
302
+ address = "Miami, Florida, USA",
303
+ publisher = "Association for Computational Linguistics",
304
+ url = "https://aclanthology.org/2024.findings-emnlp.548/",
305
+ doi = "10.18653/v1/2024.findings-emnlp.548",
306
+ pages = "9373--9398",
307
+ abstract = "Question answering (QA) can only make progress if we know if an answer is correct, but current answer correctness (AC) metrics struggle with verbose, free-form answers from large language models (LLMs). There are two challenges with current short-form QA evaluations: a lack of diverse styles of evaluation data and an over-reliance on expensive and slow LLMs. LLM-based scorers correlate better with humans, but this expensive task has only been tested on limited QA datasets. We rectify these issues by providing rubrics and datasets for evaluating machine QA adopted from the Trivia community. We also propose an efficient, and interpretable QA evaluation that is more stable than an exact match and neural methods (BERTScore)."
308
  }
309
  ```
310