Papers by Dara Bahri
StructFormer: Joint Unsupervised Induction of Dependency and Constituency Structure from Masked Language Modeling (2021.acl-long)
Copied to clipboard
| Challenge: | Existing models that induce grammar structures from data focus on constituency or dependency structures alone. |
| Approach: | They propose a model that can induce dependency and constituency structure at the same time. |
| Outcome: | The proposed model can induce both constituency and dependency structures at the same time. |
Are Pretrained Convolutions Better than Pretrained Transformers? (2021.acl-long)
Copied to clipboard
| Challenge: | Recent research has shown promise in entirely convolutional, or CNN, architectures, but they have not been explored using the pre-train-fine-tune paradigm. |
| Approach: | They propose to use the pre-train-fine-tune paradigm to study convolutional models. |
| Outcome: | The proposed architectures outperform Transformers in certain scenarios, but with caveats. |
Reverse Engineering Configurations of Neural Text Generation Models (2020.acl-main)
Copied to clipboard
| Challenge: | Recent advances in neural text generation modeling have raised concerns about how such approaches might be used in malicious ways. |
| Approach: | They propose to distinguish which of several variants of a given model generated some piece of text by performing diagnostic tests. |
| Outcome: | The proposed method identifies which of several variants of a given model generated some piece of text and if so, if it is more sensitive to different modeling choices than previously thought. |
ED2LM: Encoder-Decoder to Language Model for Faster Document Re-ranking Inference (2022.findings-acl)
Copied to clipboard
Kai Hui, Honglei Zhuang, Tao Chen, Zhen Qin, Jing Lu, Dara Bahri, Ji Ma, Jai Gupta, Cicero Nogueira dos Santos, Yi Tay, Donald Metzler
| Challenge: | State-of-the-art neural models typically encode document-query pairs using cross-attention for re-ranking. |
| Approach: | They propose to fine tune a pretrained encoder-decoder model using document to query generation. |
| Outcome: | The proposed model achieves comparable results to more expensive approaches while being 6.8X faster. |
Sharpness-Aware Minimization Improves Language Model Generalization (2022.acl-long)
Copied to clipboard
| Challenge: | Comparatively little work has been done to improve the generalization of language models . recent work shows that Sharpness-Aware Minimization (SAM) can improve generalization without much computational overhead. |
| Approach: | They propose a Sharpness-Aware Minimization procedure that encourages convergence to flatter minima to improve generalization of language models without much computational overhead. |
| Outcome: | The proposed Sharpness-Aware Minimization procedure can improve language models without much computational overhead. |