Skip to content

Commit

Permalink
Add watson to unpublished works
Browse files Browse the repository at this point in the history
  • Loading branch information
brombaut committed Nov 10, 2024
1 parent e09e8e2 commit e9d58ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/footer/last-deployed.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "27/04/2024";
export default "10/11/2024";
21 changes: 21 additions & 0 deletions src/publications/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,27 @@ const publications: Publication[] = [
},
],
),
new UnpublishedPublication(
"Watson: A Cognitive Observability Framework for the Reasoning of Foundation Model-Powered Agents",
[
"Benjamin Rombaut",
"Sogol Masoumzadeh",
"Kirill Vasilevski",
"Dayi Lin",
"Ahmed E. Hassan"
],
new Date(2024, 11, 5),
[
{
type: PublicationLinkType.Arxiv,
url: "https://www.arxiv.org/abs/2411.03455",
},
{
type: PublicationLinkType.PDF,
url: "publications/202411_agent_observability_seip.pdf",
},
],
),
];

export default publications;

0 comments on commit e9d58ab

Please sign in to comment.