Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
< 1K
Tags:
text-retrieval
Upload folder using huggingface_hub
Browse files- README.md +57 -0
- corpus.jsonl +0 -0
- queries.jsonl +200 -0
- relevance.jsonl +200 -0
README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-retrieval
|
| 4 |
+
task_ids:
|
| 5 |
+
- document-retrieval
|
| 6 |
+
config_names:
|
| 7 |
+
- corpus
|
| 8 |
+
tags:
|
| 9 |
+
- text-retrieval
|
| 10 |
+
dataset_info:
|
| 11 |
+
- config_name: default
|
| 12 |
+
features:
|
| 13 |
+
- name: query-id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: corpus-id
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: score
|
| 18 |
+
dtype: float64
|
| 19 |
+
- config_name: corpus
|
| 20 |
+
features:
|
| 21 |
+
- name: id
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: text
|
| 24 |
+
dtype: string
|
| 25 |
+
- config_name: queries
|
| 26 |
+
features:
|
| 27 |
+
- name: id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: text
|
| 30 |
+
dtype: string
|
| 31 |
+
configs:
|
| 32 |
+
- config_name: default
|
| 33 |
+
data_files:
|
| 34 |
+
- split: test
|
| 35 |
+
path: relevance.jsonl
|
| 36 |
+
- config_name: corpus
|
| 37 |
+
data_files:
|
| 38 |
+
- split: corpus
|
| 39 |
+
path: corpus.jsonl
|
| 40 |
+
- config_name: queries
|
| 41 |
+
data_files:
|
| 42 |
+
- split: queries
|
| 43 |
+
path: queries.jsonl
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
- The corpus set consists of the legal documents.
|
| 47 |
+
- The query set includes questions pertaining to legal documents.
|
| 48 |
+
|
| 49 |
+
**Usage**
|
| 50 |
+
```
|
| 51 |
+
import datasets
|
| 52 |
+
|
| 53 |
+
# Download the dataset
|
| 54 |
+
queries = datasets.load_dataset("embedding-benchmark/LegalQuAD", "queries")
|
| 55 |
+
documents = datasets.load_dataset("embedding-benchmark/LegalQuAD", "corpus")
|
| 56 |
+
pair_labels = datasets.load_dataset("embedding-benchmark/LegalQuAD", "default")
|
| 57 |
+
```
|
corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
queries.jsonl
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": "00000", "text": "Wie wurde \u00fcber die Revision im Urteil des Landesgerichts Berlin-Brandenburg vom 2. April 2013 entschieden?"}
|
| 2 |
+
{"id": "00001", "text": "Welche Rechtsgrundlage legt den Anspruch auf Ersatz von erforderlichen Reparaturkosten fest?"}
|
| 3 |
+
{"id": "00002", "text": "Auf Basis welcher Regelung im Sozialgerichtsgesetz (SGG) kann ein Gericht einstweilige Anordnungen treffen?"}
|
| 4 |
+
{"id": "00003", "text": "Welches Gesetzt ist f\u00fcr die Ermittlung der Eink\u00fcnfte aus nichtselbst\u00e4ndiger Arbeit verantwortlich?"}
|
| 5 |
+
{"id": "00004", "text": "Was ist der Zweck eines Vollstreckungsermessens?"}
|
| 6 |
+
{"id": "00005", "text": "Auf welchem Grundsatz beruht die Berufszulassung nach VwGO?"}
|
| 7 |
+
{"id": "00006", "text": "Muss der Beauftragte dem Auftraggeber erhaltene Gegenst\u00e4nde zur Ausf\u00fchrung des Auftrages zur\u00fcckgeben?"}
|
| 8 |
+
{"id": "00007", "text": "Auf welcher Rechtsgrundlage im SGB basieren die Grenzen f\u00fcr eine Mitwirkung?"}
|
| 9 |
+
{"id": "00008", "text": "Womit hat der Rechtsmittelf\u00fchrer die Klage erhoben?"}
|
| 10 |
+
{"id": "00009", "text": "Wie hoch ist der Anspruch auf Verzugszinsen nach dem BGB?"}
|
| 11 |
+
{"id": "00010", "text": "Wann enthalten Hilfebed\u00fcrftige krankheitsbedingten Ern\u00e4hrungsmehrbedarf?"}
|
| 12 |
+
{"id": "00011", "text": "Wie lang ist die Frist f\u00fcr einen Leistungsberechtigten zur Suche einer angemessenen Unterkunft?"}
|
| 13 |
+
{"id": "00012", "text": "Wer sieht keine Grundlage zur Abweichung des vorherigen Urteils?"}
|
| 14 |
+
{"id": "00013", "text": "Wie lautet die Definition und Rechtsgrundlage zur Einordnung eines Produkts als Arzneimittel?"}
|
| 15 |
+
{"id": "00014", "text": "Wonach bemisst sich die Dauer einer vor\u00fcbergehend ausgesetzten Abschiebung?"}
|
| 16 |
+
{"id": "00015", "text": "Wie ist die eigenh\u00e4ndige Unterschrift definiert?"}
|
| 17 |
+
{"id": "00016", "text": "M\u00fcssen Kosten f\u00fcr die Unterbringung in einer Einrichtung nach AsylbLG erstattet werden?"}
|
| 18 |
+
{"id": "00017", "text": "Kann eine Unt\u00e4tigkeitsklage ohne Antrag an die Beh\u00f6rde gestellt werden?"}
|
| 19 |
+
{"id": "00018", "text": "Wann kann ein Nachbarwiderspruch nach VwGO durchgef\u00fchrt werden?"}
|
| 20 |
+
{"id": "00019", "text": "Darf eine Beschwerde wegen Vers\u00e4umung der Begr\u00fcndungsfrist vom Senat als unzul\u00e4ssig verworfen werden?"}
|
| 21 |
+
{"id": "00020", "text": "Worauf beruht die Festsetzung des Streitwertes?"}
|
| 22 |
+
{"id": "00021", "text": "Muss ein Prozessvertreter eine schriftliche Bevollm\u00e4chtigung nachweisen?"}
|
| 23 |
+
{"id": "00022", "text": "Welches Gesetz regelt die Fristen der Einspr\u00fcche bei Einkommenssteuerbescheiden?"}
|
| 24 |
+
{"id": "00023", "text": "Welcher Beschluss des Bundesverfassungsgerichts regelt die Sicherstellung der Grundrechte von Einzelnen?"}
|
| 25 |
+
{"id": "00024", "text": "Wann handelt es sich um eine in der Entstehung von der Hauptforderung abh\u00e4ngige Nebenforderung?"}
|
| 26 |
+
{"id": "00025", "text": "Auf welcher Grundlage beruht die Entscheidung \u00fcber die Kosten und den Streitwert?"}
|
| 27 |
+
{"id": "00026", "text": "Wann wird eine allgemeine Schulbildung mit einer anderen Ausbildung gleichgesetzt?"}
|
| 28 |
+
{"id": "00027", "text": "Auf welcher Grundlage sind Unterst\u00fctzungskassen von der K\u00f6rperschaftssteuer befreit?"}
|
| 29 |
+
{"id": "00028", "text": "Welchen Wert hat das Beschwerdeverfahren?"}
|
| 30 |
+
{"id": "00029", "text": "Welcher Schwerpunkt steht in der VO (EG) Nr. 1698/2005 vom 20. September 2005?"}
|
| 31 |
+
{"id": "00030", "text": "Ab welcher Alkoholkonzentration im Blut gilt eine Person als Widerstandsunf\u00e4hig?"}
|
| 32 |
+
{"id": "00031", "text": "Wann ist die Leistung eines Schuldners nach \u00a7 142 InsO anfechtbar?"}
|
| 33 |
+
{"id": "00032", "text": "In welchem Zeitraum kann eine au\u00dferordentliche K\u00fcndigung nach BGB erfolgen?"}
|
| 34 |
+
{"id": "00033", "text": "Ist der Aufwand einer Manipulation nach BFH-Rechtsprechung zu ber\u00fccksichtigen?"}
|
| 35 |
+
{"id": "00034", "text": "Auf Basis welcher Rechtsgrundlage ist die PKH-Partei von der Zahlung eines Gerichtskostenvorschusses befreit?"}
|
| 36 |
+
{"id": "00035", "text": "Wann kann ein Auftragnehmer von der Gew\u00e4hrleistung befreit werden?"}
|
| 37 |
+
{"id": "00036", "text": "Auf welcher Rechtsgrundlage ist die internationale Zust\u00e4ndigkeit des Landgerichts D\u00fcsseldorf gegeben?"}
|
| 38 |
+
{"id": "00037", "text": "Auf Basis welcher Rechtsgrundlage m\u00fcssen Sch\u00e4den an einer baulichen Anlage ersetzt werden?"}
|
| 39 |
+
{"id": "00038", "text": "Weshalb bestand eine Insolvenzantragspflicht?"}
|
| 40 |
+
{"id": "00039", "text": "Wann kann eine Verkehrslage als unklar gelten?"}
|
| 41 |
+
{"id": "00040", "text": "Auf welchen Gesetzesgrundlagen beruhen die Nebenentscheidungen?"}
|
| 42 |
+
{"id": "00041", "text": "Wann erfolgt eine Reisekostenverg\u00fctung nach Landesreisekostengesetz?"}
|
| 43 |
+
{"id": "00042", "text": "Wann muss das besondere \u00f6ffentliche Interesse an einer Vollziehung schriftlich begr\u00fcndet werden?"}
|
| 44 |
+
{"id": "00043", "text": "Ist ein Versicherungsnehmer verpflichtet zur Aufkl\u00e4rung eins Tatbestandes beizutragen?"}
|
| 45 |
+
{"id": "00044", "text": "Auf welchem Gesetz beruht der Ausspruch zur vorl\u00e4ufigen Vollstreckbarkeit?"}
|
| 46 |
+
{"id": "00045", "text": "Kann ein Versicherungsvertrag vom Versicherungsnehmer unter Einhaltung einer Frist von drei Monaten gek\u00fcndigt werden?"}
|
| 47 |
+
{"id": "00046", "text": "Wo ist die Ohrenkennzeichnung von Tieren festgelegt?"}
|
| 48 |
+
{"id": "00047", "text": "Auf welcher Gesetzesgrundlage muss der Kl\u00e4ger die gezahlten Beitr\u00e4ge zur Kranken- und Pflegeversicherung ersetzen?"}
|
| 49 |
+
{"id": "00048", "text": "Welche Entscheidung wurde in der Berufung des Arbeitsgerichtes Dortmund am 26.08.2010 getroffen?"}
|
| 50 |
+
{"id": "00049", "text": "Wie hoch ist das Einkommen der Kl\u00e4gerin?"}
|
| 51 |
+
{"id": "00050", "text": "Wozu hat das Amtsgerichts Ludwigshafen am Rhein die Angeklagte veruteilt?"}
|
| 52 |
+
{"id": "00051", "text": "Wann kann Beteiligten Prozesskostenhilfe (PKH) genehmigt werden?"}
|
| 53 |
+
{"id": "00052", "text": "Welche Gerichtsakte hat vorgelegen und war Gegenstand der Entscheidungsfindung?"}
|
| 54 |
+
{"id": "00053", "text": "Unter welchem Schutz stehen wertende \u00c4u\u00dferungen \u00fcber das Verhalten von Verfahrensbeteiligten?"}
|
| 55 |
+
{"id": "00054", "text": "Was besagt \u00a7 249 Abs. 1 BGB?"}
|
| 56 |
+
{"id": "00055", "text": "Kann die Versammlungsbeh\u00f6rde eine zeitliche Verlegung einer Demonstration anordnen?"}
|
| 57 |
+
{"id": "00056", "text": "Auf was hat ein Versorgungsempf\u00e4nger gem\u00e4\u00df \u00a7 6 Abs. 1 VO 85 anspruch?"}
|
| 58 |
+
{"id": "00057", "text": "Wonach ist ausgewogener Rechtsschutz zu gew\u00e4hren?"}
|
| 59 |
+
{"id": "00058", "text": "Zu welchem Datum ist das Beh\u00f6rdenprinzip im VwGO NRW weggefallen?"}
|
| 60 |
+
{"id": "00059", "text": "Auf welcher Rechtsgrundlage war die K\u00fcndigung wirksam?"}
|
| 61 |
+
{"id": "00060", "text": "Was ist die Grundlage f\u00fcr die Erhebung von S\u00e4umniszuschl\u00e4gen?"}
|
| 62 |
+
{"id": "00061", "text": "Hat der Gesetzgeber die M\u00f6glichkeit der Aufteilung eines Gemeindegebiets?"}
|
| 63 |
+
{"id": "00062", "text": "Wo ist die Versicherungsfreiheit bei geringf\u00fcgigen Besch\u00e4ftigungen geregelt?"}
|
| 64 |
+
{"id": "00063", "text": "Auf welcher Grundlage ist die Berufung zuzulassen?"}
|
| 65 |
+
{"id": "00064", "text": "Was setzt die Anerkennung als Fl\u00fcchtling voraus?"}
|
| 66 |
+
{"id": "00065", "text": "Kann \u00fcber die Entlassung eines Testamentvollstreckers m\u00fcndlich entschieden werden?"}
|
| 67 |
+
{"id": "00066", "text": "Woraus ergibt sich im vorliegenden Urteil der Bef\u00f6rderungsvorrang?"}
|
| 68 |
+
{"id": "00067", "text": "Werden Rechts- und Verwaltungsvorschriften durch Mitgliedstaaten erlassen?"}
|
| 69 |
+
{"id": "00068", "text": "Gem\u00e4\u00df welcher Rechtsgrundlage setzt der Bebauungsplan die baurechtliche Nutzung als Industriegebiet fest?"}
|
| 70 |
+
{"id": "00069", "text": "Wird f\u00fcr das F\u00fchren einer Schreckschusswaffe eine Erlaubnis ben\u00f6tigt?"}
|
| 71 |
+
{"id": "00070", "text": "K\u00f6nnen Gesellschafter zur Erh\u00f6hung von Beitr\u00e4gen verpflichtet werden?"}
|
| 72 |
+
{"id": "00071", "text": "Wann kann von einer Darstellung des Tatbestandes durch das Gericht abgesehen werden?"}
|
| 73 |
+
{"id": "00072", "text": "Was setzt die Schadenfeststellung nach ZPO voraus?"}
|
| 74 |
+
{"id": "00073", "text": "Wann kommt die Einstellung einer Zwangsvollstreckung bei Unterlassungsverf\u00fcgungen in Frage?"}
|
| 75 |
+
{"id": "00074", "text": "Wann kann eine Einigungsstelle nach \u00a7\u00a7 111 und 112 BetrVG angerufen werden?"}
|
| 76 |
+
{"id": "00075", "text": "Auf welcher Grundlage basierte der Anspruch f\u00fcr das Wirtschaftsgeld der beklagten Ehefrau?"}
|
| 77 |
+
{"id": "00076", "text": "Welche Vorschriften m\u00fcssen verletzt sein, damit eine Entscheidung nicht anerkannt wird?"}
|
| 78 |
+
{"id": "00077", "text": "Was droht dem Beklagten bei Zuwiderhandlung?"}
|
| 79 |
+
{"id": "00078", "text": "Wo finden sich in der BauO NW Regelungen \u00fcber Bauma\u00dfnahmen an D\u00e4chern?"}
|
| 80 |
+
{"id": "00079", "text": "Was erfasst die Bef\u00f6rderungs- und Erstattungspflicht der Schulbef\u00f6rderung?"}
|
| 81 |
+
{"id": "00080", "text": "Was ist der Pr\u00fcfungsma\u00dfstab des LSG?"}
|
| 82 |
+
{"id": "00081", "text": "Gibt es eine Regelung zur Trennung von Sprung- und Schwimmbetrieb?"}
|
| 83 |
+
{"id": "00082", "text": "Haben B\u00fcrger Anspruch auf eine rechtlich wirksame Kontrolle durch Gerichte bei Ihrer Entscheidungsfindung?"}
|
| 84 |
+
{"id": "00083", "text": "Muss eine K\u00fcndigungserkl\u00e4rung das Wort \"K\u00fcndigung\" enthalten?"}
|
| 85 |
+
{"id": "00084", "text": "Wo ist die Regelung zur Befreiung von Gewerbesteuer f\u00fcr K\u00f6rperschaften zu finden?"}
|
| 86 |
+
{"id": "00085", "text": "Wer ist f\u00fcr die Bewilligung der Investitionskostenf\u00f6rderung einer ambulanten Pflegeeinrichtung zust\u00e4ndig?"}
|
| 87 |
+
{"id": "00086", "text": "Reicht eine nachtr\u00e4gliche Einholung der Zustimmung des Personalrates bei einer zuvor abgeschlossenen Befristung aus?"}
|
| 88 |
+
{"id": "00087", "text": "Welche Polizeidienstvorschrift (PDV) regelt die Polizeidiensttauglichkeit? "}
|
| 89 |
+
{"id": "00088", "text": "Woraus l\u00e4sst sich die Stellung der Familie ableiten?"}
|
| 90 |
+
{"id": "00089", "text": "Wem obliegt die Reinigungspflicht in der Reinigungsklasse 10?"}
|
| 91 |
+
{"id": "00090", "text": "Was beantragt die Beklagte im vorliegenden Urteil?"}
|
| 92 |
+
{"id": "00091", "text": "Wann liegt eine ordnungsgem\u00e4\u00dfe Darlegung eines Verfahrensmangels vor?"}
|
| 93 |
+
{"id": "00092", "text": "Ist eine Begrenzung der Zahl von Windenergieanlagen zul\u00e4ssig?"}
|
| 94 |
+
{"id": "00093", "text": "Setzt \u00a710a OEG eine Sch\u00e4digung voraus?"}
|
| 95 |
+
{"id": "00094", "text": "Was ist die Rechtsgrundlage f\u00fcr die Abschiebung eines Ausla\u0308nders in einen sicheren Drittstaat?"}
|
| 96 |
+
{"id": "00095", "text": "Kann das Gericht einen angefochtenen Steuerbescheid aufheben?"}
|
| 97 |
+
{"id": "00096", "text": "Woran bemisst sich die Kostenerstattung f\u00fcr gesondert berechenbare Leistungen?"}
|
| 98 |
+
{"id": "00097", "text": "Wann wurde der WIPO-Urheberrechtsvertrag beschlossen?"}
|
| 99 |
+
{"id": "00098", "text": "Wann liegen wichtige Gr\u00fcnde f\u00fcr eine au\u00dferordentliche K\u00fcndigung nach BGB vor?"}
|
| 100 |
+
{"id": "00099", "text": "K\u00f6nnen Versicherte mit Anspruch auf Rente wegen Minderung der Erwerbsf\u00e4higkeit mit einem Kapitalwert abgefunden werden?"}
|
| 101 |
+
{"id": "00100", "text": "Kann \u00a7 323 Abs. 1 BGB auf einen Arbeitsvertrag angewendet werden?"}
|
| 102 |
+
{"id": "00101", "text": "Muss ein Berufsbetreuer f\u00fcr die Arbeit verg\u00fctet werden?"}
|
| 103 |
+
{"id": "00102", "text": "Kann \u00a7 52 Abs. 1 Satz 1 EStG auf die Bilanzberichtigung angewandt werden?"}
|
| 104 |
+
{"id": "00103", "text": "Wer erstattet nah Lohnfortzahlungsgesetz die Arbeitgeber?"}
|
| 105 |
+
{"id": "00104", "text": "Was unterliegt der Umsatzsteuer nach \u00a7 1 Abs. 1 Nr. 1 UStG?"}
|
| 106 |
+
{"id": "00105", "text": "Gibt es eine verfassungsrechtlich angeordnete Freiheit und Gleichheit f\u00fcr B\u00fcrgermeisterwahlen?"}
|
| 107 |
+
{"id": "00106", "text": "M\u00fcssen Ausl\u00e4nder bei der Einreise in das Bundesgebiet \u00fcber einen Aufenthaltstitel verf\u00fcgen?"}
|
| 108 |
+
{"id": "00107", "text": "Wann ist ein Urteil auf Antrag durch nachtr\u00e4gliche Entscheidung nach ZPO zu erg\u00e4nzen?"}
|
| 109 |
+
{"id": "00108", "text": "Wozu dienst das RBerG?"}
|
| 110 |
+
{"id": "00109", "text": "Was sieht \u00a7 23 Abs. 5 Satz 1 StrG LSA vor?"}
|
| 111 |
+
{"id": "00110", "text": "Welche Beh\u00f6rde entscheidet \u00fcber Zinss\u00e4tze des Eigenkapitals?"}
|
| 112 |
+
{"id": "00111", "text": "Wann gilt eine Pr\u00fcfungsleitung als \"nicht ausreichend\"?"}
|
| 113 |
+
{"id": "00112", "text": "Welche Partei tr\u00e4gt die Kosten eines Rechtsstreits?"}
|
| 114 |
+
{"id": "00113", "text": "Welche Klausel regelt die Leistungsfreiheit eines Versicherers bei grober Fahrl\u00e4ssigkeit?"}
|
| 115 |
+
{"id": "00114", "text": "Wo finden sich Regelung zu betriebsbedingten K\u00fcndigungen?"}
|
| 116 |
+
{"id": "00115", "text": "Wie lautet die Definition der Mindestausbildungszeit f\u00fcr BAf\u00f6G-Empf\u00e4nger in der Rechtsgrundlage?"}
|
| 117 |
+
{"id": "00116", "text": "Liegt die Entscheidung \u00fcber eine Beschwerde im Ermessen des Beschwerdegerichts?"}
|
| 118 |
+
{"id": "00117", "text": "Wann ist eine Berufung nach VwGO zugelassen?"}
|
| 119 |
+
{"id": "00118", "text": "Nach welchen Grunds\u00e4tzen in der VwGO sind Prozesskosten zu ersetzen?"}
|
| 120 |
+
{"id": "00119", "text": "In welchem Gesetz sind die Geb\u00fchren von Verwaltungsdienstleistungen geregelt?"}
|
| 121 |
+
{"id": "00120", "text": "Was setzt der Ankunftsanspruch aus dem BGB voraus?"}
|
| 122 |
+
{"id": "00121", "text": "Wovon sieht das Landesarbeitsgericht im vorliegenden Urteil ab?"}
|
| 123 |
+
{"id": "00122", "text": "In welchem Paragraph der VwGO st\u00fctzt sich die freie Beweisw\u00fcrdigung? "}
|
| 124 |
+
{"id": "00123", "text": "Auf welche Gerichtsakten und Beh\u00f6rdenakten wird verwiesen?"}
|
| 125 |
+
{"id": "00124", "text": "Welche Entscheidung f\u00e4llt das Arbeitsgericht Essen im vorliegenden Urteil?"}
|
| 126 |
+
{"id": "00125", "text": "Wann kann eine einstweilige Anordnung zur Sicherstellung eines Rechts des Antragstellers getroffen werden?"}
|
| 127 |
+
{"id": "00126", "text": "Auf welcher Rechtsgrundlage ist eine Gemeinde zur F\u00fchrung von Schulen verpflichtet?"}
|
| 128 |
+
{"id": "00127", "text": "Bildet der Beitritt zu einer Fondsgesellschaft ein verbundenes Gesch\u00e4ft?"}
|
| 129 |
+
{"id": "00128", "text": "Nach welchem Paragraphen kann die bauplanrechtliche Zul\u00e4ssigkeit entschieden werden?"}
|
| 130 |
+
{"id": "00129", "text": "Kann ein Mensch mit Behinderung nach Schwerbehindertengesetz aus einem Arbeitsverh\u00e4ltnis gek\u00fcndigt werden?"}
|
| 131 |
+
{"id": "00130", "text": "Wie lautet die Definition f\u00fcr Unternehmen produzierenden Gewerbes?"}
|
| 132 |
+
{"id": "00131", "text": "Wie lange kann eine Nebenintervention nach der Bekanntmachung einer Klage erfolgen?"}
|
| 133 |
+
{"id": "00132", "text": "Was ist die Rechtsgrundlage f\u00fcr Mehrbedarf bei kostenaufwendiger Ern\u00e4hrung?"}
|
| 134 |
+
{"id": "00133", "text": "Muss eine Schulungseinrichtung Kenntnisse \u00fcber Fahrzeuge und Betriebsvorschriften vermitteln?"}
|
| 135 |
+
{"id": "00134", "text": "Was sind die Voraussetzung f\u00fcr ein Darlehen nach dem BGB?"}
|
| 136 |
+
{"id": "00135", "text": "Stehen einem Gesellschafter Auskunftsrechte gegen den Gesch\u00e4ftsf\u00fchrer zu?"}
|
| 137 |
+
{"id": "00136", "text": "Auf welcher Grundlage werden Beihilfen im Rahmen der Betriebspr\u00e4mienregelung gezahlt?"}
|
| 138 |
+
{"id": "00137", "text": "Wozu verpflichtet das Unterhaltsrecht den Unterhaltsschuldner? "}
|
| 139 |
+
{"id": "00138", "text": "Wann ist eine Berufung vor dem Berufungsgericht nach SGG zugelassen?"}
|
| 140 |
+
{"id": "00139", "text": "Warum hat die Staatsanwaltschaft die Zustimmung zum Beschlussverfahren verweigert?"}
|
| 141 |
+
{"id": "00140", "text": "Ist die Belastung mit einer Verbindlichkeit eines Dritten ein zu ersetzender Schaden?"}
|
| 142 |
+
{"id": "00141", "text": "Verst\u00f6\u00dft eine Sicherungsverwahrung gegen das EMRK?"}
|
| 143 |
+
{"id": "00142", "text": "M\u00fcssen den Ehegatten w\u00e4hrend des Scheidungsverfahren mit den Auswirkungen der Trennung konfrontiert werden?"}
|
| 144 |
+
{"id": "00143", "text": "Kann als B\u00fcrgschaft eine Bank zugelassen werden?"}
|
| 145 |
+
{"id": "00144", "text": "Kann nach KostO eine Vollzugsgeb\u00fchr bei Begr\u00fcndung einer Wohnung beansprucht werden? "}
|
| 146 |
+
{"id": "00145", "text": "Welche Rechtsgrundlage regelt das Einberufen einer Hauptversammlung im Aufsichtsrat?"}
|
| 147 |
+
{"id": "00146", "text": "Wann liegt eine geringf\u00fcgige Besch\u00e4ftigung in Privathaushalten vor?"}
|
| 148 |
+
{"id": "00147", "text": "Welcher Paragraph im SGB regelt die Verj\u00e4hrung?"}
|
| 149 |
+
{"id": "00148", "text": "Auf welcher Rechtsgrundlage kann ein Gericht die aufschiebende Wirkung anordnen?"}
|
| 150 |
+
{"id": "00149", "text": "Wann ist ein Feststellungsbegehren begr\u00fcndet?"}
|
| 151 |
+
{"id": "00150", "text": "Welche Vorschriften sind zur Bemessung von Verm\u00f6gensfreigrenzen ma\u00dfgebend?"}
|
| 152 |
+
{"id": "00151", "text": "Wo ist der Mehrbedarfszuschlag zum Lebensunterhalt gem\u00e4\u00df BSHG geregelt?"}
|
| 153 |
+
{"id": "00152", "text": "Was ist die Voraussetzung f\u00fcr eine Pr\u00e4mienanpassung nach VAG?"}
|
| 154 |
+
{"id": "00153", "text": "Was ist in \u00a7 34 LNRG geregelt?"}
|
| 155 |
+
{"id": "00154", "text": "Sind Gewerkschaften bei Abschl\u00fcssen von Tarifvertr\u00e4gen gebunden?"}
|
| 156 |
+
{"id": "00155", "text": "Was definiert \u00a7 74 BetrVG?"}
|
| 157 |
+
{"id": "00156", "text": "Kann die Verwirkung eines verfahrensrechtlichen Rechts vor dem Fristablauf eintreten?"}
|
| 158 |
+
{"id": "00157", "text": "Kann ein Unterhaltstitel auf den Sozialhilfetr\u00e4ger umgeschrieben werden?"}
|
| 159 |
+
{"id": "00158", "text": "Darf mit der Werbeaussage \"Lieferung innerhalb 24 Stunden\" geworben werden?"}
|
| 160 |
+
{"id": "00159", "text": "Wie lautet die Definition f\u00fcr einen gefahrerheblichen Umstand?"}
|
| 161 |
+
{"id": "00160", "text": "In welchem Paragraphen des StGB ist der dringende Verdacht einer Straftat definiert?"}
|
| 162 |
+
{"id": "00161", "text": "Ist es sch\u00e4dlich wenn Haupt- und Untervermittler arbeitsteilig t\u00e4tig w\u00fcrden?"}
|
| 163 |
+
{"id": "00162", "text": "Wann ist eine Ma\u00dfnahme nach \u00a7 100h Abs. 1 Satz 1 zul\u00e4ssig?"}
|
| 164 |
+
{"id": "00163", "text": "Wie ist das rechtliche Geh\u00f6r nach Art. 103 Abs. 1 GG definiert?"}
|
| 165 |
+
{"id": "00164", "text": "Ist es ein Wettbewerbsversto\u00df, wenn auf das Wettbewerbsgeschehen eingewirkt wird?"}
|
| 166 |
+
{"id": "00165", "text": "Wann ist die Beschwerde gegen eine Durchsuchungsanordnung zul\u00e4ssig?"}
|
| 167 |
+
{"id": "00166", "text": "Welchen Regelungen unterliegt die Arbeitsgeb\u00fchr?"}
|
| 168 |
+
{"id": "00167", "text": "K\u00f6nnen Beamte von ihrem Dienstherr verlangen, dass ihre Dienstposten in Gleichwertige \u00c4mter \u00fcbertragen werden?"}
|
| 169 |
+
{"id": "00168", "text": "In welcher Rechtsgrundlage ist die Regulierung von Zuwanderung geregelt?"}
|
| 170 |
+
{"id": "00169", "text": "Wann gilt eine im Verkehr erforderliche Sorgfalt als erf\u00fcllt?"}
|
| 171 |
+
{"id": "00170", "text": "Was definiert \u00a7 7 Abs. 1 Nr. 1 S. 2 GVGA?"}
|
| 172 |
+
{"id": "00171", "text": "Besteht eine Verpflichtung seitens des Verbindungsanbieters, eine Warnung ab einer bestimmten Datenmenge vorzunehmen?"}
|
| 173 |
+
{"id": "00172", "text": "Muss die Aussicht auf wissenschaftliche Anerkennung zur Indikationserweiterung bestehen?"}
|
| 174 |
+
{"id": "00173", "text": "Ist es zur Geheimhaltung der Identit\u00e4t ausreichend, in einer Hauptverhandlung mit Tarnpersonalien aufzutreten?"}
|
| 175 |
+
{"id": "00174", "text": "Sind durch den Bundesausschuss getroffene Entscheidungen einer inhaltlichen \u00dcberpr\u00fcfung zug\u00e4nglich?"}
|
| 176 |
+
{"id": "00175", "text": "Ist ein Asylantrag bei Unzul\u00e4ssigkeit abzulehnen?"}
|
| 177 |
+
{"id": "00176", "text": "Wann gilt eine Straftat als verwirkt?"}
|
| 178 |
+
{"id": "00177", "text": "Welche Pflichten hat jemand der Sozialleistungen erh\u00e4lt?"}
|
| 179 |
+
{"id": "00178", "text": "Kann ein Familienname nach N\u00c4G ver\u00e4ndert werden?"}
|
| 180 |
+
{"id": "00179", "text": "Ist eine Beschwerde durch die einstweilige Anordnung ergangen?"}
|
| 181 |
+
{"id": "00180", "text": "Ist eine Erwerbst\u00e4tigkeit bei Studenten bis zu 20 Stunden w\u00f6chentlicher Arbeitszeit Einkommenssteuerpflichtig?"}
|
| 182 |
+
{"id": "00181", "text": "Woraus ergibt sich die Grundlage f\u00fcr Verzugszinsen?"}
|
| 183 |
+
{"id": "00182", "text": "Wie berechnet sich der Mehrbedarf f\u00fcr Alleinerziehenden?"}
|
| 184 |
+
{"id": "00183", "text": "In welchem Gesetzt sind Regelungen zum sch\u00fctzenswerten Verm\u00f6gen enthalten?"}
|
| 185 |
+
{"id": "00184", "text": "In welchem Grundsatz ist das Streikverbot f\u00fcr Beamte geregelt?"}
|
| 186 |
+
{"id": "00185", "text": "Auf welchen Beschluss nimmt das Arbeitsgericht in Bochum Bezug?"}
|
| 187 |
+
{"id": "00186", "text": "Wann hat eine Rechtssache eine grunds\u00e4tzliche Bedeutung?"}
|
| 188 |
+
{"id": "00187", "text": "Welche Haftgr\u00fcnde zur Inhaftierung sind gegeben?"}
|
| 189 |
+
{"id": "00188", "text": "Wann liegt eine arglistige T\u00e4uschung durch den Versicherungsnehmer vor?"}
|
| 190 |
+
{"id": "00189", "text": "Mit wem wurde der Baubeginn abgestimmt?\n"}
|
| 191 |
+
{"id": "00190", "text": "Von welcher Instanz wurde der Beschluss des Landgerichts K\u00f6ln verfasst?"}
|
| 192 |
+
{"id": "00191", "text": "Werden in einem Vollstreckungsverfahren die Motive der Umgangsrechtsverhinderung gepr\u00fcft?"}
|
| 193 |
+
{"id": "00192", "text": "Was ist mit der Proze\u00dfbu\u0308rgschaft im vorliegenden Beschluss passiert?"}
|
| 194 |
+
{"id": "00193", "text": "Was gilt als Beweis der Arbeitsunf\u00e4higkeit?"}
|
| 195 |
+
{"id": "00194", "text": "Welches Einkommen ist bei der Beitragsrechnung in der freiwilligen Krankenversicherung zugrunde zu legen?"}
|
| 196 |
+
{"id": "00195", "text": "Ist ein Berufswechsel in dem Grundrecht der freien Berufswahl inbegriffen?"}
|
| 197 |
+
{"id": "00196", "text": "Wann ist ein Gegenbeweis gegen die Beweiskraft der \u00f6ffentlichen Urkunde m\u00f6glich?"}
|
| 198 |
+
{"id": "00197", "text": "Wann entsteht keine Erledigungsgeb\u00fchr nach BSG?"}
|
| 199 |
+
{"id": "00198", "text": "Welches Urteil vom Bundesgerichtshof erarbeitete Grunds\u00e4tze der fiktiven Schadensberechnung?"}
|
| 200 |
+
{"id": "00199", "text": "Welcher Paragraph in der VwGO r\u00fcgt Abweichungen von der Rechtsprechung?"}
|
relevance.jsonl
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"query-id": "00000", "corpus-id": "000000000", "score": 1}
|
| 2 |
+
{"query-id": "00001", "corpus-id": "000000001", "score": 1}
|
| 3 |
+
{"query-id": "00002", "corpus-id": "000000002", "score": 1}
|
| 4 |
+
{"query-id": "00003", "corpus-id": "000000003", "score": 1}
|
| 5 |
+
{"query-id": "00004", "corpus-id": "000000004", "score": 1}
|
| 6 |
+
{"query-id": "00005", "corpus-id": "000000005", "score": 1}
|
| 7 |
+
{"query-id": "00006", "corpus-id": "000000006", "score": 1}
|
| 8 |
+
{"query-id": "00007", "corpus-id": "000000007", "score": 1}
|
| 9 |
+
{"query-id": "00008", "corpus-id": "000000008", "score": 1}
|
| 10 |
+
{"query-id": "00009", "corpus-id": "000000009", "score": 1}
|
| 11 |
+
{"query-id": "00010", "corpus-id": "000000010", "score": 1}
|
| 12 |
+
{"query-id": "00011", "corpus-id": "000000011", "score": 1}
|
| 13 |
+
{"query-id": "00012", "corpus-id": "000000012", "score": 1}
|
| 14 |
+
{"query-id": "00013", "corpus-id": "000000013", "score": 1}
|
| 15 |
+
{"query-id": "00014", "corpus-id": "000000014", "score": 1}
|
| 16 |
+
{"query-id": "00015", "corpus-id": "000000015", "score": 1}
|
| 17 |
+
{"query-id": "00016", "corpus-id": "000000016", "score": 1}
|
| 18 |
+
{"query-id": "00017", "corpus-id": "000000017", "score": 1}
|
| 19 |
+
{"query-id": "00018", "corpus-id": "000000018", "score": 1}
|
| 20 |
+
{"query-id": "00019", "corpus-id": "000000019", "score": 1}
|
| 21 |
+
{"query-id": "00020", "corpus-id": "000000020", "score": 1}
|
| 22 |
+
{"query-id": "00021", "corpus-id": "000000021", "score": 1}
|
| 23 |
+
{"query-id": "00022", "corpus-id": "000000022", "score": 1}
|
| 24 |
+
{"query-id": "00023", "corpus-id": "000000023", "score": 1}
|
| 25 |
+
{"query-id": "00024", "corpus-id": "000000024", "score": 1}
|
| 26 |
+
{"query-id": "00025", "corpus-id": "000000025", "score": 1}
|
| 27 |
+
{"query-id": "00026", "corpus-id": "000000026", "score": 1}
|
| 28 |
+
{"query-id": "00027", "corpus-id": "000000027", "score": 1}
|
| 29 |
+
{"query-id": "00028", "corpus-id": "000000028", "score": 1}
|
| 30 |
+
{"query-id": "00029", "corpus-id": "000000029", "score": 1}
|
| 31 |
+
{"query-id": "00030", "corpus-id": "000000030", "score": 1}
|
| 32 |
+
{"query-id": "00031", "corpus-id": "000000031", "score": 1}
|
| 33 |
+
{"query-id": "00032", "corpus-id": "000000032", "score": 1}
|
| 34 |
+
{"query-id": "00033", "corpus-id": "000000033", "score": 1}
|
| 35 |
+
{"query-id": "00034", "corpus-id": "000000034", "score": 1}
|
| 36 |
+
{"query-id": "00035", "corpus-id": "000000035", "score": 1}
|
| 37 |
+
{"query-id": "00036", "corpus-id": "000000036", "score": 1}
|
| 38 |
+
{"query-id": "00037", "corpus-id": "000000037", "score": 1}
|
| 39 |
+
{"query-id": "00038", "corpus-id": "000000038", "score": 1}
|
| 40 |
+
{"query-id": "00039", "corpus-id": "000000039", "score": 1}
|
| 41 |
+
{"query-id": "00040", "corpus-id": "000000040", "score": 1}
|
| 42 |
+
{"query-id": "00041", "corpus-id": "000000041", "score": 1}
|
| 43 |
+
{"query-id": "00042", "corpus-id": "000000042", "score": 1}
|
| 44 |
+
{"query-id": "00043", "corpus-id": "000000043", "score": 1}
|
| 45 |
+
{"query-id": "00044", "corpus-id": "000000044", "score": 1}
|
| 46 |
+
{"query-id": "00045", "corpus-id": "000000045", "score": 1}
|
| 47 |
+
{"query-id": "00046", "corpus-id": "000000046", "score": 1}
|
| 48 |
+
{"query-id": "00047", "corpus-id": "000000047", "score": 1}
|
| 49 |
+
{"query-id": "00048", "corpus-id": "000000048", "score": 1}
|
| 50 |
+
{"query-id": "00049", "corpus-id": "000000049", "score": 1}
|
| 51 |
+
{"query-id": "00050", "corpus-id": "000000050", "score": 1}
|
| 52 |
+
{"query-id": "00051", "corpus-id": "000000051", "score": 1}
|
| 53 |
+
{"query-id": "00052", "corpus-id": "000000052", "score": 1}
|
| 54 |
+
{"query-id": "00053", "corpus-id": "000000053", "score": 1}
|
| 55 |
+
{"query-id": "00054", "corpus-id": "000000054", "score": 1}
|
| 56 |
+
{"query-id": "00055", "corpus-id": "000000055", "score": 1}
|
| 57 |
+
{"query-id": "00056", "corpus-id": "000000056", "score": 1}
|
| 58 |
+
{"query-id": "00057", "corpus-id": "000000057", "score": 1}
|
| 59 |
+
{"query-id": "00058", "corpus-id": "000000058", "score": 1}
|
| 60 |
+
{"query-id": "00059", "corpus-id": "000000059", "score": 1}
|
| 61 |
+
{"query-id": "00060", "corpus-id": "000000060", "score": 1}
|
| 62 |
+
{"query-id": "00061", "corpus-id": "000000061", "score": 1}
|
| 63 |
+
{"query-id": "00062", "corpus-id": "000000062", "score": 1}
|
| 64 |
+
{"query-id": "00063", "corpus-id": "000000063", "score": 1}
|
| 65 |
+
{"query-id": "00064", "corpus-id": "000000064", "score": 1}
|
| 66 |
+
{"query-id": "00065", "corpus-id": "000000065", "score": 1}
|
| 67 |
+
{"query-id": "00066", "corpus-id": "000000066", "score": 1}
|
| 68 |
+
{"query-id": "00067", "corpus-id": "000000067", "score": 1}
|
| 69 |
+
{"query-id": "00068", "corpus-id": "000000068", "score": 1}
|
| 70 |
+
{"query-id": "00069", "corpus-id": "000000069", "score": 1}
|
| 71 |
+
{"query-id": "00070", "corpus-id": "000000070", "score": 1}
|
| 72 |
+
{"query-id": "00071", "corpus-id": "000000071", "score": 1}
|
| 73 |
+
{"query-id": "00072", "corpus-id": "000000072", "score": 1}
|
| 74 |
+
{"query-id": "00073", "corpus-id": "000000073", "score": 1}
|
| 75 |
+
{"query-id": "00074", "corpus-id": "000000074", "score": 1}
|
| 76 |
+
{"query-id": "00075", "corpus-id": "000000075", "score": 1}
|
| 77 |
+
{"query-id": "00076", "corpus-id": "000000076", "score": 1}
|
| 78 |
+
{"query-id": "00077", "corpus-id": "000000077", "score": 1}
|
| 79 |
+
{"query-id": "00078", "corpus-id": "000000078", "score": 1}
|
| 80 |
+
{"query-id": "00079", "corpus-id": "000000079", "score": 1}
|
| 81 |
+
{"query-id": "00080", "corpus-id": "000000080", "score": 1}
|
| 82 |
+
{"query-id": "00081", "corpus-id": "000000081", "score": 1}
|
| 83 |
+
{"query-id": "00082", "corpus-id": "000000082", "score": 1}
|
| 84 |
+
{"query-id": "00083", "corpus-id": "000000083", "score": 1}
|
| 85 |
+
{"query-id": "00084", "corpus-id": "000000084", "score": 1}
|
| 86 |
+
{"query-id": "00085", "corpus-id": "000000085", "score": 1}
|
| 87 |
+
{"query-id": "00086", "corpus-id": "000000086", "score": 1}
|
| 88 |
+
{"query-id": "00087", "corpus-id": "000000087", "score": 1}
|
| 89 |
+
{"query-id": "00088", "corpus-id": "000000088", "score": 1}
|
| 90 |
+
{"query-id": "00089", "corpus-id": "000000089", "score": 1}
|
| 91 |
+
{"query-id": "00090", "corpus-id": "000000090", "score": 1}
|
| 92 |
+
{"query-id": "00091", "corpus-id": "000000091", "score": 1}
|
| 93 |
+
{"query-id": "00092", "corpus-id": "000000092", "score": 1}
|
| 94 |
+
{"query-id": "00093", "corpus-id": "000000093", "score": 1}
|
| 95 |
+
{"query-id": "00094", "corpus-id": "000000094", "score": 1}
|
| 96 |
+
{"query-id": "00095", "corpus-id": "000000095", "score": 1}
|
| 97 |
+
{"query-id": "00096", "corpus-id": "000000096", "score": 1}
|
| 98 |
+
{"query-id": "00097", "corpus-id": "000000097", "score": 1}
|
| 99 |
+
{"query-id": "00098", "corpus-id": "000000098", "score": 1}
|
| 100 |
+
{"query-id": "00099", "corpus-id": "000000099", "score": 1}
|
| 101 |
+
{"query-id": "00100", "corpus-id": "000000100", "score": 1}
|
| 102 |
+
{"query-id": "00101", "corpus-id": "000000101", "score": 1}
|
| 103 |
+
{"query-id": "00102", "corpus-id": "000000102", "score": 1}
|
| 104 |
+
{"query-id": "00103", "corpus-id": "000000103", "score": 1}
|
| 105 |
+
{"query-id": "00104", "corpus-id": "000000104", "score": 1}
|
| 106 |
+
{"query-id": "00105", "corpus-id": "000000105", "score": 1}
|
| 107 |
+
{"query-id": "00106", "corpus-id": "000000106", "score": 1}
|
| 108 |
+
{"query-id": "00107", "corpus-id": "000000107", "score": 1}
|
| 109 |
+
{"query-id": "00108", "corpus-id": "000000108", "score": 1}
|
| 110 |
+
{"query-id": "00109", "corpus-id": "000000109", "score": 1}
|
| 111 |
+
{"query-id": "00110", "corpus-id": "000000110", "score": 1}
|
| 112 |
+
{"query-id": "00111", "corpus-id": "000000111", "score": 1}
|
| 113 |
+
{"query-id": "00112", "corpus-id": "000000112", "score": 1}
|
| 114 |
+
{"query-id": "00113", "corpus-id": "000000113", "score": 1}
|
| 115 |
+
{"query-id": "00114", "corpus-id": "000000114", "score": 1}
|
| 116 |
+
{"query-id": "00115", "corpus-id": "000000115", "score": 1}
|
| 117 |
+
{"query-id": "00116", "corpus-id": "000000116", "score": 1}
|
| 118 |
+
{"query-id": "00117", "corpus-id": "000000117", "score": 1}
|
| 119 |
+
{"query-id": "00118", "corpus-id": "000000118", "score": 1}
|
| 120 |
+
{"query-id": "00119", "corpus-id": "000000119", "score": 1}
|
| 121 |
+
{"query-id": "00120", "corpus-id": "000000120", "score": 1}
|
| 122 |
+
{"query-id": "00121", "corpus-id": "000000121", "score": 1}
|
| 123 |
+
{"query-id": "00122", "corpus-id": "000000122", "score": 1}
|
| 124 |
+
{"query-id": "00123", "corpus-id": "000000123", "score": 1}
|
| 125 |
+
{"query-id": "00124", "corpus-id": "000000124", "score": 1}
|
| 126 |
+
{"query-id": "00125", "corpus-id": "000000125", "score": 1}
|
| 127 |
+
{"query-id": "00126", "corpus-id": "000000126", "score": 1}
|
| 128 |
+
{"query-id": "00127", "corpus-id": "000000127", "score": 1}
|
| 129 |
+
{"query-id": "00128", "corpus-id": "000000128", "score": 1}
|
| 130 |
+
{"query-id": "00129", "corpus-id": "000000129", "score": 1}
|
| 131 |
+
{"query-id": "00130", "corpus-id": "000000130", "score": 1}
|
| 132 |
+
{"query-id": "00131", "corpus-id": "000000131", "score": 1}
|
| 133 |
+
{"query-id": "00132", "corpus-id": "000000132", "score": 1}
|
| 134 |
+
{"query-id": "00133", "corpus-id": "000000133", "score": 1}
|
| 135 |
+
{"query-id": "00134", "corpus-id": "000000134", "score": 1}
|
| 136 |
+
{"query-id": "00135", "corpus-id": "000000135", "score": 1}
|
| 137 |
+
{"query-id": "00136", "corpus-id": "000000136", "score": 1}
|
| 138 |
+
{"query-id": "00137", "corpus-id": "000000137", "score": 1}
|
| 139 |
+
{"query-id": "00138", "corpus-id": "000000138", "score": 1}
|
| 140 |
+
{"query-id": "00139", "corpus-id": "000000139", "score": 1}
|
| 141 |
+
{"query-id": "00140", "corpus-id": "000000140", "score": 1}
|
| 142 |
+
{"query-id": "00141", "corpus-id": "000000141", "score": 1}
|
| 143 |
+
{"query-id": "00142", "corpus-id": "000000142", "score": 1}
|
| 144 |
+
{"query-id": "00143", "corpus-id": "000000143", "score": 1}
|
| 145 |
+
{"query-id": "00144", "corpus-id": "000000144", "score": 1}
|
| 146 |
+
{"query-id": "00145", "corpus-id": "000000145", "score": 1}
|
| 147 |
+
{"query-id": "00146", "corpus-id": "000000146", "score": 1}
|
| 148 |
+
{"query-id": "00147", "corpus-id": "000000147", "score": 1}
|
| 149 |
+
{"query-id": "00148", "corpus-id": "000000148", "score": 1}
|
| 150 |
+
{"query-id": "00149", "corpus-id": "000000149", "score": 1}
|
| 151 |
+
{"query-id": "00150", "corpus-id": "000000150", "score": 1}
|
| 152 |
+
{"query-id": "00151", "corpus-id": "000000151", "score": 1}
|
| 153 |
+
{"query-id": "00152", "corpus-id": "000000152", "score": 1}
|
| 154 |
+
{"query-id": "00153", "corpus-id": "000000153", "score": 1}
|
| 155 |
+
{"query-id": "00154", "corpus-id": "000000154", "score": 1}
|
| 156 |
+
{"query-id": "00155", "corpus-id": "000000155", "score": 1}
|
| 157 |
+
{"query-id": "00156", "corpus-id": "000000156", "score": 1}
|
| 158 |
+
{"query-id": "00157", "corpus-id": "000000157", "score": 1}
|
| 159 |
+
{"query-id": "00158", "corpus-id": "000000158", "score": 1}
|
| 160 |
+
{"query-id": "00159", "corpus-id": "000000159", "score": 1}
|
| 161 |
+
{"query-id": "00160", "corpus-id": "000000160", "score": 1}
|
| 162 |
+
{"query-id": "00161", "corpus-id": "000000161", "score": 1}
|
| 163 |
+
{"query-id": "00162", "corpus-id": "000000162", "score": 1}
|
| 164 |
+
{"query-id": "00163", "corpus-id": "000000163", "score": 1}
|
| 165 |
+
{"query-id": "00164", "corpus-id": "000000164", "score": 1}
|
| 166 |
+
{"query-id": "00165", "corpus-id": "000000165", "score": 1}
|
| 167 |
+
{"query-id": "00166", "corpus-id": "000000166", "score": 1}
|
| 168 |
+
{"query-id": "00167", "corpus-id": "000000167", "score": 1}
|
| 169 |
+
{"query-id": "00168", "corpus-id": "000000168", "score": 1}
|
| 170 |
+
{"query-id": "00169", "corpus-id": "000000169", "score": 1}
|
| 171 |
+
{"query-id": "00170", "corpus-id": "000000170", "score": 1}
|
| 172 |
+
{"query-id": "00171", "corpus-id": "000000171", "score": 1}
|
| 173 |
+
{"query-id": "00172", "corpus-id": "000000172", "score": 1}
|
| 174 |
+
{"query-id": "00173", "corpus-id": "000000173", "score": 1}
|
| 175 |
+
{"query-id": "00174", "corpus-id": "000000174", "score": 1}
|
| 176 |
+
{"query-id": "00175", "corpus-id": "000000175", "score": 1}
|
| 177 |
+
{"query-id": "00176", "corpus-id": "000000176", "score": 1}
|
| 178 |
+
{"query-id": "00177", "corpus-id": "000000177", "score": 1}
|
| 179 |
+
{"query-id": "00178", "corpus-id": "000000178", "score": 1}
|
| 180 |
+
{"query-id": "00179", "corpus-id": "000000179", "score": 1}
|
| 181 |
+
{"query-id": "00180", "corpus-id": "000000180", "score": 1}
|
| 182 |
+
{"query-id": "00181", "corpus-id": "000000181", "score": 1}
|
| 183 |
+
{"query-id": "00182", "corpus-id": "000000182", "score": 1}
|
| 184 |
+
{"query-id": "00183", "corpus-id": "000000183", "score": 1}
|
| 185 |
+
{"query-id": "00184", "corpus-id": "000000184", "score": 1}
|
| 186 |
+
{"query-id": "00185", "corpus-id": "000000185", "score": 1}
|
| 187 |
+
{"query-id": "00186", "corpus-id": "000000186", "score": 1}
|
| 188 |
+
{"query-id": "00187", "corpus-id": "000000187", "score": 1}
|
| 189 |
+
{"query-id": "00188", "corpus-id": "000000188", "score": 1}
|
| 190 |
+
{"query-id": "00189", "corpus-id": "000000189", "score": 1}
|
| 191 |
+
{"query-id": "00190", "corpus-id": "000000190", "score": 1}
|
| 192 |
+
{"query-id": "00191", "corpus-id": "000000191", "score": 1}
|
| 193 |
+
{"query-id": "00192", "corpus-id": "000000192", "score": 1}
|
| 194 |
+
{"query-id": "00193", "corpus-id": "000000193", "score": 1}
|
| 195 |
+
{"query-id": "00194", "corpus-id": "000000194", "score": 1}
|
| 196 |
+
{"query-id": "00195", "corpus-id": "000000195", "score": 1}
|
| 197 |
+
{"query-id": "00196", "corpus-id": "000000196", "score": 1}
|
| 198 |
+
{"query-id": "00197", "corpus-id": "000000197", "score": 1}
|
| 199 |
+
{"query-id": "00198", "corpus-id": "000000198", "score": 1}
|
| 200 |
+
{"query-id": "00199", "corpus-id": "000000199", "score": 1}
|