← Search

Behzad Shayegh

4 accepted papers

2025

EBBS: An Ensemble with Bi-Level Beam Search for Zero-Shot Machine Translation

AAAI 2025technical

The ability of zero-shot translation emerges when we train a multilingual model with certain translation directions; the model can then directly translate in unseen directions. Alternatively, zero-shot translation can be accomplished by pivoting through a third language (e.g., English). In our work,…

2025

Error Diversity Matters: An Error-Resistant Ensemble Method for Unsupervised Dependency Parsing

AAAI 2025technical

We address unsupervised dependency parsing by building an ensemble of diverse existing models through post hoc aggregation of their output dependency parse structures. We observe that these ensembles often suffer from low robustness against weak ensemble components due to error accumulation. To tack…

2024

Ensemble Distillation for Unsupervised Constituency Parsing

ICLR 2024poster

We investigate the unsupervised constituency parsing task, which organizes words and phrases of a sentence into a hierarchical structure without using linguistically annotated data. We observe that existing unsupervised parsers capture different aspects of parsing structures, which can be leveraged…

2024

Tree-Averaging Algorithms for Ensemble-Based Unsupervised Discontinuous Constituency Parsing

ACL 2024long

We address unsupervised discontinuous constituency parsing, where we observe a high variance in the performance of the only previous model in the literature. We propose to build an ensemble of different runs of the existing discontinuous parser by averaging the predicted trees, to stabilize and boos…