From ba9da7228c2221f3c14ce3bbec0aa70bfd12d31c Mon Sep 17 00:00:00 2001 From: welix Date: Sun, 27 Oct 2024 11:20:09 +0900 Subject: [PATCH] Update README.md: added citation --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dff3f04..7a4f7bb 100755 --- a/README.md +++ b/README.md @@ -220,7 +220,6 @@ python training/train.py --model moment_detr --dataset qvhighlight --feature cli python training/train.py --model moment_detr --dataset tvsum --feature clip_slowfast --domain BK ``` - #### Evaluation The evaluation command is: ``` @@ -239,6 +238,16 @@ Then zip `hl_val_submission.jsonl` and `hl_test_submission.jsonl`, and submit it zip -r submission.zip val_submission.jsonl test_submission.jsonl ``` +## Citation +```bibtex +@InProceedings{taichi2024emnlp, + author = {Taichi Nishimura and Shota Nakada and Hokuto Munakata and Tatsuya Komatsu}, + title = {Lighthouse: A User-Friendly Library for Reproducible Video Moment Retrieval and Highlight Detection}, + booktitle = {Proceedings of The 2024 Conference on Empirical Methods in Natural Language Processing: System Demonstrations}, + year = {2024}, +} +``` + ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.