paper-with-me

홈 › Papers

Leveraging Natural Supervision for Language Representation Learning and Generation

2022-07-21 · Mingda Chen

Recent breakthroughs in Natural Language Processing (NLP) have been driven by language models trained on a massive amount of plain text. While powerful, deriving supervision from textual resources is still an open question. For example, language model pretraining often neglects the rich, freely-available structures in textual data. In this thesis, we describe three lines of work that seek to improve the training and evaluation of neural models using naturally-occurring supervision. We first investigate self-supervised training losses to help enhance the performance of pretrained language models for various NLP tasks. Specifically, we alter the sentence prediction loss to make it better suited to other pretraining losses and more challenging to solve. We design an intermediate finetuning step that uses self-supervised training to promote models' ability in cross-task generalization. Then we describe methods to leverage the structures in Wikipedia and paraphrases. In particular, we propose training losses to exploit hyperlinks, article structures, and article category graphs for entity-, discourse-, entailment-related knowledge. We propose a framework that uses paraphrase pairs to disentangle semantics and syntax in sentence representations. We extend the framework for a novel generation task that controls the syntax of output text with a sentential exemplar. Lastly, we discuss our work on tailoring textual resources for establishing challenging evaluation tasks. We introduce three datasets by defining novel tasks using various fan-contributed websites, including a long-form data-to-text generation dataset, a screenplay summarization dataset, and a long-form story generation dataset. These datasets have unique characteristics offering challenges to future work in their respective task settings.

📄 PDF Abstract BibTeX arXiv:2207.10617

Code (1)

mingdachen/syntactic-template-generation 공식 구현 pytorch

Tasks

Data-to-Text GenerationLanguage ModellingOpen-Ended Question AnsweringRepresentation LearningSentenceStory GenerationText Generation

Similar Papers 제목 키워드 기반

Hierarchical Text-to-Vision Self Supervised Alignment for Improved Histopathology Representation Learning

2024-03-21 · Hasindri Watawana, Kanchana Ranasinghe, Tariq Mahmood, Muzammal Naseer 외

Self-supervised representation learning has been highly promising for histopathology image analysis with numerous approaches leveraging their patient-slide-patch hierarchy to learn better representations. In this paper, …

Representation LearningSelf-Supervised Learning

Cross-Lingual Natural Language Generation via Pre-Training

2019-09-23 · Zewen Chi, Li Dong, Furu Wei, Wenhui Wang 외

In this work we focus on transferring supervision signals of natural language generation (NLG) tasks between multiple languages. We propose to pretrain the encoder and the decoder of a sequence-to-sequence model under bo…

Abstractive Text SummarizationCross-Lingual TransferDecoderMachine Translation+5

Code Execution as Grounded Supervision for LLM Reasoning

2025-06-12 · Dongwon Jung, Wenxuan Zhou, Muhao Chen

Training large language models (LLMs) with chain-of-thought (CoT) supervision has proven effective for enhancing their reasoning abilities. However, obtaining reliable and accurate reasoning supervision remains a signifi…

Dataset Generation

Dissecting Logical Reasoning in LLMs: A Fine-Grained Evaluation and Supervision Study

2025-06-05 · Yujun Zhou, Jiayi Ye, Zipeng Ling, Yufei Han 외

Logical reasoning is a core capability for many applications of large language models (LLMs), yet existing benchmarks often rely solely on final-answer accuracy, failing to capture the quality and structure of the reason…

Logical Reasoning

Unsupervised Natural Language Generation with Denoising Autoencoders

2018-04-21 · EMNLP 2018 10 · Markus Freitag, Scott Roy

Generating text from structured data is important for various tasks such as question answering and dialog systems. We show that in at least one domain, without any supervision and only based on unlabeled text, we are abl…

DenoisingQuestion AnsweringSentenceText Generation