Papers with AE
Tomayto, Tomahto. Beyond Token-level Answer Equivalence for Question Answering Evaluation (2022.emnlp-main)
Copied to clipboard
| Challenge: | despite the importance of question answering, evaluations of QA systems are typically limited by manual annotations . despite this, little progress has been made in QA evaluations based on a single answer . |
| Approach: | They propose to extend over exact match (EM) with predefined rules or token-level F1 measure . they propose to use a BERT matching measure to approximate QA predictions . |
| Outcome: | The proposed model improves AE approximations and more accurately reflects the performance of systems. |
Learning Disentangled Semantic Spaces of Explanations via Invertible Neural Networks (2024.acl-long)
Copied to clipboard
| Challenge: | Disentangled latent spaces usually have better semantic separability and geometrical properties, which leads to better interpretability and controllable data generation. |
| Approach: | They propose a flow-based invertible neural network mechanism integrated with a transformer-based language Autoencoder to deliver latent spaces with better semantic separability and geometrical properties. |
| Outcome: | The proposed model can deliver latent spaces with better separability properties compared to the current state-of-the-art models. |
MACRONYM: A Large-Scale Dataset for Multilingual and Multi-Domain Acronym Extraction (2022.coling-1)
Copied to clipboard
Amir Pouran Ben Veyseh, Nicole Meister, Seunghyun Yoon, Rajiv Jain, Franck Dernoncourt, Thien Huu Nguyen
| Challenge: | Acronym extraction is the task of identifying acronyms and their expanded forms in texts . existing AE methods for English are limited to specific languages and domains . |
| Approach: | They propose to annotate 27,200 sentences in 6 different languages and 2 new domains for AE. |
| Outcome: | The proposed dataset shows that AE in different languages and learning settings has unique challenges . |
Exploring a Unified Sequence-To-Sequence Transformer for Medical Product Safety Monitoring in Social Media (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Adverse Events (AEs) are harmful events resulting from the use of medical products. |
| Approach: | They propose a model that combines sequence-to-sequence learning with language transfer capabilities to improve model robustness. |
| Outcome: | The proposed approach achieves strong performance over baselines on English benchmarks. |
Empirical Prior for Text Autoencoders (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Variational Autoencoders (VAE) are used to train generative models with latent variables. |
| Approach: | They propose a transition from Variational Autoencoders (VAE) to text autoencodeurs (AE) which model a compact latent space and preserves the capability of the language model itself. |
| Outcome: | The proposed method generates higher quality and more diverse text than the VAE-based Transformer baselines, and is more efficient than previous approaches. |