Skip to content

This repo is the official implementation of the paper titled "Generating Hashtags for Short-form Videos with Guided Signals" (ACL 2023).

License

Notifications You must be signed in to change notification settings

facebookresearch/hashtag-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating Hashtags for Short-form Videos with Guided Signals

Introduction

This repo is official PyTorch implementation of the paper titled "Generating Hashtags for Short-form Videos with Guided Signals" (ACL 2023).

Environment

Create a conda env:

conda create -n hashtag-generation python=3.8
conda activate hashtag-generation

Install python packages:

pip install requirements.txt

Run code

sh ./scripts/run.sh

Reference

Please cite this paper if you use code in this repo.

@inproceedings{yu2023generating,
  title={Generating Hashtags for Short-form Videos with Guided Signals},
  author={Yu, Tiezheng and Yu, Hanchao and Liang, Davis and Mao, Yuning and Nie, Shaoliang and Huang, Po-Yao and Khabsa, Madian and Fung, Pascale and Wang, Yi-Chia},
  booktitle={Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
  pages={9482--9495},
  year={2023}
}

License

This repo is CC-BY-NC 4.0 licensed, as found in the LICENSE file.

[Terms of Use] [Privacy Policy]

About

This repo is the official implementation of the paper titled "Generating Hashtags for Short-form Videos with Guided Signals" (ACL 2023).

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published