From f5cdc6d034d8ef5919e1cb5d209d692e97d55856 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 4 Jan 2024 19:32:08 -0600 Subject: [PATCH 01/18] inserted license comment. --- python/acl_anthology/__init__.py | 2 +- python/acl_anthology/anthology.py | 2 +- python/acl_anthology/collections/__init__.py | 2 +- python/acl_anthology/collections/collection.py | 2 +- python/acl_anthology/collections/event.py | 2 +- python/acl_anthology/collections/eventindex.py | 2 +- python/acl_anthology/collections/index.py | 2 +- python/acl_anthology/collections/paper.py | 2 +- python/acl_anthology/collections/types.py | 2 +- python/acl_anthology/collections/volume.py | 2 +- python/acl_anthology/config.py | 2 +- python/acl_anthology/constants.py | 2 +- python/acl_anthology/containers.py | 2 +- python/acl_anthology/exceptions.py | 2 +- python/acl_anthology/files.py | 2 +- python/acl_anthology/people/__init__.py | 2 +- python/acl_anthology/people/index.py | 2 +- python/acl_anthology/people/name.py | 2 +- python/acl_anthology/people/person.py | 2 +- python/acl_anthology/sigs.py | 2 +- python/acl_anthology/text/__init__.py | 2 +- python/acl_anthology/text/markuptext.py | 2 +- python/acl_anthology/text/texmath.py | 2 +- python/acl_anthology/utils/__init__.py | 2 +- python/acl_anthology/utils/git.py | 2 +- python/acl_anthology/utils/ids.py | 2 +- python/acl_anthology/utils/latex.py | 2 +- python/acl_anthology/utils/logging.py | 2 +- python/acl_anthology/utils/text.py | 2 +- python/acl_anthology/utils/xml.py | 2 +- python/acl_anthology/venues.py | 2 +- python/benchmarks/bench_attrs.py | 2 +- python/benchmarks/bench_sanitycheck.py | 2 +- python/benchmarks/bench_utils.py | 2 +- python/benchmarks/bench_xml_markup.py | 2 +- python/benchmarks/bench_xml_names.py | 2 +- python/benchmarks/bench_xml_parsing.py | 2 +- python/tests/anthology_integration_test.py | 2 +- python/tests/anthology_test.py | 2 +- python/tests/collections/collection_test.py | 2 +- python/tests/collections/collectionindex_test.py | 2 +- python/tests/collections/event_test.py | 2 +- python/tests/collections/eventindex_test.py | 2 +- python/tests/collections/paper_test.py | 2 +- python/tests/collections/volume_test.py | 2 +- python/tests/conftest.py | 2 +- python/tests/containers_test.py | 2 +- python/tests/files_test.py | 2 +- python/tests/people/name_test.py | 2 +- python/tests/people/person_test.py | 2 +- python/tests/people/personindex_test.py | 2 +- python/tests/sigs_test.py | 2 +- python/tests/text/markuptext_test.py | 2 +- python/tests/text/texmath_test.py | 2 +- python/tests/utils/ids_test.py | 2 +- python/tests/utils/latex_test.py | 2 +- python/tests/utils/logging_test.py | 2 +- python/tests/utils/text_test.py | 2 +- python/tests/utils/xml_test.py | 2 +- python/tests/venues_test.py | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/python/acl_anthology/__init__.py b/python/acl_anthology/__init__.py index 382bf090d8..5d1c5dd731 100644 --- a/python/acl_anthology/__init__.py +++ b/python/acl_anthology/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/anthology.py b/python/acl_anthology/anthology.py index ebacdc3602..0761e017c7 100644 --- a/python/acl_anthology/anthology.py +++ b/python/acl_anthology/anthology.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/__init__.py b/python/acl_anthology/collections/__init__.py index df003b3bc1..a8d8b30f21 100644 --- a/python/acl_anthology/collections/__init__.py +++ b/python/acl_anthology/collections/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/collection.py b/python/acl_anthology/collections/collection.py index d99dda23b5..daa7c378ca 100644 --- a/python/acl_anthology/collections/collection.py +++ b/python/acl_anthology/collections/collection.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/event.py b/python/acl_anthology/collections/event.py index 750bc8f747..b6c7ae1fc5 100644 --- a/python/acl_anthology/collections/event.py +++ b/python/acl_anthology/collections/event.py @@ -1,5 +1,5 @@ # Copyright 2022 Matt Post -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/eventindex.py b/python/acl_anthology/collections/eventindex.py index ca701f9a88..43140dfd28 100644 --- a/python/acl_anthology/collections/eventindex.py +++ b/python/acl_anthology/collections/eventindex.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/index.py b/python/acl_anthology/collections/index.py index 1bf257523e..85904f2c97 100644 --- a/python/acl_anthology/collections/index.py +++ b/python/acl_anthology/collections/index.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/paper.py b/python/acl_anthology/collections/paper.py index 4ac25483b0..acbfb3448b 100644 --- a/python/acl_anthology/collections/paper.py +++ b/python/acl_anthology/collections/paper.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/types.py b/python/acl_anthology/collections/types.py index ef26af6639..e7ff137832 100644 --- a/python/acl_anthology/collections/types.py +++ b/python/acl_anthology/collections/types.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/collections/volume.py b/python/acl_anthology/collections/volume.py index c2d65c0928..43735fb646 100644 --- a/python/acl_anthology/collections/volume.py +++ b/python/acl_anthology/collections/volume.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/config.py b/python/acl_anthology/config.py index 4d9f0cbb0c..5d371e05e8 100644 --- a/python/acl_anthology/config.py +++ b/python/acl_anthology/config.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/constants.py b/python/acl_anthology/constants.py index 42d0800088..67fe017a16 100644 --- a/python/acl_anthology/constants.py +++ b/python/acl_anthology/constants.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/containers.py b/python/acl_anthology/containers.py index 58d1b3e92a..98a67decdd 100644 --- a/python/acl_anthology/containers.py +++ b/python/acl_anthology/containers.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/exceptions.py b/python/acl_anthology/exceptions.py index 0d16951c66..74830b36ef 100644 --- a/python/acl_anthology/exceptions.py +++ b/python/acl_anthology/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/files.py b/python/acl_anthology/files.py index 0347356f9b..f8fded4fcc 100644 --- a/python/acl_anthology/files.py +++ b/python/acl_anthology/files.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/people/__init__.py b/python/acl_anthology/people/__init__.py index ba7e72f628..49063fa6de 100644 --- a/python/acl_anthology/people/__init__.py +++ b/python/acl_anthology/people/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/people/index.py b/python/acl_anthology/people/index.py index fb14469bc3..41b25cb993 100644 --- a/python/acl_anthology/people/index.py +++ b/python/acl_anthology/people/index.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/people/name.py b/python/acl_anthology/people/name.py index 4876dd0326..116dd17240 100644 --- a/python/acl_anthology/people/name.py +++ b/python/acl_anthology/people/name.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/people/person.py b/python/acl_anthology/people/person.py index 1f123985eb..075086c476 100644 --- a/python/acl_anthology/people/person.py +++ b/python/acl_anthology/people/person.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/sigs.py b/python/acl_anthology/sigs.py index 3475ca812b..9a835d2d43 100644 --- a/python/acl_anthology/sigs.py +++ b/python/acl_anthology/sigs.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/text/__init__.py b/python/acl_anthology/text/__init__.py index 6aa2046421..9622479a9d 100644 --- a/python/acl_anthology/text/__init__.py +++ b/python/acl_anthology/text/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/text/markuptext.py b/python/acl_anthology/text/markuptext.py index 2d81f67fd4..facc0e1c2e 100644 --- a/python/acl_anthology/text/markuptext.py +++ b/python/acl_anthology/text/markuptext.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Marcel Bollmann +# Copyright 2019-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/text/texmath.py b/python/acl_anthology/text/texmath.py index 2dee8fbec1..4af8bb5cb9 100644 --- a/python/acl_anthology/text/texmath.py +++ b/python/acl_anthology/text/texmath.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Marcel Bollmann +# Copyright 2019-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/utils/__init__.py b/python/acl_anthology/utils/__init__.py index 5d4173b990..fcf9e8520d 100644 --- a/python/acl_anthology/utils/__init__.py +++ b/python/acl_anthology/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/utils/git.py b/python/acl_anthology/utils/git.py index f8891ee2c1..f203c75eca 100644 --- a/python/acl_anthology/utils/git.py +++ b/python/acl_anthology/utils/git.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/utils/ids.py b/python/acl_anthology/utils/ids.py index 6e4434fe04..b70519e9a5 100644 --- a/python/acl_anthology/utils/ids.py +++ b/python/acl_anthology/utils/ids.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/utils/latex.py b/python/acl_anthology/utils/latex.py index b1821357d7..a3c492f4de 100644 --- a/python/acl_anthology/utils/latex.py +++ b/python/acl_anthology/utils/latex.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/utils/logging.py b/python/acl_anthology/utils/logging.py index e6119ce213..ae1fabaabe 100644 --- a/python/acl_anthology/utils/logging.py +++ b/python/acl_anthology/utils/logging.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/utils/text.py b/python/acl_anthology/utils/text.py index d030a44a11..c4abda31ac 100644 --- a/python/acl_anthology/utils/text.py +++ b/python/acl_anthology/utils/text.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/utils/xml.py b/python/acl_anthology/utils/xml.py index 87942cb7da..f52f512afd 100644 --- a/python/acl_anthology/utils/xml.py +++ b/python/acl_anthology/utils/xml.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/acl_anthology/venues.py b/python/acl_anthology/venues.py index 16b05e822a..6043b4f465 100644 --- a/python/acl_anthology/venues.py +++ b/python/acl_anthology/venues.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/benchmarks/bench_attrs.py b/python/benchmarks/bench_attrs.py index dd2c4121a4..194224afce 100644 --- a/python/benchmarks/bench_attrs.py +++ b/python/benchmarks/bench_attrs.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/benchmarks/bench_sanitycheck.py b/python/benchmarks/bench_sanitycheck.py index 1659bc51f6..a22d91fc9e 100644 --- a/python/benchmarks/bench_sanitycheck.py +++ b/python/benchmarks/bench_sanitycheck.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/benchmarks/bench_utils.py b/python/benchmarks/bench_utils.py index 1953223505..e7a69861fe 100644 --- a/python/benchmarks/bench_utils.py +++ b/python/benchmarks/bench_utils.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/benchmarks/bench_xml_markup.py b/python/benchmarks/bench_xml_markup.py index a3b4873667..47185ff074 100644 --- a/python/benchmarks/bench_xml_markup.py +++ b/python/benchmarks/bench_xml_markup.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/benchmarks/bench_xml_names.py b/python/benchmarks/bench_xml_names.py index 401f94fbe1..d729eba94c 100644 --- a/python/benchmarks/bench_xml_names.py +++ b/python/benchmarks/bench_xml_names.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/benchmarks/bench_xml_parsing.py b/python/benchmarks/bench_xml_parsing.py index 219a425bfb..c1c9b3a697 100644 --- a/python/benchmarks/bench_xml_parsing.py +++ b/python/benchmarks/bench_xml_parsing.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/anthology_integration_test.py b/python/tests/anthology_integration_test.py index 89d1371ceb..225ade4dc7 100644 --- a/python/tests/anthology_integration_test.py +++ b/python/tests/anthology_integration_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/anthology_test.py b/python/tests/anthology_test.py index c22ec60450..fa913fb168 100644 --- a/python/tests/anthology_test.py +++ b/python/tests/anthology_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/collections/collection_test.py b/python/tests/collections/collection_test.py index 22246e61f9..f4509648da 100644 --- a/python/tests/collections/collection_test.py +++ b/python/tests/collections/collection_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/collections/collectionindex_test.py b/python/tests/collections/collectionindex_test.py index 06532cc62f..c7305df5d5 100644 --- a/python/tests/collections/collectionindex_test.py +++ b/python/tests/collections/collectionindex_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/collections/event_test.py b/python/tests/collections/event_test.py index 9ee4bf1980..d311857e2a 100644 --- a/python/tests/collections/event_test.py +++ b/python/tests/collections/event_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/collections/eventindex_test.py b/python/tests/collections/eventindex_test.py index 4433a7b3b3..7bb87cb841 100644 --- a/python/tests/collections/eventindex_test.py +++ b/python/tests/collections/eventindex_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/collections/paper_test.py b/python/tests/collections/paper_test.py index 77feaf087b..f21f2a032e 100644 --- a/python/tests/collections/paper_test.py +++ b/python/tests/collections/paper_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/collections/volume_test.py b/python/tests/collections/volume_test.py index 23914554e2..d111b94eb3 100644 --- a/python/tests/collections/volume_test.py +++ b/python/tests/collections/volume_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/conftest.py b/python/tests/conftest.py index d7c342bd6d..c09ab19516 100644 --- a/python/tests/conftest.py +++ b/python/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/containers_test.py b/python/tests/containers_test.py index 342ee346ed..d0bdf30dae 100644 --- a/python/tests/containers_test.py +++ b/python/tests/containers_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/files_test.py b/python/tests/files_test.py index f815332f9e..b08fbab9be 100644 --- a/python/tests/files_test.py +++ b/python/tests/files_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/people/name_test.py b/python/tests/people/name_test.py index a33dfbed78..1bb1d4c9d9 100644 --- a/python/tests/people/name_test.py +++ b/python/tests/people/name_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/people/person_test.py b/python/tests/people/person_test.py index 36559610ff..f99ba3b885 100644 --- a/python/tests/people/person_test.py +++ b/python/tests/people/person_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/people/personindex_test.py b/python/tests/people/personindex_test.py index 2a9a58db4b..a653189dd3 100644 --- a/python/tests/people/personindex_test.py +++ b/python/tests/people/personindex_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/sigs_test.py b/python/tests/sigs_test.py index 0882203b22..aef1817289 100644 --- a/python/tests/sigs_test.py +++ b/python/tests/sigs_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/text/markuptext_test.py b/python/tests/text/markuptext_test.py index 78a4a2f400..b53f63dccd 100644 --- a/python/tests/text/markuptext_test.py +++ b/python/tests/text/markuptext_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/text/texmath_test.py b/python/tests/text/texmath_test.py index c5bc9779fb..2ad78493f6 100644 --- a/python/tests/text/texmath_test.py +++ b/python/tests/text/texmath_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/utils/ids_test.py b/python/tests/utils/ids_test.py index c87e962c27..0b77937e62 100644 --- a/python/tests/utils/ids_test.py +++ b/python/tests/utils/ids_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/utils/latex_test.py b/python/tests/utils/latex_test.py index 29a436271f..9f9174d67b 100644 --- a/python/tests/utils/latex_test.py +++ b/python/tests/utils/latex_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/utils/logging_test.py b/python/tests/utils/logging_test.py index bf5c773b20..f9939c85ce 100644 --- a/python/tests/utils/logging_test.py +++ b/python/tests/utils/logging_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/utils/text_test.py b/python/tests/utils/text_test.py index 32c7b7e5a1..754b0d6dbf 100644 --- a/python/tests/utils/text_test.py +++ b/python/tests/utils/text_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/utils/xml_test.py b/python/tests/utils/xml_test.py index 88acbd0c6e..f19d0d619b 100644 --- a/python/tests/utils/xml_test.py +++ b/python/tests/utils/xml_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/tests/venues_test.py b/python/tests/venues_test.py index a2e2266118..d918ba593e 100644 --- a/python/tests/venues_test.py +++ b/python/tests/venues_test.py @@ -1,4 +1,4 @@ -# Copyright 2023 Marcel Bollmann +# Copyright 2023-2024 Marcel Bollmann # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From e8c8a1e65dba8f596307ad8416f32f92badefb59 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 4 Jan 2024 19:33:04 -0600 Subject: [PATCH 02/18] ingested ijcnlp main. --- data/xml/2023.ijcnlp.xml | 833 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 833 insertions(+) create mode 100644 data/xml/2023.ijcnlp.xml diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml new file mode 100644 index 0000000000..0f429cfca6 --- /dev/null +++ b/data/xml/2023.ijcnlp.xml @@ -0,0 +1,833 @@ + + + + + Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics (Volume 1: Long Papers) + Jong C.Park + YukiArase + BaotianHu + WeiLu + DerryWijaya + AyuPurwarianti + Adila AlfaKrisnadhi + Association for Computational Linguistics +
Nusa Dua, Bali
+ November + 2023 + ijcnlp + + + 2023.ijcnlp-main.0 + ijcnlp-2023-international + + + Toward Unified Controllable Text Generation via Regular Expression Instruction + XinZheng + HongyuLin + XianpeiHan + LeSun + 1–14 + 2023.ijcnlp-main.1 + zheng-etal-2023-toward + + + Don’t be Blind to Questions: Question-Oriented Math Word Problem Solving + ZhenwenLiang + JipengZhang + XiangliangZhang + 15–25 + 2023.ijcnlp-main.2 + liang-etal-2023-dont + + + <fixed-case>SILVER</fixed-case>: Self Data Augmentation for Out-of-Scope Detection in Dialogues + ChunpengMa + TakuyaMakino + 26–38 + 2023.ijcnlp-main.3 + ma-makino-2023-silver + + + <fixed-case>MQAG</fixed-case>: Multiple-choice Question Answering and Generation for Assessing Information Consistency in Summarization + PotsaweeManakul + AdianLiusie + MarkGales + 39–53 + 2023.ijcnlp-main.4 + manakul-etal-2023-mqag + + + <fixed-case>MCML</fixed-case>: A Novel Memory-based Contrastive Meta-Learning Method for Few Shot Slot Tagging + HongruWang + ZezhongWang + Wai ChungKwan + Kam-FaiWong + 54–65 + 2023.ijcnlp-main.5 + wang-etal-2023-mcml + + + <fixed-case>RECESS</fixed-case>: Resource for Extracting Cause, Effect, and Signal Spans + Fiona AntingTan + HansiHettiarachchi + AliHürriyetoğlu + NellekeOostdijk + TommasoCaselli + TadashiNomoto + OnurUca + Farhana FerdousiLiza + See-KiongNg + 66–82 + 2023.ijcnlp-main.6 + tan-etal-2023-recess + + + <fixed-case>SYNC</fixed-case>: A Structurally Guided Hard Negative Curricula for Generalizable Neural Code Search + AtharvaNaik + SoumitraDas + JyothiVedurada + SomakAditya + 83–103 + 2023.ijcnlp-main.7 + naik-etal-2023-sync + + + On a Benefit of Masked Language Model Pretraining: Robustness to Simplicity Bias + Ting-RuiChiang + 104–118 + 2023.ijcnlp-main.8 + chiang-2023-benefit + + + Conversation Style Transfer using Few-Shot Learning + ShamikRoy + RaphaelShu + NikolaosPappas + ElmanMansimov + YiZhang + SaabMansour + DanRoth + 119–143 + 2023.ijcnlp-main.9 + roy-etal-2023-conversation + + + <fixed-case>M</fixed-case>asakha<fixed-case>NEWS</fixed-case>: News Topic Classification for <fixed-case>A</fixed-case>frican languages + David IfeoluwaAdelani + MarekMasiak + Israel AbebeAzime + JesujobaAlabi + Atnafu LambeboTonja + ChristineMwase + OdunayoOgundepo + Bonaventure F. P.Dossou + AkintundeOladipo + DoreenNixdorf + Chris ChinenyeEmezue + SanaAl-azzawi + BlessingSibanda + DavisDavid + LolwethuNdolela + JonathanMukiibi + TundeAjayi + TatianaMoteu + BrianOdhiambo + AbrahamOwodunni + NnaemekaObiefuna + MuhidinMohamed + Shamsuddeen HassanMuhammad + Teshome MulugetaAbabu + Saheed AbdullahiSalahudeen + Mesay GemedaYigezu + TajuddeenGwadabe + IdrisAbdulmumin + MahletTaye + OluwabusayoAwoyomi + IyanuoluwaShode + TolulopeAdelani + HabibaAbdulganiyu + Abdul-HakeemOmotayo + AdetolaAdeeko + AbeebAfolabi + AnuoluwapoAremu + OlanrewajuSamuel + ClemenciaSiro + WangariKimotho + OnyekachiOgbu + ChineduMbonu + ChiamakaChukwuneke + SamuelFanijo + JessicaOjo + OyinkansolaAwosan + TadesseKebede + Toadoum SariSakayo + PamelaNyatsine + FreedmoreSidume + OreenYousuf + MardiyyahOduwole + KandaTshinu + UssenKimanuka + ThinaDiko + SiyandaNxakama + SinodosNigusse + AbdulmejidJohar + ShafieMohamed + Fuad MireHassan + Moges AhmedMehamed + EvrardNgabire + JulesJules + IvanSsenkungu + PontusStenetorp + 144–159 + 2023.ijcnlp-main.10 + adelani-etal-2023-masakhanews + + + Automatic Translation of Span-Prediction Datasets + OfriMasad + KfirBar + AmirCohen + 160–173 + 2023.ijcnlp-main.11 + masad-etal-2023-automatic + + + Human-Like Distractor Response in Vision-Language Model + XiaonanXu + HaoshuoChen + 174–185 + 2023.ijcnlp-main.12 + xu-chen-2023-human + + + Phylogeny-Inspired Soft Prompts For Data-to-Text Generation in Low-Resource Languages + WilliamSoto Martinez + YannickParmentier + ClaireGardent + 186–198 + 2023.ijcnlp-main.13 + soto-martinez-etal-2023-phylogeny + + + Analysing Cross-Lingual Transfer in Low-Resourced <fixed-case>A</fixed-case>frican Named Entity Recognition + MichaelBeukman + ManuelFokam + 199–224 + 2023.ijcnlp-main.14 + beukman-fokam-2023-analysing + + + A Multimodal Analysis of Influencer Content on <fixed-case>T</fixed-case>witter + DanaeSánchez Villegas + CatalinaGoanta + NikolaosAletras + 225–240 + 2023.ijcnlp-main.15 + sanchez-villegas-etal-2023-multimodal + + + Reimagining Complaint Analysis: Adopting <fixed-case>S</fixed-case>eq2<fixed-case>P</fixed-case>ath for a Generative Text-to-Text Framework + ApoorvaSingh + RaghavJain + SriparnaSaha + 241–251 + 2023.ijcnlp-main.16 + singh-etal-2023-reimagining + + + <fixed-case>F</fixed-case>ollowup<fixed-case>QG</fixed-case>: Towards information-seeking follow-up question generation + YanMeng + LiangmingPan + YixinCao + Min-YenKan + 252–271 + 2023.ijcnlp-main.17 + 2023.ijcnlp-main.17.Dataset.zip + meng-etal-2023-followupqg + + + Zero-shot Triplet Extraction by Template Infilling + BosungKim + HayateIso + NikitaBhutani + EstevamHruschka + NdapaNakashole + TomMitchell + 272–284 + 2023.ijcnlp-main.18 + kim-etal-2023-zero + + + Generating and Answering Simple and Complex Questions from Text and from Knowledge Graphs + KelvinHan + ClaireGardent + 285–304 + 2023.ijcnlp-main.19 + han-gardent-2023-generating + + + Faithful Chain-of-Thought Reasoning + QingLyu + ShreyaHavaldar + AdamStein + LiZhang + DelipRao + EricWong + MariannaApidianaki + ChrisCallison-Burch + 305–329 + 2023.ijcnlp-main.20 + 2023.ijcnlp-main.20.Dataset.zip + lyu-etal-2023-faithful + + + Linguistic Productivity: the Case of Determiners in <fixed-case>E</fixed-case>nglish + Raquel G.Alhama + RutheFoushee + DanielByrne + AllysonEttinger + SusanGoldin-Meadow + AfraAlishahi + 330–343 + 2023.ijcnlp-main.21 + alhama-etal-2023-linguistic + + + Informative Evidence-guided Prompt-based Fine-tuning for <fixed-case>E</fixed-case>nglish-<fixed-case>K</fixed-case>orean Critical Error Detection + DaHyunJung + SugyeongEo + ChanjunPark + HyeonseokMoon + JaehyungSeo + HeuiseokLim + 344–358 + 2023.ijcnlp-main.22 + jung-etal-2023-informative + + + Assessment of Pre-Trained Models Across Languages and Grammars + AlbertoMuñoz-Ortiz + DavidVilares + CarlosGómez-Rodríguez + 359–373 + 2023.ijcnlp-main.23 + munoz-ortiz-etal-2023-assessment + + + Rethinking the Role of Entity Type in Relation Classification + XiangDai + SarvnazKarimi + StephenWan + 374–384 + 2023.ijcnlp-main.24 + dai-etal-2023-rethinking-role + + + Improving Neural Machine Translation with Offline Evaluations + Min-KyungPark + Byung-JunLee + 385–397 + 2023.ijcnlp-main.25 + park-lee-2023-improving + + + Query Rewriting for Effective Misinformation Discovery + AshkanKazemi + ArtemAbzaliev + NaihaoDeng + RuiHou + ScottHale + VeronicaPerez-Rosas + RadaMihalcea + 398–407 + 2023.ijcnlp-main.26 + kazemi-etal-2023-query + + + 24-bit Languages + YiranWang + TaroWatanabe + MasaoUtiyama + YujiMatsumoto + 408–419 + 2023.ijcnlp-main.27 + wang-etal-2023-24 + + + <fixed-case>D</fixed-case>is<fixed-case>CG</fixed-case>en: A Framework for Discourse-Informed Counterspeech Generation + SabitHassan + MaliheAlikhani + 420–429 + 2023.ijcnlp-main.28 + hassan-alikhani-2023-discgen + + + Question Answer Generation in <fixed-case>B</fixed-case>engali: Mitigating the scarcity of <fixed-case>QA</fixed-case> datasets in a low-resource language + Md ShihabShahriar + Ahmad Al FayadChowdhury + Md. AmimulEhsan + Abu RaihanKamal + 430–441 + 2023.ijcnlp-main.29 + 2023.ijcnlp-main.29.Dataset.zip + 2023.ijcnlp-main.29.Software.zip + shahriar-etal-2023-question + + + One Sense per Translation + BradleyHauer + GrzegorzKondrak + 442–454 + 2023.ijcnlp-main.30 + hauer-kondrak-2023-one + + + Interactive-Chain-Prompting: Ambiguity Resolution for Crosslingual Conditional Generation with Interaction + JonathanPilault + XavierGarcia + ArthurBražinskas + OrhanFirat + 455–483 + 2023.ijcnlp-main.31 + pilault-etal-2023-interactive + + + <fixed-case>J</fixed-case>-Guard: Journalism Guided Adversarially Robust Detection of <fixed-case>AI</fixed-case>-generated News + TharinduKumarage + AmritaBhattacharjee + DjordjePadejski + KristyRoschke + DanGillmor + ScottRuston + HuanLiu + JoshuaGarland + 484–497 + 2023.ijcnlp-main.32 + kumarage-etal-2023-j + + + We Need to Talk About Classification Evaluation Metrics in <fixed-case>NLP</fixed-case> + PeterVickers + LoicBarrault + EmilioMonti + NikolaosAletras + 498–510 + 2023.ijcnlp-main.33 + vickers-etal-2023-need + + + Investigating Zero- and Few-shot Generalization in Fact Verification + LiangmingPan + YunxiangZhang + Min-YenKan + 511–524 + 2023.ijcnlp-main.34 + pan-etal-2023-investigating + + + Attacking Open-domain Question Answering by Injecting Misinformation + LiangmingPan + WenhuChen + Min-YenKan + William YangWang + 525–539 + 2023.ijcnlp-main.35 + pan-etal-2023-attacking + + + Emerging Challenges in Personalized Medicine: Assessing Demographic Effects on Biomedical Question Answering Systems + SagiShaier + KevinBennett + LawrenceHunter + KatharinaKann + 540–550 + 2023.ijcnlp-main.36 + shaier-etal-2023-emerging + + + Smoothing Entailment Graphs with Language Models + NickMcKenna + TianyiLi + MarkJohnson + MarkSteedman + 551–563 + 2023.ijcnlp-main.37 + mckenna-etal-2023-smoothing + + + <fixed-case>F</fixed-case>ast<fixed-case>RAT</fixed-case>: Fast and Efficient Cross-lingual Text-to-<fixed-case>SQL</fixed-case> Semantic Parsing + PavlosVougiouklis + NikosPapasarantopoulos + DannaZheng + DavidTuckey + ChenxinDiao + ZhiliShen + JeffPan + 564–576 + 2023.ijcnlp-main.38 + vougiouklis-etal-2023-fastrat + + + <fixed-case>P</fixed-case>ro<fixed-case>M</fixed-case>ap: Effective Bilingual Lexicon Induction via Language Model Prompting + AbdellahEl Mekki + MuhammadAbdul-Mageed + ElMoatez BillahNagoudi + IsmailBerrada + AhmedKhoumsi + 577–597 + 2023.ijcnlp-main.39 + el-mekki-etal-2023-promap + + + <fixed-case>C</fixed-case>on<fixed-case>DA</fixed-case>: Contrastive Domain Adaptation for <fixed-case>AI</fixed-case>-generated Text Detection + AmritaBhattacharjee + TharinduKumarage + RahaMoraffah + HuanLiu + 598–610 + 2023.ijcnlp-main.40 + bhattacharjee-etal-2023-conda + + + A Review of Datasets for Aspect-based Sentiment Analysis + Siva Uday SampreethChebolu + FranckDernoncourt + NedimLipka + ThamarSolorio + 611–628 + 2023.ijcnlp-main.41 + chebolu-etal-2023-review + + + <fixed-case>M</fixed-case>ed<fixed-case>R</fixed-case>ed<fixed-case>QA</fixed-case> for Medical Consumer Question Answering: Dataset, Tasks, and Neural Baselines + VincentNguyen + SarvnazKarimi + MaciejRybinski + ZhenchangXing + 629–648 + 2023.ijcnlp-main.42 + nguyen-etal-2023-medredqa + + + Valla: Standardizing and Benchmarking Authorship Attribution and Verification Through Empirical Evaluation and Comparative Analysis + JacobTyo + BhuwanDhingra + Zachary C.Lipton + 649–660 + 2023.ijcnlp-main.43 + tyo-etal-2023-valla + + + Sentiment Aided Graph Attentive Contextualization for Task Oriented Negotiation Dialogue Generation + AritraRaut + SriparnaSaha + AnutoshMaitra + RoshniRamnani + 661–674 + 2023.ijcnlp-main.44 + raut-etal-2023-sentiment + + + A Multitask, Multilingual, Multimodal Evaluation of <fixed-case>C</fixed-case>hat<fixed-case>GPT</fixed-case> on Reasoning, Hallucination, and Interactivity + YejinBang + SamuelCahyawijaya + NayeonLee + WenliangDai + DanSu + BryanWilie + HolyLovenia + ZiweiJi + TiezhengYu + WillyChung + Quyet V.Do + YanXu + PascaleFung + 675–718 + 2023.ijcnlp-main.45 + bang-etal-2023-multitask + + + Analyzing and Predicting Persistence of News Tweets + MaggieLiu + JingWang + DanielPreotiuc-Pietro + 719–732 + 2023.ijcnlp-main.46 + liu-etal-2023-analyzing + + + Only 5% Attention Is All You Need: Efficient Long-range Document-level Neural Machine Translation + ZihanLiu + ZeweiSun + ShanboCheng + ShujianHuang + MingxuanWang + 733–743 + 2023.ijcnlp-main.47 + liu-etal-2023-5 + + + Uncertainty Estimation for Debiased Models: Does Fairness Hurt Reliability? + GlebKuzmin + ArtemVazhentsev + ArtemShelmanov + XudongHan + SimonSuster + MaximPanov + AlexanderPanchenko + TimothyBaldwin + 744–770 + 2023.ijcnlp-main.48 + kuzmin-etal-2023-uncertainty + + + Semi-supervised News Discourse Profiling with Contrastive Learning + MingLi + RuihongHuang + 771–781 + 2023.ijcnlp-main.49 + li-huang-2023-semi + + + Target-Aware Contextual Political Bias Detection in News + IffatMaab + EdisonMarrese-Taylor + YutakaMatsuo + 782–792 + 2023.ijcnlp-main.50 + maab-etal-2023-target + + + Controllable Discovery of Intents: Incremental Deep Clustering Using Semi-Supervised Contrastive Learning + MrinalRawat + HitheshSankararaman + VictorBarres + 793–803 + 2023.ijcnlp-main.51 + rawat-etal-2023-controllable + + + Benchmarking Procedural Language Understanding for Low-Resource Languages: A Case Study on <fixed-case>T</fixed-case>urkish + ArdaUzunoglu + GözdeŞahin + 804–819 + 2023.ijcnlp-main.52 + uzunoglu-sahin-2023-benchmarking + + + <fixed-case>L</fixed-case>exico<fixed-case>M</fixed-case>atic: Automatic Creation of Multilingual Lexical-Semantic Dictionaries + FedericoMartelli + LuigiProcopio + EdoardoBarba + RobertoNavigli + 820–833 + 2023.ijcnlp-main.53 + martelli-etal-2023-lexicomatic + + + <fixed-case>F</fixed-case>i<fixed-case>R</fixed-case>o: Finite-context Indexing of Restricted Output Space for <fixed-case>NLP</fixed-case> Models Facing Noisy Input + MinhNguyen + NancyChen + 834–845 + 2023.ijcnlp-main.54 + nguyen-chen-2023-firo + + + Implicit Affordance Acquisition via Causal Action–Effect Modeling in the Video Domain + Hsiu-YuYang + CarinaSilberer + 846–871 + 2023.ijcnlp-main.55 + yang-silberer-2023-implicit + + + Prover: Generating Intermediate Steps for <fixed-case>NLI</fixed-case> with Commonsense Knowledge Retrieval and Next-Step Prediction + DeepanwayGhosal + SomakAditya + MonojitChoudhury + 872–884 + 2023.ijcnlp-main.56 + ghosal-etal-2023-prover + + + Exploring the Impact of Training Data Distribution and Subword Tokenization on Gender Bias in Machine Translation + BarIluz + TomaszLimisiewicz + GabrielStanovsky + DavidMareček + 885–896 + 2023.ijcnlp-main.57 + 2023.ijcnlp-main.57.Software.zip + 2023.ijcnlp-main.57.Dataset.zip + iluz-etal-2023-exploring + + + <fixed-case>G</fixed-case>rail<fixed-case>QA</fixed-case>++: A Challenging Zero-Shot Benchmark for Knowledge Base Question Answering + RitamDutt + SopanKhosla + VinayshekharBannihatti Kumar + RashmiGangadharaiah + 897–909 + 2023.ijcnlp-main.58 + 2023.ijcnlp-main.58.Dataset.pdf + dutt-etal-2023-grailqa + + + Model-based Subsampling for Knowledge Graph Completion + XincanFeng + HidetakaKamigaito + KatsuhikoHayashi + TaroWatanabe + 910–920 + 2023.ijcnlp-main.59 + feng-etal-2023-model + + + <fixed-case>N</fixed-case>usa<fixed-case>W</fixed-case>rites: Constructing High-Quality Corpora for Underrepresented and Extremely Low-Resource Languages + SamuelCahyawijaya + HolyLovenia + FajriKoto + DeaAdhista + EmmanuelDave + SarahOktavianti + SalsabilAkbar + JhonsonLee + NuurShadieq + Tjeng WawanCenggoro + HanungLinuwih + BryanWilie + GalihMuridan + GentaWinata + DavidMoeljadi + Alham FikriAji + AyuPurwarianti + PascaleFung + 921–945 + 2023.ijcnlp-main.60 + cahyawijaya-etal-2023-nusawrites + + + The Persuasive Memescape: Understanding Effectiveness and Societal Implications of <fixed-case>I</fixed-case>nternet Memes + GitanjaliKumari + PranaliShinde + AsifEkbal + 946–959 + 2023.ijcnlp-main.61 + kumari-etal-2023-persuasive + + + Generation of <fixed-case>K</fixed-case>orean Offensive Language by Leveraging Large Language Models via Prompt Design + JisuShin + HoyunSong + HuijeLee + FitsumGaim + JongPark + 960–979 + 2023.ijcnlp-main.62 + shin-etal-2023-generation + + + <fixed-case>PICK</fixed-case>: Polished & Informed Candidate Scoring for Knowledge-Grounded Dialogue Systems + BryanWilie + YanXu + WillyChung + SamuelCahyawijaya + HolyLovenia + PascaleFung + 980–995 + 2023.ijcnlp-main.63 + wilie-etal-2023-pick + + + Towards <fixed-case>LLM</fixed-case>-based Fact Verification on News Claims with a Hierarchical Step-by-Step Prompting Method + XuanZhang + WeiGao + 996–1011 + 2023.ijcnlp-main.64 + zhang-gao-2023-towards + + + Retrieval Augmented Generation with Rich Answer Encoding + WenyuHuang + MirellaLapata + PavlosVougiouklis + NikosPapasarantopoulos + JeffPan + 1012–1025 + 2023.ijcnlp-main.65 + huang-etal-2023-retrieval + + + Examining Consistency of Visual Commonsense Reasoning based on Person Grounding + HuijuKim + YoujinKang + SangKeunLee + 1026–1039 + 2023.ijcnlp-main.66 + kim-etal-2023-examining + + + Self-Consistent Narrative Prompts on Abductive Natural Language Inference + ChunkitChan + XinLiu + Tsz HoChan + JiayangCheng + YangqiuSong + GinnyWong + SimonSee + 1040–1057 + 2023.ijcnlp-main.67 + chan-etal-2023-self + + + <fixed-case>K</fixed-case>o<fixed-case>B</fixed-case>ig<fixed-case>B</fixed-case>ird-large: Transformation of Transformer for <fixed-case>K</fixed-case>orean Language Understanding + KisuYang + 1058–1066 + 2023.ijcnlp-main.68 + yang-2023-kobigbird + + + Reranking for Natural Language Generation from Logical Forms: A Study based on Large Language Models + LevonHaroutunian + ZhuangLi + LucianGalescu + PhilipCohen + RajTumuluri + GholamrezaHaffari + 1067–1082 + 2023.ijcnlp-main.69 + haroutunian-etal-2023-reranking + + + Exploring Methods for Cross-lingual Text Style Transfer: The Case of Text Detoxification + DarynaDementieva + DaniilMoskovskiy + DavidDale + AlexanderPanchenko + 1083–1101 + 2023.ijcnlp-main.70 + 2023.ijcnlp-main.70.Dataset.pdf + 2023.ijcnlp-main.70.Software.zip + dementieva-etal-2023-exploring + + + <fixed-case>PACT</fixed-case>: Pretraining with Adversarial Contrastive Learning for Text Classification + Md Tawkat IslamKhondaker + MuhammadAbdul-Mageed + LaksLakshmanan, V.S. + 1102–1117 + 2023.ijcnlp-main.71 + khondaker-etal-2023-pact + + + <fixed-case>VACASPATI</fixed-case>: A Diverse Corpus of <fixed-case>B</fixed-case>angla Literature + PramitBhattacharyya + JoydeepMondal + SubhadipMaji + ArnabBhattacharya + 1118–1130 + 2023.ijcnlp-main.72 + bhattacharyya-etal-2023-vacaspati + +
+
From 184b30162dabe4a412088452f862ef04f7fb9ea2 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 4 Jan 2024 19:35:09 -0600 Subject: [PATCH 03/18] ingested ijcnlp short. --- data/xml/2023.ijcnlp.xml | 235 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 235 insertions(+) diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml index 0f429cfca6..91e269e01e 100644 --- a/data/xml/2023.ijcnlp.xml +++ b/data/xml/2023.ijcnlp.xml @@ -830,4 +830,239 @@ bhattacharyya-etal-2023-vacaspati + + + Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics (Volume 2: Short Papers) + Jong C.Park + YukiArase + BaotianHu + WeiLu + DerryWijaya + AyuPurwarianti + Adila AlfaKrisnadhi + Association for Computational Linguistics +
Nusa Dua, Bali
+ November + 2023 + ijcnlp + + + 2023.ijcnlp-short.0 + ijcnlp-2023-international-joint + + + Self-Augmentation Improves Zero-Shot Cross-Lingual Transfer + FeiWang + Kuan-HaoHuang + Kai-WeiChang + MuhaoChen + 1–9 + 2023.ijcnlp-short.1 + wang-etal-2023-self-augmentation + + + Learning to Predict Concept Ordering for Common Sense Generation + TianhuiZhang + DanushkaBollegala + BeiPeng + 10–19 + 2023.ijcnlp-short.2 + zhang-etal-2023-learning-predict + + + <fixed-case>SQUARE</fixed-case>: Automatic Question Answering Evaluation using Multiple Positive and Negative References + MatteoGabburo + SiddhantGarg + RikKoncel-Kedziorski + AlessandroMoschitti + 20–28 + 2023.ijcnlp-short.3 + gabburo-etal-2023-square + + + The Impact of Debiasing on the Performance of Language Models in Downstream Tasks is Underestimated + MasahiroKaneko + DanushkaBollegala + NaoakiOkazaki + 29–36 + 2023.ijcnlp-short.4 + kaneko-etal-2023-impact + + + Enhancing Volatility Forecasting in Financial Markets: A General Numeral Attachment Dataset for Understanding Earnings Calls + Ming-XuanShi + Chung-ChiChen + Hen-HsenHuang + Hsin-HsiChen + 37–42 + 2023.ijcnlp-short.5 + shi-etal-2023-enhancing + + + Do the Benefits of Joint Models for Relation Extraction Extend to Document-level Tasks? + PratikSaini + TapasNayak + IndrajitBhattacharya + 43–51 + 2023.ijcnlp-short.6 + saini-etal-2023-benefits + + + On the Challenges of Fully Incremental Neural Dependency Parsing + AnaEzquerro + CarlosGómez-Rodríguez + DavidVilares + 52–66 + 2023.ijcnlp-short.7 + ezquerro-etal-2023-challenges + + + Learning a Better Initialization for Soft Prompts via Meta-Learning + YukunHuang + KunQian + ZhouYu + 67–75 + 2023.ijcnlp-short.8 + huang-etal-2023-learning-better + + + Issues Surrounding the Use of <fixed-case>C</fixed-case>hat<fixed-case>GPT</fixed-case> in Similar Languages: The Case of <fixed-case>M</fixed-case>alay and <fixed-case>I</fixed-case>ndonesian + HirokiNomoto + 76–82 + 2023.ijcnlp-short.9 + nomoto-2023-issues + + + Can You Translate for Me? Code-Switched Machine Translation with Large Language Models + JyotsanaKhatri + VivekSrivastava + LovekeshVig + 83–92 + 2023.ijcnlp-short.10 + khatri-etal-2023-translate + + + Efficient Zero-Shot Cross-lingual Inference via Retrieval + GentaWinata + LingjueXie + KarthikRadhakrishnan + YifanGao + DanielPreotiuc-Pietro + 93–104 + 2023.ijcnlp-short.11 + winata-etal-2023-efficient + + + Minimum <fixed-case>B</fixed-case>ayes’ Risk Decoding for System Combination of Grammatical Error Correction Systems + VyasRaina + MarkGales + 105–112 + 2023.ijcnlp-short.12 + raina-gales-2023-minimum + + + Who Are All The Stochastic Parrots Imitating? They Should Tell Us! + SagiShaier + LawrenceHunter + KatharinaKann + 113–120 + 2023.ijcnlp-short.13 + shaier-etal-2023-stochastic + + + Incorporating Singletons and Mention-based Features in Coreference Resolution via Multi-task Learning for Better Generalization + YilunZhu + SiyaoPeng + SameerPradhan + AmirZeldes + 121–130 + 2023.ijcnlp-short.14 + zhu-etal-2023-incorporating + + + All Labels Together: Low-shot Intent Detection with an Efficient Label Semantic Encoding Paradigm + JiangshuDu + CongyingXia + WenpengYin + TingtingLiang + PhilipYu + 131–138 + 2023.ijcnlp-short.15 + du-etal-2023-labels + + + Theia: Weakly Supervised Multimodal Event Extraction from Incomplete Data + FarhadMoghimifar + FatemehShiri + VanNguyen + Yuan-FangLi + GholamrezaHaffari + 139–145 + 2023.ijcnlp-short.16 + moghimifar-etal-2023-theia + + + Perplexity-Driven Case Encoding Needs Augmentation for <fixed-case>CAPITALIZATION</fixed-case> Robustness + RohitJain + HudaKhayrallah + RomanGrundkiewicz + MarcinJunczys-Dowmunt + 146–156 + 2023.ijcnlp-short.17 + jain-etal-2023-perplexity + + + Enhancing Open-Domain Table Question Answering via Syntax- and Structure-aware Dense Retrieval + NengzhengJin + DongfangLi + JunyingChen + JoannaSiebert + QingcaiChen + 157–165 + 2023.ijcnlp-short.18 + jin-etal-2023-enhancing + + + The Language Model, Resources, and Computational Pipelines for the Under-Resourced <fixed-case>I</fixed-case>ranian <fixed-case>A</fixed-case>zerbaijani + MarziaNouri + MahsaAmani + ReihanehZohrabi + EhsaneddinAsgari + 166–174 + 2023.ijcnlp-short.19 + nouri-etal-2023-language + + + Borderless <fixed-case>A</fixed-case>zerbaijani Processing: Linguistic Resources and a Transformer-based Approach for <fixed-case>A</fixed-case>zerbaijani Transliteration + ReihanehZohrabi + MostafaMasumi + OmidGhahroodi + ParhamAbedAzad + HamidBeigy + Mohammad HosseinRohban + EhsaneddinAsgari + 175–183 + 2023.ijcnlp-short.20 + zohrabi-etal-2023-borderless + + + Are Machine Reading Comprehension Systems Robust to Context Paraphrasing? + YulongWu + ViktorSchlegel + RizaBatista-Navarro + 184–196 + 2023.ijcnlp-short.21 + wu-etal-2023-machine + + + It’s not only What You Say, It’s also Who It’s Said to: Counterfactual Analysis of Interactive Behavior in the Courtroom + BiaoyanFang + TrevorCohn + TimothyBaldwin + LeaFrermann + 197–207 + 2023.ijcnlp-short.22 + fang-etal-2023-say + +
From 039d004f0ddd42c487e21c3bbba2fea4be0bfaf9 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 4 Jan 2024 19:36:38 -0600 Subject: [PATCH 04/18] ingested ijcnlp srw. --- data/xml/2023.ijcnlp.xml | 126 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml index 91e269e01e..b6cf1f220c 100644 --- a/data/xml/2023.ijcnlp.xml +++ b/data/xml/2023.ijcnlp.xml @@ -1065,4 +1065,130 @@ fang-etal-2023-say + + + Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics: Student Research Workshop + DongfangLi + RahmadMahendra + Zilu PeterTang + HyejuJang + YugoMurawaki + Derek FaiWong + Association for Computational Linguistics +
Nusa Dua, Bali
+ November + 2023 + ijcnlp + + + 2023.ijcnlp-srw.0 + ijcnlp-2023-international-joint-natural + + + Cross-lingual Transfer Learning for <fixed-case>J</fixed-case>avanese Dependency Parsing + Fadli Aulawi AlGhiffari + IkaAlfina + KurniawatiAzizah + 1–9 + 2023.ijcnlp-srw.1 + ghiffari-etal-2023-cross + + + An Investigation of Warning Erroneous Chat Translations in Cross-lingual Communication + YunmengLi + JunSuzuki + MakotoMorishita + KaoriAbe + KentaroInui + 10–16 + 2023.ijcnlp-srw.2 + li-etal-2023-investigation + + + Gender Inflected or Bias Inflicted: On Using Grammatical Gender Cues for Bias Evaluation in Machine Translation + PushpdeepSingh + 17–23 + 2023.ijcnlp-srw.3 + singh-2023-gender + + + Exploring Automatic Evaluation Methods based on a Decoder-based <fixed-case>LLM</fixed-case> for Text Generation + TomohitoKasahara + DaisukeKawahara + 24–31 + 2023.ijcnlp-srw.4 + kasahara-kawahara-2023-exploring + + + Style-sensitive Sentence Embeddings for Evaluating Similarity in Speech Style of <fixed-case>J</fixed-case>apanese Sentences by Contrastive Learning + YukiZenimoto + ShinzanKomata + TakehitoUtsuro + 32–39 + 2023.ijcnlp-srw.5 + zenimoto-etal-2023-style + + + Intermediate-Task Transfer Learning for Peer Review Score Prediction + PanitanMuangkammuen + FumiyoFukumoto + JiyiLi + YoshimiSuzuki + 40–47 + 2023.ijcnlp-srw.6 + muangkammuen-etal-2023-intermediate + + + Speech Synthesis Model Based on Face Landmarks + ChenjiJin + YoshimiSuzuki + FeiLin + 48–54 + 2023.ijcnlp-srw.7 + jin-etal-2023-speech + + + Rethinking Response Evaluation from Interlocutor’s Eye for Open-Domain Dialogue Systems + YumaTsuta + NaokiYoshinaga + ShoetsuSato + MasashiToyoda + 55–63 + 2023.ijcnlp-srw.8 + tsuta-etal-2023-rethinking + + + Long-form Simultaneous Speech Translation: Thesis Proposal + PeterPolák + 64–74 + 2023.ijcnlp-srw.9 + polak-2023-long + + + Modeling Collaborative Dialogue in <fixed-case>M</fixed-case>inecraft with Action-Utterance Model + TakumaIchikawa + RyuichiroHigashinaka + 75–81 + 2023.ijcnlp-srw.10 + ichikawa-higashinaka-2023-modeling + + + Graph-Enriched Biomedical Language Models: A Research Proposal + AndreySakhovskiy + AlexanderPanchenko + ElenaTutubalina + 82–92 + 2023.ijcnlp-srw.11 + sakhovskiy-etal-2023-graph + + + Evaluating Large Language Models’ Understanding of Financial Terminology via Definition Modeling + JamesJhirad + EdisonMarrese-Taylor + YutakaMatsuo + 93–100 + 2023.ijcnlp-srw.12 + jhirad-etal-2023-evaluating + +
From 6846d034660b004ffc7ccaf0bb26e1c07028a20b Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 4 Jan 2024 19:38:20 -0600 Subject: [PATCH 05/18] ingested ijcnlp tutorials. --- data/xml/2023.ijcnlp.xml | 75 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml index b6cf1f220c..a8a7399da3 100644 --- a/data/xml/2023.ijcnlp.xml +++ b/data/xml/2023.ijcnlp.xml @@ -1191,4 +1191,79 @@ jhirad-etal-2023-evaluating + + + Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics: Tutorial Abstract + Association for Computational Linguistics +
Nusa Dua, Bali
+ November + 2023 + ijcnlp + + + 2023.ijcnlp-tutorials.0 + ijcnlp-2023-international-joint-natural-language + + + Language and Robotics: Toward Building Robots Coexisting with Human Society Using Language Interface + YutakaNakamura + ShuheiKurita + KoichiroYoshino + 1–7 + 2023.ijcnlp-tutorials.1 + nakamura-etal-2023-language + + + Current Status of <fixed-case>NLP</fixed-case> in South <fixed-case>E</fixed-case>ast <fixed-case>A</fixed-case>sia with Insights from Multilingualism and Language Diversity + Alham FikriAji + Jessica ZosaForde + Alyssa MarieLoo + LintangSutawika + SkylerWang + Genta IndraWinata + Zheng-XinYong + RuochenZhang + A. SezaDoğruöz + Yin LinTan + Jan Christian BlaiseCruz + 8–13 + 2023.ijcnlp-tutorials.2 + aji-etal-2023-current + + + Practical Tools from Domain Adaptation for Designing Inclusive, Equitable, and Robust Generative <fixed-case>AI</fixed-case> + AnthonySicilia + MaliheAlikhani + 14–22 + 2023.ijcnlp-tutorials.3 + sicilia-alikhani-2023-practical + + + Editing Large Language Models + NingyuZhang + YunzhiYao + ShuminDeng + 23–28 + 2023.ijcnlp-tutorials.4 + zhang-etal-2023-editing + + + Learning <fixed-case>WHO</fixed-case> Saying <fixed-case>WHAT</fixed-case> to <fixed-case>WHOM</fixed-case> in Multi-Party Conversations + Jia-ChenGu + ZhuoshengZhang + Zhen-HuaLing + 29–34 + 2023.ijcnlp-tutorials.5 + gu-etal-2023-learning + + + Developing State-Of-The-Art Massively Multilingual Machine Translation Systems for Related Languages + JayGala + Pranjal A.Chitale + RajDabre + 35–42 + 2023.ijcnlp-tutorials.6 + gala-etal-2023-developing + +
From 8879a6f666258cdbee0188e473f465c5ba0b7159 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 19:48:17 -0600 Subject: [PATCH 06/18] ingested ijcnlp demo. --- data/xml/2023.ijcnlp.xml | 100 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml index a8a7399da3..b91039b484 100644 --- a/data/xml/2023.ijcnlp.xml +++ b/data/xml/2023.ijcnlp.xml @@ -1266,4 +1266,104 @@ gala-etal-2023-developing + + + Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics: System Demonstrations + SriparnaSaha + HerrySujaini + Association for Computational Linguistics +
Bali, Indonesia
+ November + 2023 + ijcnlp + + + 2023.ijcnlp-demo.0 + ijcnlp-2023-international-joint-natural-language-processing + + + <fixed-case>TRAVID</fixed-case>: An End-to-End Video Translation Framework + Prottay KumarAdhikary + BandaruSugandhi + SubhojitGhimire + SantanuPal + ParthaPakray + 1–9 + 2023.ijcnlp-demo.1 + adhikary-etal-2023-travid + + + <fixed-case>C</fixed-case>ustodi<fixed-case>AI</fixed-case>: A System for Predicting Child Custody Outcomes + YiningJuan + Chung-ChiChen + Hsin-HsiChen + Daw-WeiWang + 10–16 + 2023.ijcnlp-demo.2 + juan-etal-2023-custodiai + + + Turning Whisper into Real-Time Transcription System + DominikMacháček + RajDabre + OndřejBojar + 17–24 + 2023.ijcnlp-demo.3 + machacek-etal-2023-turning + + + <fixed-case>L</fixed-case>ambda<fixed-case>KG</fixed-case>: A Library for Pre-trained Language Model-Based Knowledge Graph Embeddings + XinXie + ZhouboLi + XiaohanWang + ZeKunXi + NingyuZhang + 25–33 + 2023.ijcnlp-demo.4 + xie-etal-2023-lambdakg + + + maha<fixed-case>NLP</fixed-case>: A <fixed-case>M</fixed-case>arathi Natural Language Processing Library + VidulaMagdum + Omkar JayantDhekane + Sharayu SandeepHiwarkhedkar + Saloni SunilMittal + RavirajJoshi + 34–40 + 2023.ijcnlp-demo.5 + magdum-etal-2023-mahanlp + + + <fixed-case>SAINE</fixed-case>: Scientific Annotation and Inference Engine of Scientific Research + Susie XiRao + YileiTu + Peter H.Egger + 41–58 + 2023.ijcnlp-demo.6 + rao-etal-2023-saine + + + <fixed-case>IFAN</fixed-case>: An Explainability-Focused Interaction Framework for Humans and <fixed-case>NLP</fixed-case> Models + EdoardoMosca + DarynaDementieva + TohidEbrahim Ajdari + MaximilianKummeth + KirillGringauz + YutongZhou + GeorgGroh + 59–76 + 2023.ijcnlp-demo.7 + mosca-etal-2023-ifan + + + <fixed-case>WAMP</fixed-case>: Writing, Annotation, and Marking Platform + GeonsikMoon + Muhammad RezaQorib + DanielDahlmeier + Hwee TouNg + 77–85 + 2023.ijcnlp-demo.8 + moon-etal-2023-wamp + +
From ff018c1318b1518be4c5b83bcd8e4b784c7cccfb Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 19:55:04 -0600 Subject: [PATCH 07/18] ingested workshop sealp. --- data/xml/2023.sealp.xml | 108 ++++++++++++++++++++++++++++++++++++ data/yaml/venues/sealp.yaml | 2 + 2 files changed, 110 insertions(+) create mode 100644 data/xml/2023.sealp.xml create mode 100644 data/yaml/venues/sealp.yaml diff --git a/data/xml/2023.sealp.xml b/data/xml/2023.sealp.xml new file mode 100644 index 0000000000..f1b76224d8 --- /dev/null +++ b/data/xml/2023.sealp.xml @@ -0,0 +1,108 @@ + + + + + Proceedings of the First Workshop in South East Asian Language Processing + DerryWijaya + Alham FikriAji + ClaraVania + Genta IndraWinata + AyuPurwarianti + Association for Computational Linguistics +
Nusa Dua, Bali, Indonesia
+ November + 2023 + sealp + + + 2023.sealp-1.0 + sealp-2023-south + + + Towards Automatic Construction of <fixed-case>F</fixed-case>ilipino <fixed-case>W</fixed-case>ord<fixed-case>N</fixed-case>et: Word Sense Induction and Synset Induction Using Sentence Embeddings + Dan JohnVelasco + AxelAlba + Trisha GailPelagio + Bryce AnthonyRamirez + Jan Christian BlaiseCruz + UnisseChua + Briane PaulSamson + CharibethCheng + 1–12 + 2023.sealp-1.1 + velasco-etal-2023-towards + + + Developing a Named Entity Recognition Dataset for <fixed-case>T</fixed-case>agalog + Lester JamesMiranda + 13–20 + 2023.sealp-1.2 + miranda-2023-developing + + + Balarila: Deep Learning for Semantic Grammar Error Correction in Low-Resource Settings + Andre Dominic H.Ponce + Joshue Salvador A.Jadie + Paolo Edni AndrynEspiritu + CharibethCheng + 21–29 + 2023.sealp-1.3 + ponce-etal-2023-balarila + + + Utilizing Weak Supervision to Generate <fixed-case>I</fixed-case>ndonesian Conservation Datasets + MegaFransiska + DiahPitaloka + SaripudinSaripudin + SatrioPutra + LintangSutawika* + 30–54 + 2023.sealp-1.4 + fransiska-etal-2023-utilizing + + + <fixed-case>I</fixed-case>nstruct<fixed-case>A</fixed-case>lign: High-and-Low Resource Language Alignment via Continual Crosslingual Instruction Tuning + SamuelCahyawijaya + HolyLovenia + TiezhengYu + WillyChung + PascaleFung + 55–78 + 2023.sealp-1.5 + cahyawijaya-etal-2023-instructalign + + + <fixed-case>S</fixed-case>ent<fixed-case>M</fixed-case>ix-3<fixed-case>L</fixed-case>: A Novel Code-Mixed Test Dataset in <fixed-case>B</fixed-case>angla-<fixed-case>E</fixed-case>nglish-<fixed-case>H</fixed-case>indi for Sentiment Analysis + Md NishatRaihan + DhimanGoswami + AntaraMahmud + AntoniosAnastasopoulos + MarcosZampieri + 79–84 + 2023.sealp-1.6 + raihan-etal-2023-sentmix + + + <fixed-case>I</fixed-case>ndo<fixed-case>T</fixed-case>o<fixed-case>D</fixed-case>: A Multi-Domain <fixed-case>I</fixed-case>ndonesian Benchmark For End-to-End Task-Oriented Dialogue Systems + MuhammadKautsar + RahmahNurdini + SamuelCahyawijaya + GentaWinata + AyuPurwarianti + 85–99 + 2023.sealp-1.7 + kautsar-etal-2023-indotod + + + Replicable Benchmarking of Neural Machine Translation (<fixed-case>NMT</fixed-case>) on Low-Resource Local Languages in <fixed-case>I</fixed-case>ndonesia + LuckySusanto + RyanditoDiandaru + AdilaKrisnadhi + AyuPurwarianti + Derry TantiWijaya + 100–115 + 2023.sealp-1.8 + susanto-etal-2023-replicable + +
+
diff --git a/data/yaml/venues/sealp.yaml b/data/yaml/venues/sealp.yaml new file mode 100644 index 0000000000..237ae6e164 --- /dev/null +++ b/data/yaml/venues/sealp.yaml @@ -0,0 +1,2 @@ +acronym: sealp +name: The First Workshop in South East Asian Language Processing From f808675e60a53413aee9b9fedbbdc4db6be22edb Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 19:57:27 -0600 Subject: [PATCH 08/18] ingested workshop socialnlp. --- data/xml/2023.socialnlp.xml | 75 +++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 data/xml/2023.socialnlp.xml diff --git a/data/xml/2023.socialnlp.xml b/data/xml/2023.socialnlp.xml new file mode 100644 index 0000000000..bfcb6491d3 --- /dev/null +++ b/data/xml/2023.socialnlp.xml @@ -0,0 +1,75 @@ + + + + + Proceedings of the 11th International Workshop on Natural Language Processing for Social Media + Lun-WeiKu + Cheng-TeLi + Association for Computational Linguistics +
Bali, Indonesia
+ November + 2023 + socialnlp + + + 2023.socialnlp-1.0 + socialnlp-2023-international + + + Temporal Tides of Emotional Resonance: A Novel Approach to Identify Mental Health on Social Media + UsmanNaseem + SurendrabikramThapa + QiZhang + JunaidRashid + LiangHu + MehwishNasim + 1–8 + 2023.socialnlp-1.1 + naseem-etal-2023-temporal + + + Efficient Sentiment Analysis: A Resource-Aware Evaluation of Feature Extraction Techniques, Ensembling, and Deep Learning Models + MahammedKamruzzaman + GeneKim + 9–20 + 2023.socialnlp-1.2 + kamruzzaman-kim-2023-efficient + + + <fixed-case>O</fixed-case>ff<fixed-case>M</fixed-case>ix-3<fixed-case>L</fixed-case>: A Novel Code-Mixed Test Dataset in <fixed-case>B</fixed-case>angla-<fixed-case>E</fixed-case>nglish-<fixed-case>H</fixed-case>indi for Offensive Language Identification + DhimanGoswami + Md NishatRaihan + AntaraMahmud + AntoniosAnastasopoulos + MarcosZampieri + 21–27 + 2023.socialnlp-1.3 + goswami-etal-2023-offmix + + + An Emotion-Enriched and Psycholinguistics Features-Based Approach for Rumor Detection on Online Social Media + AsimulHaque + MuhammadAbulaish + 28–37 + 2023.socialnlp-1.4 + haque-abulaish-2023-emotion + + + The Future of Meat: Sentiment Analysis of Food Tweets + MatissRikters + MaijaKāle + 38–46 + 2023.socialnlp-1.5 + rikters-kale-2023-future + + + Boosting Adverse Drug Event Normalization on Social Media: General-Purpose Model Initialization and Biomedical Semantic Text Similarity Benefit Zero-Shot Linking in Informal Contexts + FrançoisRemy + SimoneScaboro + BeatricePortelli + 47–52 + 2023.socialnlp-1.6 + remy-etal-2023-boosting + +
+
From 0559b42588d9ab09698574a275ec37c762b9d48c Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 20:01:50 -0600 Subject: [PATCH 09/18] ingested ijcnlp findings. --- data/xml/2023.findings.xml | 385 +++++++++++++++++++++++++++++++++++++ 1 file changed, 385 insertions(+) diff --git a/data/xml/2023.findings.xml b/data/xml/2023.findings.xml index 8075b8b4bf..3649fd56b0 100644 --- a/data/xml/2023.findings.xml +++ b/data/xml/2023.findings.xml @@ -28029,4 +28029,389 @@ 10.18653/v1/2023.findings-emnlp.1060 + + + Findings of the Association for Computational Linguistics: IJCNLP-AACL 2023 (Findings) + Jong C.Park + YukiArase + BaotianHu + WeiLu + DerryWijaya + AyuPurwarianti + Adila AlfaKrisnadhi + Association for Computational Linguistics +
Nusa Dua, Bali
+ November + 2023 + findings + + + 2023.findings-ijcnlp.0 + findings-2023-findings-association-linguistics + + + Localize, Retrieve and Fuse: A Generalized Framework for Free-Form Question Answering over Tables + WentingZhao + YeLiu + YaoWan + YiboWang + ZhongfenDeng + Philip S.Yu + 1–12 + 2023.findings-ijcnlp.1 + zhao-etal-2023-localize + + + Named Entity Recognition via Machine Reading Comprehension: A Multi-Task Learning Approach + YiboWang + WentingZhao + YaoWan + ZhongfenDeng + PhilipYu + 13–19 + 2023.findings-ijcnlp.2 + wang-etal-2023-named + + + <fixed-case>SPEC</fixed-case>5<fixed-case>G</fixed-case>: A Dataset for 5<fixed-case>G</fixed-case> Cellular Network Protocol Analysis + ImtiazKarim + Kazi SaminMubasshir + Mirza MasfiqurRahman + ElisaBertino + 20–38 + 2023.findings-ijcnlp.3 + karim-etal-2023-spec5g + + + <fixed-case>PR</fixed-case>i<fixed-case>SM</fixed-case>: Enhancing Low-Resource Document-Level Relation Extraction with Relation-Aware Score Calibration + MinseokChoi + HyesuLim + JaegulChoo + 39–47 + 2023.findings-ijcnlp.4 + choi-etal-2023-prism + + + Improving Query-Focused Meeting Summarization with Query-Relevant Knowledge + TiezhengYu + ZiweiJi + PascaleFung + 48–54 + 2023.findings-ijcnlp.5 + yu-etal-2023-improving-query + + + Learning to Diversify Neural Text Generation via Degenerative Model + JiminHong + ChaeHunPark + JaegulChoo + 55–64 + 2023.findings-ijcnlp.6 + hong-etal-2023-learning + + + A Neighbourhood-Aware Differential Privacy Mechanism for Static Word Embeddings + DanushkaBollegala + ShuichiOtake + TomoyaMachide + Ken-ichiKawarabayashi + 65–79 + 2023.findings-ijcnlp.7 + bollegala-etal-2023-neighbourhood + + + <fixed-case>P</fixed-case>hrase<fixed-case>S</fixed-case>umm: Abstractive Short Phrase Summarization + KasturiBhattacharjee + KathleenMcKeown + RashmiGangadharaiah + 80–94 + 2023.findings-ijcnlp.8 + bhattacharjee-etal-2023-phrasesumm + + + Location Aware Modular Biencoder for Tourism Question Answering + HaonanLi + MartinTomko + TimothyBaldwin + 95–109 + 2023.findings-ijcnlp.9 + li-etal-2023-location + + + Joint Representations of Text and Knowledge Graphs for Retrieval and Evaluation + TevenLe Scao + ClaireGardent + 110–122 + 2023.findings-ijcnlp.10 + le-scao-gardent-2023-joint + + + Unsupervised Multi-document Summarization with Holistic Inference + HaopengZhang + SangwooCho + KaiqiangSong + XiaoyangWang + HongweiWang + JiaweiZhang + DongYu + 123–133 + 2023.findings-ijcnlp.11 + zhang-etal-2023-unsupervised-multi + + + Predicting Terms in <fixed-case>IS</fixed-case>-A Relations with Pre-trained Transformers + IrinaNikishina + PolinaChernomorchenko + AnastasiiaDemidova + AlexanderPanchenko + ChrisBiemann + 134–148 + 2023.findings-ijcnlp.12 + nikishina-etal-2023-predicting + + + Context Helps Determine Spatial Knowledge from Tweets + ZhaominXiao + YanHuang + EduardoBlanco + 149–160 + 2023.findings-ijcnlp.13 + xiao-etal-2023-context + + + Multilingual Non-Autoregressive Machine Translation without Knowledge Distillation + ChenyangHuang + FeiHuang + ZaixiangZheng + OsmarZaïane + HaoZhou + LiliMou + 161–170 + 2023.findings-ijcnlp.14 + huang-etal-2023-multilingual + + + Knowledge Injection with Perturbation-based Constrained Attention Network for Word Sense Disambiguation + FumiyoFukumoto + ShouAsakawa + 171–177 + 2023.findings-ijcnlp.15 + 2023.findings-ijcnlp.15.Software.zip + fukumoto-asakawa-2023-knowledge + + + The Glass Ceiling of Automatic Evaluation in Natural Language Generation + PierreColombo + MaximePeyrard + NathanNoiry + RobertWest + PabloPiantanida + 178–183 + 2023.findings-ijcnlp.16 + colombo-etal-2023-glass + + + A Novel Information Theoretic Objective to Disentangle Representations for Fair Classification + PierreColombo + NathanNoiry + GuillaumeStaerman + PabloPiantanida + 184–198 + 2023.findings-ijcnlp.17 + colombo-etal-2023-novel + + + Large Language Models and Low-Resource Languages: An Examination of <fixed-case>A</fixed-case>rmenian <fixed-case>NLP</fixed-case> + HayastanAvetisyan + DavidBroneske + 199–210 + 2023.findings-ijcnlp.18 + 2023.findings-ijcnlp.18.Dataset.zip + avetisyan-broneske-2023-large + + + Multi-Target Semantic Parsing with Collaborative Deliberation Network + XiangLi + FangyuLei + ShizhuHe + KangLiu + JunZhao + 211–221 + 2023.findings-ijcnlp.19 + li-etal-2023-multi-target-semantic + + + Improving Machine Reading Comprehension through A Simple Masked-Training Scheme + XunYao + JunlongMa + XinrongHu + JieYang + Yuan-FangLi + 222–232 + 2023.findings-ijcnlp.20 + yao-etal-2023-improving-machine + + + A Comprehensive Neural and Behavioral Task Taxonomy Method for Transfer Learning in <fixed-case>NLP</fixed-case> + YunhaoZhang + ChongLi + XiaohanZhang + XinyiDong + ShaonanWang + 233–241 + 2023.findings-ijcnlp.21 + zhang-etal-2023-comprehensive + + + My Boli: Code-mixed <fixed-case>M</fixed-case>arathi-<fixed-case>E</fixed-case>nglish Corpora, Pretrained Language Models and Evaluation Benchmarks + TanmayChavan + OmkarGokhale + AdityaKane + ShantanuPatankar + RavirajJoshi + 242–249 + 2023.findings-ijcnlp.22 + chavan-etal-2023-boli + + + Template Filling for Controllable Commonsense Reasoning + DheerajRajagopal + VivekKhetan + BogdanSacaleanu + AnatoleGershman + Andrew E. FanoFano + EduardHovy + 250–260 + 2023.findings-ijcnlp.23 + rajagopal-etal-2023-template + + + Temporal Relation Classification in <fixed-case>H</fixed-case>ebrew + GuyYanko + ShahafPariente + KfirBar + 261–267 + 2023.findings-ijcnlp.24 + yanko-etal-2023-temporal + + + Privacy Adhering Machine Un-learning in <fixed-case>NLP</fixed-case> + VinayshekharBannihatti Kumar + RashmiGangadharaiah + DanRoth + 268–277 + 2023.findings-ijcnlp.25 + bannihatti-kumar-etal-2023-privacy + + + <fixed-case>GECT</fixed-case>urk: Grammatical Error Correction and Detection Dataset for <fixed-case>T</fixed-case>urkish + AtakanKara + FarrinMarouf Sofian + AndrewBond + GözdeŞahin + 278–290 + 2023.findings-ijcnlp.26 + kara-etal-2023-gecturk + + + Interactively Learning Social Media Representations Improves News Source Factuality Detection + NikhilMehta + DanGoldwasser + 291–311 + 2023.findings-ijcnlp.27 + mehta-goldwasser-2023-interactively + + + <fixed-case>I</fixed-case>nd<fixed-case>IE</fixed-case>: A Multilingual Open Information Extraction Tool For <fixed-case>I</fixed-case>ndic Languages + RitwikMishra + SimranjeetSingh + Rajiv RatnShah + PonnurangamKumaraguru + PushpakBhattacharyya + 312–326 + 2023.findings-ijcnlp.28 + mishra-etal-2023-indie + + + Mitigating Word Bias in Zero-shot Prompt-based Classifiers + AdianLiusie + PotsaweeManakul + MarkGales + 327–335 + 2023.findings-ijcnlp.29 + liusie-etal-2023-mitigating + + + Mixing It Up: Inducing Empathy and Politeness using Multiple Behaviour-aware Generators for Conversational Systems + MauajamaFirdaus + PriyanshuPriya + AsifEkbal + 336–347 + 2023.findings-ijcnlp.30 + firdaus-etal-2023-mixing + + + Few-Shot Adaptation for Parsing Contextual Utterances with <fixed-case>LLM</fixed-case>s + KevinLin + PatrickXia + HaoFang + 348–360 + 2023.findings-ijcnlp.31 + lin-etal-2023-shot + + + Exploring the Use of Large Language Models for Reference-Free Text Quality Evaluation: An Empirical Study + YiChen + RuiWang + HaiyunJiang + ShumingShi + RuifengXu + 361–374 + 2023.findings-ijcnlp.32 + chen-etal-2023-exploring-use + + + A Text-to-Text Model for Multilingual Offensive Language Identification + TharinduRanasinghe + MarcosZampieri + 375–384 + 2023.findings-ijcnlp.33 + ranasinghe-zampieri-2023-text + + + Few-shot Named Entity Recognition with Supported and Dependent Label Representations + YasuhideMiura + TakumiTakahashi + 385–391 + 2023.findings-ijcnlp.34 + miura-takahashi-2023-shot + + + What Learned Representations and Influence Functions Can Tell Us About Adversarial Examples + Shakila MahjabinTonni + MarkDras + 392–411 + 2023.findings-ijcnlp.35 + tonni-dras-2023-learned + + + Supervised Clustering Loss for Clustering-Friendly Sentence Embeddings: an Application to Intent Clustering + GiorgioBarnabò + AntonioUva + SandroPollastrini + ChiaraRubagotti + DavideBernardi + 412–430 + 2023.findings-ijcnlp.36 + barnabo-etal-2023-supervised + + + <fixed-case>STRONG</fixed-case> – Structure Controllable Legal Opinion Summary Generation + YangZhong + DianeLitman + 431–448 + 2023.findings-ijcnlp.37 + zhong-litman-2023-strong + +
From 658f2ebc417ca2700421f343feaf25c4d4b0550b Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 20:05:26 -0600 Subject: [PATCH 10/18] ingested workshop artofsafety. --- data/xml/2023.artofsafety.xml | 76 +++++++++++++++++++++++++++++++ data/yaml/venues/artofsafety.yaml | 2 + 2 files changed, 78 insertions(+) create mode 100644 data/xml/2023.artofsafety.xml create mode 100644 data/yaml/venues/artofsafety.yaml diff --git a/data/xml/2023.artofsafety.xml b/data/xml/2023.artofsafety.xml new file mode 100644 index 0000000000..876d5c9d3b --- /dev/null +++ b/data/xml/2023.artofsafety.xml @@ -0,0 +1,76 @@ + + + + + Proceedings of the ART of Safety: Workshop on Adversarial testing and Red-Teaming for generative AI + AliciaParrish + Association for Computational Linguistics +
Bali, Indonesia
+ November + 2023 + artofsafety + + + 2023.artofsafety-1.0 + artofsafety-2023-art + + + Red Teaming for Large Language Models At Scale: Tackling Hallucinations on Mathematics Tasks + AleksanderBuszydlik + KarolDobiczek + Michał TeodorOkoń + KonradSkublicki + PhilipLippmann + JieYang + 1–10 + 2023.artofsafety-1.1 + buszydlik-etal-2023-red + + + Student-Teacher Prompting for Red Teaming to Improve Guardrails + RodrigoRevilla Llaca + VictoriaLeskoschek + VitorCosta Paiva + CătălinLupău + PhilipLippmann + JieYang + 11–23 + 2023.artofsafety-1.2 + revilla-llaca-etal-2023-student + + + Distilling Adversarial Prompts from Safety Benchmarks: Report for the Adversarial Nibbler Challenge + ManuelBrack + PatrickSchramowski + KristianKersting + 24–28 + 2023.artofsafety-1.3 + brack-etal-2023-distilling + + + Measuring Adversarial Datasets + YuanchenBai + RaoyiHuang + VijayViswanathan + Tzu-ShengKuo + TongshuangWu + 29–42 + 2023.artofsafety-1.4 + bai-etal-2023-measuring + + + Discovering Safety Issues in Text-to-Image Models: Insights from Adversarial Nibbler Challenge + GauriSharma + 43–48 + 2023.artofsafety-1.5 + sharma-2023-discovering + + + Uncovering Bias in <fixed-case>AI</fixed-case>-Generated Images + KimberleyBaxter + 49–50 + 2023.artofsafety-1.6 + baxter-2023-uncovering + +
+
diff --git a/data/yaml/venues/artofsafety.yaml b/data/yaml/venues/artofsafety.yaml new file mode 100644 index 0000000000..7808b9c9ea --- /dev/null +++ b/data/yaml/venues/artofsafety.yaml @@ -0,0 +1,2 @@ +acronym: artofsafety +name: Workshop on Adversarial testing and Red-Teaming for generative AI From 2d59ee4f00e1aaca53ec2fdd48f0c0c9bce6dc79 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 20:07:27 -0600 Subject: [PATCH 11/18] ingested workshop finnlp. --- data/xml/2023.finnlp.xml | 276 +++++++++++++++------------------------ 1 file changed, 107 insertions(+), 169 deletions(-) diff --git a/data/xml/2023.finnlp.xml b/data/xml/2023.finnlp.xml index b72b212605..92fad4356e 100644 --- a/data/xml/2023.finnlp.xml +++ b/data/xml/2023.finnlp.xml @@ -1,207 +1,145 @@ - + - Proceedings of the Fifth Workshop on Financial Technology and Natural Language Processing and the Second Multimodal AI For Financial Forecasting - Chung-ChiChen - HiroyaTakamura - PuneetMathur - RemitSawhney - Hen-HsenHuang - Hsin-HsiChen - - -
Macao
- 20 August + Proceedings of the ART of Safety: Workshop on Adversarial testing and Red-Teaming for generative AI + Association for Computational Linguistics +
Bali, Indonesia
+ November 2023 - 2023.finnlp-1 finnlp - ws - 2023.finnlp-1.0 - finnlp-2023-financial + 2023.finnlp-1.0 + finnlp-2023-art - Model-Agnostic Meta-Learning for Natural Language Understanding Tasks in Finance - BixingYan - ShaolingChen - YuxuanHe - ZhihanLi - 1–12 - 2023.finnlp-1.1 - yan-etal-2023-model + Red Teaming for Large Language Models At Scale: Tackling Hallucinations on Mathematics Tasks + AleksanderBuszydlik + KarolDobiczek + Michał TeodorOkoń + KonradSkublicki + PhilipLippmann + JieYang + 1–10 + 2023.finnlp-1.1 + buszydlik-etal-2023-red-teaming - <fixed-case>C</fixed-case>hat<fixed-case>GPT</fixed-case> as Data Augmentation for Compositional Generalization: A Case Study in Open Intent Detection - YihaoFang - XianzhiLi - StephenThomas - XiaodanZhu - 13–33 - 2023.finnlp-1.2 - fang-etal-2023-chatgpt + Student-Teacher Prompting for Red Teaming to Improve Guardrails + RodrigoRevilla Llaca + VictoriaLeskoschek + VitorCosta Paiva + CătălinLupău + PhilipLippmann + JieYang + 11–23 + 2023.finnlp-1.2 + revilla-llaca-etal-2023-student-teacher - Beyond Classification: Financial Reasoning in State-of-the-Art Language Models - GuijinSon - HanearlJung - MoonjeongHahm - KeonjuNa - SolJin - 34–44 - 2023.finnlp-1.3 - son-etal-2023-beyond + Distilling Adversarial Prompts from Safety Benchmarks: Report for the Adversarial Nibbler Challenge + ManuelBrack + PatrickSchramowski + KristianKersting + 24–28 + 2023.finnlp-1.3 + brack-etal-2023-distilling-adversarial - Textual Evidence Extraction for <fixed-case>ESG</fixed-case> Scores - NaokiKannan - YoheiSeki - 45–54 - 2023.finnlp-1.4 - kannan-seki-2023-textual + Audit Report Coverage Assessment using Sentence Classification + SushodhanVaishampayan + NitinRamrakhiyani + SachinPawar + AditiPawde + ManojApte + GirishPalshikar + 31–41 + 2023.finnlp-1.4 + vaishampayan-etal-2023-audit - A Scalable and Adaptive System to Infer the Industry Sectors of Companies: Prompt + Model Tuning of Generative Language Models - LeleCao - Vilhelmvon Ehrenheim - AstridBerghult - CeciliaHenje - Richard AnselmoStahl - JoarWandborg - SebastianStan - ArminCatovic - ErikFerm - HannesIngelhag - 55–62 - 2023.finnlp-1.5 - cao-etal-2023-scalable + <fixed-case>GPT</fixed-case>-<fixed-case>F</fixed-case>in<fixed-case>RE</fixed-case>: In-context Learning for Financial Relation Extraction using Large Language Models + PawanRajpoot + AnkurParikh + 42–45 + 2023.finnlp-1.5 + rajpoot-parikh-2023-gpt - Using Deep Learning to Find the Next Unicorn: A Practical Synthesis on Optimization Target, Feature Selection, Data Split and Evaluation Strategy - LeleCao - Vilhelmvon Ehrenheim - SebastianStan - XiaoxueLi - AlexandraLutz - 63–73 - 2023.finnlp-1.6 - loukas-etal-2023-using - - - Breaking the Bank with <fixed-case>C</fixed-case>hat<fixed-case>GPT</fixed-case>: Few-Shot Text Classification for Finance - LefterisLoukas - IliasStogiannidis - ProdromosMalakasiotis - StavrosVassos - 74–80 - 2023.finnlp-1.7 - liang-etal-2023-breaking - - - <fixed-case>D</fixed-case>e<fixed-case>R</fixed-case>isk: An Effective Deep Learning Framework for Credit Risk Prediction over Real-World Financial Data - YanchengLiang - JiajieZhang - HuiLi - XiaochenLiu - YiHu - YongWu - JiaoyaoZhang - YongyanLiu - YiWu - 81–93 - 2023.finnlp-1.8 - lambruschini-etal-2023-derisk - - - Reducing tokenizer’s tokens per word ratio in Financial domain with <fixed-case>T</fixed-case>-<fixed-case>M</fixed-case>u<fixed-case>F</fixed-case>in <fixed-case>BERT</fixed-case> Tokenizer - Braulio BlancoLambruschini - PatriciaBecerra-Sanchez - MatsBrorsson - MaciejZurad - 94–103 - 2023.finnlp-1.9 - gopalakrishnan-etal-2023-reducing - - - <fixed-case>L</fixed-case>o<fixed-case>KI</fixed-case>:Money Laundering Report Generation via Logical Table-to-Text using Meta Learning - HarikaCm - DebasmitaDas - Ram GaneshV - Rajesh KumarRanjan - SiddharthaAsthana - 104–110 - 2023.finnlp-1.10 - cm-etal-2023-loki - - - Multi-Lingual <fixed-case>ESG</fixed-case> Issue Identification + Multi-Lingual <fixed-case>ESG</fixed-case> Impact Type Identification Chung-ChiChen Yu-MinTseng JuyeonKang AnaïsLhuissier + YoheiSeki Min-YuhDay Teng-TsaiTu Hsin-HsiChen - 111–115 - 2023.finnlp-1.11 + 46–50 + 2023.finnlp-1.6 chen-etal-2023-multi-lingual - - Leveraging Contrastive Learning with <fixed-case>BERT</fixed-case> for <fixed-case>ESG</fixed-case> Issue Identification - WeiweiWang - WenyangWei - QingyuanSong - YansongWang - 116–120 - 2023.finnlp-1.12 - wang-etal-2023-leveraging + + Identifying <fixed-case>ESG</fixed-case> Impact with Key Information + LeQiu + BoPeng + JinghangGu + Yu-YinHsu + EmmanueleChersoni + 51–56 + 2023.finnlp-1.7 + qiu-etal-2023-identifying - - Leveraging <fixed-case>BERT</fixed-case> Language Models for Multi-Lingual <fixed-case>ESG</fixed-case> Issue Identification - Elvys LinharesPontes - MohamedBenjannet - Lam KimMing - 121–126 - 2023.finnlp-1.13 - pontes-etal-2023-leveraging + + A low resource framework for Multi-lingual <fixed-case>ESG</fixed-case> Impact Type Identification + HarshaVardhan + SohomGhosh + PonnurangamKumaraguru + SudipNaskar + 57–61 + 2023.finnlp-1.8 + vardhan-etal-2023-low - - <fixed-case>E</fixed-case>a<fixed-case>S</fixed-case>y<fixed-case>G</fixed-case>uide : <fixed-case>ESG</fixed-case> Issue Identification Framework leveraging Abilities of Generative Large Language Models - HanwoolLee - JonghyunChoi - SohyeonKwon - SungbumJung - 127–132 - 2023.finnlp-1.14 - lee-etal-2023-easyguide + + <fixed-case>GPT</fixed-case>-based Solution for <fixed-case>ESG</fixed-case> Impact Type Identification + AnnaPolyanskaya + Lucas FernándezBrillet + 62–65 + 2023.finnlp-1.9 + polyanskaya-brillet-2023-gpt - - Jetsons at the <fixed-case>F</fixed-case>in<fixed-case>NLP</fixed-case>-2023: Using Synthetic Data and Transfer Learning for Multilingual <fixed-case>ESG</fixed-case> Issue Classification - ParkerGlenn - AlolikaGon - NikhilKohli - SihanZha - Parag PravinDakle - PreethiRaghavan - 133–139 - 2023.finnlp-1.15 - glenn-etal-2023-jetsons + + The Risk and Opportunity of Data Augmentation and Translation for <fixed-case>ESG</fixed-case> News Impact Identification with Language Models + Yosef ArdhitoWinatmoko + AliSeptiandri + 66–71 + 2023.finnlp-1.10 + winatmoko-septiandri-2023-risk - - <fixed-case>HKESG</fixed-case> at the <fixed-case>ML</fixed-case>-<fixed-case>ESG</fixed-case> Task: Exploring Transformer Representations for Multilingual <fixed-case>ESG</fixed-case> Issue Identification - IvanMashkin - EmmanueleChersoni - 140–145 - 2023.finnlp-1.16 - mashkin-chersoni-2023-hkesg + + <fixed-case>ESG</fixed-case> Impact Type Classification: Leveraging Strategic Prompt Engineering and <fixed-case>LLM</fixed-case> Fine-Tuning + SoumyaMishra + 72–78 + 2023.finnlp-1.11 + mishra-2023-esg - - Team <fixed-case>HHU</fixed-case> at the <fixed-case>F</fixed-case>in<fixed-case>NLP</fixed-case>-2023 <fixed-case>ML</fixed-case>-<fixed-case>ESG</fixed-case> Task: A Multi-Model Approach to <fixed-case>ESG</fixed-case>-Key-Issue Classification + + Exploring Knowledge Composition for <fixed-case>ESG</fixed-case> Impact Type Determination FabianBillert StefanConrad - 146–150 - 2023.finnlp-1.17 - billert-conrad-2023-team + 79–83 + 2023.finnlp-1.12 + billert-conrad-2023-exploring + + + Enhancing <fixed-case>ESG</fixed-case> Impact Type Identification through Early Fusion and Multilingual Models + HariramVeeramani + SurendrabikramThapa + UsmanNaseem + 84–90 + 2023.finnlp-1.13 + veeramani-etal-2023-enhancing
From d3df1b8a156589174642b45a5084c8cf34508732 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 20:08:55 -0600 Subject: [PATCH 12/18] ingested workshop nlint. --- data/xml/2023.nlint.xml | 49 +++++++++++++++++++++++++++++++++++++ data/yaml/venues/nlint.yaml | 2 ++ 2 files changed, 51 insertions(+) create mode 100644 data/xml/2023.nlint.xml create mode 100644 data/yaml/venues/nlint.yaml diff --git a/data/xml/2023.nlint.xml b/data/xml/2023.nlint.xml new file mode 100644 index 0000000000..fe263514b1 --- /dev/null +++ b/data/xml/2023.nlint.xml @@ -0,0 +1,49 @@ + + + + + Proceedings of the Second Workshop on Natural Language Interfaces + KehaiChen + Lun-WeiKu + Association for Computational Linguistics +
Bali, Indonesia
+ November + 2023 + nlint + + + 2023.nlint-1.0 + nlint-2023-natural + + + <fixed-case>I</fixed-case>nstruct<fixed-case>TODS</fixed-case>: Large Language Models for End-to-End Task-Oriented Dialogue Systems + WillyChung + SamuelCahyawijaya + BryanWilie + HolyLovenia + PascaleFung + 1–21 + 2023.nlint-1.1 + chung-etal-2023-instructtods + + + On Consistency Training for Language-Based Image Editing Interface + YoungwonLee + AyoungLee + YeonjoonJung + Seung-wonHwang + 22–30 + 2023.nlint-1.2 + lee-etal-2023-consistency-training + + + On Interfacing Tip-of-the-tongue References + JonghoKim + SoonaHong + Seung-wonHwang + 31–39 + 2023.nlint-1.3 + kim-etal-2023-interfacing + +
+
diff --git a/data/yaml/venues/nlint.yaml b/data/yaml/venues/nlint.yaml new file mode 100644 index 0000000000..560171c5d2 --- /dev/null +++ b/data/yaml/venues/nlint.yaml @@ -0,0 +1,2 @@ +acronym: nlint +name: The Second Workshop on Natural Language Interfaces From 6b02ed41c09cec78ef31a3b018a007883bc90bc1 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 20:11:48 -0600 Subject: [PATCH 13/18] ingested workshop nlpmc. --- data/xml/2023.nlpmc.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 data/xml/2023.nlpmc.xml diff --git a/data/xml/2023.nlpmc.xml b/data/xml/2023.nlpmc.xml new file mode 100644 index 0000000000..9a369f98cb --- /dev/null +++ b/data/xml/2023.nlpmc.xml @@ -0,0 +1,37 @@ + + + + + Proceedings of the Third Workshop on NLP for Medical Conversations + SopanKhosla + Association for Computational Linguistics +
Bali, Indonesia
+ November + 2023 + nlpmc + + + 2023.nlpmc-1.0 + nlpmc-2023-nlp + + + Clinical note section classification on doctor-patient conversations in low-resourced settings + ZhuohaoChen + JangwonKim + YangLiu + ShrikanthNarayanan + 1–12 + 2023.nlpmc-1.1 + chen-etal-2023-clinical + + + “Dr <fixed-case>LLM</fixed-case>, what do <fixed-case>I</fixed-case> have?”: The Impact of User Beliefs and Prompt Formulation on Health Diagnoses + WojciechKusa + EdoardoMosca + AldoLipani + 13–19 + 2023.nlpmc-1.2 + kusa-etal-2023-dr + +
+
From 3090f1d6e0dd7df49b44288ff821fa4bf963193b Mon Sep 17 00:00:00 2001 From: anthology assist Date: Thu, 18 Jan 2024 20:14:44 -0600 Subject: [PATCH 14/18] ingested workshop wiesp. --- data/xml/2023.wiesp.xml | 200 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 data/xml/2023.wiesp.xml diff --git a/data/xml/2023.wiesp.xml b/data/xml/2023.wiesp.xml new file mode 100644 index 0000000000..2a96fdb3fe --- /dev/null +++ b/data/xml/2023.wiesp.xml @@ -0,0 +1,200 @@ + + + + + Proceedings of the Second Workshop on Information Extraction from Scientific Publications + TirthankarGhosal + FelixGrezes + ThomasAllen + KellyLockhart + AlbertoAccomazzi + SergiBlanco-Cuaresma + Association for Computational Linguistics +
Bali, Indonesia
+ November + 2023 + wiesp + + + 2023.wiesp-1.0 + wiesp-2023-information + + + Investigating the Impact of Syntax-Enriched Transformers on Quantity Extraction in Scientific Texts + NecvaBölücü + MaciejRybinski + StephenWan + 1–13 + 2023.wiesp-1.1 + bolucu-etal-2023-investigating + + + <fixed-case>N</fixed-case>ano<fixed-case>NER</fixed-case>: Named Entity Recognition for Nanobiology Using Experts’ Knowledge and Distant Supervision + RanCheng + MartinLentschat + CyrilLabbe + 14–24 + 2023.wiesp-1.2 + cheng-etal-2023-nanoner + + + Relation Extraction from Scientific Texts in <fixed-case>R</fixed-case>ussian with Limited Training Data + OlgaTikhobaeva + ElenaBruches + 25–30 + 2023.wiesp-1.3 + tikhobaeva-bruches-2023-relation + + + Extracting Definienda in Mathematical Scholarly Articles with Transformers + ShufanJiang + PierreSenellart + 31–36 + 2023.wiesp-1.4 + jiang-senellart-2023-extracting + + + A Novel Dataset Towards Extracting Virus-Host Interactions + Rasha R.Alshawi + AtriyaSen + Nathan S.Upham + BeckettSterner + 37–42 + 2023.wiesp-1.5 + alshawi-etal-2023-novel + + + Detection of Tortured Phrases in Scientific Literature + ElénaMartel + MartinLentschat + CyrilLabbe + 43–48 + 2023.wiesp-1.6 + martel-etal-2023-detection + + + <fixed-case>A</fixed-case>stro<fixed-case>LL</fixed-case>a<fixed-case>MA</fixed-case>: Towards Specialized Foundation Models in Astronomy + Tuan DungNguyen + Yuan-SenTing + IoanaCiuca + CharlesO’Neill + Ze-ChangSun + MajaJabłońska + SandorKruk + ErnestPerkowski + JackMiller + Jason Jason JingshLi + JoshPeek + KartheikIyer + TomaszRozanski + PranavKhetarpal + SharafZaman + DavidBrodrick + Sergio J.Rodriguez Mendez + ThangBui + AlyssaGoodman + AlbertoAccomazzi + JillNaiman + JesseCranney + KevinSchawinski + RobertaRaileanu + 49–55 + 2023.wiesp-1.7 + nguyen-etal-2023-astrollama + + + <fixed-case>L</fixed-case>a<fixed-case>T</fixed-case>e<fixed-case>X</fixed-case> Rainbow: Universal <fixed-case>L</fixed-case>a<fixed-case>T</fixed-case>e<fixed-case>X</fixed-case> to <fixed-case>PDF</fixed-case> Document Semantic & Layout Annotation Framework + ChangxuDuan + ZhiyinTan + SabineBartsch + 56–67 + 2023.wiesp-1.8 + duan-etal-2023-latex + + + Leveraging the Fusion-in-Decoder for Label Classification + AzumiOkuda + HideyaMino + TaroMiyazaki + JunGoto + 68–73 + 2023.wiesp-1.9 + okuda-etal-2023-leveraging + + + Enhancing Academic Title Generation Using <fixed-case>S</fixed-case>ci<fixed-case>BERT</fixed-case> and Linguistic Rules + ElenaCallegari + PeterVajdecka + DesaraXhura + Anton KarlIngason + 74–83 + 2023.wiesp-1.10 + callegari-etal-2023-enhancing + + + <fixed-case>M</fixed-case>u<fixed-case>LMS</fixed-case>: A Multi-Layer Annotated Text Corpus for Information Extraction in the Materials Science Domain + Timo PierreSchrader + MatteoFinco + StefanGrünewald + FelixHildebrand + AnnemarieFriedrich + 84–100 + 2023.wiesp-1.11 + schrader-etal-2023-mulms-multi + + + An End-to-End Pipeline for Bibliography Extraction from Scientific Articles + BikashJoshi + AnthiSymeonidou + Syed MazinDanish + FlorisHermsen + 101–106 + 2023.wiesp-1.12 + joshi-etal-2023-end + + + Factored Verification: Detecting and Reducing Hallucination in Summaries of Academic Papers + CharlieGeorge + AndreasStuhlmueller + 107–116 + 2023.wiesp-1.13 + george-stuhlmueller-2023-factored + + + <fixed-case>APCS</fixed-case>: Towards Argument Based Pros and Cons Summarization of Peer Reviews + SandeepKumar + TirthankarGhosal + AsifEkbal + 117–129 + 2023.wiesp-1.14 + kumar-etal-2023-apcs + + + On the Use of Language Models for Function Identification of Citations in Scholarly Papers + TomokiIkoma + ShigekiMatsubara + 130–135 + 2023.wiesp-1.15 + ikoma-matsubara-2023-use + + + Automated Citation Function Classification and Context Extraction in Astrophysics: Leveraging Paraphrasing and Question Answering + HariramVeeramani + SurendrabikramThapa + UsmanNaseem + 136–142 + 2023.wiesp-1.16 + veeramani-etal-2023-automated + + + Function of Citation in Astrophysics Literature (<fixed-case>FOCAL</fixed-case>): Findings of the Shared Task + FelixGrezes + ThomasAllen + TirthankarGhosal + SergiBlanco-Cuaresma + 143–147 + 2023.wiesp-1.17 + grezes-etal-2023-function + +
+
From 00393be3251aa3f6365e237bf4c18c90b680d600 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Sat, 20 Jan 2024 21:06:27 -0600 Subject: [PATCH 15/18] add ws tag for all workshops. --- data/xml/2023.artofsafety.xml | 1 + data/xml/2023.nlint.xml | 1 + data/xml/2023.nlpmc.xml | 1 + data/xml/2023.sealp.xml | 1 + data/xml/2023.socialnlp.xml | 1 + data/xml/2023.wiesp.xml | 1 + 6 files changed, 6 insertions(+) diff --git a/data/xml/2023.artofsafety.xml b/data/xml/2023.artofsafety.xml index 876d5c9d3b..9e1a54ba14 100644 --- a/data/xml/2023.artofsafety.xml +++ b/data/xml/2023.artofsafety.xml @@ -9,6 +9,7 @@ November 2023 artofsafety + ws 2023.artofsafety-1.0 diff --git a/data/xml/2023.nlint.xml b/data/xml/2023.nlint.xml index fe263514b1..3e6692349c 100644 --- a/data/xml/2023.nlint.xml +++ b/data/xml/2023.nlint.xml @@ -10,6 +10,7 @@ November 2023 nlint + ws 2023.nlint-1.0 diff --git a/data/xml/2023.nlpmc.xml b/data/xml/2023.nlpmc.xml index 9a369f98cb..e0425ca134 100644 --- a/data/xml/2023.nlpmc.xml +++ b/data/xml/2023.nlpmc.xml @@ -9,6 +9,7 @@ November 2023 nlpmc + ws 2023.nlpmc-1.0 diff --git a/data/xml/2023.sealp.xml b/data/xml/2023.sealp.xml index f1b76224d8..4a303f168b 100644 --- a/data/xml/2023.sealp.xml +++ b/data/xml/2023.sealp.xml @@ -13,6 +13,7 @@ November 2023 sealp + ws 2023.sealp-1.0 diff --git a/data/xml/2023.socialnlp.xml b/data/xml/2023.socialnlp.xml index bfcb6491d3..74b9af5f76 100644 --- a/data/xml/2023.socialnlp.xml +++ b/data/xml/2023.socialnlp.xml @@ -10,6 +10,7 @@ November 2023 socialnlp + ws 2023.socialnlp-1.0 diff --git a/data/xml/2023.wiesp.xml b/data/xml/2023.wiesp.xml index 2a96fdb3fe..4d03a8805c 100644 --- a/data/xml/2023.wiesp.xml +++ b/data/xml/2023.wiesp.xml @@ -14,6 +14,7 @@ November 2023 wiesp + ws 2023.wiesp-1.0 From b5f2fbc915b22396fa8d0087e29966c7be12e90d Mon Sep 17 00:00:00 2001 From: Matt Post Date: Mon, 29 Jan 2024 10:44:20 +0100 Subject: [PATCH 16/18] Add cross-listing, adjust workshop names --- data/xml/2023.ijcnlp.xml | 5 +++++ data/yaml/venues/nlint.yaml | 2 +- data/yaml/venues/sealp.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml index b91039b484..009741faee 100644 --- a/data/xml/2023.ijcnlp.xml +++ b/data/xml/2023.ijcnlp.xml @@ -15,6 +15,7 @@ November 2023 ijcnlp + aacl 2023.ijcnlp-main.0 @@ -845,6 +846,7 @@ November 2023 ijcnlp + aacl 2023.ijcnlp-short.0 @@ -1079,6 +1081,7 @@ November 2023 ijcnlp + aacl 2023.ijcnlp-srw.0 @@ -1199,6 +1202,7 @@ November 2023 ijcnlp + aacl 2023.ijcnlp-tutorials.0 @@ -1276,6 +1280,7 @@ November 2023 ijcnlp + aacl 2023.ijcnlp-demo.0 diff --git a/data/yaml/venues/nlint.yaml b/data/yaml/venues/nlint.yaml index 560171c5d2..d6ab51cee2 100644 --- a/data/yaml/venues/nlint.yaml +++ b/data/yaml/venues/nlint.yaml @@ -1,2 +1,2 @@ acronym: nlint -name: The Second Workshop on Natural Language Interfaces +name: Workshop on Natural Language Interfaces diff --git a/data/yaml/venues/sealp.yaml b/data/yaml/venues/sealp.yaml index 237ae6e164..0732464364 100644 --- a/data/yaml/venues/sealp.yaml +++ b/data/yaml/venues/sealp.yaml @@ -1,2 +1,2 @@ acronym: sealp -name: The First Workshop in South East Asian Language Processing +name: Workshop in South East Asian Language Processing From 90fb48378f82314b5573c9935f043e243ac96046 Mon Sep 17 00:00:00 2001 From: anthology assist Date: Mon, 29 Jan 2024 12:51:04 -0600 Subject: [PATCH 17/18] address comment. --- data/xml/2023.ijcnlp.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml index 009741faee..adff897321 100644 --- a/data/xml/2023.ijcnlp.xml +++ b/data/xml/2023.ijcnlp.xml @@ -1371,4 +1371,24 @@ moon-etal-2023-wamp + + + The 13th International Joint Conference on Natural Language Processing and The 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguisticss + Nusa Dua, Bali + November 2023 + + + http://www.ijcnlp-aacl2023.org/ + + + 2023.findings-ijcnlp + 2023.sealp-1 + 2023.socialnlp-1 + 2023.artofsafety-1 + 2023.finnlp-1 + 2023.nlint-1 + 2023.nlpmc-1 + 2023.wies-1 + + From 0f8a97b026f8853e32de9641c239889b1e0a6ff2 Mon Sep 17 00:00:00 2001 From: Matt Post Date: Mon, 29 Jan 2024 23:49:25 +0100 Subject: [PATCH 18/18] Added AACL and fixed workshop typo --- data/xml/2023.aacl.xml | 23 +++++++++++++++++++++++ data/xml/2023.ijcnlp.xml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 data/xml/2023.aacl.xml diff --git a/data/xml/2023.aacl.xml b/data/xml/2023.aacl.xml new file mode 100644 index 0000000000..d902bf58e1 --- /dev/null +++ b/data/xml/2023.aacl.xml @@ -0,0 +1,23 @@ + + + + + The 13th International Joint Conference on Natural Language Processing and The 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguisticss + Nusa Dua, Bali + November 2023 + + + http://www.ijcnlp-aacl2023.org/ + + + 2023.findings-ijcnlp + 2023.sealp-1 + 2023.socialnlp-1 + 2023.artofsafety-1 + 2023.finnlp-1 + 2023.nlint-1 + 2023.nlpmc-1 + 2023.wiesp-1 + + + diff --git a/data/xml/2023.ijcnlp.xml b/data/xml/2023.ijcnlp.xml index adff897321..dd88eb57d4 100644 --- a/data/xml/2023.ijcnlp.xml +++ b/data/xml/2023.ijcnlp.xml @@ -1388,7 +1388,7 @@ 2023.finnlp-1 2023.nlint-1 2023.nlpmc-1 - 2023.wies-1 + 2023.wiesp-1