Skip to content

Commit

Permalink
Update README.md: added citation
Browse files Browse the repository at this point in the history
  • Loading branch information
awkrail authored Oct 27, 2024
1 parent e03d917 commit ba9da72
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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.

Expand Down

0 comments on commit ba9da72

Please sign in to comment.