中文
相关论文

相关论文: Statistical Decision-Tree Models for Parsing

200 篇论文

The schema-guided paradigm overcomes scalability issues inherent in building task-oriented dialogue (TOD) agents with static ontologies. Instead of operating on dialogue context alone, agents have access to hierarchical schemas containing…

计算与语言 · 计算机科学 2023-03-20 A. Coca , B. H. Tseng , W. Lin , B. Byrne

Semantic parsers map natural language utterances to meaning representations. The lack of a single standard for meaning representations led to the creation of a plethora of semantic parsing datasets. To unify different datasets and train a…

计算与语言 · 计算机科学 2021-06-15 Marco Damonte , Emilio Monti

Effective sentence embeddings that capture semantic nuances and generalize well across diverse contexts are crucial for natural language processing tasks. We address this challenge by applying SimCSE (Simple Contrastive Learning of Sentence…

计算与语言 · 计算机科学 2025-01-24 Yumeng Wang , Ziran Zhou , Junjin Wang

After presenting a novel O(n^3) parsing algorithm for dependency grammar, we develop three contrasting ways to stochasticize it. We propose (a) a lexical affinity model where words struggle to modify each other, (b) a sense tagging model…

cmp-lg · 计算机科学 2008-02-06 Jason Eisner

Current state-of-the-art text generators build on powerful language models such as GPT-2, achieving impressive performance. However, to avoid degenerate text, they require sampling from a modified softmax, via temperature parameters or…

计算与语言 · 计算机科学 2020-10-06 Pedro Henrique Martins , Zita Marinho , André F. T. Martins

Sequential sentence classification deals with the categorisation of sentences based on their content and context. Applied to scientific texts, it enables the automatic structuring of research papers and the improvement of academic search…

计算与语言 · 计算机科学 2022-03-22 Arthur Brack , Anett Hoppe , Pascal Buschermöhle , Ralph Ewerth

Sentence embedding methods offer a powerful approach for working with short textual constructs or sequences of words. By representing sentences as dense numerical vectors, many natural language processing (NLP) applications have improved…

计算与语言 · 计算机科学 2021-10-05 Yuan An , Alexander Kalinowski , Jane Greenberg

Despite the success of sequence-to-sequence (seq2seq) models in semantic parsing, recent work has shown that they fail in compositional generalization, i.e., the ability to generalize to new structures built of components observed during…

计算与语言 · 计算机科学 2021-06-15 Jonathan Herzig , Jonathan Berant

Self-attention mechanisms have enabled transformers to achieve superhuman-level performance on many speech-to-text (STT) tasks, yet the challenge of automatic prosodic segmentation has remained unsolved. In this paper we finetune Whisper, a…

计算与语言 · 计算机科学 2025-02-28 Nathan Roll , Calbert Graham , Simon Todd

Virtual assistants such as Amazon Alexa, Apple Siri, and Google Assistant often rely on a semantic parsing component to understand which action(s) to execute for an utterance spoken by its users. Traditionally, rule-based or statistical…

计算与语言 · 计算机科学 2020-01-31 Subendhu Rongali , Luca Soldaini , Emilio Monti , Wael Hamza

An increasingly wide range of artificial intelligence applications rely on syntactic information to process and extract meaning from natural language text or speech, with constituent trees being one of the most widely used syntactic…

计算与语言 · 计算机科学 2019-08-05 Daniel Fernández-González , Carlos Gómez-Rodríguez

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

Large Reasoning Models (LRMs) excel at complex reasoning tasks, but their efficiency is often hampered by overly verbose outputs. Prior steering methods attempt to address this issue by applying a single, global vector to hidden…

机器学习 · 计算机科学 2026-02-06 Yawei Li , Benjamin Bergner , Yinghan Zhao , Vihang Prakash Patil , Bei Chen , Cheng Wang

This paper introduces STRASS: Summarization by TRAnsformation Selection and Scoring. It is an extractive text summarization method which leverages the semantic information in existing sentence embedding spaces. Our method creates an…

计算与语言 · 计算机科学 2019-07-18 Léo Bouscarrat , Antoine Bonnefoy , Thomas Peel , Cécile Pereira

We introduce precision-biased parsing: a parsing task which favors precision over recall by allowing the parser to abstain from decisions deemed uncertain. We focus on dependency-parsing and present an ensemble method which is capable of…

计算与语言 · 计算机科学 2012-05-22 Yoav Goldberg , Michael Elhadad

Learned Sparse Retrieval (LSR) such as SPLADE has growing interest for effective semantic 1st stage matching while enjoying the efficiency of inverted indices. A recent work on learning SPLADE models with expanded vocabularies (ESPLADE) was…

信息检索 · 计算机科学 2026-04-21 Hiun Kim , Tae Kwan Lee , Taeryun Won

Many natural language processing tasks, e.g., coreference resolution and semantic role labeling, require selecting text spans and making decisions about them. A typical approach to such tasks is to score all possible spans and greedily…

计算与语言 · 计算机科学 2023-08-24 Tianyu Liu , Yuchen Eleanor Jiang , Ryan Cotterell , Mrinmaya Sachan

Text generation is a fundamental building block in natural language processing tasks. Existing sequential models performs autoregression directly over the text sequence and have difficulty generating long sentences of complex structures.…

计算与语言 · 计算机科学 2018-08-16 Qipeng Guo , Xipeng Qiu , Xiangyang Xue , Zheng Zhang

Native speakers can judge whether a sentence is an acceptable instance of their language. Acceptability provides a means of evaluating whether computational language models are processing language in a human-like manner. We test the ability…

计算与语言 · 计算机科学 2019-10-11 Wang Jing , M. A. Kelly , David Reitter

We revisit domain adaptation for parsers in the neural era. First we show that recent advances in word representations greatly diminish the need for domain adaptation when the target domain is syntactically similar to the source domain. As…

计算与语言 · 计算机科学 2018-05-18 Vidur Joshi , Matthew Peters , Mark Hopkins