neural machine translation
PulseAugur coverage of neural machine translation — every cluster mentioning neural machine translation across labs, papers, and developer communities, ranked by signal.
1 天有情绪数据
-
Literary post-editors struggle with NMT and LLM metaphor translation
A new paper explores the challenges literary post-editors face when translating metaphors using Neural Machine Translation (NMT) and Large Language Models (LLMs). The study found that post-editors frequently altered one…
-
归一化匹配Transformer在图像关键点匹配方面创下新的SOTA
研究人员开发了归一化匹配Transformer (NMT),这是一种新颖的深度学习模型,旨在实现图像对之间高效且准确的稀疏语义关键点匹配。NMT集成了视觉骨干网络、几何特征细化和一个专门的Transformer架构,该架构在每一层强制执行单位范数嵌入。这种方法结合对比损失和超球面一致性损失,能够产生更具辨别力的关键点表示,并在PascalVOC和SPair-71k等基准测试中取得了最先进的性能。
-
新的DPO方法通过基于偏好的后训练提升NMT模型性能
研究人员开发了一种新的神经机器翻译(NMT)系统的后训练方法,该方法利用了强化学习和直接偏好优化(DPO)。该框架仅需要一个通用的文本语料库和来自专家翻译者(可以是人类或AI)的反馈。在英译德翻译上的实验表明,将这种由DPO驱动的方法应用于gemma3-1b模型显著提高了其翻译质量,COMET分数从0.703提升至0.747。