Skip to content

Commit f7aa4bf

Browse files
committed
split compact into project template
1 parent 57cb5f0 commit f7aa4bf

File tree

6 files changed

+193
-38
lines changed

6 files changed

+193
-38
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ collections:
2626
defaults:
2727
- scope:
2828
path: "_projects"
29-
type: "services"
29+
type: "projects"
3030
values:
3131
layout: "service"
3232
- scope:

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class=""> {{ page.title }} </h1>
3535
<div class="container pt-6 pb-6 pb-md-10">
3636
<div class="row justify-content-start">
3737
{% assign limit = site.home.limit_services | default: 6 %}
38-
{% for service in site.services limit: limit %}
38+
{% for service in site.projects limit: limit %}
3939
<div class="col-12 col-md-4 mb-1">
4040
<div class="service service-summary">
4141
<div class="service-content">

_layouts/projects.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
layout: default
3+
bodyClass: "page-services"
4+
---
5+
6+
<div class="intro">
7+
<div class="container">
8+
<div class="row justify-content-start">
9+
<div class="col-12 col-md-7 col-lg-6 order-2 order-md-1">
10+
{{ content }}
11+
</div>
12+
{% if page.intro_image %}
13+
<div class="col-12 col-md-5 col-lg-6 order-1 order-md-2 position-relative">
14+
<img alt={{ page.title }} class="intro-image{% if page.intro_image_absolute %} intro-image-absolute{% endif %}{% if page.intro_image_hide_on_mobile %} intro-image-hide-mobile{% endif %}" src="{{ page.intro_image | relative_url }}" />
15+
</div>
16+
{% endif %}
17+
</div>
18+
</div>
19+
</div>
20+
21+
22+
<div class="container pt-6 pb-6">
23+
24+
25+
{% assign all_categories = site.services | map: "category" | uniq | sort %}
26+
27+
{% for category in all_categories %}
28+
{% unless category == blank %}
29+
30+
<h2 class="mb-4">{{ category }}</h2>
31+
<div class="row">
32+
33+
{% assign filtered_services = site.services | where: "category", category %}
34+
35+
{% for service in filtered_services %}
36+
<div class="col-12 col-md-6 mb-3">
37+
<div class="service service-summary">
38+
<div class="service-content">
39+
<h3 class="service-title">
40+
<a href="{{ service.url | relative_url }}">{{ service.title }}</a>
41+
</h3>
42+
<p>{{ service.excerpt | markdownify | strip_html | truncate: 100 }}</p>
43+
</div>
44+
</div>
45+
</div>
46+
{% endfor %}
47+
48+
</div> <!-- /.row -->
49+
50+
{% endunless %}
51+
{% endfor %}
52+
53+
</div> <!-- /.container -->
54+
55+
56+
<!--
57+
<div class="container pt-6 pb-6">
58+
<div class="row">
59+
{% for service in site.services %}
60+
<div class="col-12 col-md-6 mb-3">
61+
<div class="service service-summary">
62+
<div class="service-content">
63+
<h2 class="service-title">
64+
<a href="{{ service.url | relative_url }}">{{ service.title }}</a>
65+
</h2>
66+
<p>{{ service.excerpt | markdownify | strip_html | truncate: 100 }}</p>
67+
</div>
68+
</div>
69+
</div>
70+
{% endfor %}
71+
</div>
72+
</div> -->

_layouts/services.html

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -19,41 +19,6 @@
1919
</div>
2020

2121

22-
<div class="container pt-6 pb-6">
23-
24-
25-
{% assign all_categories = site.services | map: "category" | uniq | sort %}
26-
27-
{% for category in all_categories %}
28-
{% unless category == blank %}
29-
30-
<h2 class="mb-4">{{ category }}</h2>
31-
<div class="row">
32-
33-
{% assign filtered_services = site.services | where: "category", category %}
34-
35-
{% for service in filtered_services %}
36-
<div class="col-12 col-md-6 mb-3">
37-
<div class="service service-summary">
38-
<div class="service-content">
39-
<h3 class="service-title">
40-
<a href="{{ service.url | relative_url }}">{{ service.title }}</a>
41-
</h3>
42-
<p>{{ service.excerpt | markdownify | strip_html | truncate: 100 }}</p>
43-
</div>
44-
</div>
45-
</div>
46-
{% endfor %}
47-
48-
</div> <!-- /.row -->
49-
50-
{% endunless %}
51-
{% endfor %}
52-
53-
</div> <!-- /.container -->
54-
55-
56-
<!--
5722
<div class="container pt-6 pb-6">
5823
<div class="row">
5924
{% for service in site.services %}
@@ -69,4 +34,4 @@ <h2 class="service-title">
6934
</div>
7035
{% endfor %}
7136
</div>
72-
</div> -->
37+
</div>

