README.md 720 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# OLAPH

### Paper

Title: `OLAPH: Improving Factuality in Biomedical Long-form Question Answering`

Abstract: [https://arxiv.org/abs/2405.12701](https://arxiv.org/abs/2405.12701)


#### Tasks

* `olaph`: Open-Ended QA in english.
* `olaph_perplexity`: Open-Ended QA in english, evaluated with perplexity.

### Citation

```bibtex
@misc{jeong2024olaphimprovingfactualitybiomedical,
      title={OLAPH: Improving Factuality in Biomedical Long-form Question Answering},
      author={Minbyul Jeong and Hyeon Hwang and Chanwoong Yoon and Taewhoo Lee and Jaewoo Kang},
      year={2024},
      eprint={2405.12701},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2405.12701},
}
```