ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
This commit is contained in:
+51
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><style>
|
||||
html { background: #FFFFFF; }
|
||||
body { width: 720pt; height: 405pt; margin: 0; padding: 0; background: #FAFAFF; font-family: Arial, sans-serif; display: flex; }
|
||||
.bar { width: 10pt; background: #4338CA; }
|
||||
.wrap { width: 644pt; margin: 26pt 32pt 22pt 34pt; display: flex; flex-direction: column; }
|
||||
.kicker { font-size: 9.5pt; color: #7C3AED; font-weight: bold; letter-spacing: 2pt; margin: 0 0 4pt 0; }
|
||||
h1 { font-size: 23pt; color: #1A1633; margin: 0 0 8pt 0; }
|
||||
.rule { background: #F59E0B; height: 3pt; width: 60pt; margin: 0 0 14pt 0; }
|
||||
.cols { display: flex; }
|
||||
.txt { width: 380pt; }
|
||||
ul { margin: 0; padding-left: 14pt; font-size: 11pt; color: #2A2740; line-height: 1.4; }
|
||||
li { margin-bottom: 10pt; }
|
||||
.stats { width: 210pt; margin-left: 30pt; }
|
||||
.stat { background: #4338CA; border-radius: 10pt; padding: 12pt 16pt; margin-bottom: 12pt; }
|
||||
.stat p { margin: 0; }
|
||||
.bignum { font-size: 24pt; color: #FFFFFF; font-weight: bold; }
|
||||
.statlab { font-size: 9pt; color: #DDD6FE; line-height: 1.3; margin-top: 3pt; }
|
||||
.foot { font-size: 8pt; color: #8A86A3; margin-top: auto; margin-bottom: 0; }
|
||||
</style></head>
|
||||
<body>
|
||||
<div class="bar"></div>
|
||||
<div class="wrap">
|
||||
<p class="kicker">10 · RESULTS</p>
|
||||
<h1>Beyond Translation: Constituency Parsing</h1>
|
||||
<div class="rule"></div>
|
||||
<div class="cols">
|
||||
<div class="txt">
|
||||
<ul>
|
||||
<li>A <b>4-layer Transformer</b> was trained on English constituency parsing (Wall Street Journal portion of the Penn Treebank, ~40K training sentences).</li>
|
||||
<li>With almost <b>no task-specific tuning</b>, it outperforms the BerkeleyParser — even when trained only on the WSJ training set.</li>
|
||||
<li>In the <b>semi-supervised</b> setting (with a ~17M-sentence high-confidence corpus) it beats all previously reported models <b>except the Recurrent Neural Network Grammar</b>.</li>
|
||||
<li>The same architecture generalizes across tasks without structural changes.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="stats">
|
||||
<div class="stat">
|
||||
<p class="bignum">91.3 F1</p>
|
||||
<p class="statlab">WSJ-only, discriminative setting (Section 23 of WSJ)</p>
|
||||
</div>
|
||||
<div class="stat">
|
||||
<p class="bignum">92.7 F1</p>
|
||||
<p class="statlab">Semi-supervised setting — above every prior model except RNNG</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="foot">Source: Table 4 (paper p. 10) and §6.2 / “English Constituency Parsing” (paper p. 9–10).</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user