rohitsaxena commited on
Commit
28df20b
1 Parent(s): df01d03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -24,5 +24,21 @@ Creative Commons Attribution Non Commercial 4.0
24
  archivePrefix={arXiv},
25
  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.'}
26
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ```
28
 
 
24
  archivePrefix={arXiv},
25
  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.'}
26
  }
27
+
28
+ @inproceedings{saxena-keller-2024-select,
29
+ title = "Select and Summarize: Scene Saliency for Movie Script Summarization",
30
+ author = "Saxena, Rohit and
31
+ Keller, Frank",
32
+ editor = "Duh, Kevin and
33
+ Gomez, Helena and
34
+ Bethard, Steven",
35
+ booktitle = "Findings of the Association for Computational Linguistics: NAACL 2024",
36
+ month = jun,
37
+ year = "2024",
38
+ address = "Mexico City, Mexico",
39
+ publisher = "Association for Computational Linguistics",
40
+ url = "https://aclanthology.org/2024.findings-naacl.218",
41
+ pages = "3439--3455",
42
+ }
43
  ```
44