Plzeň Region
Findings of the Third Shared Task on Multilingual Coreference Resolution
Novák, Michal, Dohnalová, Barbora, Konopík, Miloslav, Nedoluzhko, Anna, Popel, Martin, Pražák, Ondřej, Sido, Jakub, Straka, Milan, Žabokrtský, Zdeněk, Zeman, Daniel
The paper presents an overview of the third edition of the shared task on multilingual coreference resolution, held as part of the CRAC 2024 workshop. Similarly to the previous two editions, the participants were challenged to develop systems capable of identifying mentions and clustering them based on identity coreference. This year's edition took another step towards real-world application by not providing participants with gold slots for zero anaphora, increasing the task's complexity and realism. In addition, the shared task was expanded to include a more diverse set of languages, with a particular focus on historical languages. The training and evaluation data were drawn from version 1.2 of the multilingual collection of harmonized coreference resources CorefUD, encompassing 21 datasets across 15 languages. 6 systems competed in this shared task.
MALPOLON: A Framework for Deep Species Distribution Modeling
Larcher, Theo, Picek, Lukas, Deneu, Benjamin, Lorieul, Titouan, Servajean, Maximilien, Joly, Alexis
This paper describes a deep-SDM framework, MALPOLON. Written in Python and built upon the PyTorch library, this framework aims to facilitate training and inferences of deep species distribution models (deep-SDM) and sharing for users with only general Python language skills (e.g., modeling ecologists) who are interested in testing deep learning approaches to build new SDMs. More advanced users can also benefit from the framework's modularity to run more specific experiments by overriding existing classes while taking advantage of press-button examples to train neural networks on multiple classification tasks using custom or provided raw and pre-processed datasets. The framework is open-sourced on GitHub and PyPi along with extensive documentation and examples of use in various scenarios. MALPOLON offers straightforward installation, YAML-based configuration, parallel computing, multi-GPU utilization, baseline and foundational models for benchmarking, and extensive tutorials/documentation, aiming to enhance accessibility and performance scalability for ecologists and researchers.
UAV Trajectory Planning with Path Processing
Bouček, Zdeněk, Flídr, Miroslav, Straka, Ondřej
This paper examines the influence of initial guesses on trajectory planning for Unmanned Aerial Vehicles (UAVs) formulated in terms of Optimal Control Problem (OCP). The OCP is solved numerically using the Pseudospectral collocation method. Our approach leverages a path identified through Lazy Theta* and incorporates known constraints and a model of the UAV's behavior for the initial guess. Our findings indicate that a suitable initial guess has a beneficial influence on the planned trajectory. They also suggest promising directions for future research.
Mission Planner for UAV Battery Replacement
Bouček, Zdeněk, Flídr, Miroslav, Straka, Ondřej
In contrast to techniques such as Mixed-Integer Linear The ability to deploy and operate multiple unmanned aerial Programming (MILP) [14] or other optimization methods that vehicles (UAVs) simultaneously for extended periods is highly plan the overall mission, our approach leverages the wellknown advantageous in a variety of applications, including surveillance, A* algorithm [15] to efficiently find the optimal times search and rescue, and environmental monitoring [1], for battery replacements, considering the UAVs' current states [2]. However, the management of a swarm of UAVs presents and mission progress.
Findings of the Shared Task on Multilingual Coreference Resolution
Žabokrtský, Zdeněk, Konopík, Miloslav, Nedoluzhko, Anna, Novák, Michal, Ogrodniczuk, Maciej, Popel, Martin, Pražák, Ondřej, Sido, Jakub, Zeman, Daniel, Zhu, Yilun
This paper presents an overview of the shared task on multilingual coreference resolution associated with the CRAC 2022 workshop. Shared task participants were supposed to develop trainable systems capable of identifying mentions and clustering them according to identity coreference. The public edition of CorefUD 1.0, which contains 13 datasets for 10 languages, was used as the source of training and evaluation data. The CoNLL score used in previous coreference-oriented shared tasks was used as the main evaluation metric. There were 8 coreference prediction systems submitted by 5 participating teams; in addition, there was a competitive Transformer-based baseline system provided by the organizers at the beginning of the shared task. The winner system outperformed the baseline by 12 percentage points (in terms of the CoNLL scores averaged across all datasets for individual languages).