-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version for 0.4.0 + update documentation
- Loading branch information
1 parent
403f632
commit aeb0652
Showing
81 changed files
with
34,861 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="main.css" /> | ||
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> | ||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script> | ||
<script src="main.js"></script> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<title>CLIRMatrix - ir_datasets</title> | ||
<body> | ||
<div class="page"> | ||
|
||
<div style="position: absolute; top: 4px; left: 4px;"><a href="index.html">← home</a></div> | ||
|
||
<div style="position: absolute; top: 4px; right: 4px;">Github: <a href="https://github.com/allenai/ir_datasets/ir_datasets/datasets/clirmatrix.py">datasets/clirmatrix.py</a></div> | ||
<h1><code>ir_datasets</code>: CLIRMatrix</h1> | ||
<div style="font-weight: bold; font-size: 1.1em;">Index</div> | ||
<ol class="index"> | ||
<li><a href="#clirmatrix"><kbd>clirmatrix</kbd></a></li> | ||
|
||
</ol> | ||
<div id="Downloads"> | ||
</div> | ||
<hr /> | ||
<div class="dataset" id="clirmatrix"> | ||
<h3><kbd class="select"><span class="str">"clirmatrix"</kdb></h3> | ||
|
||
<div class="desc"> | ||
<p> CLIRMatrix contains is massively large collection of bilingual and multilingual datasets for Cross-Lingual Information Retrieval. </p> <p> With 139 languages, there are 19,182 total language pairs. This is too many to list individually in the catalog, so patterns are instead used to match the dataset. </p> <p> <kbd class="str">"clirmatrix/{lang}"</kbd> (e.g., <kbd class="str">"clirmatrix/en"</kbd>): </p> <p> The document corpus for the given language. Documents are provided as <kbd class="kwd">GenericDoc</kbd>s. </p> <p> <kbd class="str">"clirmatrix/{doc_lang}/{bi139-base|bi139-full}/{query_lang}/{train|dev|test1|test2}"</kbd> (e.g., <kbd class="str">"clirmatrix/en/bi139-full/de/train"</kbd>): </p> <p> Documents are provided as <kbd class="kwd">GenericDoc</kbd>s, queries are provided as <kbd class="kwd">GenericQuery</kbd>s, and qrels are provided as <kbd class="kwd">TrecQrel</kbd>s. </p> <p> Supported languages are: af, als, am, an, ar, arz, ast, az, azb, ba, bar, be, bg, bn, bpy, br, bs, bug, ca, cdo, ce, ceb, ckb, cs, cv, cy, da, de, diq, el, eml, en, eo, es, et, eu, fa, fi, fo, fr, fy, ga, gd, gl, gu, he, hi, hr, hsb, ht, hu, hy, ia, id, ilo, io, is, it, ja, jv, ka, kk, kn, ko, ku, ky, la, lb, li, lmo, lt, lv, mai, mg, mhr, min, mk, ml, mn, mr, mrj, ms, my, mzn, nap, nds, ne, new, nl, nn, no, oc, or, os, pa, pl, pms, pnb, ps, pt, qu, ro, ru, sa, sah, scn, sco, sd, sh, si, simple, sk, sl, sq, sr, su, sv, sw, szl, ta, te, tg, th, tl, tr, tt, uk, ur, uz, vec, vi, vo, wa, war, wuu, xmf, yi, yo, zh </p> <p> <kbd class="str">"clirmatrix/{doc_lang}/multi8/{query_lang}/{train|dev|test1|test2}"</kbd> (e.g., <kbd class="str">"clirmatrix/en/multi8/de/train"</kbd>): </p> <p> Documents are provided as <kbd class="kwd">GenericDoc</kbd>s, queries are provided as <kbd class="kwd">GenericQuery</kbd>s, and qrels are provided as <kbd class="kwd">TrecQrel</kbd>s. Supported languages are: ar, de, en, es, fr, ja, ru, zh </p> <ul> <li><a href="https://www.aclweb.org/anthology/2020.emnlp-main.340">Paper</a></li> <li><a href="http://www.cs.jhu.edu/~shuosun/clirmatrix/">Data Website</a></li> </ul> | ||
</div> | ||
<div class="tabs"> | ||
<a class="tab" target="clirmatrix__citation">Citation</a> | ||
<div id="clirmatrix__citation" class="tab-content"> | ||
bibtex: | ||
<cite class="select">@inproceedings{sun-duh-2020-clirmatrix, | ||
title = "{CLIRM}atrix: A massively large collection of bilingual and multilingual datasets for Cross-Lingual Information Retrieval", | ||
author = "Sun, Shuo and | ||
Duh, Kevin", | ||
booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", | ||
month = nov, | ||
year = "2020", | ||
address = "Online", | ||
publisher = "Association for Computational Linguistics", | ||
url = "https://www.aclweb.org/anthology/2020.emnlp-main.340", | ||
doi = "10.18653/v1/2020.emnlp-main.340", | ||
pages = "4160--4170" | ||
} | ||
</cite> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
$(function () { | ||
$.ajax({ | ||
'url': 'https://smac.pub/irdsdlc?ds=clirmatrix' | ||
}).done(function (data) { | ||
$('#Downloads').append(generateDownloads('Downloadable content', data)); | ||
}); | ||
}); | ||
</script> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.