paper-with-me

홈 › Papers

Syntactic Search by Example

2020-06-04 · ACL 2020 6 · Micah Shlain, Hillel Taub-Tabib, Shoval Sadde, Yoav Goldberg

We present a system that allows a user to search a large linguistically annotated corpus using syntactic patterns over dependency graphs. In contrast to previous attempts to this effect, we introduce a light-weight query language that does not require the user to know the details of the underlying syntactic representations, and instead to query the corpus by providing an example sentence coupled with simple markup. Search is performed at an interactive speed due to an efficient linguistic graph-indexing and retrieval engine. This allows for rapid exploration, development and refinement of syntax-based queries. We demonstrate the system using queries over two corpora: the English wikipedia, and a collection of English pubmed abstracts. A demo of the wikipedia system is available at: https://allenai.github.io/spike

📄 PDF Abstract BibTeX arXiv:2006.03010

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalSentence

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Bootstrapping Relation Extractors using Syntactic Search by Examples

2021-02-09 · EACL 2021 2 · Matan Eyal, Asaf Amrami, Hillel Taub-Tabib, Yoav Goldberg

The advent of neural-networks in NLP brought with it substantial improvements in supervised relation extraction. However, obtaining a sufficient quantity of training data remains a key challenge. In this work we propose …

Data AugmentationRelationRelation Extraction

Improving corpus search via parsing

2016-05-01 · LREC 2016 5 · Natalia Klyueva, Pavel Stra{\v{n}}{\'a}k

In this paper, we describe an addition to the corpus query system Kontext that enables to enhance the search using syntactic attributes in addition to the existing features, mainly lemmas and morphological categories. We…

Syntactically-Informed Unsupervised Paraphrasing with Non-Parallel Data

2021-11-01 · EMNLP 2021 11 · Erguang Yang, Mingtong Liu, Deyi Xiong, Yujie Zhang 외

Previous works on syntactically controlled paraphrase generation heavily rely on large-scale parallel paraphrase data that is not easily available for many languages and domains. In this paper, we take this research dire…

Paraphrase GenerationSentenceSentiment Analysis

Adversarial Example Generation with Syntactically Controlled Paraphrase Networks

2018-04-17 · NAACL 2018 6 · Mohit Iyyer, John Wieting, Kevin Gimpel, Luke Zettlemoyer

We propose syntactically controlled paraphrase networks (SCPNs) and use them to generate adversarial examples. Given a sentence and a target syntactic form (e.g., a constituency parse), SCPNs are trained to produce a par…

DecoderSentence

SCOI: Syntax-augmented Coverage-based In-context Example Selection for Machine Translation

2024-08-09 · Chenming Tang, Zhixiang Wang, Yunfang Wu

In-context learning (ICL) greatly improves the performance of large language models (LLMs) on various down-stream tasks, where the improvement highly depends on the quality of demonstrations. In this work, we introduce s…

In-Context LearningMachine TranslationTranslation