rafaelpo commited on
Commit
da1000c
·
verified ·
1 Parent(s): b0c30d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -2
README.md CHANGED
@@ -15,8 +15,6 @@ short_description: AI-powered data annotation powered by webresearch agents
15
 
16
  **everyrow annotate** is an AI-powered data annotation and enrichment tool that uses web research agents to label, verify, and enrich datasets at scale.
17
 
18
- Upload a CSV, describe what you want to annotate or research, and EveryRow’s agents will search the web, cross-reference sources, and return structured labels or answers for every row.
19
-
20
  It’s built for teams who need **scalable data annotation**, **evidence-backed labeling**, and **agentic research workflows** across large datasets.
21
 
22
  Agents are tuned on [Deep Research Bench](https://everyrow.io/), our benchmark for questions that need extensive searching and cross-referencing.
@@ -24,3 +22,44 @@ Agents are tuned on [Deep Research Bench](https://everyrow.io/), our benchmark f
24
  Get your API key from [everyrow.io/api-key](https://everyrow.io/api-key) ($20 free credit).
25
 
26
  See [everyrow.io](https://everyrow.io/) for docs and [everyrow-sdk](https://github.com/futuresearch/everyrow-sdk) for the GitHub repository.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  **everyrow annotate** is an AI-powered data annotation and enrichment tool that uses web research agents to label, verify, and enrich datasets at scale.
17
 
 
 
18
  It’s built for teams who need **scalable data annotation**, **evidence-backed labeling**, and **agentic research workflows** across large datasets.
19
 
20
  Agents are tuned on [Deep Research Bench](https://everyrow.io/), our benchmark for questions that need extensive searching and cross-referencing.
 
22
  Get your API key from [everyrow.io/api-key](https://everyrow.io/api-key) ($20 free credit).
23
 
24
  See [everyrow.io](https://everyrow.io/) for docs and [everyrow-sdk](https://github.com/futuresearch/everyrow-sdk) for the GitHub repository.
25
+
26
+ ## 🧩 What Can You Annotate with everyrow?
27
+
28
+ everyrow Annotate is designed for **row-by-row labeling and enrichment**, including:
29
+
30
+ - 🏷️ **Data annotation** – Classify companies, products, or people using web evidence
31
+ - 🌍 **Web-backed labeling** – Tag rows based on information found across multiple sources
32
+ - 📊 **Dataset enrichment** – Add funding, industry, location, or other attributes
33
+ - 🧠 **AI-assisted verification** – Check if claims about an entity are true
34
+ - 🔎 **Research-based features** – Turn unstructured web info into structured columns
35
+
36
+ If your workflow involves *“add labels or attributes to every row in my dataset”*, everyrow Annotate is built for you.
37
+
38
+ ## ⚙️ How It Works
39
+
40
+ 1. **Upload a CSV** with the rows you want to annotate
41
+ 2. **Write an annotation instruction** (e.g., “Label each company’s industry and whether it is B2B or B2C”)
42
+ 3. everyrow’s **AI research agents** search the web, compare sources, and extract structured labels
43
+ 4. Download your **annotated and enriched dataset**
44
+
45
+ Unlike traditional labeling tools that rely only on human input or static models, everyrow uses **live web research** to support complex, evidence-based annotations.
46
+
47
+ ## 🤖 Agentic Research at Scale
48
+
49
+ everyrow Annotate uses autonomous AI research agents that can:
50
+
51
+ - Perform multi-step web searches
52
+ - Cross-reference multiple sources
53
+ - Resolve conflicting information
54
+ - Produce structured, explainable outputs
55
+
56
+ This enables **high-quality data annotation** for tasks that go beyond simple classification — especially when answers require investigation, not just pattern matching.
57
+
58
+ ## 🔌 Powered by the everyrow SDK
59
+
60
+ This demo runs on the **[everyrow SDK](https://github.com/futuresearch/everyrow-sdk)**, which provides APIs for scalable AI data annotation, web research automation, and dataset enrichment.
61
+
62
+ Get an API key at **[everyrow.io/api-key](https://everyrow.io/api-key)** (includes $20 free credit).
63
+
64
+ 📚 Docs: **[everyrow.io](https://everyrow.io/)**
65
+