中文
相关论文

相关论文: Optimizing Spectral Learning for Parsing

200 篇论文

Beam search optimization resolves many issues in neural machine translation. However, this method lacks principled stopping criteria and does not learn how to stop during training, and the model naturally prefers the longer hypotheses…

计算与语言 · 计算机科学 2019-06-26 Mingbo Ma , Renjie Zheng , Liang Huang

Various static analysis problems are reformulated as instances of the Context-Free Language Reachability (CFL-r) problem. One promising way to make solving CFL-r more practical for large-scale interprocedural graphs is to reduce CFL-r to…

编程语言 · 计算机科学 2024-01-23 Ilia Muravev

This paper is concerned with dynamic system state estimation based on a series of noisy measurement with the presence of outliers. An incremental learning assisted particle filtering (ILAPF) method is presented, which can learn the value…

统计方法学 · 统计学 2018-02-02 Bin Liu

Fine-tuning large language models (LLMs) on downstream tasks requires substantial computational resources. Selective PEFT, a class of parameter-efficient fine-tuning (PEFT) methodologies, aims to mitigate these computational challenges by…

计算与语言 · 计算机科学 2025-06-24 Aradhye Agarwal , Suhas K Ramesh , Ayan Sengupta , Tanmoy Chakraborty

There is an increasing amount of evidence that in cases with little or no data in a target language, training on a different language can yield surprisingly good results. However, currently there are no established guidelines for choosing…

计算与语言 · 计算机科学 2021-05-14 Błażej Dolicki , Gerasimos Spanakis

This thesis provides methods and analysis of models which make progress on this goal. The techniques outlined are task agnostic, and should provide benefit when used with nearly any transformer LM. We introduce two new finetuning methods…

计算与语言 · 计算机科学 2024-08-30 Davis Yoshida

While Retrieval Augmented Generation (RAG) has emerged as a popular technique for improving Large Language Model (LLM) systems, it introduces a large number of choices, parameters and hyperparameters that must be made or tuned. This…

机器学习 · 计算机科学 2025-05-09 Matthew Barker , Andrew Bell , Evan Thomas , James Carr , Thomas Andrews , Umang Bhatt

This paper presents an algorithm for the unsupervised learning of latent variable models from unlabeled sets of data. We base our technique on spectral decomposition, providing a technique that proves to be robust both in theory and in…

机器学习 · 统计学 2017-04-05 Matteo Ruffini , Marta Casanellas , Ricard Gavaldà

Probabilistic context-free grammars (PCFGs) with neural parameterization have been shown to be effective in unsupervised phrase-structure grammar induction. However, due to the cubic computational complexity of PCFG representation and…

计算与语言 · 计算机科学 2021-04-29 Songlin Yang , Yanpeng Zhao , Kewei Tu

Recent research argues that exact recursive numeral systems optimize communicative efficiency by balancing a tradeoff between the size of the numeral lexicon and the average morphosyntactic complexity (roughly length in morphemes) of…

Assessing language proficiency is essential for education, as it enables instruction tailored to learners needs. This paper investigates the use of Large Language Models (LLMs) for automatically classifying German texts according to the…

计算与语言 · 计算机科学 2025-12-09 Elias-Leander Ahlers , Witold Brunsmann , Malte Schilling

To improve low-resource Neural Machine Translation (NMT) with multilingual corpora, training on the most related high-resource language only is often more effective than using all data available (Neubig and Hu, 2018). However, it is…

计算与语言 · 计算机科学 2019-05-21 Xinyi Wang , Graham Neubig

We use statistical learning methods to construct an adaptive state estimator for nonlinear stochastic systems. Optimal state estimation, in the form of a Kalman filter, requires knowledge of the system's process and measurement uncertainty.…

机器学习 · 统计学 2014-11-05 Michael Busch , Jeff Moehlis

The joint detection and classification of RF signals has been a critical problem in the field of wideband RF spectrum sensing. Recent advancements in deep learning models have revolutionized this field, remarkably through the application of…

信号处理 · 电气工程与系统科学 2024-08-14 Xiwen Kang , Hua-mei Chen , Genshe Chen , Kuo-Chu Chang , Thomas M. Clemons

Large Language Models (LLMs) achieve remarkable performance through pretraining on extensive data. This enables efficient adaptation to diverse downstream tasks. However, the lack of interpretability in their underlying mechanisms limits…

计算与语言 · 计算机科学 2025-06-03 Xintong Wang , Jingheng Pan , Liang Ding , Longyue Wang , Longqin Jiang , Xingshan Li , Chris Biemann

Large language models (LLMs) have significantly advanced human language understanding and generation, with pretraining data quality and organization being crucial to their performance. Multi-stage pretraining is a promising approach, but…

计算与语言 · 计算机科学 2025-06-03 Xuemiao Zhang , Feiyu Duan , Liangyu Xu , Yongwei Zhou , Sirui Wang , Rongxiang Weng , Jingang Wang , Xunliang Cai

Unsupervised constituency parsers organize phrases within a sentence into a tree-shaped syntactic constituent structure that reflects the organization of sentence semantics. However, the traditional objective of maximizing sentence…

计算与语言 · 计算机科学 2025-04-07 Junjie Chen , Xiangheng He , Yusuke Miyao , Danushka Bollegala

Finetuning language models (LMs) is crucial for adapting the models to downstream data and tasks. However, full finetuning is usually costly. Existing work, such as parameter-efficient finetuning (PEFT), often focuses on \textit{how to…

计算与语言 · 计算机科学 2025-06-03 Jian Gu , Aldeida Aleti , Chunyang Chen , Hongyu Zhang

Large Language Models (LLMs) have shown impressive abilities in many applications. When a concrete and precise answer is desired, it is important to have a quantitative estimation of the potential error rate. However, this can be…

计算与语言 · 计算机科学 2024-12-20 Theodore Zhao , Mu Wei , J. Samuel Preston , Hoifung Poon

We demonstrate that replacing an LSTM encoder with a self-attentive architecture can lead to improvements to a state-of-the-art discriminative constituency parser. The use of attention makes explicit the manner in which information is…

计算与语言 · 计算机科学 2018-05-04 Nikita Kitaev , Dan Klein