We have test.tex
, tacl.bib
, acl2012.bst
\begin{document}
\maketitle
\begin{abstract}
%write the abstract here.
\end{abstract}
\section{Introduction}
%write some thing here
You can cite papers here.\cite{vqa}
\bibliographystyle{acl2012}
\bibliography{tacl}
\end{document}
@inproceedings{vqa,
title={Vqa: Visual question answering},
author={Antol, Stanislaw and Agrawal, Aishwarya and Lu, Jiasen and Mitchell, Margaret and Batra, Dhruv and Lawrence Zitnick, C and Parikh, Devi},
booktitle={Proceedings of the IEEE International Conference on Computer Vision},
pages={2425--2433},
year={2015}
}
@inproceedings{crossyahoo,
title={Cross-lingual image caption generation},
author={Miyazaki, Takashi and Shimizu, Nobuyuki},
booktitle={Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics},
volume={1},
pages={1780--1790},
year={2016}
}
@inproceedings{hierarchical,
title={Hierarchical question-image co-attention for visual question answering},
author={Lu, Jiasen and Yang, Jianwei and Batra, Dhruv and Parikh, Devi},
booktitle={Advances In Neural Information Processing Systems},
pages={289--297},
year={2016}
}
texshop
to open the test.tex
, %for pictures
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{mwe}
%for Japanese
\usepackage[UTF8, heading = false, scheme = plain]{ctex}