From 78c981f92813bbcf93b47c3aaf65905ca96df367 Mon Sep 17 00:00:00 2001 From: muhaochen Date: Sun, 14 Jul 2024 00:21:54 -0700 Subject: [PATCH] add bibtex --- tutorials/tutorial.202406.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/tutorials/tutorial.202406.html b/tutorials/tutorial.202406.html index 1127659..b5d5454 100644 --- a/tutorials/tutorial.202406.html +++ b/tutorials/tutorial.202406.html @@ -15,6 +15,13 @@ .STYLE2 {font-family: Calibri; font-size: 24px; } .STYLE27 {font-family: Calibri; font-size: 16px; } > + .bibtex { + background-color: lightgrey; + width: 600px; + border: 2px solid black; + padding: 10px; + margin: 5px; + } @@ -74,8 +81,18 @@

Future Research Directions [30 min]
Tutorial syllabus -
  • Tutorial slides
  • - +

    Bibtex:

    +
    +@inproceedings{chen-etal-2024-combating,
    +    title = "Combating Security and Privacy Issues in the Era of Large Language Models",
    +    author = "Chen, Muhao and Xiao, Chaowei and Sun, Huan and Li, Lei and Derczynski, Leon and Anandkumar, Anima and Wang, Fei",
    +    booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 5: Tutorial Abstracts)",
    +    year = "2024",
    +    publisher = "Association for Computational Linguistics",
    +    url = "https://aclanthology.org/2024.naacl-tutorials.2",
    +    pages = "8--18"
    +} +