paper-with-me

홈 › Papers

Extraction of Templates from Phrases Using Sequence Binary Decision Diagrams

2020-01-28 · Daiki Hirano, Kumiko Tanaka-Ishii, Andrew Finch

The extraction of templates such as ``regard X as Y'' from a set of related phrases requires the identification of their internal structures. This paper presents an unsupervised approach for extracting templates on-the-fly from only tagged text by using a novel relaxed variant of the Sequence Binary Decision Diagram (SeqBDD). A SeqBDD can compress a set of sequences into a graphical structure equivalent to a minimal DFA, but more compact and better suited to the task of template extraction. The main contribution of this paper is a relaxed form of the SeqBDD construction algorithm that enables it to form general representations from a small amount of data. The process of compression of shared structures in the text during Relaxed SeqBDD construction, naturally induces the templates we wish to extract. Experiments show that the method is capable of high-quality extraction on tasks based on verb+preposition templates from corpora and phrasal templates from short messages from social media.

📄 PDF Abstract BibTeX arXiv:2001.10175

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DFA 설명 없음
FA 설명 없음

Similar Papers 제목 키워드 기반

A Quality-based Syntactic Template Retriever for Syntactically-controlled Paraphrase Generation

2023-10-20 · Xue Zhang, Songming Zhang, Yunlong Liang, Yufeng Chen 외

Existing syntactically-controlled paraphrase generation (SPG) models perform promisingly with human-annotated or well-chosen syntactic templates. However, the difficulty of obtaining such templates actually hinders the p…

Data AugmentationDiversityParaphrase GenerationRetrieval+1

A Cross-Domain Evaluation of Approaches for Causal Knowledge Extraction

2023-08-07 · Anik Saha, Oktie Hassanzadeh, Alex Gittens, Jian Ni 외

Causal knowledge extraction is the task of extracting relevant causes and effects from text by detecting the causal relation. Although this task is important for language understanding and knowledge discovery, recent wor…

Binary Classification

Persian Keyphrase Generation Using Sequence-to-Sequence Models

2020-09-25 · Ehsan Doostmohammadi, Mohammad Hadi Bokaei, Hossein Sameti

Keyphrases are a very short summary of an input text and provide the main subjects discussed in the text. Keyphrase extraction is a useful upstream task and can be used in various natural language processing problems, fo…

ArticlesInformation RetrievalKeyphrase ExtractionKeyphrase Generation+2

EntropyRank: Unsupervised Keyphrase Extraction via Side-Information Optimization for Language Model-based Text Compression

2023-08-25 · Alexander Tsvetkov, Alon Kipnis

We propose an unsupervised method to extract keywords and keyphrases from texts based on a pre-trained language model (LM) and Shannon's information maximization. Specifically, our method extracts phrases having the high…

Keyphrase ExtractionLanguage ModelingLanguage ModellingText Compression

LIPN at SemEval-2017 Task 10: Filtering Candidate Keyphrases from Scientific Publications with Part-of-Speech Tag Sequences to Train a Sequence Labeling Model

2017-08-01 · SEMEVAL 2017 8 · Hern, Simon David ez, Davide Buscaldi, Thierry Charnois

This paper describes the system used by the team LIPN in SemEval 2017 Task 10: Extracting Keyphrases and Relations from Scientific Publications. The team participated in Scenario 1, that includes three subtasks, Identifi…

TAG