paper-with-me

Papers

Cross-lingual Annotation Projection in Legal Texts

2020-12-01 · COLING 2020 8 · Andrea Galassi, Kasper Drazewski, Marco Lippi, Paolo Torroni

We study annotation projection in text classification problems where source documents are published in multiple languages and may not be an exact translation of one another. In particular, we focus on the detection of unfair clauses in privacy policies and terms of service. We present the first English-German parallel asymmetric corpus for the task at hand. We study and compare several language-agnostic sentence-level projection methods. Our results indicate that a combination of word embeddings and dynamic time warping performs best.

📄 PDF Abstract BibTeX

Code (1)

https://bitbucket.org/a-galaxy/cross-lingual-annotation-projection-in-legal-texts

Tasks

Cross-Lingual TransferDynamic Time WarpingSentencetext-classificationText ClassificationTranslationWord Embeddings

Methods 이 논문이 사용한 방법론

ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…
DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Legal document retrieval across languages: topic hierarchies based on synsets

2019-11-28 · Carlos Badenes-Olmedo, Jose-Luis Redondo-Garcia, Oscar Corcho

Cross-lingual annotations of legislative texts enable us to explore major themes covered in multilingual legal data and are a key facilitator of semantic similarity when searching for similar documents. Multilingual prob…

RetrievalSemantic SimilaritySemantic Textual SimilarityTopic Models+1

Multilingual Projection for Parsing Truly Low-Resource Languages

2016-01-01 · TACL 2016 1 · {\v{Z}}eljko Agi{\'c}, Anders Johannsen, Barbara Plank, H{\'e}ctor Mart{\'\i}nez Alonso 외

We propose a novel approach to cross-lingual part-of-speech tagging and dependency parsing for truly low-resource languages. Our annotation projection-based approach yields tagging and parsing models for over 100 languag…

Cross-Lingual TransferDependency ParsingPart-Of-Speech TaggingTransfer Learning

Resolving Legalese: A Multilingual Exploration of Negation Scope Resolution in Legal Documents

2023-09-15 · Ramona Christen, Anastassia Shaitarova, Matthias Stürmer, Joel Niklaus

Resolving the scope of a negation within a sentence is a challenging NLP task. The complexity of legal texts and the lack of annotated in-domain negation corpora pose challenges for state-of-the-art (SotA) models when pe…

NegationNegation Scope ResolutionSentence

Lex Rosetta: Transfer of Predictive Models Across Languages, Jurisdictions, and Legal Domains

2021-12-15 · Jaromir Savelka, Hannes Westermann, Karim Benyekhlef, Charlotte S. Alexander 외

In this paper, we examine the use of multi-lingual sentence embeddings to transfer predictive models for functional segmentation of adjudicatory decisions across jurisdictions, legal systems (common and civil law), langu…

SegmentationSentenceSentence Embeddings

PAXQA: Generating Cross-lingual Question Answering Examples at Training Scale

2023-04-24 · Bryan Li, Chris Callison-Burch

Existing question answering (QA) systems owe much of their success to large, high-quality training data. Such annotation efforts are costly, and the difficulty compounds in the cross-lingual setting. Therefore, prior cro…

Cross-Lingual Question AnsweringDataset GenerationMachine TranslationQuestion Answering+3