paper-with-me

Papers

Improving Long Document Topic Segmentation Models With Enhanced Coherence Modeling

2023-10-18 · Hai Yu, Chong Deng, Qinglin Zhang, Jiaqing Liu, Qian Chen, Wen Wang

Topic segmentation is critical for obtaining structured documents and improving downstream tasks such as information retrieval. Due to its ability of automatically exploring clues of topic shift from abundant labeled data, recent supervised neural models have greatly promoted the development of long document topic segmentation, but leaving the deeper relationship between coherence and topic segmentation underexplored. Therefore, this paper enhances the ability of supervised models to capture coherence from both logical structure and semantic similarity perspectives to further improve the topic segmentation performance, proposing Topic-aware Sentence Structure Prediction (TSSP) and Contrastive Semantic Similarity Learning (CSSL). Specifically, the TSSP task is proposed to force the model to comprehend structural information by learning the original relations between adjacent sentences in a disarrayed document, which is constructed by jointly disrupting the original document at topic and sentence levels. Moreover, we utilize inter- and intra-topic information to construct contrastive samples and design the CSSL objective to ensure that the sentences representations in the same topic have higher similarity, while those in different topics are less similar. Extensive experiments show that the Longformer with our approach significantly outperforms old state-of-the-art (SOTA) methods. Our approach improve $F_1$ of old SOTA by 3.42 (73.74 -> 77.16) and reduces $P_k$ by 1.11 points (15.0 -> 13.89) on WIKI-727K and achieves an average relative reduction of 4.3% on $P_k$ on WikiSection. The average relative $P_k$ drop of 8.38% on two out-of-domain datasets also demonstrates the robustness of our approach.

📄 PDF Abstract BibTeX arXiv:2310.11772

Code (1)

alibaba-damo-academy/spokennlp 공식 구현 tf

Tasks

Information RetrievalSegmentationSemantic SimilaritySemantic Textual SimilaritySentence

Methods 이 논문이 사용한 방법론

How do I get a human at Expedia immediately? (2025-2026) How do I get a human at Expedia immediately? (2025 Complete Guide) Most travelers run into a point where self-service isn’t enough, and speaking to a real person becomes the…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
How do I complain to Expedia?*ComplainByAgent How do I complain to Expedia? To make a claim on Expedia, call +1(888) (829) (0881) OR +1(805) (330) (4056), or use their Help Center to submit your issue with full booking…
WordPiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Structural Text Segmentation of Legal Documents

2020-12-07 · Dennis Aumiller, Satya Almasian, Sebastian Lackner, Michael Gertz

The growing complexity of legal cases has lead to an increasing interest in legal information retrieval systems that can effectively satisfy user-specific information needs. However, such downstream systems typically req…

Change DetectionInformation RetrievalPassage RetrievalRetrieval+3

Transformer over Pre-trained Transformer for Neural Text Segmentation with Enhanced Topic Coherence

2021-10-14 · Findings (EMNLP) 2021 11 · Kelvin Lo, Yuan Jin, Weicong Tan, Ming Liu 외

This paper proposes a transformer over transformer framework, called Transformer$^2$, to perform neural text segmentation. It consists of two components: bottom-level sentence encoders using pre-trained transformers, and…

SegmentationSentenceSentence EmbeddingsText Segmentation

Topical Coherence in LDA-based Models through Induced Segmentation

2017-07-01 · ACL 2017 7 · Hesam Amoualian, Wei Lu, Eric Gaussier, Georgios Balikas 외

This paper presents an LDA-based model that generates topically coherent segments within documents by jointly segmenting documents and assigning topics to their words. The coherence between topics is ensured through a co…

Ad-Hoc Information RetrievalGeneral ClassificationInformation Retrievaltext-classification+2

Learning to Rank Semantic Coherence for Topic Segmentation

2017-09-01 · EMNLP 2017 9 · Liang Wang, Sujian Li, Yajuan Lv, Houfeng Wang

Topic segmentation plays an important role for discourse parsing and information retrieval. Due to the absence of training data, previous work mainly adopts unsupervised methods to rank semantic coherence between paragra…

Common Sense ReasoningDiscourse ParsingInformation RetrievalLearning-To-Rank+3

BATS: A Spectral Biclustering Approach to Single Document Topic Modeling and Segmentation

2020-08-05 · Qiong Wu, Adam Hare, Sirui Wang, Yuwei Tu 외

Existing topic modeling and text segmentation methodologies generally require large datasets for training, limiting their capabilities when only small collections of text are available. In this work, we reexamine the int…

DiversitySegmentationText SegmentationTopic Models