_projects/business-sales.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: "Business Sales"
3+
date: 2019-01-28T15:15:26+10:00
4+
weight: 2
5+
category: "Example"
6+
---
7+
8+
Cyanee nec pedicis positi. Esse et diem forte quoque et ieiunia
9+
vixque dixit negari _ullis stamina_: trahit. Tanta rictus in mitia causa, Phoebo
10+
nisi mater acta serpens cacumen dapibus caeli umidus detegeret viri conlato
11+
cadet
12+
13+
![Accounting Services](/images/austin-distel-nGc5RT2HmF0-unsplash.jpg)
14+
15+
# Objectives
16+
17+
Financial accounting and financial reporting are often used as synonyms.
18+
19+
1. According to International Financial Reporting Standards: the objective of financial reporting is:
20+
2. To provide financial information that is useful to existing and potential investors, lenders and other creditors in making decisions about providing resources to the reporting entity.
21+
3. According to the European Accounting Association:
22+
23+
## Relevance
24+
25+
Relevance is the capacity of the financial information to influence the decision of its users. The ingredients of relevance are the predictive value and confirmatory value. Materiality is a sub-quality of relevance.
26+
27+
> The ingredients of relevance are the predictive value and confirmatory value.
28+
29+
Information is considered material if its omission or misstatement could influence the economic decisions of users taken on the basis of the financial statements.
30+
31+
## Faithful Representation
32+
33+
Faithful representation means that the actual effects of the transactions shall be properly accounted for and reported in the financial statements. The words and numbers must match what really happened in the transaction. The ingredients of faithful representation are completeness, neutrality and free from error.
34+
35+
## Enhancing Qualitative Characteristics
36+
37+
### Verifiability
38+
39+
Verifiability implies consensus between the different knowledgeable and independent users of financial information. Such information must be supported by sufficient evidence to follow the principle of objectivity.
40+
41+
### Comparability
42+
43+
Comparability is the uniform application of accounting methods across entities in the same industry. The principle of consistency is under comparability. Consistency is the uniform application of accounting across points in time within an entity.
44+
45+
### Understandability
46+
47+
Understandability means that accounting reports should be expressed as clearly as possible and should be understood by those to whom the information is relevant.
48+
Timeliness: Timeliness implies that financial information must be presented to the users before a decision is to be made.
49+
50+
---
51+
52+
## Statement of cash flows
53+
54+
The statement of cash flows considers the inputs and outputs in concrete cash within a stated period. The general template of a cash flow statement is as follows: Cash Inflow - Cash Outflow + Opening Balance = Closing Balance
55+
56+
| Cash Inflow | Outflow | Opening Balance |
57+
| ----------- | --------- | --------------- |
58+
| _Monday_ | `Tuesday` | **Wednesday** |
59+
| 1 | 2 | 3 |
60+
61+
**Example 1:** in the beginning of September, Ellen started out with $5 in her bank account. During that same month, Ellen borrowed $20 from Tom. At the end of the month, Ellen bought a pair of shoes for $7. Ellen's cash flow statement for the month of September looks like this:
62+
63+
- Cash inflow: $20
64+
- Cash outflow:$7
65+
- Opening balance: $5
66+
- Closing balance: $20 – $7 + $5 = $18
67+
68+
**Example 2:** in the beginning of June, WikiTables, a company that buys and resells tables, sold 2 tables. They'd originally bought the tables for $25 each, and sold them at a price of $50 per table. The first table was paid out in cash however the second one was bought in credit terms. WikiTables' cash flow statement for the month of June looks like this:
69+
70+
> **Important:** the cash flow statement only considers the exchange of actual cash, and ignores what the person in question owes or is owed.
71+
72+
## Statement of financial position (balance sheet)
73+
74+
The balance sheet is the financial statement showing a firm's assets, liabilities and equity (capital) at a set point in time, usually the end of the fiscal year reported on the accompanying income statement.
75+
76+
- **fixed assets**
77+
- property
78+
- building
79+
- equipment (such as factory machinery)
80+
- **intangible assets**
81+
- copyrights
82+
- trademarks
83+
- patents
84+
- pending
85+
- international
86+
- goodwill
87+
88+
Owner's equity, sometimes referred to as net assets, is represented differently depending on the type of business ownership. Business ownership can be in the form of a sole proprietorship, partnership, or a corporation. For a corporation, the owner's equity portion usually shows common stock, and retained earnings (earnings kept in the company). Retained earnings come from the retained earnings statement, prepared prior to the balance sheet.

_projects/vvlm.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "VLMs See What You Want but not What You See"
3+
date: 2025-04-19T12:33:46+10:00
4+
category: "Perspective"
5+
weight: 1
6+
---
7+
`ICLR`
8+
> **KEYWORDS**: Perspective Taking, Intentionality Understanding
9+
10+
**Qingying Gao**| Yijiang Li| Haiyun Lyu| Haoran Sun| Dezhi Luo| Hokin Deng
11+
12+
13+
# Abstract
14+
Knowing others' intentions and taking others' perspectives are two core components of human intelligence that are typically considered to be instantiations of theory-of-mind. Infiltrating machines with these abilities is an important step towards building human-level artificial intelligence. Recently, Li et al. built CogDevelop2K, a data-intensive cognitive experiment benchmark to assess the developmental trajectory of machine intelligence. Here, to investigate intentionality understanding and perspective-taking in Vision Language Models, we leverage the IntentBench and PerspectBench of CogDevelop2K, which contains over 300 cognitive experiments grounded in real-world scenarios and classic cognitive tasks, respectively. Surprisingly, we find VLMs achieving high performance on intentionality understanding but lower performance on perspective-taking. This challenges the common belief in cognitive science literature that perspective-taking at the corresponding modality is necessary for intentionality understanding.
15+
16+
![Examples and Model Performances in IntentBench(left) and PerspectBench(right)](/images/projects/vlmsee_case_all.png)
17+
18+
19+
<summary><strong>Cite Us</strong></summary>
20+
```bibtex
21+
@misc{gao2025visionlanguagemodelswant,
22+
title={Vision Language Models See What You Want but not What You See},
23+
author={Qingying Gao and Yijiang Li and Haiyun Lyu and Haoran Sun and Dezhi Luo and Hokin Deng},
24+
year={2025},
25+
eprint={2410.00324},
26+
archivePrefix={arXiv},
27+
primaryClass={cs.AI},
28+
url={https://arxiv.org/abs/2410.00324},
29+
}
30+
```

0 commit comments

Comments
 (0)