KouShi2 commited on
Commit
cfcd7c9
·
verified ·
1 Parent(s): cb7429a

Update FACET-Terminal organization card

Browse files
Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -1,10 +1,31 @@
1
  ---
2
- title: README
3
- emoji: 🐨
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: FACET-Terminal
3
+ emoji: 🧩
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # FACET-Terminal
11
+
12
+ **FACET-Terminal** is the official Hugging Face organization for **FACET: Fine-grained Agentic Construction of Executable Tasks**.
13
+
14
+ FACET is a framework for synthesizing complex, coherent, and verifiable terminal tasks from reusable agent skills. It is built around two key principles:
15
+
16
+ - **Preserving source intent** across multi-stage task synthesis.
17
+ - **Grounding all task artifacts in a shared executable state**, including the instruction, environment, reference solution, and verifier.
18
+
19
+ FACET reconstructs related skills into information-rich scenarios, builds and repairs the execution environment before generating final task artifacts, and uses execution-based validation with targeted repair to improve task reliability.
20
+
21
+ Starting from **71K+ agent skills**, FACET constructs **6K+ execution-validated terminal tasks**. Successful task trajectories provide data-efficient supervision and improve models across multiple scales on **Terminal-Bench 2.1**.
22
+
23
+ ## Resources
24
+
25
+ - 🌐 [Project Website](https://stokou.github.io/FACET-Terminal/)
26
+ - 💻 [GitHub Repository](https://github.com/StoKou/FACET-Terminal)
27
+ - 📄 Paper, datasets, trajectories, and model checkpoints — coming soon
28
+
29
+ ## Contact
30
+
31
+ For questions and collaboration, contact **Kou Shi** at [stokou@mail.ustc.edu.cn](mailto:stokou@mail.ustc.edu.cn).