literate / 404.html
ekojs's picture
feat: LiTERatE v0.1
0d8af24 verified
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/569ce4b8f30dc480-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/b23dc09eb5d151a0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-2849afdb4ff60838.js"/><script src="/_next/static/chunks/748859cf-c995065167bcc534.js" async=""></script><script src="/_next/static/chunks/702-5dd4800cc970f851.js" async=""></script><script src="/_next/static/chunks/main-app-8c191e1fe7e210d8.js" async=""></script><script src="/_next/static/chunks/app/layout-c3a2fdafdf5923e6.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>LiTERatE - Literary Translation Evaluation and Rating Ensemble</title><meta name="description" content="A benchmark for evaluating machine translation systems on literary text from Chinese, Japanese, and Korean languages using an ensemble of LLM judges."/><meta name="author" content="LiTERatE Team"/><meta name="keywords" content="machine translation,literary translation,benchmark,NLP,CJK languages,Chinese translation,Japanese translation,Korean translation,LLM evaluation"/><meta name="creator" content="LiTERatE Team"/><meta name="publisher" content="LiTERatE"/><meta property="og:title" content="LiTERatE - Literary Translation Evaluation and Rating Ensemble"/><meta property="og:description" content="A benchmark for evaluating machine translation systems on literary text from Chinese, Japanese, and Korean languages."/><meta property="og:url" content="https://literate.readomni.com"/><meta property="og:site_name" content="LiTERatE Benchmark"/><meta property="og:locale" content="en_US"/><meta property="og:image" content="https://literate.readomni.com/images/og-image.svg"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="LiTERatE - Literary Translation Benchmark"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="LiTERatE - Literary Translation Evaluation and Rating Ensemble"/><meta name="twitter:description" content="A benchmark for evaluating machine translation systems on literary text from Chinese, Japanese, and Korean languages."/><meta name="twitter:image" content="https://literate.readomni.com/images/og-image.svg"/><link rel="icon" href="/literate-logo.svg"/><script>
(function() {
try {
// Check if theme is stored in localStorage
const storedTheme = localStorage.getItem('theme');
// If theme is stored, use it
if (storedTheme === 'dark') {
document.documentElement.classList.add('dark');
} else if (storedTheme === 'light') {
document.documentElement.classList.remove('dark');
} else {
// Otherwise, check system preference
const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
if (prefersDark) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
} catch (e) {
// Fail silently if localStorage is not available
console.warn('Failed to access localStorage for theme detection');
}
})();
</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_4d318d __variable_ea5f4b antialiased bg-white dark:bg-slate-900 text-slate-900 dark:text-slate-100"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-2849afdb4ff60838.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[917,[\"177\",\"static/chunks/app/layout-c3a2fdafdf5923e6.js\"],\"\"]\n4:I[7397,[],\"\"]\n5:I[8513,[],\"\"]\n6:I[3514,[],\"OutletBoundary\"]\n9:I[3514,[],\"ViewportBoundary\"]\nb:I[3514,[],\"MetadataBoundary\"]\nd:I[1612,[],\"\"]\n:HL[\"/_next/static/media/569ce4b8f30dc480-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/b23dc09eb5d151a0.css\",\"style\"]\n2:T48a,\n (function() {\n try {\n // Check if theme is stored in localStorage\n const storedTheme = localStorage.getItem('theme');\n \n // If theme is stored, use it\n if (storedTheme === 'dark') {\n document.documentElement.classList.add('dark');\n } else if (storedTheme === 'light') {\n document.documentElement.classList.remove('dark');\n } else {\n // Otherwise, check system preference\n const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (prefersDark) {\n document.documentElement.classList.add('dark');\n } else {\n document.documentElement.classList.remove('dark');\n }\n }\n } catch (e) {\n // Fail silently if localStorage is not available\n console.warn('Failed to access localStorage for theme detection');\n }\n })();\n "])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"D0Mx1F72JXTSiJ1ilV3S0\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b23dc09eb5d151a0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],[\"$\",\"$L3\",null,{\"id\":\"theme-script\",\"strategy\":\"afterInteractive\",\"children\":\"\\n (function() {\\n // Set up listener for system theme changes\\n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\\n const handleChange = (e) =\u003e {\\n const storedTheme = localStorage.getItem('theme');\\n if (!storedTheme) {\\n document.documentElement.classList.toggle('dark', e.matches);\\n }\\n };\\n \\n mediaQuery.addEventListener('change', handleChange);\\n })();\\n \"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_4d318d __variable_ea5f4b antialiased bg-white dark:bg-slate-900 text-slate-900 dark:text-slate-100\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"$undefined\",[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"$undefined\",null,[\"$\",\"$L6\",null,{\"children\":[\"$L7\",\"$L8\",null]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$1\",\"LJ9oTj1243Hmmd8LtCHKv\",{\"children\":[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n7:null\n"])</script><script>self.__next_f.push([1,"8:null\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"title\",\"0\",{\"children\":\"LiTERatE - Literary Translation Evaluation and Rating Ensemble\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"A benchmark for evaluating machine translation systems on literary text from Chinese, Japanese, and Korean languages using an ensemble of LLM judges.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"author\",\"content\":\"LiTERatE Team\"}],[\"$\",\"meta\",\"3\",{\"name\":\"keywords\",\"content\":\"machine translation,literary translation,benchmark,NLP,CJK languages,Chinese translation,Japanese translation,Korean translation,LLM evaluation\"}],[\"$\",\"meta\",\"4\",{\"name\":\"creator\",\"content\":\"LiTERatE Team\"}],[\"$\",\"meta\",\"5\",{\"name\":\"publisher\",\"content\":\"LiTERatE\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:title\",\"content\":\"LiTERatE - Literary Translation Evaluation and Rating Ensemble\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:description\",\"content\":\"A benchmark for evaluating machine translation systems on literary text from Chinese, Japanese, and Korean languages.\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:url\",\"content\":\"https://literate.readomni.com\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:site_name\",\"content\":\"LiTERatE Benchmark\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:locale\",\"content\":\"en_US\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image\",\"content\":\"https://literate.readomni.com/images/og-image.svg\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"13\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:image:alt\",\"content\":\"LiTERatE - Literary Translation Benchmark\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"17\",{\"name\":\"twitter:title\",\"content\":\"LiTERatE - Literary Translation Evaluation and Rating Ensemble\"}],[\"$\",\"meta\",\"18\",{\"name\":\"twitter:description\",\"content\":\"A benchmark for evaluating machine translation systems on literary text from Chinese, Japanese, and Korean languages.\"}],[\"$\",\"meta\",\"19\",{\"name\":\"twitter:image\",\"content\":\"https://literate.readomni.com/images/og-image.svg\"}],[\"$\",\"link\",\"20\",{\"rel\":\"icon\",\"href\":\"/literate-logo.svg\"}]]\n"])</script></body></html>