paper-with-me

Papers

Incremental Neural Lexical Coherence Modeling

2020-12-01 · COLING 2020 8 · Sungho Jeon, Michael Strube

Pretrained language models, neural models pretrained on massive amounts of data, have established the state of the art in a range of NLP tasks. They are based on a modern machine-learning technique, the Transformer which relates all items simultaneously to capture semantic relations in sequences. However, it differs from what humans do. Humans read sentences one-by-one, incrementally. Can neural models benefit by interpreting texts incrementally as humans do? We investigate this question in coherence modeling. We propose a coherence model which interprets sentences incrementally to capture lexical relations between them. We compare the state of the art in each task, simple neural models relying on a pretrained language model, and our model in two downstream tasks. Our findings suggest that interpreting texts incrementally as humans could be useful to design more advanced models.

📄 PDF Abstract BibTeX

Code (1)

sdeva14/coling20-inc-lexi-cohe 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Lexical Coherence Graph Modeling Using Word Embeddings

2016-06-01 · NAACL 2016 6 · Mohsen Mesgar, Michael Strube
Word Embeddings

Better Conversations by Modeling,Filtering,and Optimizing for Coherence and Diversity

2018-09-18 · Xinnuo Xu, Ondřej Dušek, Ioannis Konstas, Verena Rieser

We present three enhancements to existing encoder-decoder models for open-domain conversational agents, aimed at effectively modeling coherence and promoting output diversity: (1) We introduce a measure of coherence as t…

DecoderDiversity

Better Conversations by Modeling, Filtering, and Optimizing for Coherence and Diversity

2018-10-01 · EMNLP 2018 10 · Xinnuo Xu, Ond{\v{r}}ej Du{\v{s}}ek, Ioannis Konstas, Verena Rieser

We present three enhancements to existing encoder-decoder models for open-domain conversational agents, aimed at effectively modeling coherence and promoting output diversity: (1) We introduce a measure of coherence as t…

DecoderDialogue GenerationDiversity

Multi-Level Narrative Evaluation Outperforms Lexical Features for Mental Health

2026-04-30 · Yuxi Ma, Jieming Cui, Muyang Li, Ye Zhao 외 arxiv

How people narrate their experiences offers a window into how the mind organizes them. Computational approaches to therapeutic writing have evolved from lexical counting to neural methods, yet remain fragmented: dictiona…

CobSeg: Coherence Boundary Modeling for Dialogue Topic Segmentation

2026-05-29 · Sijin Sun, Liangbin Zhao, Jiaxiang Cai, Ming Deng 외 arxiv

Dialogue topic segmentation is critical in many human-AI collaborative applications which requires identifying heterogeneous boundary cues, including lexical transitions near utterance edges and semantic discontinuities …