Papers with noisier
Syntactic and Semantic-driven Learning for Open Information Extraction (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Experimental results show that our approach significantly outperforms the supervised counterparts, and can even achieve competitive performance to supervised state-of-the-art (SoA) model. |
| Approach: | They propose a syntactic and semantic-driven learning approach that can learn open IE models without human-labelled data by leveraging syntakic and semantic knowledge as noisier, higher-level supervision. |
| Outcome: | The proposed approach outperforms supervised counterparts and can achieve competitive performance to supervised state-of-the-art models. |
A Bayesian Optimization Approach to Machine Translation Reranking (2025.naacl-long)
Copied to clipboard
| Challenge: | reranking is a method of improving prediction quality but can add computational cost. |
| Approach: | They propose to score a list of prediction candidates with an external scoring model and return the highest-scoring candidate. |
| Outcome: | The proposed method achieves the same CometKiwi score using 70 evaluations on average compared to scoring a subset of 180 candidates. |
Visual Supervision in Bootstrapped Information Extraction (D18-1)
Copied to clipboard
| Challenge: | a list-based interface populated with informative samples is effective for data annotation . a 2D scatterplot populated by diverse and representative samples yields improved models . |
| Approach: | They propose a list-based interface that can be used to build efficient and effective data annotation models. |
| Outcome: | The proposed model learns the distributional similarity of entities through the patterns that match them in a large corpus while being discriminative with respect to human-labeled and machine-promoted entities. |
The Unreasonable Effectiveness of Easy Training Data for Hard Tasks (2024.acl-long)
Copied to clipboard
| Challenge: | Existing pretrained language models perform well on hard data, but hard data is noisier and costlier to collect. |
| Approach: | They propose to use in-context learning, linear classifier heads, and QLoRA to show that pretrained language models generalize relatively well from easy to hard data. |
| Outcome: | The proposed model generalizes well from easy to hard data even better than oracle models finetuned on hard data. |