中文
相关论文

相关论文: Factorization of Language Models through Backing-O…

200 篇论文

Autoregressive large language models (LLMs) compress knowledge from their training data through next-token conditional distributions. This limits tractable querying of this knowledge to start-to-end autoregressive sampling. However, many…

机器学习 · 计算机科学 2024-03-15 Edward J. Hu , Moksh Jain , Eric Elmoznino , Younesse Kaddar , Guillaume Lajoie , Yoshua Bengio , Nikolay Malkin

Large language models (LLMs) still struggle across tasks outside of high-resource languages. In this work, we investigate cross-lingual transfer to lower-resource languages where task-specific post-training data is scarce. Building on prior…

计算与语言 · 计算机科学 2025-10-09 Lucas Bandarkar , Nanyun Peng

Matching Logic is a framework for specifying programming language semantics and reasoning about programs. Its formulas are called patterns and are built with variables, symbols, connectives and quantifiers. A pattern is a combination of…

计算机科学中的逻辑 · 计算机科学 2018-11-16 Andrei Arusoaie , Dorel Lucanu

Matrix Factorization has emerged as a widely adopted framework for modeling data exhibiting low-rank structures. To address challenges in manifold learning, this paper presents a subspace-constrained quadratic matrix factorization model.…

机器学习 · 计算机科学 2024-11-08 Zheng Zhai , Xiaohui Li

Vector-based word representations help countless Natural Language Processing (NLP) tasks capture the language's semantic and syntactic regularities. In this paper, we present the characteristics of existing word embedding approaches and…

计算与语言 · 计算机科学 2024-03-05 Obaidullah Zaland , Muhammad Abulaish , Mohd. Fazil

We introduce Bayesian multi-tensor factorization, a model that is the first Bayesian formulation for joint factorization of multiple matrices and tensors. The research problem generalizes the joint matrix-tensor factorization problem to…

机器学习 · 统计学 2016-10-13 Suleiman A. Khan , Eemeli Leppäaho , Samuel Kaski

As new knowledge rapidly accumulates, language models (LMs) with pretrained knowledge quickly become obsolete. A common approach to updating LMs is fine-tuning them directly on new knowledge. However, recent studies have shown that…

计算与语言 · 计算机科学 2025-02-28 Howard Chen , Jiayi Geng , Adithya Bhaskar , Dan Friedman , Danqi Chen

Scientific publications have evolved several features for mitigating vocabulary mismatch when indexing, retrieving, and computing similarity between articles. These mitigation strategies range from simply focusing on high-value article…

机器学习 · 统计学 2017-12-20 Kriste Krstovski , Michael J. Kurtz , David A. Smith , Alberto Accomazzi

Generalized latent factor analysis not only provides a useful latent embedding approach in statistics and machine learning, but also serves as a widely used tool across various scientific fields, such as psychometrics, econometrics, and…

统计方法学 · 统计学 2025-08-11 Chengyu Cui , Gongjun Xu

Phrase-based Statistical models are more commonly used as they perform optimally in terms of both, translation quality and complexity of the system. Hindi and in general all Indian languages are morphologically richer than English. Hence,…

计算与语言 · 计算机科学 2017-09-19 Sreelekha S , Pushpak Bhattacharyya

Given labeled data represented by a binary matrix, we consider the task to derive a Boolean matrix factorization which identifies commonalities and specifications among the classes. While existing works focus on rank-one factorizations…

机器学习 · 计算机科学 2019-06-25 Sibylle Hess , Katharina Morik

Latent tree learning models represent sentences by composing their words according to an induced parse tree, all based on a downstream task. These models often outperform baselines which use (externally provided) syntax trees to drive the…

计算与语言 · 计算机科学 2020-01-16 Jean Maillard , Stephen Clark

We present a study on the integration of Large Language Models (LLMs) in tabular data classification, emphasizing an efficient framework. Building upon existing work done in TabLLM (arXiv:2210.10723), we introduce three novel serialization…

机器学习 · 计算机科学 2023-12-22 Sukriti Jaitly , Tanay Shah , Ashish Shugani , Razik Singh Grewal

Lambda-calculi come with no fixed evaluation strategy. Different strategies may then be considered, and it is important that they satisfy some abstract rewriting property, such as factorization or normalization theorems. In this paper we…

计算机科学中的逻辑 · 计算机科学 2019-11-28 Beniamino Accattoli , Claudia Faggian , Giulio Guerrieri

Over the last years, topic modeling has emerged as a powerful technique for organizing and summarizing big collections of documents or searching for particular patterns in them. However, privacy concerns may arise when cross-analyzing data…

机器学习 · 计算机科学 2023-06-13 Lorena Calvo-Bartolomé , Jerónimo Arenas-García

Formal languages let us define the textual representation of data with precision. Formal grammars, typically in the form of BNF-like productions, describe the language syntax, which is then annotated for syntax-directed translation and…

形式语言与自动机理论 · 计算机科学 2015-01-15 Luis Quesada , Fernando Berzal , Juan-Carlos Cubero

For most problems in science and engineering we can obtain data sets that describe the observed system from various perspectives and record the behavior of its individual components. Heterogeneous data sets can be collectively mined by data…

机器学习 · 计算机科学 2015-02-09 Marinka Žitnik , Blaž Zupan

Algorithms for node clustering typically focus on finding homophilous structure in graphs. That is, they find sets of similar nodes with many edges within, rather than across, the clusters. However, graphs often also exhibit heterophilous…

机器学习 · 计算机科学 2023-08-15 Sudhanshu Chanpuriya , Cameron Musco

The pivot algorithm is the most efficient known method for sampling polymer configurations for self-avoiding walks and related models. Here we introduce two recent improvements to an efficient binary tree implementation of the pivot…

统计力学 · 物理学 2021-12-22 Nathan Clisby , Dac Thanh Chuong Ho

If learning methods are to scale to the massive sizes of modern datasets, it is essential for the field of machine learning to embrace parallel and distributed computing. Inspired by the recent development of matrix factorization methods…

机器学习 · 计算机科学 2013-10-29 Lester Mackey , Ameet Talwalkar , Michael I. Jordan