Skip to content

Commit

Permalink
Merge pull request #30 from DS4SD/dev/use-case-update-11-23
Browse files Browse the repository at this point in the history
Use case and publication update
  • Loading branch information
exomishra authored Dec 1, 2023
2 parents 9858e01 + d4d85de commit f9fb414
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/_data/publications.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"year": "2024",
"publications": [
{
"venue": "AAAI",
"title": "ESG Accountability Made Easy: DocQA at Your Service",
"url": "https://arxiv.org/abs/2311.18481"
}
]
},
{
"year": "2023",
"publications": [
Expand Down
3 changes: 3 additions & 0 deletions src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<a href="#toolkit">
Toolkit
</a>
<a href="#use-cases">
Cases
</a>
<a href="#publications">
Publications
</a>
Expand Down
15 changes: 15 additions & 0 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ title: IBM Deep Search
</section>
<section id="use-cases">
<h2>Use cases</h2>

<h3 id="chemistry">PatCID: Patent Chemical-structure Image Discovery</h3>
<p>
PatCID is a collection of molecular structures to speed up discovery of new molecules, automatically and at scale with
Expand All @@ -227,6 +228,20 @@ title: IBM Deep Search
<div>
<video src="/movies/pat-cid.mp4" controls loop autoplay muted></video>
</div>

<h3 id="doc-qa">DocQA: A question-answering conversational assistant on your documents</h3>
<p>
DocQA enables information extraction from documents via a question-answering conversational assistant. The system integrates
several technologies from different AI disciplines consisting of document
conversion to machine-readable format (via computer vision), finding relevant data (via natural language processing),
and formulating an eloquent response (via large language models). A research paper describing this application is published
at the AAAI 2024 conference.
<a href="mailto:deepsearch-core@zurich.ibm.com">Contact us</a>
for early access.
</p>
<div>
<video src="/movies/doc-qa.mp4" controls loop autoplay muted></video>
</div>
</section>
<section id="publications">
<h2>Publications</h2>
Expand Down
Binary file added src/movies/doc-qa.mp4
Binary file not shown.

0 comments on commit f9fb414

Please sign in to comment.