Datasets:
rcds
/

ArXiv:
Tags:
legal
License:
MultiLegalNeg / README.md
ramonachristen's picture
Update README.md
6a6dac9
|
raw
history blame
No virus
5.13 kB
metadata
license: cc-by-nd-4.0
viewer: true
task_categories:
  - token-classification
tags:
  - legal
pretty_name: Multilingual Negation Scope Resolution
size_categories:
  - 1K<n<10K

Dataset Card for Swiss Court View Generation

Table of Contents

Dataset Description

  • Homepage:
  • Repository:
  • Paper:
  • Leaderboard:
  • Point of Contact:

Dataset Summary

This dataset consists of German, French, and Italian court documents annotated for negation cues and negation scopes. It also includes a reformated version of ConanDoyle-neg ( Morante and Blanco. 2012), SFU Review (Konstantinova et al. 2012), BioScope (Szarvas et al. 2008) and Dalloux (Dalloux et al. 2020).

Supported Tasks and Leaderboards

Languages

Language Subset Number of sentences Negated sentences
French fr 1059 382
Italian it 1001 418
German(Germany) de(DE) 1068 1098
German (Switzerland) de(CH) 206 208
English SFU Review 17672 3528
English BioScope 14700 2095
English ConanDoyle-neg 5714 5714
French Dalloux 11032 1817

Dataset Structure

Data Fields

  • text (string): full sentence
  • spans (list): list of annotated cues and scopes
    • start (int): offset of the beginning of the annotation
    • end (int): offset of the end of the annotation
    • token_start(int): id of the first token in the annotation
    • token_end(int): id of the last token in the annotation
    • label (string): CUE or SCOPE
  • tokens (list): list of tokens in the sentence
    • text (string): token text
    • start (int): offset of the first character
    • end (int): offset of the last character
    • id (int): token id
    • ws (boolean): indicates if the token is followed by a white space

Data Instances

[More Information Needed]

Data Fields

[More Information Needed]

Data Splits

For each subset a train (70%), test (20%), and validation (10%) split is available.

Source Data

Annotations

The data is annotated for negation cues and their scopes. Annotation guidelines are available here

Annotation process

Each language was annotated by one native speaking annotator and follows strict annotation guidelines

Citation Information

''' TBD '''