GitXplorerGitXplorer
f

hashtag-generation

public
7 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
b6190feddf47fedc2dce26275a9abe4458feba6e

Update README.md

yyichiawMeta committed a year ago
Unverified
523811e5c0809650a00e731bbab12adb382ef29b

Initial commit

yyichiawMeta committed a year ago

README

The README file for this repository.

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]