nomadicsynth commited on
Commit
323b1b7
Β·
1 Parent(s): b4760dd

Update README to reflect new title and enhance description of Inkling's capabilities

Browse files
Files changed (1) hide show
  1. README.md +30 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Research Compass
3
  emoji: 🌍
4
  colorFrom: blue
5
  colorTo: red
@@ -16,8 +16,34 @@ models:
16
  - nomadicsynth/research-compass-arxiv-abstracts-embedding-model
17
  ---
18
 
19
- # Research Compass
20
 
21
- Research Compass is a tool that helps you navigate the vast sea of research papers. It uses embeddings to connect research papers and discover new insights.
22
 
23
- This is using the first prototype version of the model. The model is trained on a dataset of arXiv abstract triplets created from a synthetic dataset of 10,000 abstract pair ratings. The dataset will be made available soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Inkling
3
  emoji: 🌍
4
  colorFrom: blue
5
  colorTo: red
 
16
  - nomadicsynth/research-compass-arxiv-abstracts-embedding-model
17
  ---
18
 
19
+ # Inkling: AI-assisted research discovery
20
 
21
+ [**Inkling**](https://nomadicsynth-research-compass.hf.space) is an AI-assisted tool that helps you discover meaningful connections between research papers β€” the kind of links a domain expert might spot, if they had time to read everything.
22
 
23
+ Rather than relying on superficial similarity or shared keywords, Inkling is trained to recognize **reasoning-based relationships** between papers. It evaluates conceptual, methodological, and application-level connections β€” even across disciplines β€” and surfaces links that may be overlooked due to the sheer scale of the research landscape.
24
+
25
+ This demo uses the first prototype of the model, trained on a dataset of **10,000+ rated abstract pairs**, built from a larger pool of arXiv triplets. The system will continue to improve with feedback and will be released alongside the dataset for public research.
26
+
27
+ ---
28
+
29
+ ## What it does
30
+
31
+ - Accepts a research abstract, idea, or question
32
+ - Searches for papers with **deep, contextual relevance**
33
+ - Highlights key conceptual links and application overlaps
34
+ - Offers reasoning-based analysis between selected papers
35
+ - Gathers user feedback to improve the model over time
36
+
37
+ ---
38
+
39
+ ## Why Inkling?
40
+
41
+ > Because the right connection is often obvious β€” once someone points it out.
42
+
43
+ Researchers today are overwhelmed by volume. Inkling helps restore those missed-but-meaningful links between ideas, methods, and fields β€” links that could inspire new directions, clarify existing work, or enable cross-pollination across domains.
44
+
45
+ ---
46
+
47
+ ## Status
48
+
49
+ Inkling is in **alpha** and under active development. The current model is hosted via Gradio, with a Hugging Face Space available for live interaction and feedback. Contributions, feedback, and collaboration are welcome.