Skip to content

Commit 46965bb

Browse files
Adds EKS paper to CDAE.
1 parent acc5c1f commit 46965bb

4 files changed

Lines changed: 33 additions & 20 deletions

File tree

_data/papers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ papers:
8989
bib_key: "gantt_event_2024"
9090
links:
9191
- label: "pdf"
92-
href: "https://arxiv.org/pdf/2402.06973.pdf"
92+
href: "https://aclanthology.org/2024.findings-emnlp.431.pdf"
9393
- label: "data"
9494
href: "https://github.com/wgantt/eks"
9595
- label: "doi"
96-
href: "https://doi.org/10.48550/arXiv.2402.06973"
96+
href: "https://doi.org/10.18653/v1/2024.findings-emnlp.431"
9797
- label: "bib"
9898
href: "gantt_event_2024"
9999
save: "/assets/bibliography/gantt_event_2024.bib"

_data/research.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pds:
4949
cdae:
5050
papers:
5151
- walden_cross-document_2025
52+
- gantt_event_2024
5253
- vashishtha_famus_2024
5354
ellipsis: null
5455
connotate: null
Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
@misc{gantt_event_2024,
2-
title={Event-Keyed Summarization},
3-
author={William Gantt and Alexander Martin and Pavlo Kuchmiichuk and Aaron Steven White},
4-
year={2024},
5-
eprint={2402.06973},
6-
archivePrefix={arXiv},
7-
primaryClass={cs.CL},
8-
url={https://arxiv.org/abs/2402.06973},
9-
}
1+
@inproceedings{gantt_event_2024,
2+
title = "Event-Keyed Summarization",
3+
author = "Gantt, William and
4+
Martin, Alexander and
5+
Kuchmiichuk, Pavlo and
6+
White, Aaron",
7+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
8+
month = nov,
9+
year = "2024",
10+
address = "Miami, Florida, USA",
11+
publisher = "Association for Computational Linguistics",
12+
url = "https://aclanthology.org/2024.findings-emnlp.431",
13+
doi = "10.18653/v1/2024.findings-emnlp.431",
14+
pages = "7333--7345",
15+
}
Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
@misc{gantt_event_2024,
2-
title={Event-Keyed Summarization},
3-
author={William Gantt and Alexander Martin and Pavlo Kuchmiichuk and Aaron Steven White},
4-
year={2024},
5-
eprint={2402.06973},
6-
archivePrefix={arXiv},
7-
primaryClass={cs.CL},
8-
url={https://arxiv.org/abs/2402.06973},
9-
}
1+
@inproceedings{gantt_event_2024,
2+
title = "Event-Keyed Summarization",
3+
author = "Gantt, William and
4+
Martin, Alexander and
5+
Kuchmiichuk, Pavlo and
6+
White, Aaron",
7+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
8+
month = nov,
9+
year = "2024",
10+
address = "Miami, Florida, USA",
11+
publisher = "Association for Computational Linguistics",
12+
url = "https://aclanthology.org/2024.findings-emnlp.431",
13+
doi = "10.18653/v1/2024.findings-emnlp.431",
14+
pages = "7333--7345",
15+
}

0 commit comments

Comments
 (0)