chemicaltree commited on
Commit
e265c1c
1 Parent(s): 9fa9c94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -141,7 +141,7 @@ CAMERA (CyberAgent Multimodal Evaluation for Ad Text GeneRAtion) is the Japanese
141
 
142
  - **Homepage:** [Github](https://github.com/CyberAgentAILab/camera)
143
  - **Paper:** [Striking Gold in Advertising: Standardization and Exploration of Ad Text
144
- Generation](https://arxiv.org/abs/2309.12030)
145
  - [NEW!] Our paper has been accepted to [ACL2024](https://2024.aclweb.org/), and we will update the paper information as soon as the proceedings are published.
146
 
147
  ## Uses
@@ -264,12 +264,22 @@ DatasetDict({
264
  ## Citation
265
 
266
  ```
267
- @misc{mita2024striking,
268
- title={Striking Gold in Advertising: Standardization and Exploration of Ad Text Generation},
269
- author={Masato Mita and Soichiro Murakami and Akihiko Kato and Peinan Zhang},
270
- year={2024},
271
- eprint={2309.12030},
272
- archivePrefix={arXiv},
273
- primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
 
 
 
 
 
 
 
 
 
 
274
  }
275
  ```
 
141
 
142
  - **Homepage:** [Github](https://github.com/CyberAgentAILab/camera)
143
  - **Paper:** [Striking Gold in Advertising: Standardization and Exploration of Ad Text
144
+ Generation](https://aclanthology.org/2024.acl-long.54/)
145
  - [NEW!] Our paper has been accepted to [ACL2024](https://2024.aclweb.org/), and we will update the paper information as soon as the proceedings are published.
146
 
147
  ## Uses
 
264
  ## Citation
265
 
266
  ```
267
+ @inproceedings{mita-etal-2024-striking,
268
+ title = "Striking Gold in Advertising: Standardization and Exploration of Ad Text Generation",
269
+ author = "Mita, Masato and
270
+ Murakami, Soichiro and
271
+ Kato, Akihiko and
272
+ Zhang, Peinan",
273
+ editor = "Ku, Lun-Wei and
274
+ Martins, Andre and
275
+ Srikumar, Vivek",
276
+ booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
277
+ month = aug,
278
+ year = "2024",
279
+ address = "Bangkok, Thailand and virtual meeting",
280
+ publisher = "Association for Computational Linguistics",
281
+ url = "https://aclanthology.org/2024.acl-long.54",
282
+ pages = "955--972",
283
+ abstract = "In response to the limitations of manual ad creation, significant research has been conducted in the field of automatic ad text generation (ATG). However, the lack of comprehensive benchmarks and well-defined problem sets has made comparing different methods challenging. To tackle these challenges, we standardize the task of ATG and propose a first benchmark dataset, CAMERA, carefully designed and enabling the utilization of multi-modal information and facilitating industry-wise evaluations. Our extensive experiments with a variety of nine baselines, from classical methods to state-of-the-art models including large language models (LLMs), show the current state and the remaining challenges. We also explore how existing metrics in ATG and an LLM-based evaluator align with human evaluations.",
284
  }
285
  ```