paper-with-me

Papers

Leveraging Partial Dependency Trees to Control Image Captions

2021-06-01 · NAACL (ALVR) 2021 6 · Wenjie Zhong, Yusuke Miyao

Controlling the generation of image captions attracts lots of attention recently. In this paper, we propose a framework leveraging partial syntactic dependency trees as control signals to make image captions include specified words and their syntactic structures. To achieve this purpose, we propose a Syntactic Dependency Structure Aware Model (SDSAM), which explicitly learns to generate the syntactic structures of image captions to include given partial dependency trees. In addition, we come up with a metric to evaluate how many specified words and their syntactic dependencies are included in generated captions. We carry out experiments on two standard datasets: Microsoft COCO and Flickr30k. Empirical results show that image captions generated by our model are effectively controlled in terms of specified words and their syntactic structures.The code is available on GitHub.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioning

Similar Papers 제목 키워드 기반

Cross-language Projection of Dependency Trees with Constrained Partial Parsing for Tree-to-Tree Machine Translation

2016-08-01 · WS 2016 8 · Yu Shen, Chenhui Chu, Fabien Cromieres, Sadao Kurohashi
Dependency ParsingMachine TranslationTranslation

Attention Guided Graph Convolutional Networks for Relation Extraction

2019-06-18 · ACL 2019 7 · Zhijiang Guo, Yan Zhang, Wei Lu

Dependency trees convey rich structural information that is proven useful for extracting relations among entities in text. However, how to effectively make use of relevant information while ignoring irrelevant informatio…

RelationRelation ExtractionSentence

Predicting Music Hierarchies with a Graph-Based Neural Decoder

2023-06-29 · Francesco Foscarin, Daniel Harasim, Gerhard Widmer

This paper describes a data-driven framework to parse musical sequences into dependency trees, which are hierarchical structures used in music cognition research and music analysis. The parsing involves two steps. First,…

Decoder

Optimizing Trajectory-Trees in Belief Space: An Application from Model Predictive Control to Task and Motion Planning

2026-05-03 · Camille Phiquepal, Marc Toussaint arxiv

This paper explores the benefits of computing arborescent trajectories (trajectory-trees) instead of commonly used sequential trajectories for partially observable robotic planning problems. In such environments, a robot…

Autonomous DrivingMotion Planning

Improving Cross-Domain Performance for Relation Extraction via Dependency Prediction and Information Flow Control

2019-07-07 · Amir Pouran Ben Veyseh, Thien Huu Nguyen, Dejing Dou

Relation Extraction (RE) is one of the fundamental tasks in Information Extraction and Natural Language Processing. Dependency trees have been shown to be a very useful source of information for this task. The current de…

Domain GeneralizationRelationRelation Extraction