InfoLens / client /src /content /page-meta.json
dqy08's picture
DAG增加linear-arc布局模式;增加DAG用户自定义选项;UI改进
b704fe2
{
"navPageKeys": ["genAttribute", "analysis", "attribution", "chat"],
"pages": {
"home": {
"title": "Info Lens",
"subtitle": "A toolbox for exploring the informational nature of LLMs and language",
"heartline": "A ❤️ would mean a lot!",
"formula": "LLM × Linguistics × Information Theory"
},
"analysis": {
"title": "Info Highlight",
"subtitle": "- highlight the 'informative' parts",
"href": "analysis.html"
},
"chat": {
"title": "LLM Raw Chat",
"subtitle": "- chat with explicit raw prompts",
"href": "chat.html"
},
"attribution": {
"title": "Context Attribution",
"subtitle": "- attribute a predicted token to its context",
"href": "attribution.html"
},
"genAttribute": {
"title": "LLM Causal Flow",
"subtitle": "- explore the context-attribution DAG",
"href": "gen_attribute.html"
}
}
}